.text-right {
    text-align: right;
}

Button.status {
    padding: 5px 10px;
}

Button.status.active {
    background-color: #4fb245;
    color: #fff;
}

Button.status.inactive {
    background-color: #eb5357;
    color: #fff;
}

.formControl-fullwidth {
    width: 100%;
    margin: 0 0 15px;
}

.formControl-fullwidth label {
    background: #fff;
    top: 0px;
    padding: 0 4px;
    font-size: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.pad-form {
    padding: 30px;
}

.content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.container {
    padding: 30px;
}

.dashboard-stats-1 {
    display: flex;
    justify-content: space-around;
}

.dashboard-stats-1 div:last-child {
    padding-top: 0;
}

.hidden {
    display: none;
}

.multi-line textarea {
    height: 100px !important;
    overflow-y: auto !important;
}

.scale-multi-line textarea {
    height: 20px !important;
    overflow-y: auto !important;
}
.MuiAccordion-root {
    overflow: hidden;
}

.MuiAccordion-root.Mui-expanded {
    margin: 0;
}

.MuiAccordion-root .accordion-fixed {
    position: sticky;
    top: -18px;
    left: 0;
    z-index: 9999;
    background: #fefefe;
    margin-bottom: 5px;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 6%),
        0px 3px 4px 0px rgb(0 0 0 / 4%), 0px 1px 8px 0px rgb(0 0 0 / 4%) !important;
}

.MuiAccordion-root .accordion-custom {
    background: #fefefe;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 5px;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 6%),
        0px 3px 4px 0px rgb(0 0 0 / 4%), 0px 1px 8px 0px rgb(0 0 0 / 4%) !important;
}

.MuiAccordion-root .accordion-custom .heading-accordion,
.MuiAccordion-root .accordion-fixed .heading-accordion {
    color: #1a73e4;
    font-weight: 500;
    font-size: 16px;
    margin-left: 10px;
    flex: 1;
}

.MuiAccordion-root
    .accordion-custom
    .MuiAccordionSummary-expandIconWrapper
    svg {
    fill: #1a73e4 !important;
    border: 1px solid #1a73e4;
    border-radius: 50px;
}

.MuiAccordion-root .content-accordion p {
    margin: 0;
    margin-bottom: 10px;
}

.attachments-form {
    align-items: center;
}

.float-right {
    float: right;
}

@media (min-width: 769px) {
    .float-right-desktop {
        float: right;
    }
}

@media (max-width: 769px) {
    .float-right-desktop.MuiButton-root {
        width: 100%;
    }
}

.red-bg {
    background: #f00;
    padding: 5px;
}

.green-bg {
    background: #0f0;
    padding: 5px;
}

.yellow-bg {
    background: #deb308;
    padding: 5px;
}

.relationDialog .MuiPaper-root {
    width: 500px;
    z-index: 99999999;
}

.tableDialog .MuiPaper-root {
    max-width: 1200px;
    z-index: 99999999;
}

.color-box {
    display: flex;
    height: 35px;
    min-width: 120px;
    border: 1px solid #333;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.riskAssessment {
    width: 95%;
    top: 5vh;
    bottom: 5vh;
    left: 0;
    right: 0;
    margin: auto;
    height: 90vh;
}

.riskAssessmentDialog {
    width: 80%;
    top: 5vh;
    bottom: 5vh;
    left: 0;
    right: 0;
    margin: auto;
    height: 85vh;
}

.riskAssessmentContent {
    height: 68vh;
    overflow: auto;
}

.MuiTable-root {
    table-layout: auto;
    width: 100%;
}

.MuiTable-root .MuiTableRow-root .MuiTableCell-root {
    min-width: 200px;
}

.table-responsive .MuiTable-root .MuiTableRow-root .MuiTableCell-root {
    min-width: 150px;
}

