/* PFMHKN Page Specific Styles */

/* Common utility classes */
.pfmhkn-flex-1 {
    flex: 1 1 0;
}

.pfmhkn-display-none {
    display: none;
}

.pfmhkn-list-style-none {
    list-style: none;
}

.pfmhkn-min-width-120 {
    min-width: 120px;
}

.pfmhkn-min-width-153 {
    min-width: 153px;
}

.pfmhkn-width-163 {
    width: 163px;
}

.pfmhkn-color-green {
    color: green;
    display: none;
}

/* Production Technologies specific styles */
.pfmhkn-arrow-button {
    width: 40px;
    height: 40px;
}

/* Dashboard specific styles */
.profile-dashboard-container {
    padding: 1rem;
}

.chart-container {
    position: relative;
    height: 400px;
}

/* Books sidebar styles */
.books-sidebar-toggler {
    cursor: pointer;
}

/* Selection box styles */
.selection-box-container {
    display: inline-block;
}

/* Canvas responsiveness */
canvas {
    width: 100% !important;
}

/* ProductCockpit specific styles */
.pfmhkn-min-width-100 {
    min-width: 100px;
}

.pfmhkn-width-250 {
    width: 250px;
}

.pfmhkn-height-30vh {
    height: 30vh;
}

.dx-bordered-bottom-view {
    padding: 0 1rem !important;
}

/* Common overflow style */
.pfmhkn-overflow-auto {
    overflow: auto;
}

/* ProductManagement Edit Page styles */
.pfmhkn-font-size-075rem {
    font-size: 0.75rem;
}

.pfmhkn-production-tech-section {
    display: none;
}

/* DataSources Page styles */
.pfmhkn-margin-0-1rem {
    margin: 0 1rem;
}

/* Text alignment classes */
.pfmhkn-text-right {
    text-align: right;
}

/* Reporting Designer styles */
.pfmhkn-offcanvas-designer {
    position: absolute;
    z-index: 999;
}

.pfmhkn-max-width-100 {
    max-width: 100px;
}

.pfmhkn-max-width-300 {
    max-width: 300px;
}

.pfmhkn-visibility-hidden {
    visibility: hidden;
}

.pfmhkn-vertical-align-bottom {
    vertical-align: bottom;
}

.pfmhkn-height-100 {
    height: 100%;
}