.top-button {
    position: initial;
    width: 100%;
    height: 100%;
    left: 80px;
    top: 224px;
    cursor: pointer;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 7px;
}

.top-button:hover {
    filter: brightness(110%);
}

#materials-tooltip-popper .MuiTooltip-tooltip {
    overflow-y: scroll;
}

#materials-tooltip-popper .MuiTooltip-tooltip::-webkit-scrollbar {
    display: inline-block;
    width: 8px;
}

#materials-tooltip-popper .MuiTooltip-tooltip::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 8px;
}

.top-button-selected {
    position: initial;
    width: 100%;
    height: 100%;
    left: 102px;
    top: 224px;
    cursor: pointer;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 7px;
}

.top-button-selected:hover {
    filter: brightness(110%);
}

.top-button-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 27% auto;
    grid-template-rows: 50% 50%;
    justify-items: start;
    align-items: start;
    font-family: "Roboto", serif;
}

.top-button-grid-icon {
    justify-self: center;
    padding-top: 10px;
}

.top-button-grid-title {
    font-size: 0.875rem;
    line-height: 16px;
    /* identical to box height */
    padding-top: 10px;
}

.top-button-grid-list-title {
    font-size: 10px;
    line-height: 0.875rem;

    /* Primary/Main */
    padding-bottom: 5px;
}

.top-button-grid-dropdown {
    display: flex;
}

.rc-command-header {
    display: flex;
    height: 48px;
}

.rc-command-header-arrows {
    margin-left: auto;
}

.rc-tables {
    display: flex;
    height: 100%;
}

.rc-data-table {
    flex: 1;
    margin-top: -9px !important;
}

.rc-data-table-header {
    display: flex;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-left: 48px;
    color: #656f71;
    align-items: flex-end;
    height: 60px;
}

.MuiSvgIcon-root {
    font-size: 1.2rem !important;
}

.rc-data-table-scroller {
    height: 100%;
}

.rc-data-table-row {
    display: flex;
}

.rc-data-table-row-data {
    background-color: #f9f9f9;
    border-radius: 8px;
    height: 54px;
    width: 100%;
    display: flex;
    margin-bottom: 7px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    align-items: center;
    color: #656f71;
}

.rc-risk-table {
    box-shadow: 1px 1px 9px #e5e5e5;
    border-radius: 8px;
    width: 350px;
    margin-left: 23px;
    margin-top: 15px !important;
    margin-right: 5px;
}

.rc-risk-table-title {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #f19100;
    position: absolute;
    right: 0;
    margin-right: 8rem;
    margin-top: -0.5rem;
}

.rc-risk-table-header {
    display: flex;
    color: gray !important;
    justify-content: space-evenly;
    align-items: flex-end;
    height: 52px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2rem;
}

.rc-risk-table-scroller {
    height: 244px;
}

.rc-risk-table-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    height: 54px;
    margin-bottom: 7px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 0px;
    margin-right: 0px;
}

.rc-risk-table-risk-bubble {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin-left: 7px;
    margin-right: 7px;
}

.horizontal-separator {
    height: 1px;
    margin-left: 144px;
    background-color: #63513d;
    opacity: 0.3;
}

.loading-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    height: 100%;
    width: 100%;
    display: none;
}

.loading-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    height: 100%;
    width: 100%;
    display: none;
}