.table-responsive .MuiFormHelperText-root.Mui-error {
    position: absolute;
    bottom: -30px;
}
/* .MuiTable-root .MuiTableRow-root .MuiTableCell-root:first-child,
.MuiTable-root .MuiTableRow-root .MuiTableCell-root:last-child {
    max-width: 5px;
} */
.tss-gm6zfk-MUIDataTableHeadCell-fixedHeader {
    background-color: rgb(250, 250, 250) !important;
}

.tss-1akey0g-MUIDataTableHeadCell-data {
    font-weight: bold;
    text-align: left;
}
.tss-1tp4az3-MUIDataTableBodyCell-root ul {
    padding-left: 15px;
}
.tss-5jmwmz-MUIDataTableFooter-root {
    background-color: rgb(250, 250, 250) !important;
}

.tss-1o8fckl-MUIDataTableFilterList-chip {
    margin: 8px 8px 8px 8px !important;
}

/* @media (max-width: 769px) {
    .MuiTable-root {
        display: flex;
        flex-direction: column;
        min-width: unset;
        width: 200%;
    }
    .MuiTable-root .MuiTableRow-root {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .MuiTable-root .MuiTableRow-root .MuiTableCell-root {
        padding: 15px 0 !important;
        width: 100%;
        text-align: center;
    }
} */
.hierarchy .react-checkbox-tree ol {
    list-style-type: none;
}

.hierarchy .react-checkbox-tree ol .rct-collapse-btn {
    cursor: pointer;
}

.hierarchy .react-checkbox-tree ol .rct-text {
    position: relative;
}

.hierarchy .react-checkbox-tree ol .rct-text .rct-collapse {
    background: transparent;
    border: none;
    vertical-align: middle;
    position: absolute;
    left: -37px;
    top: -5px;
}

