.custom-report-select {
    /* White */

    background: #ffffff;
    /* Text/Text - 30 */

    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 5px;
    height: 48px;
    min-width: 200px;
    font-size: 16px;
    line-height: 120%;
}

.generate-container {
    background: #f6f6f6;
    border-radius: 5px;
}

.select-title {
    font-size: 14px;
    line-height: 24px;
}

.report-search {
    height: 48px;
}

.type-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
}

.type-subtitle {
    font-size: 14px;
    line-height: 100%;
}