.loading-popup-text {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.loading-popup-linear {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
}

.MuiCircularProgress-colorPrimary {
    color: orange !important;
}

.ForwardRef-root-7 {
    margin-left: 20px !important;
}

.MuiTypography-body1 {
    font-size: 0.875rem !important;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}

.MuiTypography-body2 {
    font-size: 0.875rem !important;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.01071em;
}

.MuiDataGrid-main {
    margin-top: 15px !important;
}

.MuiDataGrid-root {
    border: transparent !important;
    text-anchor: middle;
    display: flex !important;
}

.MuiDataGrid-columnHeaders {
    display: flex;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #656f71;
    align-items: flex-end;
    height: 60px;
}

.MuiDataGrid-row {
    background: #f9f9f9;
    border: transparent;
    border-radius: 10px !important;
    margin-bottom: 7px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #656f71;
}

.MuiDataGrid-row:hover::-webkit-scrollbar {
    overflow-y: scroll;
}

.MuiDataGrid-virtualScrollerContent {
    padding-bottom: 150px !important;
}

.MuiDataGrid-pinnedColumns {
    padding-left: -4px;
}

.MuiDataGrid-pinnedColumnHeaders {
    margin-left: 2px;
}

.update-risk-popup-title {
    color: #f19100;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 27px;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
}

.update-risk-popup-element {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: "100%";
}

.update-risk-popup-status {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: "100%";
    margin-top: 30px;
}

.update-risk-popup-hypercare {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: "100%";
    margin-top: 30px;
}

.update-risk-popup-subtitle {
    color: #666e72;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 18px;
    width: 350px;
    text-align: left;
    font-weight: bold;
}

.update-risk-popup-save-button-container {
    justify-content: center;
    display: flex;
    margin: 35px;
    width: 480 !important;
}

.update-risk-popup-save-button {
    background-color: #f19100 !important;
    color: white !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 0.875rem !important;
    width: 470px !important;
    text-transform: none !important;
}

.update-QA-apply-changes-button {
    background-color: #f19100 !important;
    color: white !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 0.875rem !important;
    width: 15rem !important;
    text-align: center;
    margin-left: 50%;
    text-transform: none !important;
}

.update-QA-apply-changes-button:disabled {
    color: #00000042 !important;
    box-shadow: none;
    background-color: #0000001f !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 0.875rem !important;
    width: 15rem !important;
    text-align: center;
    margin-left: 50%;
    text-transform: none !important;
}

.MuiSelect-select {
    height: auto;
    width: 250px !important;
    padding: 5px !important;
    color: #666e72;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px !important;
}

.MuiList-padding {
    color: #666e72;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    margin: 20px;
    padding: 10px;
}

.MuiDataGrid-virtualScroller {
    overflow: overlay !important;
}

.MuiButton-root:focus {
    outline: none !important;
}

.MuiTablePagination-selectLabel {
    margin: 0 !important;
}

.MuiTablePagination-displayedRows {
    margin: 0 !important;
}

.base-popup-content {
    padding: 12px 70px 60px 70px !important;
}

.base-feedBack-popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #808080;
}

.base-eventDetail-popup .event-detail-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    background-color: #f19100;
    height: 60px;
    border-radius: 4px;
    color: #ffffff;
}

.base-eventDetail-popup .eventDetailBody {
    color: #808080;
}

.base-eventDetail-popup .eventDetailBody .eventTitle {
    color: #f19100;
    margin: 30px 0 15px;
    font-size: 1.8rem;
}

.base-eventDetail-popup .eventDetailBody .subtitleText {
    font-weight: 500;
    color: #6b6b6b;
}

.base-eventDetail-popup .eventDetailBody .bodyLight {
    font-weight: 300;
}

.base-eventDetail-popup .eventDetailBody .bodyTitle {
    margin: 30px 0 10px;
    color: #6b6b6b;
}

.base-eventDetail-popup .eventDetailBody .bodyContent {
    margin: 15px 0 !important;
    font-size: 16px !important;
}

.base-eventDetail-popup .errorBody {
    text-align: center;
    margin: 50px 0;
}

.pct-risk-bubble {
    display: flex;
    align-items: center;
    border: 1px solid;
    border-radius: 20px;
    height: 20px;
    font-size: 15px;

}

.pct-risk-bubble-indicator {
    background-color: #D00032;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
}

.pct-event-list-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    word-wrap: break-word;
    max-width: 250px;
}

.pct-event-list {
    white-space: normal !important;
    border-bottom: 1px solid #b2b7b8 !important;
    color: #61b5e4 !important;
}

.sqaLink {
    color: #f19100 !important;
    text-decoration: underline !important;
    font-size: 16px;
    margin-left: 10px;

}

.sqaLinkUndefined {
    color: #f19100 !important;
    text-decoration: underline !important;
    pointer-events: none;
}