.hierarchy .react-checkbox-tree ol ol {
    position: relative;
    padding: 0;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.hierarchy .react-checkbox-tree ol ol li {
    position: relative;
}

.hierarchy .react-checkbox-tree ol ol li span.rct-text:before {
    content: '';
    height: 100%;
    width: 20px;
    border-bottom: 1px dotted #7777;
    border-left: 1px dotted #7777;
    position: absolute;
    bottom: 10px;
    left: -20px;
    z-index: 1;
}

.no-checkbox input[type='checkbox'] {
    display: none;
}

.pad-30 {
    padding: 30px;
}

.MuiTextField-root {
    display: flex;
    margin-bottom: 16px;
}

.thumbnail img {
    width: 150px;
}

.hierarchy-block {
    margin-top: 50px;
}

.has-hover .rct-title {
    cursor: pointer;
}

.css-1yn2e29-InputColor,
.css-j4ndc3 {
    width: 55px !important;
    height: 53px !important;
}

.css-199jh5z-ColorPicker,
.css-z7mtfw {
    display: none !important;
}

.css-jt1tji-MuiFormLabel-root-MuiInputLabel-root,
.css-ayzzuo {
    color: #000000b0 !important;
}

.css-10vjoz-MuiInputBase-input-MuiOutlinedInput-input.Mui-disabled,
.css-l8vkz1.Mui-disabled {
    -webkit-text-fill-color: #000 !important;
}

.css-qqhu5y-MuiButtonBase-root-MuiButton-root,
.css-1xy3xr1 {
    background-color: #222a45;
}

.search-filter {
    padding: 10px 0px;
}

.search-filter input {
    height: 10px;
}

.search-filter fieldset {
    top: 0;
}

.search-filter .MuiSelect-root {
    height: 44px;
}

.search-filter .MuiSelect-root label {
    top: -3px;
}

.padr-10 {
    padding-right: 10px;
}

.padl-10 {
    padding-left: 10px;
}

table u {
    color: #1976d2;
    cursor: pointer;
}

.relation-link {
    cursor: pointer;
}

.relation-link:hover {
    color: #1976d2;
}

.color-input {
    display: flex;
}

.color-input .color-text {
    width: 150px;
}

.colors-setting .color-field {
    flex: 1;
}

.risk-rating {
    display: flex;
    align-items: center;
}

.dim-border {
    border: 0.5px solid #ede8e8;
}

.badge {
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 10px;
}

.badge-success {
    background-color: #1976d2;
    color: #fff;
}

.btn.badge-success {
    background-color: #fff;
    color: #1976d2;
    border-radius: 5px;
    border: 1px solid #1976d2;
}

.badge-primary {
    background-color: #4fb245;
    color: #fff;
}

.btn.badge-primary {
    background-color: #fff;
    color: #4fb245;
    border-radius: 5px;
    border: 1px solid #4fb245;
}

.badge-secondary {
    background-color: #bdbdbd;
    color: #fff;
}

.btn.badge-secondary {
    background-color: #bdbdbd;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
}

.badge-danger {
    background-color: #eb5357;
    color: #fff;
}

.btn.badge-danger {
    background-color: #fff;
    color: #eb5357;
    border-radius: 5px;
    border: 1px solid #eb5357;
}

.badge-warning {
    background-color: #deb308;
    color: #fff;
}

.btn.badge-warning {
    background-color: #fff;
    color: #bc9a14;
    border-radius: 5px;
    border: 1px solid #deb308;
}

.badge-relation {
    margin-left: 10px;
}

.relationSelect {
    width: 50%;
    margin-top: -15px;
}

.header-custom {
    padding: 15px 15px;
    color: #000;
    background-color: #e0e5e9;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.table-flex-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.table-flex-row div {
    margin-right: 15px;
}

.header-border {
    border: 0.5px solid rgba(0, 0, 0, 0.05);
}

.pagination-wrap {
    padding: 15px 0;
    text-align: center;
}

.pagination-wrap nav ul {
    justify-content: center;
    margin-bottom: 10px;
}

.pagination-wrap nav ul .Mui-selected {
    background-color: #232b45;
    color: #fff;
}

.pagination-wrap small {
    color: #888;
}

/* .MuiIcon-root {
    color: #fff;
} */

.MuiButton-containedSecondary {
    background-color: #deb308;
    color: #fff;
}

.MuiButton-containedError {
    color: #fff;
    background-color: #eb5357;
}

.MuiSelect-outlined.Mui-disabled {
    -webkit-text-fill-color: #000 !important;
}

.login-container {
    display: flex;
    flex-direction: column;
    height: 90vh;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
}

.login {
    background-color: #fff;
    height: 100vh;
}

.login-btn {
    width: 100% !important;
    background-color: #d95919 !important;
}

.login-btn:hover {
    background-color: #b05121 !important;
}

.login-header {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.login-text {
    color: #fff;
}

.login-text a {
    color: #1976d2;
}

.banner {
    position: relative;
    background-image: url('/assets/images/study-bg-2.jpg');
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-opacity {
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

.hierarchy-button {
    text-align: right;
}

@media screen and (max-width: 900px) {
    .display-lg {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .hierarchy-button {
        text-align: center;
        padding-top: 15px !important;
        padding-bottom: 15px;
    }
}

.table-responsive {
    /* display: table; */
    overflow-x: auto;
    width: 100%;
}
.table-responsive::-webkit-scrollbar {
    display: none;
}

.test {
    width: 500px;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.cursor {
    cursor: pointer;
}

.tss-tlx3x1-MUIDataTableToolbar-root {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.MuiOutlinedInput-input.Mui-disabled {
    -webkit-text-fill-color: #000 !important;
}

.relation-order {
    padding-left: 0px !important;
}

.amount-field {
    height: 53px;
    width: 100%;
    padding-left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #fff;
}

.chart-container {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    justify-content: space-between;
}

.chart-grid {
    padding-left: 0;
    padding-top: 0;
    max-width: 32%;
}

.chart-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.chart-grid {
    display: flex;
    align-items: center;
}

.chart-grid .chart-box {
    width: 90%;
}

.chart-heading {
    position: relative;
    text-align: center;
}
.chart-heading.overview {
    background-color: #dde9f5;
    padding: 8px 0;
}
.box-heading {
    margin: 5px 12px;
}
.chart-heading .chart-download {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.chart-heading.overview .chart-download {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
.chart-download.chart-table {
    color: #fff;
}

.chart-heading p {
    margin: 0;
    font-weight: bold;
}

.chart-heading-2 {
    background-color: #44546b;
    color: #fff;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.chart-main-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    box-shadow: 1px 5px 10px #ddd;
    background-color: #fff;
}

.pie-chart-wrap {
    width: 60%;
    margin: auto;
}

.MuiTable-root .MuiTableRow-root th {
    margin-top: 15px;
    background-color: #fafafa;
}

.MuiTable-root .MuiTableHead-root.dashboard-table-head,
.MuiTable-root .MuiTableHead-root.dashboard-table-head th {
    background-color: #44546b;
    color: #fff;
}

.dashboard-table-head th {
    color: #fff;
}

.fit-table-cell.MuiTable-root .MuiTableRow-root .MuiTableCell-root {
    min-width: 150px;
}

.chart-container .MuiGrid-item {
    padding: 12px 13px;
}
.chart-container-header .MuiGrid-item {
    padding: 0px 13px;
}

.pb-20 {
    padding-bottom: 20px;
}

table th,
table td {
    word-wrap: break-word;
    word-break: break-word !important;
}

/* 
.MuiTable-root .MuiTableRow-root th {
    margin-top: 15px;
    background-color: #fafafa;
} */

.color-box {
    border: none;
    width: 100%;
    margin: 0;
    border-radius: 5px;
}

.MuiAccordionSummary-expandIconWrapper.Mui-expanded .MuiButtonBase-root {
    transform: rotate(180deg);
}

.cellData {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cellValue {
    background-color: #fff;
    font-size: 10px;
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-top: 3px;
    right: 0;
    position: absolute;
}

.financial-table tr td {
    width: 25%;
}
.financial-table {
    background-color: #fff;
}
.financial-table .MuiTableRow-root .MuiTableCell-root {
    min-width: auto !important;
}

.financial-table-footer {
    background-color: #44546b;
}

.financial-table-footer td {
    color: #fff;
}

.table-wrap .MuiPaper-root {
    height: 100%;
}

.custom-form input,
.custom-form textarea {
    display: block;
    padding: 16.5px 14px;
    height: 50px;
    background: none;
    color: #34314c;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.231);
    border-radius: 5px;
    width: 100%;
}

.custom-form textarea {
    height: 100px;
    resize: vertical;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

.custom-form {
    position: relative;
}

.custom-form label {
    background-color: #fff;
    position: absolute;
    top: -8px;
    left: 10px;
    color: rgba(52, 49, 76, 0.5);
    font-size: 12px;
    padding: 0 5px;
}

.numeric-form label {
    background-color: #fff;
    padding: 0 5px;
}

.numeric-form fieldset {
    border-color: transparent;
}

.filter-wrap {
    /* float: right; */
    margin: 10px auto;
    margin-right: 15px;
}

.x-filter-dialog .MuiDialog-container {
    justify-content: flex-end;
    align-items: flex-start;
}

.x-filter-dialog .MuiBackdrop-root {
    background-color: transparent;
}

.x-filter-dialog .MuiPaper-root {
    border-radius: 4px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
        0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    background-color: #fafafa;
    width: 50%;
}

@media (max-width: 768px) {
    .x-filter-dialog .MuiPaper-root {
        width: 80%;
    }
}

.x-filter-dialog #responsive-dialog-title {
    color: rgba(52, 49, 76, 1);
    font-size: 14px;
    font-weight: 500;
    border-bottom: 0;
}

.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

.formControl-halfwidth {
    width: 48%;
    margin: 15px auto;
    margin-right: 2%;
}
.formControl-fullwidth {
    width: 100%;
    margin: 15px auto;
}

#responsive-dialog-title {
    position: relative;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

#responsive-dialog-title .title-btn {
    position: absolute;
    top: 8px;
    right: 10px;
}
.table-ul {
    padding-left: 5px;
}

.no-border {
    border: 0;
}

.loader-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: rgb(255, 255, 255, 0.8);
    z-index: 999999;
    backdrop-filter: blur(3px);
}
.loader-container p {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-top: -10px;
}
.auto-height-table .tss-1cdcmys-MUIDataTable-responsiveBase {
    height: auto !important;
}
.toaster {
    z-index: 9999;
}

.chartjs-tooltip {
    position: absolute;
    padding: 0px 15px;
    color: #fff;
    border-radius: 5px;
    background-color: #333333cc;
    transform: translateX(-80px);
}

.chartjs-tooltip table {
    min-width: 50px;
    width: auto;
}

.chartjs-tooltip table th,
.chartjs-tooltip table td {
    word-wrap: normal !important;
    word-break: keep-all !important;
}

.long-tooltip-chart .chartjs-tooltip {
    width: 200px;
    transform: translateX(-185px);
}

.custom-heatmap .cellData {
    position: relative;
    font-size: 12px;
    width: 90%;
    margin: auto;
    word-break: break-all;
}

.custom-heatmap .cellData span {
    font-size: 10px;
}

@media (max-width: 600px) {
    .desktop {
        display: none;
    }
    .responsive-chart {
        width: 450px;
    }

    .responsive-chart-long {
        width: 768px;
    }

    .chart-heading svg {
        display: none;
    }
    /* .services-chart canvas{
        overflow: scroll;
        width: auto !important;
        height: auto !important;
    } */
    .chart-main-box {
        padding: 10px;
    }
    .pie-chart-wrap {
        width: 100%;
    }
    .dashboard-container {
        padding: 0px;
        margin: 0px;
    }
    .long-tooltip-chart .chartjs-tooltip {
        position: sticky;
        transform: unset;
        left: 0 !important;
        top: 0 !important;
    }
}

.responsive-chart,
.responsive-chart-long {
    background-color: #fff;
}

.responsive-chart p,
.responsive-chart-long p {
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin-top: 0px;
    letter-spacing: 0.5px;
}

div[style='display: flex;'] div[style='flex: 0 0 100px;'],
div[style='display: flex;'] div[style='flex: 0 0 100px;'] ::before {
    content: '';
    position: sticky;
    left: -11px;
    height: 46px;
    background-color: #fff;
    z-index: 1;
    width: 100px;
}

.dashboard-card p {
    font-size: 14px;
    color: #222a45;
    margin: 0 auto;
    font-weight: bold;
}

.dashboard-icon {
    width: 70px;
    height: 50px;
    color: #12579b;
}

.download-html {
    background-color: #fafafa;
}
.color-display {
    border: 1px solid #bebebe;
    width: 53px;
    height: 53px;
    padding: 4px;
    border-radius: 5px;
}
.color-display div {
    height: 100%;
    width: 100%;
}
.package-box {
    padding: 0 25px;
}
.progress-bar {
    height: 20px;
    background: rgb(224, 224, 222);
    border-radius: 50px;
    width: 100%;
    overflow: hidden;
}
.admin-bar {
    height: 20px;
    background-color: #fd6569;
}
.manager-plus-bar {
    height: 20px;
    background-color: #53b88e;
}
.manager-bar {
    height: 20px;
    background-color: #656294;
}
.user-bar {
    height: 20px;
    background-color: #d5cd3c;
}
.progress-bar-text {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.no-data-bar {
    height: 20px;
    width: 100% !important;
    background-color: rgb(224, 224, 222);
}
.no-data-bar .progress-bar-text {
    color: #333 !important;
}

.h-100 {
    height: 100%;
}

.box-shadow {
    box-shadow: 1px 5px 10px #ddd;
    background-color: #fff;
}
.assessmentDialog .MuiPaper-root {
    width: 1200px;
    max-width: unset;
}
.select-check {
    padding: 0px;
    padding-right: 10px;
}
.MuiInputBase-input .select-check {
    display: none;
}
.clickable {
    cursor: pointer;
}
.relation-select {
    margin-top: 5px;
}
.relation-select .MuiInputLabel-outlined {
    left: -13px;
}
.relation-select .MuiInputBase-input {
    padding-top: 15px !important;
    min-width: 16px;
    padding-bottom: 5px !important;
    margin-left: -13px;
}
.relation-select .MuiOutlinedInput-notchedOutline {
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0px;
}
.reset-filter {
    font-size: 14px;
    float: right;
    margin: 10px;
}
.filter-box {
    position: relative;
}
.filter-item {
    margin: 8px 8px 8px 8px;
    color: rgba(52, 49, 76, 1);
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    justify-content: center;
    height: 32px;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 0.8125rem;
    display: -webkit-inline-;
}
.filter-item span.text {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
}
.filter-item span.material-icons {
    -webkit-tap-highlight-color: transparent;
    font-size: 22px;
    cursor: pointer;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin: 0 5px 0 -6px;
    background: rgba(52, 49, 76, 0.26);
    border-radius: 50%;
    font-size: 16px;
    padding: 2px;
    height: 20px;
    width: 20px;
    color: #e6e6e6;
}
.filter-data-icon {
    float: right;
}
.dialog-content {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.text-editor {
    position: relative;
    margin-bottom: 20px;
}
.text-editor .label {
    position: absolute;
    top: 15px;
    left: 5px;
    background: #fff;
    padding: 0px 4px;
    z-index: 1;
    color: rgba(52, 49, 76, 0.54);
    font-size: 14px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    -webkit-transform: translate(14px, -9px) scale(0.75);
    -moz-transform: translate(14px, -9px) scale(0.75);
    -ms-transform: translate(14px, -9px) scale(0.75);
    transform: translate(14px, -9px) scale(0.75);
    -webkit-transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
        -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
        max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
        transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
        max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.rdw-editor-wrapper {
    box-sizing: content-box;
    border: 1px solid #c4c4c4;
    position: relative;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0 5px;
    position: relative;
    border-radius: 4px;
    padding: 16.5px 14px;
}
.button-toggle .MuiButton-containedSuccess {
    background-color: #14487a;
}
.css-ji63ex {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}
.password-field {
    position: relative;
}
.password-field .MuiSelect-icon {
    width: 300px;
}
.password-field .MuiSelect-icon {
    right: 48px;
}
.password-field .password-icon {
    position: absolute;
    top: 8px;
    right: 15px;
}
.password-field .history {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 2px;
}
.riskAssessment.update_history .MuiDialog-paper {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.top-nav {
    justify-content: center;
    align-items: center;
}
.notification-badge {
    background-color: #eeeeee;
    padding: 12px;
    border-radius: 30%;
    cursor: pointer;
}
.notification-badge:hover {
    background-color: #0000000a;
}
.MuiBadge-badge {
    top: 8px;
    right: 5px;
    background-color: #eb5357;
    color: #fff;
}
.MuiAvatar-circular {
    border-radius: 30%;
    background-color: #eeeeee;
}
.header-history {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#menu-Version .MuiMenu-list {
    max-height: 200px;
    overflow: scroll;
}
.history-icon {
    padding: 5px 15px;
    margin: 0px;
}
.subject-matters div {
    border-bottom: 1px dotted #333;
    margin-top: 10px;
}
.subject-matters div:last-child {
    border-bottom: 0px;
}
.text-center {
    text-align: center;
}
.link {
    color: #1a73e4;
}
.note-list {
    padding-left: 15px;
}
.note-list li {
    margin-bottom: 20px;
}
.login-link {
    text-align: right;
    margin-bottom: 10px;
}
.login-href {
    color: #1876d2;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.date-container .date-input .MuiOutlinedInput-root {
    display: none !important;
}
.date-container .MuiTextField-root {
    margin-bottom: 0px;
}
.date-container:has(.Mui-error) .date-error .Mui-focused,
.date-container:has(.Mui-error) .date-error label {
    color: #b0081f;
}
/* .date-error .MuiInputBase-root:hover {
    border: 1px solid #b0081f !important;
} */
.date-container:has(.Mui-error)
    .date-error
    .MuiInputBase-root:hover
    .MuiOutlinedInput-notchedOutline,
.date-container:has(.Mui-error) .date-error .MuiOutlinedInput-notchedOutline {
    border: 1px solid #b0081f;
}
.date-container:has(.Mui-error)
    .date-error
    .Mui-focused
    .MuiOutlinedInput-notchedOutline {
    border: 2px solid #b0081f !important;
}
.history-icon.print {
    margin-left: 15px;
}

.show-print {
    display: none;
}

.bow-tie {
    height: 400px;
    width: 100%;
    overflow: scroll;
    zoom: 125%;
}
.bow-tie-accordion.open .MuiCollapse-root.MuiCollapse-vertical {
    height: auto;
    visibility: visible;
}
.bow-tie-accordion.open .MuiAccordionSummary-expandIconWrapper {
    transform: rotate(180deg);
    transition: 0.5s;
}
.bi.bi-diagram {
    background-color: transparent !important;
    border: unset !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    /* height: auto !important; */
}
.bow-tie-section {
    width: 1002px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: scroll;
}
.bow-tie-box {
    border: unset !important;
    background-color: transparent !important;
    box-shadow: unset !important;
    height: 20px;
    width: 150px;
    padding: 5px 0px !important;
    cursor: pointer !important;
}
.bow-tie-box .bi-input-ports .bi-diagram-port {
    margin-left: 8px;
}
.bow-tie-box .bi-output-ports .bi-diagram-port {
    margin-right: 8px;
}
.bow-tie-section .bi-link-path {
    stroke-width: 2.5px !important;
}
.bow-tie-content {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bow-tie-label {
    font-weight: bold;
    font-size: 11px;
    padding: 0px 15px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zoom-out {
    zoom: 90%;
}

.close-btn {
    padding: 5px 2px;
    min-width: 40px;
}
.MuiButton-containedInfo {
    background-color: #2f5596;
}
.MuiButton-containedWarning {
    background-color: #1f3864;
}
.MuiButton-containedWarning:hover {
    background-color: #091e43;
}
@media print {
    .show-print {
        display: block;
    }
    .hide-print {
        display: none;
    }
    .MuiAccordionSummary-expandIconWrapper {
        display: none;
    }
    .MuiGrid-container {
        display: block;
    }
    #relation-container.MuiGrid-container {
        display: flex;
    }
    .MuiCollapse-root.MuiCollapse-vertical {
        height: auto;
        visibility: visible;
        margin-bottom: 40px;
    }
    .MuiAccordion-root {
        box-shadow: unset !important;
        page-break-after: always;
    }
    .MuiAccordion-root .accordion-custom {
        box-shadow: unset !important;
        border-bottom: 1px solid #eeee;
    }
    .bow-tie-accordion {
        page-break-before: always;
    }
    .bow-tie {
        zoom: 100%;
    }
    .diagram-container {
        zoom: 100%;
    }
    textarea {
        min-height: 460px;
    }
    .MuiGrid-container {
        margin-bottom: 20px;
    }
    .date-container {
        margin-bottom: 15px;
    }
}

.chart-main-box div[style='display: flex;'] > div {
    border: 1px solid #fff;
}

.label.div_print {
    font-size: 14px;
    color: rgba(52, 49, 76, 0.54);
}
