﻿html,
body {
    background-color: #f5f5f5;
    font-weight: 300;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100% !important;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    margin: 0;
    font-family: "Inter", sans-serif;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: black !important;
}
.password-input {
    border: none;
    flex: 1;
    padding: 0px;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    height: 20px;
}
.visibilityButton {
    cursor: pointer;
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For IE/Edge */
}
.card-detail.supporting-documents {
    flex-wrap: wrap;
    height: fit-content;
}
.supporting-document-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 25px;
    color: #1e1e1e;
    width: 100%;
}
.supporting-document-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.card-div-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    margin: 10px;
}
.button-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-right: 0px;
    padding-bottom: 18px;
    box-sizing: border-box;
    min-height: 82px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    flex-wrap: wrap;
}

.card-buttons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.card-button-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: left;
}

.small-card-div {
    display: flex;
    box-sizing: border-box;
    width: 32%;
    max-width: 390px;
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
    font-size: small;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-right: 25px;
}

.small-card-div a {
    padding: 20px;
    width: 100%;
    color: #333333;
}
.card-detail.password-wrapper {
    position: relative;
    width: 50%;
    display: flex;
}
.card-detail:has(input:focus) {
    border: 0.5px solid #5a97d7;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
    transition: 0.6s;
}

.password-input {
    width: 100% !important;
    height: 20px;
    font-family: "Inter", sans-serif;
    border: none;
    padding: 0px 30px 0px 0px;
}

.toggle-visibility {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    user-select: none;
    font-size: 20px;
    color: #555;
}
.small-card-div button {
    padding: 20px;
    width: 100%;
    color: #333333;
    background-color: white;
    border: none;
    border-radius: 20px;
}

.entity-name-display {
    font-size: 14px;
    font-weight: 400;
    height: 50%;
    align-items: center;
    display: flex;
    color: #333333;
    margin-left: 9px;
    margin-right: 7px;
    padding-left: 9px;
    border-left: 1px solid #cccccc;
}

.system-filter-view {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    height: 50%;
    margin-right: 7px;
}

.system-filter-view span {
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.filter-label,
.filter-date {
    display: flex;
    align-content: center;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin-right: 5px;
    height: max-content;
    margin-right: 5px;
}

.filter-date {
    margin-right: 0px;
    font-weight: 400;
}

.card-button-link {
    color: #333333;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}

.card-button-link:hover {
    color: #3b93dd;
}

.small-card-div button p {
    display: flex;
    color: #333333;
    width: 100%;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.small-card-div:hover,
.small-card-div form:hover {
    cursor: pointer;
    transform: scale(1.01);
}

.small-card-div:hover .card-button-link {
    color: #2f7bb9;
}

.small-card-div:hover span {
    color: #2f7bb9;
}

.main-div-footer {
    display: flex;
    box-sizing: border-box;
    margin-top: 10px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 305px;
    padding-right: 65px;
    transition: 0.6s;
    width: 100%;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #dddddd;
    font-size: 14px;
    color: #666666;
    max-height: 200px;
    font-weight: 300;
}

.main-div-footer.mini {
    padding-left: 150px;
    transition: 0.6s;
}

.full-row {
    width: 100%;
}

.full-width {
    width: 100% !important;
    min-width: 100% !important;
}

.card {
    border: none;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-size: small;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 40px;
    flex-direction: row;
    min-width: 100%;
}

.card-body {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card-group {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.help-button {
    display: flex;
    cursor: pointer;
    justify-content: center;
    width: 50px;
    position: fixed;
    height: 50px;
    border-radius: 50%;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: rgba(33, 37, 41, 0.1) 0px 0px 32px 0px;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: 0.6s;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-color: #08203A;
}

.help-button a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-button span {
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

.error-page-div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    height: 80%;
    align-content: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.not-found-page-div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
}

.not-found-text,
.not-found-img {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    max-width: 500px;
    height: 100%;
    align-content: center;
    justify-content: left;
}

.not-found-img {
    justify-content: center;
}

.not-found-img img {
    width: 100%;
}

#broken-logo {
    width: 253px;
    margin-bottom: 60px;
}

.error-page-div h1,
.error-page-div h2,
.error-page-div h3,
.error-page-div h4 {
    width: 100%;
    color: #2b2b2b;
    margin: 0;
    margin-bottom: 10px;
}

.not-found-text h2 {
    font-weight: 100;
    font-size: 20px;
    width: 100%;
    margin: 0px;
    margin-bottom: 7px;
}

.not-found-text button {
    height: 45px;
    width: 145px;
    font-size: 14px;
    margin-top: 30px;
}

.error-page-div h1 {
    color: #08203A;
    font-size: 60px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 40px;
}

.not-found-page-div h1 {
    color: #08203A;
    font-size: 50px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 18px;
}

.error-page-div h3 {
    font-weight: 400;
    font-size: 16px;
}

.error-page-div h3:nth-of-type(2) {
    margin-bottom: 24px;
}

.error-page-div h2 {
    margin-bottom: 24px;
}

.error-page-div h4 {
    font-weight: 600;
    font-size: 14px;
    user-select: text;
}

.error-page-div h4:nth-of-type(2) {
    font-weight: 400;
}

.form-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 100%;
    margin-bottom: 15px;
}

.validation-span {
    width: 100%;
    display: flex;
    justify-content: right;
    margin-top: 4px;
}

.validation-span span {
    width: 50%;
}

.form-collection {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid #c8c8c8;
}

.form-group-heading {
    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
}

textarea:focus {
    outline: none;
    border: 0.5px solid #5a97d7;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
}

.card-category {
    width: 100%;
}

.import-exception-button-div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.import-exception-button-div div {
    display: flex;
    align-items: center;
}

.import-exception-button-div a {
    cursor: pointer;
    display: flex;
    border: none;
    border-radius: 22px;
    background-color: #e6edf5;
    align-content: center;
    color: #08203a;
    padding-left: 12px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    min-width: 120px;
    width: 120px;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.logo-div {
    display: flex;
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: start;
    overflow: hidden;
}

.logo-div.mini {
    padding-top: 5px;
}

.logo-div.mini img {
    transition: all 2s ease-out;
    max-width: 120px;
    margin-left: 0px;
}

.logo-div svg {
    width: 90%;
    max-width: 120px;
    max-height: 100%;
    transition: all 2s ease;
}

.card-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    margin-top: 4px;
    align-self: center;
}

.breadcrumb-arrow {
    margin-left: 10px;
    margin-right: 10px;
}

.data-table {
    display: flex;
    background-color: white;
    padding: 20px;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 18px;
    max-height: 100%;
}

table.dataTable.no-footer {
    border-bottom: 0px !important;
}

table.ar-summary th {
    text-align: center !important;
}

.table-responsive {
    display: flex;
    width: 100%;
    justify-content: left;
}

.overflowXScroll {
    overflow-x: scroll;
}

#ImpairmentsTable,
#DepreciationsTable {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

#BalanceSummaryTable {
    width: 100%;
    max-width: 700px !important;
    justify-self: left;
    margin: 0px;
}

.datatable {
    display: flex;
    background-color: white;
    border-radius: 15px;
}

.ar-import {
    width: 100%;
    margin-bottom: 20px;
}

.table-div,
.card-div {
    display: flex;
    box-sizing: border-box;
    height: max-content !important;
    width: 100% !important;
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
    font-size: 13px;
    flex-wrap: wrap;
    padding: 20px;
}

.card-div {
    margin-bottom: 20px;
}

.card-div.modal-card {
    box-shadow: none;
    padding: 0;
    margin-top: 10px;
}

.half-div {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.card-half-div {
    display: flex;
    box-sizing: border-box;
    height: max-content !important;
    width: 100% !important;
    background-color: white;
    border-radius: 18px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
    font-size: small;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.login-background {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-height: 100%;
    min-width: 100%;
    background-image: url('/assets/img/home.jpg');
    background-size: cover;
    background-position: top center;
}

.card-div-small {
    display: flex;
    box-sizing: border-box;
    height: max-content !important;
    width: 400px !important;
    background-color: white;
    border-radius: 18px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
    font-size: small;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
}

.table-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: small;
    padding-bottom: 17px;
}

.dt-button {
    display: flex;
    max-width: fit-content;
    border-color: rgb(210, 210, 210);
    border-style: solid;
    border-width: 1.5px;
    background-color: white;
    border-radius: 8px;
    color: black;
    text-decoration: none;
    align-items: center;
    max-height: 100%;
    max-width: 100%;
    padding: 10px;
    font-size: small;
}

.material-symbols-rounded {
    color: rgb(170, 174, 203);
    max-height: fit-content;
    height: 24px;
    transition: 0.6s;
    align-self: center;
}

.button-text {
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
    color: black;
    font-size: small;
}

.table-body {
    width: 100%;
    border-radius: 5px !important;
}

.bordered-cell {
    border: 1px solid rgb(0, 0, 0);
}

.left-bordered-cell {
    border-left: 1px solid rgb(0, 0, 0);
}

.right-bordered-cell {
    border-right: 1px solid rgb(0, 0, 0);
}

.dataTables_wrapper {
    min-width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.dataTables_length {
    display: flex;
    align-items: center;
    height: 32px;
    margin-bottom: 17px;
}

.dataTables_filter {
    height: 32px;
    margin-bottom: 17px;
}

.dataTables_length label,
.dataTables_length select,
.dataTables_filter label,
.dataTables_info,
#example_paginate {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.dataTables_length label select {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border-radius: 7px !important;
}

table {
    border: none;
    border-radius: 10px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    width: 100%;
}

thead,
tr,
tbody {
    width: 100%;
    border-radius: 10px;
    min-height: 40px;
    max-height: max-content;
}

th {
    text-align: left !important;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 2px solid rgb(170, 170, 170) !important;
    user-select: text;
}

.table.auto-width th {
    background-color: rgb(248, 248, 248);
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1.5px solid rgb(190, 190, 190);
}

.table.auto-width td {
    border: none;
}

a {
    text-decoration: none;
}

.table.auto-width {
    width: auto;
    background-color: rgb(247, 247, 247);
    border-radius: 0;
}

.table-responsive.ar-summary {
    border: none;
    overflow-x: scroll;
    margin-bottom: 30px;
}

#example {
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}

label input {
    border-radius: 7px !important;
}

.paginate_button.current {
    border-radius: 10px !important;
}

.dataTables_wrapper .dataTables_length select {
    border-radius: 15px !important;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 16px !important;
    padding-left: 12px !important;
    font-size: 16px;
    height: 32px;
    width: 200px;
}

.table-link {
    text-decoration: none;
    color: #1e1e1e;
}

.table-link:hover {
    text-decoration: solid underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 4px;
    cursor: pointer;
}

.text-danger {
    color: red;
}

.impacted-events-table {
    margin-bottom: 20px;
}

.impacted-events-table th:nth-child(1),
.impacted-events-table td:nth-child(1) {
    width: 20%;
}

.impacted-events-table th:nth-child(2),
.impacted-events-table td:nth-child(2) {
    width: 20%;
}

.impacted-events-table th:nth-child(3),
.impacted-events-table td:nth-child(3) {
    width: 35%;
}

.impacted-events-table th:nth-child(4),
.impacted-events-table td:nth-child(4) {
    width: 15%;
}

#AssetsInProgressTable th:nth-child(1),
#AssetsInProgressTable td:nth-child(1) {
    width: 30%;
}

#AssetsInProgressTable th:nth-child(2),
#AssetsInProgressTable td:nth-child(2) {
    width: 25%;
}

#AssetsInProgressTable th:nth-child(3),
#AssetsInProgressTable td:nth-child(3) {
    width: 25%;
}

#ChildrenProjectsTable th:nth-child(3),
#ChildrenProjectsTable td:nth-child(3) {
    width: 12%;
}

#ChildrenProjectsTable th:nth-child(4),
#ChildrenProjectsTable td:nth-child(4) {
    width: 12%;
}

.non-actionable-event {
    background-color: #f8f8f8 !important;
}

.body-container {
    display: flex;
    padding: 0px;
    width: 100%;
    min-height: 100vh;
}

.body-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
}

.import-prompt {
    display: flex;
    align-self: center;
    color: #1e1e1e;
    height: auto;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}

#download-template-button {
    border: none;
    background-color: white;
    text-decoration-line: underline;
    font-weight: 400;
    padding: 0;
    padding-left: 4.5px;
    padding-right: 4.5px;
    text-underline-offset: 3px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}

#download-template-prompt1,
#download-template-prompt2 {
    display: none;
    font-weight: 400;
}

#class-linking-template-prompt {
    font-weight: 400;
    margin-bottom: 10px;
}

#download-class-link-button {
    border: none;
    width: 100%;
    color: #333333;
    display: flex;
    background-color: white;
    text-decoration-line: underline;
    font-weight: 300;
    padding: 0;
    font-size: 13px;
    text-underline-offset: 3px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}

.nav-bar {
    display: flex;
    flex-basis: auto;
    align-content: space-between;
    width: 240px;
    height: 100%;
    position: fixed;
    padding: 15px;
    transition: 0.6s;
    z-index: 4;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    align-items: center;
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    flex-wrap: wrap;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    margin-top: -70px;
    background-color: #08203A;
    /*box-shadow: rgba(33, 37, 41, 0.1) 0px 0px 32px 0px;
    background-color: white;*/
}

.nav-bar.mini {
    width: 85px;
    transition: 0.6s;
}

.nav-header {
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    transition: 1s;
    position: relative;
}

.nav-header.mini {
    transition: 0.6s;
}

.hide-text {
    color: aliceblue;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.6s;
    padding: 0;
    margin-top: 0px;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
}

.hide-text img {
    margin-top: 5px;
    width: 187px;
}

.hide-text.mini {
    margin-left: -220px;
    width: 200px;
    transition: 0.6s;
}

/*#ducharme-title {
    margin-left: 30px;
    margin-right: 30px;
    transition: 1s;
}

#asset-title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: aliceblue;
    font-size: medium;
    white-space: nowrap;
    transition: 0.6s;
    text-decoration: none;
    margin-top: 3px;
    fill: white;
    height: fit-content;
}*/
#ducharme-title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: aliceblue;
    font-size: 24px;
    white-space: nowrap;
    transition: 0.6s;
    text-decoration: none;
}

#asset-title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: aliceblue;
    font-size: medium;
    white-space: nowrap;
    transition: 0.6s;
    text-decoration: none;
    margin-top: 3px;
    height: fit-content;
}

.square {
    display: flex;
    text-decoration: none;
    min-width: 45px;
    max-width: 45px;
    flex-basis: 20%;
    justify-content: center;
    align-items: center;
    color: #333333;
    transition: 0.6s;
    z-index: 1;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.square span {
    color: #333333;
}

.search-bar-div {
    display: flex;
    position: relative;
    height: 40px;
    width: 250px;
    flex-wrap: wrap;
    border: 0.5px solid #f5f7f9;
    border-radius: 19px;
}

.wip-search-bar-div {
    display: flex;
    position: relative;
    height: 40px;
    width: 250px;
    flex-wrap: wrap;
    border: 0.5px solid #f5f7f9;
    border-radius: 19px;
}

.search-bar {
    height: 100%;
    width: 100%;
    display: flex;
    background-color: #f5f7f9;
    border-radius: 18px;
    transition: 0.6s;
    overflow: hidden;
    flex-wrap: nowrap;
    padding: 0px;
    margin: 0px;
}

.wip-search-bar {
    height: 100%;
    width: 100%;
    display: flex;
    border-radius: 18px;
    transition: 0.6s;
    overflow: hidden;
    flex-wrap: nowrap;
    padding: 0px;
    margin: 0px;
}

.input-bar {
    width: 100%;
    background-color: #f5f7f9;
    border-radius: 7px;
    margin-right: 2px;
    margin-left: 10px;
    transition: 0.6s;
    padding: 0;
}

.wip-input-bar {
    width: 100%;
    border-radius: 7px;
    margin: 0px;
    transition: 0.6s;
    padding: 0;
}

#searchInput {
    background-color: #f5f7f9;
    border: none;
    width: 100%;
    height: 100%;
    color: rgb(98, 98, 98);
    font-family: "Inter", sans-serif;
    font-size: small;
    transition: 0.6s;
    padding-left: 5px;
}

#wipSearchInput {
    border: none;
    width: 100%;
    height: 100%;
    color: rgb(98, 98, 98);
    font-family: "Inter", sans-serif;
    font-size: small;
    transition: 0.6s;
    padding-left: 5px;
}

.search-button {
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 45px;
    min-width: 45px;
    padding: 0;
    transition: 0.6s;
}

.search-icon {
    color: rgb(148, 148, 181);
    display: flex;
    justify-content: center;
    justify-items: center;
    text-decoration: none;
    max-width: 25px;
    max-height: 25px;
    align-self: center;
    transition: 0.6s;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    font-size: 22px;
}

.card-detail.wip-search {
    position: relative;
    /*margin-bottom: 200px;*/
}

.search-icon:focus {
    outline: none;
}

.search-bar-dropdown {
    display: none;
    flex-wrap: wrap;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    height: fit-content;
    width: 120%;
    background-color: white;
    top: 45px;
    left: 0;
    align-content: start;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.wip-search-bar-dropdown {
    display: none;
    flex-wrap: wrap;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    height: fit-content;
    width: 100%;
    background-color: white;
    top: 40px;
    left: 0;
    align-content: start;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.search-bar-dropdown::-webkit-scrollbar {
    width: 6px;
}

.search-bar-dropdown::-webkit-scrollbar-thumb {
    background-color: #d2d2d2;
    border-radius: 6px;
}

.search-bar-div.focused {
    border-radius: 19px;
    border: 0.5px solid rgb(216, 220, 226);
}

.wip-search-bar-dropdown::-webkit-scrollbar {
    width: 6px;
}

.wip-search-bar-dropdown::-webkit-scrollbar-thumb {
    background-color: #d2d2d2;
    border-radius: 6px;
}

.wip-search-bar-div.focused {
    border-radius: 19px;
    border: 0.5px solid rgb(216, 220, 226);
}

input:focus {
    outline: none;
    transition: 0.6s;
}

.logo-div {
    display: flex;
    width: 100%;
    height: 90px;
    justify-content: center;
    align-items: start;
}

.search-icon {
    color: rgb(148, 148, 181);
    display: flex;
    justify-content: center;
    justify-items: center;
    text-decoration: none;
    max-width: 25px;
    max-height: 25px;
    align-self: center;
    transition: 0.6s;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}

.search-icon:focus {
    outline: none;
}

.search-result {
    display: flex;
    color: #444444;
    width: 100%;
    min-height: 26px;
    height: fit-content;
    align-items: center;
    padding: 8px 10px 8px 10px;
}

.wip-search-result {
    display: flex;
    color: #444444;
    width: 100%;
    min-height: 20px;
    height: fit-content;
    align-items: center;
    padding: 6px 10px 6px 10px;
}

.no-search-result {
    display: flex;
    width: 100%;
    height: 20px;
    padding: 8px 10px 8px 10px;
    align-items: center;
}

.wip-no-search-result {
    display: flex;
    width: 100%;
    height: 20px;
    padding: 8px 10px 8px 10px;
    align-items: center;
}

.no-search-result p {
    margin: 0;
    font-size: 13px;
    height: max-content;
}

.wip-no-search-result p {
    margin: 0;
    font-size: 13px;
    height: max-content;
}

.search-result-icon span {
    margin-right: 12px;
    font-size: 20px;
    height: 24px;
    width: 24px;
}

.search-result-detail {
    display: flex;
    flex-wrap: wrap;
}

.search-result-name {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
}

.search-result-type {
    width: 100%;
    font-weight: 400;
    font-size: 11px;
    color: #aeb0b3;
}

.search-result:hover {
    cursor: pointer;
    background-color: #E6ECF2;
    border-radius: 8px;
}

.wip-search-result:hover {
    cursor: pointer;
    background-color: #f0f0f0;
    border-radius: 8px;
}

.nav-link-icon span {
    display: flex;
    justify-content: center;
    justify-self: center;
    align-self: center;
    color: rgb(170, 174, 203);
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.nav-link-form {
    display: flex;
}
.nav-link-form .nav-link {
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
}

.nav-link .nav-link-icon span {
    font-size: 26px;
    /*color: rgb(8, 32, 58);*/
}

.space-div {
    height: 2px;
    margin-top: 18px;
    background-color: rgb(81, 81, 120);
    border-radius: 1px;
    transition: 0.6s;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    width: 200px;
    height: 450px;
    overflow-y: visible;
    padding: 5px;
    transition: 0.6s;
    overflow: hidden;
}

.nav-link {
    display: flex;
    width: 200px;
    height: 45px;
    margin: 0;
    flex-wrap: nowrap;
    margin-bottom: 3px;
    position: relative;
    overflow-y: visible;
}

.nav-link-notification {
    position: absolute;
    color: white;
    padding-right: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eb665f;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-weight: 500;
    top: 25%;
    left: 80%;
    transition: 0.6s;
    margin-right: 1px;
}

.nav-link-notification.mini {
    top: 25%;
    left: 25%;
    transition: 0.4s;
}

.nav-link.active {
    /*background-image: linear-gradient(to bottom right, #30679A, #9EBFDD);*/
    background-image: linear-gradient(to bottom right, #30679A, #9EBFDD);
    border-radius: 6px;
}

.nav-link.active h6 {
    color: aliceblue;
}

.nav-link.active .nav-link-icon {
    color: aliceblue;
}

.nav-link.active .nav-link-icon .material-symbols-rounded {
    color: aliceblue;
}

.nav-link:hover {
    /*background-color: #E6ECF2;*/
    background-color: #21354b;
    border-radius: 6px;
}

.nav-link:hover h6 {
    color: aliceblue;
}

.nav-link:hover .nav-link-icon span {
    color: aliceblue;
}

.nav-link-icon {
    display: flex;
    max-width: 45px;
    min-width: 45px;
    color: rgb(170, 174, 203);
    padding: 0;
    align-items: center;
    justify-content: center;
}

.nav-link-text {
    display: flex;
    align-items: center;
    color: aliceblue;
    padding: 0;
    overflow: hidden;
    flex-wrap: nowrap;
    transition: 0.6s;
}

.nav-link-text h6 {
    overflow: hidden;
}

.nav-link-text.mini {
    max-width: 0.01px;
    transition: 0.6s;
    white-space: nowrap;
}

.nav-text {
    font-size: 14px;
    display: flex;
    margin: 0;
    height: max-content;
    font-family: "Inter", sans-serif;
    /*color: rgb(8, 32, 58);*/
    font-weight: 400;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
}

.test-link {
    background-image: linear-gradient(to bottom right, rgb(47, 106, 221), rgb(126, 186, 255));
    border-radius: 6px;
}

.test-link h6 {
    color: aliceblue;
}

.test-link .nav-link-icon {
    color: aliceblue;
}

.content-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    flex-grow: 1;
    padding: 0px;
    transition: 0.6s;
    width: 100%;
    z-index: 1;
    margin-top: 70px;
    min-height: 100%;
    align-content: space-between;
}

.detail-page-tag {
    display: flex !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-left: 20px !important;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    align-items: center !important;
}

.detail-page-tag.danger {
    background-color: #fbddd6;
    color: #db3e1a !important;
}

.detail-page-tag.warning {
    background-color: #f9efe5;
    color: #df9851;
}

.detail-page-tag.info {
    background-color: #cde2f5;
    color: #16556f;
}

.detail-page-tag.success {
    background-color: #c1efce;
    color: #0b4d20;
}

.content-container.mini {
    transition: 0.6s;
    width: 100%;
}

.top-nav {
    display: flex;
    align-content: center;
    padding-right: 20px;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    height: 70px;
    margin: 0;
    top: 0;
    z-index: 1;
    padding-left: 240px;
    transition: 0.6s;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    /*    background-color: #f5f5f5;*/
    background-color: white;
    box-shadow: rgba(33, 37, 41, 0.1) 0px 0px 32px 0px;
}

.top-nav .material-symbols-rounded {
    color: #333333;
}

.top-nav.mini {
    padding-left: 85px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 2;
    transition: 0.6s;
    /*    background-color: #f5f5f5;*/

    background-color: white;
    box-shadow: rgba(33, 37, 41, 0.1) 0px 0px 32px 0px;
}

.page-header {
    display: flex;
    align-items: center;
    max-width: max-content;
}

.page-header h5 {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-header div {
    display: flex;
    height: 23px;
    margin-left: 10px;
    font-size: 14px;
    align-items: end;
    font-weight: 500;
    color: #9b9b9b;
}

.page-header .page-pre-header {
    color: #818181;
    font-size: 20px;
    margin: 0px;
    margin-right: 7px;
    margin-top: 8px;
}

.entity-select {
    text-decoration: none;
    width: max-content;
}

.nav-footer {
    max-height: 45px;
}

.main-content {
    display: flex;
    box-sizing: border-box;
    margin: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 305px;
    padding-right: 65px;
    flex-direction: row;
    flex-wrap: wrap;
    transition: 0.6s;
    height: 100%;
    width: 100%;
    align-content: flex-start;
    justify-content: space-between;
}

.main-content.mini {
    padding-left: 150px;
    transition: 0.6s;
}

.card {
    margin-top: 18px;
    box-sizing: border-box;
}

.top-nav-left,
.top-nav-middle,
.top-nav-right {
    display: flex;
    max-width: max-content;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}

.top-nav-middle img {
    height: 50%;

}

.button-group {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    min-width: 100%;
    margin-bottom: 20px;
    height: 130px;
}

.ms-button {
    display: flex;
    border: none;
    border-radius: 20px;
    background-color: #08203a;
    align-content: center;
    color: rgb(255, 255, 255);
    padding-left: 12px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    min-width: 100px;
    height: 36px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ms-button-light {
    display: flex;
    border: 2px solid #efefef;
    border-radius: 8px;
    background-color: white;
    align-content: center;
    color: #777777;
    padding-left: 12px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    min-width: 70px;
    height: 35px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.ms-button.danger {
    background-color: #d56868;
}

.ms-button a {
    display: flex;
    justify-content: center;
    width: 100%;
    color: white;
    align-items: center;
}

.ms-button-light a {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #555660;
    font-weight: 600;
    align-items: center;
}

.ms-button span,
.ms-button-light span {
    margin-right: 6px;
}

.ms-button-light span {
    margin-right: 6px;
    color: #dcdcdc;
    font-size: 18px;
    font-weight: 900;
}

.ms-button a div {
    height: fit-content;
}

.ms-button-dropdown {
    display: flex;
    border: none;
    align-content: center;
    color: rgb(255, 255, 255);
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    padding: 0px;
    position: relative;
    margin-left: 10px;
    height: 36px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ms-table-button-dropdown {
    display: flex;
    border: none;
    background-color: transparent;
    text-decoration: none;
    position: relative;
}

.margin-left {
    margin-left: 10px;
}

.ms-button:hover {
    cursor: pointer;
}

.back-button {
    display: flex;
    border: none;
    border-radius: 19px;
    background-color: #528ece;
    align-content: center;
    color: rgb(255, 255, 255);
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: small;
}

.back-button-link {
    display: flex;
    border: none;
    background-color: none;
    align-content: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: "Inter", sans-serif;
}

.back-button-text {
    padding-left: 5px;
    font-family: "Inter", sans-serif;
    padding-top: 3px;
    padding-right: 5px;
}

.manage-button {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    font-size: small;
    width: 95px;
    border: 1.75px solid #08223e;
    border-radius: 8px;
    background-color: #08203a;
    color: rgb(255, 255, 255);
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.manage-button::after {
    align-self: center;
}

.manage-button-link {
    display: flex;
    border: none;
    background-color: none;
    align-content: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: "Inter", sans-serif;
}

.manage-button-text {
    padding-left: 5px;
    font-family: "Inter", sans-serif;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    padding-right: 5px;
}

.dropdown {
    display: flex;
}

.dropdown-toggle {
    border: 2px solid #08203a;
    border-radius: 8px;
    background-color: #08203a;
    align-content: center;
    color: rgb(255, 255, 255);
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.manage-dropdown.show {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.dropdown-item {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: small;
}

.dropdown-item:hover {
    color: rgb(9, 32, 52) !important;
    background-color: #c7d3e1 !important;
}

.large-button {
    display: flex;
    color: #1e1e1e;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: white;
    height: 100%;
    width: 140px;
    border: 1px solid grey;
    padding: 0px;
    border-radius: 15px;
    margin-right: 15px;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 16px 0px;
    transition: transform 0.2s ease-in-out;
    transform-origin: center center;
    text-decoration: none;
}

.large-button .material-symbols-rounded {
    height: 30%;
    margin-top: 20px;
}

.large-button h6 {
    height: 70%;
}

form {
    width: 100%;
}

.large-button .material-symbols-rounded,
.large-button h6 {
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: center;
    justify-self: center;
    color: #1e1e1e;
    align-items: flex-end;
}

.large-button h6 {
    padding-top: 10px;
    align-items: flex-start;
}

.large-button:hover {
    transform: scale(0.95);
    background-color: #bbd4ef;
    color: rgb(40, 40, 40);
    border: none;
}

.large-button:hover .material-symbols-rounded {
    color: rgb(51, 51, 51);
}

.large-button.active .material-symbols-rounded {
    color: white;
    transition: 0s;
}

.large-button.active {
    background-color: #092038;
    color: white;
    border: none;
    transition: 0s;
}

.large-button.active h6 {
    color: white;
}

th.centered-text {
    text-align: center;
}

.greyed-column {
    background-color: rgb(240, 240, 240) !important;
}


.material-symbols-rounded.file-import {
    background-color: #a7a7a7;
    height: 40px;
    width: 40px;
    color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.imported-file-display {
    margin-bottom: 30px;
}

.file-selected-info p {
    display: flex;
    margin: 0;
    padding-left: 15px;
    font-weight: 400;
}


.empty-database-div {
    display: flex;
    width: 100%;
    height: 70%;
    justify-content: center;
    align-content: start;
    flex-wrap: wrap;
    padding-top: 70px;
}

.empty-database-div img {
    height: 252px;
    margin-bottom: 15px;
}

.empty-database-div h2,
.empty-database-div h3 {
    width: 100%;
    text-align: center;
}

.empty-database-div h2 {
    font-weight: 500;
}

.empty-database-div h3 {
    font-weight: 400;
    font-size: 17px;
}

.info-text {
    margin-bottom: 20px;
    height: 45px;
    display: flex;
    align-content: center;
    font-weight: 400;
    flex-wrap: wrap;
}

.info-text p {
    display: flex;
    width: 100%;
    align-self: center;
    margin: 0;
    height: min-content;
    margin-bottom: 5px;
}

.info-text p:nth-of-type(2) {
    color: #b4b4b4;
}

.form-group.file-drop-zone {
    display: flex;
    border: 2px dashed rgb(150, 150, 150);
    border-radius: 20px;
    height: max-content;
    background-color: #ebedf5;
    padding-bottom: 30px;
    margin-top: 0px;
}

.form-group.file-drop-zone.d-none {
    display: none;
}

.form-group.file-drop-zone.highlight {
    background-color: rgb(214, 233, 246);
}

.form-group.file-drop-zone p {
    max-height: max-content;
    margin: 0;
}

.custom-file-input {
    color: #2f3e81;
    cursor: pointer;
    font-weight: 500;
    min-height: max-content;
    display: flex;
    justify-content: left;
    width: max-content;
    font-size: 17px;
    margin-left: 5px
}

.hidden-file-input {
    display: none;
}

.material-symbols-rounded.import-zone {
    display: flex;
    font-size: 70px;
    margin-top: 30px;
    margin-bottom: 20px;
    justify-content: center;
    color: rgb(95, 95, 95);
    width: 100%;
    height: max-content;
    transform-origin: left top;
}

#importZoneText {
    display: flex;
    justify-content: center;
    max-height: max-content;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #4c4c4c;
}

#importZoneLink {
    display: flex;
    justify-content: center;
    max-height: max-content;
    min-width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #4c4c4c;
}

#importZoneSpace {
    width: 5px;
}

.card-footer.d-none {
    display: none;
}

.card-footer {
    display: flex;
    justify-content: right;
    width: 100%;
}

.imported-file-display.d-none {
    display: none;
}

.imported-file-display {
    display: flex;
    width: 100%;
}

.login-card-header {
    display: flex;
    flex-wrap: wrap;
    background-color: #08203a;
    margin-top: -40px;
    width: 85%;
    border-radius: 10px;
    padding: 15px;
    justify-items: center;
    height: fit-content;
}

#ducharme-title-login {
    display: flex;
    min-width: 100%;
    max-height: max-content;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: aliceblue;
    font-size: 20px;
    white-space: nowrap;
    transition: 0.6s;
    text-decoration: none;
    max-width: max-content;
    justify-content: center;
    height: max-content;
    margin-bottom: 3px;
}

#asset-title-login {
    display: flex;
    min-width: 100%;
    height: max-content;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 100;
    font-style: italic;
    color: aliceblue;
    font-size: 15px;
    white-space: nowrap;
    transition: 0.6s;
    text-decoration: none;
    max-width: max-content;
    justify-content: center;
}

.logo-div-login {
    display: flex;
    min-width: 100%;
    justify-content: center;
    transition-delay: 0.5ms;
    transition: 4s;
    margin-bottom: 15px;
}

.login-card-detail {
    color: #f5f5f5;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

h3 {
    margin: 0;
}

.login-card-description {
    display: flex;
    justify-items: center;
    height: max-content;
}

.login-card-body {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: max-content;
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-card-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: max-content;
    justify-content: center;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 300;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    display: flex;
}

.modal-content {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-content: space-between;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    position: relative;
    height: 80%;
    width: 45%;
    overflow-y: auto;
}

.prompt-modal-content {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    box-sizing: border-box;
    align-content: space-between;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    position: relative;
    min-height: 20%;
    width: 25%;
}

.project-cost-modal-content {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0px;
    box-sizing: border-box;
    align-content: space-between;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    position: relative;
    height: 95%;
    min-height: 82%;
    max-width: 75%;
    overflow-y: scroll;
}

.allocate-budget-modal-content {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0px;
    box-sizing: border-box;
    align-content: space-between;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    position: relative;
    height: fit-content;
    max-height: 80%;
    max-width: 700px;
    overflow-y: scroll;
}

.allocate-cost-modal-content {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0px;
    box-sizing: border-box;
    align-content: space-between;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    position: relative;
    height: fit-content;
    max-height: 80%;
    max-width: 700px;
    overflow-y: scroll;
}

.complete-project-modal-content {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0px;
    box-sizing: border-box;
    align-content: space-between;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    position: relative;
    height: fit-content;
    max-height: 70%;
    width: 45%;
    overflow-y: scroll;
}

.complete-asset-modal-content {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0px;
    box-sizing: border-box;
    align-content: space-between;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    position: relative;
    height: 630px;
    width: 950px;
    max-width: 90%;
    overflow-y: scroll;
}

.transfer-asset-modal-content {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0px;
    box-sizing: border-box;
    align-content: space-between;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    position: relative;
    height: fit-content;
    max-height: 70%;
    width: 60%;
    overflow-y: scroll;
}

.no-scroll {
    overflow: hidden;
    padding-right: 17px;
}

#AddProjectCost,
#MarkProjectComplete,
#MarkAssetComplete,
#AllocateBudget {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
}

#MarkAssetComplete {
    align-content: space-between;
}

#addAssetCostModal,
#addAssetInProgressModal,
#allocateBudgetModal,
#markAssetCompleteModal,
#markProjectCompleteModal,
#transferAssetModal,
#reverseTransferPromptModal,
#deleteAssetCostPromptModal,
#deleteUserPromptModal,
#allocateProjectCostModal {
    display: none;
}

.modal-content::-webkit-scrollbar,
.allocate-budget-modal-content::-webkit-scrollbar,
.transfer-asset-modal-content::-webkit-scrollbar,
.complete-project-modal-content::-webkit-scrollbar,
.complete-asset-modal-content::-webkit-scrollbar,
.allocate-cost-modal-content::-webkit-scrollbar,
.asset-cost-modal-content::-webkit-scrollbar {
    width: 8px;
    z-index: 2;
}

.asset-cost-modal-content::-webkit-scrollbar-thumb,
.allocate-budget-modal-content::-webkit-scrollbar-thumb,
.transfer-asset-modal-content::-webkit-scrollbar-thumb,
.complete-project-modal-content::-webkit-scrollbar-thumb,
.complete-asset-modal-content::-webkit-scrollbar-thumb,
.allocate-cost-modal-content::-webkit-scrollbar-thumb,
.modal-content::-webkit-scrollbar-thumb {
    background-color: #d2d2d2;
    border-radius: 20px;
}

.modal-heading {
    font-size: 20px;
    margin: 0;
    height: max-content;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    font-size: 20px;
    font-weight: 500;
}

.modal-header-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: max-content;
    border-bottom: 1px solid rgb(225, 225, 225);
}

.prompt-modal-header-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    height: max-content;
}

.modal-body {
    display: flex;
    width: 100%;
    padding: 0px;
    flex-wrap: wrap;
    align-content: start;
}

#DeleteEventPrompt,
#DeleteAssetPrompt,
#DeleteProjectPrompt {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-content: space-between;
    width: 100%;
    height: 100%;
}

.prompt-modal-body {
    display: flex;
    width: 100%;
    padding: 0px;
    flex-wrap: wrap;
    align-content: start;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.modal-label {
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    display: flex;
    height: min-content;
    margin-bottom: 12px;
}

.modal-footer {
    display: flex;
    width: 100%;
    justify-content: right;
    padding-bottom: 0px;
}

.modal-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
}

.modal-section.disabled {
    background-color: rgb(245, 245, 245);
}

.modal-section.success {
    background-color: rgb(230, 242, 249);
}

.modal-section-header {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

#closeModalButton,
.closeModalIcon {
    font-size: 27px;
    cursor: pointer;
    height: 27px;
    display: flex;
    align-items: center;
}

#assetClassSelectModal {
    display: none;
}

#financialYearEditModal {
    display: none;
}

#actionImpactedEventModal {
    display: none;
}

#deleteEventPromptModal,
#deleteAssetPromptModal,
#deleteWIPAssetPromptModal,
#deleteProjectPromptModal,
#deleteClassPromptModal {
    display: none;
}

.login-button {
    display: flex;
    border: 2px solid #08223e;
    border-radius: 8px;
    background-color: #08203a;
    align-content: center;
    color: rgb(255, 255, 255);
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    font-size: 20px;
    width: 80px;
    text-decoration: none;
}

.login-button-text {
    padding-left: 10px;
    font-family: "Inter", sans-serif;
    padding-top: 1px;
    padding-right: 5px;
    margin: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.material-symbols-rounded.table-icon {
    height: max-content;
    width: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    text-decoration: none;
    color: #434343;
}

.table-icon-buttons {
    color: #1e1e1e;
    margin: 0;
    display: flex;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    text-decoration: none;
    align-items: center;
}

.table-icon-buttons:hover {
    color: rgb(26, 57, 84);
    background-color: #c7d3e1;
    border-radius: 5px;
}

.table-icon-buttons:hover .material-symbols-rounded.table-icon {
    color: rgb(26, 57, 84);
}

.card-detail-heading {
    margin: 0;
    display: flex;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    min-height: 30px;
    max-height: 37.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 335px;
}

.input-group {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.card-input {
    border: 0.5px solid rgb(154, 154, 154);
    border-radius: 8px !important;
    height: 35px;
    flex-grow: 1;
}

.card-detail,
.modal-select {
    display: flex;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    border: 0.5px rgb(202, 202, 202) solid;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    min-height: 38px;
    max-height: max-content;
    align-items: center;
    padding-left: 10px;
    padding-right: 7px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #424242;
    font-family: "Inter", sans-serif;
    margin: 0;
    background-color: transparent;
    justify-content: space-between;
    user-select: text;
}

.condition-photo {
    display: flex;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    flex-wrap: nowrap;
    box-sizing: border-box;
    align-items: flex-start;
    margin: 0;
    padding-left: 10px;
    overflow-x: scroll;
}

.condition-photo::-webkit-scrollbar {
    background-color: transparent;
    height: 10px;
}

.condition-photo::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 10px;
}

.condition-photo img {
    border-radius: 15px;
    height: 250px;
    width: auto;
    margin-bottom: 13px;
    margin-right: 10px;
}

.card-detail:focus {
    border: 0.5px solid #5a97d7;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
}
.card-detail:has(input:focus) {
    border: 0.5px solid #5a97d7;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
    transition: 0.6s;
}

.card-detail.readonly:focus {
    border: 0.5px rgb(202, 202, 202) solid;
}

.readonly {
    color: #7a7a7a;
    background-color: #f7f7f7;
}

.card-detail-button {
    display: flex;
    flex-grow: 1;
    border: 0.5px rgb(154, 154, 154) solid;
    border-radius: 8px !important;
    font-size: 16px;
    font-weight: 100;
    min-height: 34px !important;
    max-height: max-content;
    align-items: center;
    padding-left: 10px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 !important;
}

.calculate-button {
    background-color: #092038;
    border-radius: 8px !important;
    border: none;
    height: 28px;
    color: #f5f5f5;
    margin-left: 10px !important;
}

.card-heading h5 {
    display: flex;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    align-content: center;
    height: max-content;
    align-self: center;
}

.table-action-header {
    width: 40px;
}

.dataTables_filter input::placeholder {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: rgb(159, 159, 159);
}

.icon-menu {
    background-color: transparent !important;
    border: none;
    max-height: max-content;
    max-width: max-content;
    display: flex;
    justify-self: flex-end;
}

.dropdown-menu {
    display: none;
}
    .dropdown-menu form {
        display: flex;
        background-color: white;
        border-radius: 8px;
        padding: 0px;
        width: 100%;
        cursor: pointer;
        font-size: 12px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        list-style-type: none;
        color: black;
        text-decoration: none;
    }
        .dropdown-menu form button {
            background-color: transparent;
            border: none;
            padding: 8px;
            height: 31px;
            margin: 0px;
            cursor: pointer;
        }
            .dropdown-menu form button:hover {
                background-color: #f0f0f0;
            }

        .ms-icon-dropdown span:hover {
            cursor: pointer;
        }

.ms-icon-dropdown {
    position: relative;
    display: flex;
}

.dropdown-menu.show {
    display: flex;
    position: absolute;
    top: 40px;
    margin: 0;
    right: 0;
    width: 215px;
    background-color: white;
    flex-wrap: wrap;
    padding: 12px;
    box-sizing: border-box;
    z-index: 400;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 6px;
    transition: opacity 0.3s ease-in-out;
}

.dropdown-menu.show a {
    background-color: white;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    cursor: pointer;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    list-style-type: none;
    color: black;
    text-decoration: none;
}

.drop-down-menu a {
    color: black;
}

.dropdown-menu.show a:hover {
    background-color: #f0f0f0;
}

.icon-menu::after {
    content: none;
    display: none;
}

.number-cell {
    text-align: right;
}

.disabled-sorting.sorting.table-action-header.sorting_disabled::after,
.disabled-sorting.sorting.table-action-header.sorting_disabled::before {
    content: none;
    display: none;
}

.entity-select-button {
    background-color: transparent;
    display: flex;
    border: none;
    padding: 0;
    width: auto;
    justify-content: right;
}

.material-symbols-rounded.account-icon {
    margin-left: 7px;
    color: #a3a3a3;
}

.dt-right {
    text-align: right;
}

.space-between-div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    height: 100px;
}

.warning-tooltip-div {
    height: 100%;
    position: relative;
}

.warning-tooltip {
    display: none;
    position: absolute;
    background-color: white;
    border: 0.5px solid gray;
    padding: 12px;
    border-radius: 15px;
    width: 160px;
    font-size: 12px;
    bottom: 10px;
    right: 22px;
}

.warning-icon {
    height: 100%;
    margin-right: 4px;
}

.warning-icon:hover {
    transform: scale(1.06);
    cursor: pointer;
}

.warning-tooltip-div:hover .warning-tooltip {
    display: flex;
}

.third-div {
    display: flex;
    background-color: white;
    padding: 18px;
    width: 32%;
    border-radius: 15px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
    align-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.third-div-content {
    margin: 0;
    font-size: 24px;
    width: 100%;
    animation: countUp 1s steps(123, end);
    border: none;
    font-weight: 400;
}

.third-div-heading {
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
    color: #717171;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

#ducharme-logo {
    max-width: 100%;
    max-height: 80px;
}

.ducharme-logo-login {
    display: flex;
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
    justify-self: center;
}

#ducharme-logo-entity-select {
    display: flex;
    height: 140px;
    margin-bottom: 50px;
    justify-self: center;
}

#ducharme-logo-entity-select .logo-R,
#ducharme-logo-entity-select .logo-A {
    stroke-width: 10;
}

.login-entity-selector {
    margin: 0;
    width: 100%;
    height: 40px;
    margin-right: 130px;
    margin-bottom: 24px;
    border: none;
    border-bottom: 1px solid rgb(190, 190, 190);
    padding: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 100;
    font-size: 13px;
    color: rgb(134, 134, 134);
}

.login-entity-selector:active {
    border: none;
}

.please-select {
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
}

.entity-button {
    margin-left: 100px;
    display: flex;
    border: 2px solid #08223e;
    border-radius: 10px;
    background-color: #08203a;
    align-content: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    width: 80px;
    text-decoration: none;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
}

.entity-button:hover {
    cursor: pointer;
}

.asset-register-year {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

#EditSettingsForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.dashboard-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 25px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.dashboard-card {
    display: flex;
    box-sizing: border-box;
    background-color: white;
    border-radius: 22px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
    font-size: small;
    flex-wrap: wrap;
    padding: 20px;
    height: 170px;
    align-content: space-between;
    justify-content: space-between;
}

.dashboard-card h5 {
    width: 100%;
    margin: 0;
    height: max-content;
    font-size: 25px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.active-cv-chart-tab {
    color: rgb(87, 87, 87);
    font-size: 14px;
}

.carrying-value-charts {
    width: 100%;
    height: 75%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.cv-chart-group {
    width: 15%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.cv-chart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    height: 65%;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cv-chart-percentage {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
}

.cv-chart-name {
    font-weight: 500;
    color: #5f5f5f;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
}

.cv-chart-value {
    font-weight: 400;
    color: #a8a8a8;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
}

.dashboard-card h6 {
    width: 60%;
    margin: 0;
    height: max-content;
    font-size: 14px;
    font-weight: 500;
    color: rgb(105, 105, 105);
}

.dashboard-card-header {
    display: flex;
    width: 100%;
    height: 38px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.dashboard-card-header.no-margin {
    margin-bottom: 0px;
}

.dashboard-card.medium-square {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px;
    height: fit-content;
    min-height: 130px;
}

.dashboard-card.cv-charts-div {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 25px;
    height: 290px;
}

.cv-charts-div .dashboard-card-header h6 {
    color: #bdbdbd;
    display: flex;
    justify-content: center;
    width: fit-content;
    font-size: 13px;
    align-content: center;
    height: fit-content;
    margin-right: 18px;
    font-weight: 500;
}

.cv-charts-div .dashboard-card-header {
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    justify-content: space-between;
}

.cv-charts-div .dashboard-card-header .cv-tabs {
    display: flex;
    justify-content: left;
}

.cv-charts-div .dashboard-card-header h6:hover {
    cursor: pointer;
}

.cv-charts-div .dashboard-card-header h6.active-cv-chart-tab {
    color: rgb(87, 87, 87);
    font-size: 14px;
    font-weight: 600;
}

.dashboard-card.assets-in-use {
    width: 50%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px;
    height: fit-content;
}

.dashboard-card.top-100-analysis {
    width: 23.5%;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 25px;
    height: 320px;
    justify-content: center;
}

.dashboard-card.top-100-analysis .dashboard-card-data {
    width: 100%;
}

.dashboard-card.top-100-analysis .dashboard-card-data .card-data-value,
.dashboard-card.top-100-analysis .dashboard-card-data .card-data-quantity {
    display: flex;
    justify-content: left;
}

.dashboard-card.top-100-analysis h6 {
    width: 100%;
    display: flex;
    justify-content: left;
    text-align: left;
}

.top-100-chart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    max-width: 100%;
    margin-top: 20px;
    text-align: center;
    height: 180px;
}

.dynamic-verify-divs {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

.dashboard-card.verification-status {
    width: 48.5%;
    height: 212px;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 25px;
}

.verify-status-chart {
    display: flex;
    width: 100%;
    height: 80%;
}

.verify-status-chart canvas {
    width: 100% !important;
}

.dynamic-verify-divs .dashboard-card {
    width: 100%;
    height: 31%;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 25px;
}

.dashboard-card.assets-in-use .dashboard-card-header h5 {
    display: flex;
    width: fit-content;
    margin-right: 6px;
}

.dashboard-card.assets-in-use .sub-header {
    display: flex;
    width: 100%;
    font-size: 13px;
    color: #bfbfbf;
    font-weight: 400;
}

.dashboard-card.assets-in-use .dashboard-card-header .change {
    display: flex;
    align-items: end;
    padding-bottom: 3px;
    width: fit-content;
    margin-right: 6px;
}

.percentage-change .change {
    font-weight: 400;
}

.dashboard-card.assets-in-use .sub-dashboard-card {
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    height: 27%;
    min-width: 100%;
    margin-bottom: 25px;
}

.loading-bar-chart {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.loading-bar-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 35px;
}

.loading-bar-percentage {
    width: 10%;
    color: #868686;
    font-weight: 400;
    font-size: 13px;
}

.loading-bar-class {
    width: 40%;
    color: #868686;
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.loading-bar-amount {
    display: flex;
    justify-content: right;
    width: 15%;
    color: #a7a7a7;
    font-weight: 400;
    font-size: 12px;
}

.bar {
    width: 35%;
    height: 5px;
    margin-right: 15px;
    border-radius: 4px;
    background-color: rgb(228, 228, 228);
}

.bar-fill {
    height: 100%;
    border-radius: 4px;
    background-color: #08203a;
}

.dashboard-card .sub-dashboard-card h5 {
    margin-bottom: 10px;
    font-size: 26px;
}

.dashboard-card .sub-dashboard-card {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    max-width: 22%;
    justify-content: center;
    align-content: space-between;
}

.small-squares {
    display: flex;
    width: 48.5%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.annual-summary {
    display: flex;
    width: 48.5%;
    height: 380px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.mini-squares {
    display: flex;
    width: 100%;
    height: 55%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mini-rectangles {
    display: flex;
    width: 33.5%;
    height: 320px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.dashboard-card .sub-dashboard-card .percentage-change {
    display: flex;
    width: 100%;
    font-size: 12px;
}

.change-icon {
    background-color: #F6F7F9;
    width: 35px;
    height: 40px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 19px;
    font-weight: 600;
}

.dashboard-card.depreciation {
    width: 100%;
    height: 125px;
}

.dashboard-export-icon {
    background-color: #ffffff;
    color: #dadada;
    display: flex;
    justify-content: start;
    align-content: end;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 300;
    align-self: flex-start;
}

.dashboard-export-icon .material-symbols-rounded {
    color: #dadada;
    font-size: 24px;
    font-weight: 300;
}

.dashboard-export-icon:hover {
    cursor: pointer;
}

.change-icon.increase {
    color: #21D087;
}

.change-icon.decrease {
    color: #DB2C1D;
}

.change-icon.no-change {
    color: black;
}

.dashboard-card .sub-dashboard-card .percentage-change .percentage {
    margin-right: 4px;
    font-weight: 500;
}

.dashboard-card .sub-dashboard-card .percentage-change .percentage.increase {
    color: #21D087;
}

.dashboard-card .sub-dashboard-card .percentage-change .percentage.decrease {
    color: #DB2C1D;
}

.dashboard-card-data .card-data-value {
    color: #BFBFBF;
    font-size: 20px;
}

.div-partition {
    width: 1px;
    height: 100%;
    min-height: 80px;
    border-right: 0.5px solid #d4d4d4;
    box-sizing: border-box;
}

.dashboard-card.large-block {
    width: 28%;
    height: 400px;
    box-sizing: border-box;
    justify-content: center;
}

.dashboard-chart {
    display: flex;
    justify-self: center;
    width: 80%;
    box-sizing: border-box;
    justify-content: center;
    padding: 10px;
}

.dashboard-card.small-square {
    display: flex;
    width: 48.5%;
    height: 48%;
    align-content: space-between;
}

.depreciation-group {
    width: 40%;
    display: flex;
    height: 320px;
    align-content: space-between;
    flex-wrap: wrap;
}

.dashboard-card.mini-square {
    display: flex;
    width: 48.5%;
    height: 100%;
    align-content: space-between;
}

.dashboard-card.verify-card {
    display: flex;
    width: 48.5%;
    height: 100%;
    align-content: space-between;
}

.dashboard-card.mini-rectangle {
    display: flex;
    width: 100%;
    height: 47%;
    align-content: space-between;
}

.dashboard-card.small-square h6 {
    margin: 0;
    width: 100%;
    max-width: 160px;
    font-size: 14px;
}

.dashboard-card.large-rectangle {
    width: 100%;
    height: 46.5%;
}

.dashboard-card.medium-rectangle {
    width: 48.7%;
    height: 46.5%;
}

.card-split {
    display: flex;
    flex-wrap: wrap;
    width: 72%;
    align-content: space-between;
    justify-content: space-between;
}

#costAnalysisPerClass {
    width: 70%;
    height: auto;
}

td {
    border-bottom: 1px solid rgb(212, 212, 212);
    user-select: text;
    color: #444444;
    font-weight: 400;
    vertical-align: middle;
}

.dataTable {
    margin-bottom: 13px !important;
}

tr:hover td {
    background-color: #f8f8f8;
}

#FinancialYearTable_ tr:hover td {
    background-color: white;
}

.navigate-page-header {
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.buttons-div-left {
    justify-content: left;
    width: 100%;
}

.buttons-div-right {
    display: flex;
    flex: 1;
    justify-content: right;
    align-items: center;
    min-width: fit-content;
    flex-wrap: wrap;
}

.plus-icon-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(25, 51, 80);
    border: 2px solid rgb(25, 51, 80);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    height: 20px;
    width: 20px;
    font-weight: 600;
}

.card-header-group {
    display: flex;
    flex-wrap: wrap;
}

.buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.importButton {
    display: flex;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: #1e1e1e 1px solid;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: auto;
    min-width: 115px;
    font-size: 14px;
    border-radius: 24px;
    margin-right: 12px;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
    font-weight: 400;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
    transform-origin: center center;
    margin-bottom: 4px;
    margin-top: 4px;
}

.importButton:hover {
    background-color: #ebedf4;
    color: rgb(0, 0, 0);
    border: #242c53 1px solid;
    transform: scale(0.95);
    cursor: pointer;
}

.importButton.active {
    background-color: #08203A;
    color: white;
    border: #08203A 1px solid;
}

.importButton.readonly {
    background-color: #f7f7f7;
    color: #9b9b9b;
    border: #9b9b9b 1px solid;
}

.importButton.readonly:hover {
    background-color: #f7f7f7;
    color: #9b9b9b;
    border: #9b9b9b 1px solid;
    transform: none;
    cursor: auto;
}

.importButton.readonly.active {
    background-color: #f7f7f7;
    color: #9b9b9b;
    border: #9b9b9b 1px solid;
}

.table-button {
    background-color: none !important;
    border: none;
    justify-self: center;
}

.table-button:hover {
    cursor: pointer;
    transform: scale(1.1)
}

.table-button span {
    background: none;
    border: none;
    color: #c0c0c0;
    font-size: 24px;
    font-weight: 300;
}

.total-column {
    font-weight: 400;
}

.asset-class-row td a {
    color: #1e1e1e
}

.accordion-icon {
    margin-right: 10px;
    font-size: 28px;
    display: flex;
    height: 100%;
    width: auto;
    color: #123255;
}

.accordion-div {
    display: flex;
    box-sizing: border-box;
    height: max-content !important;
    width: 100% !important;
    background-color: white;
    border-radius: 18px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
    font-size: small;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.paginate_button {
    font-weight: 400;
}

.accordion-trigger-button,
.accordion-trigger-button.collapsed {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border: none;
    background: transparent;
    padding: 0;
    padding: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.accordion-trigger-button.collapsed:hover {
    background-color: #f8f8f8;
    border-radius: 18px;
    cursor: pointer;
}

.accordion-trigger-button:hover {
    background-color: #f8f8f8;
    border-radius: 18px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
}

.accordion-div-body {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow-x: hidden;
}

.accordion-heading {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    justify-content: space-between;
}

.accordion-heading h5 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.accordion-trigger-button {
    display: flex;
    justify-content: space-between;
}

.accordion-collapser {
    display: none;
    box-sizing: border-box;
    width: 100%;
    border-top: #c9c9c9 1px solid;
    padding: 20px;
}

.card-body-header {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}
.reset-password-link {
    color: blue;
    cursor: pointer;
    text-underline-offset: 3px;
}
.reset-password-link:hover {
    text-decoration: underline;
}

.card-body-content {
    width: 100%;
    font-size: 15px;
    margin-bottom: 8px;
}

.indented-paragraph {
    margin-left: 10px;
}

.checkbox {
    width: 25px !important;
    height: 25px;
    color: rgb(202, 202, 202) !important;
    border-color: rgb(202, 202, 202);
    background-color: rgb(202, 202, 202);
}

#openModalButton {
    cursor: pointer;
}

#divStep1 {
    margin-bottom: 10px;
}

.card-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    padding-right: 0px;
    padding-bottom: 20px;
    max-height: 85px;
    font-size: 20px;
    font-weight: 500;
}

.card-header h3 {
    font-size: 20px;
    font-weight: 500;
}

.card-sub-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    padding-right: 0px;
    padding-bottom: 20px;
    max-height: 85px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.card-detail-heading.informative,
.card-detail.informative {
    display: none;
}

.class-selector {
    margin: 0;
    width: 100%;
    height: 40px;
    border: none;
    border: 1px solid rgb(202, 202, 202);
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 100;
    font-size: 13px;
    color: rgb(134, 134, 134);
}

.selector-label {
    font-size: 15px;
    margin-bottom: 4px;
}

.custom-select {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border: none;
    border: 0.5px rgb(202, 202, 202) solid;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    max-height: max-content;
    align-items: center;
    padding-right: 7px;
}

.modal-select-text {
    width: 100%;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    color: #828282;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    height: max-content;
}

.selectSearchInput {
    padding-top: 8px;
    padding-bottom: 8px;
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
    border: none;
    border-radius: 12px;
    height: 100%;
    font-size: 13px;
    color: #424242;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.selectSearchInput:hover {
    cursor: pointer;
}

.drop-down-menu.focus {
    border: 0.5px solid #5a97d7;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
}

.check-box-group,
.radio-box-group {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
}

.check-box-select {
    display: flex;
    width: 100%;
    margin-bottom: 6px
}

.check-box-select.allocation-toggle {
    width: 27px;
    margin: 0px;
    display: inline-block;
}

.check-box.allocate-cost {
    margin: 0px;
}

.radio-box-select {
    display: flex;
    width: 100%;
    margin-bottom: 6px;
}

.check-box,
.radio-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    border: 0.5px rgb(202, 202, 202) solid;
    background-color: #ffffff;
    margin-right: 10px;
    border-radius: 8px;
}

.check-box.readonly,
.radio-box.readonly {
    border: 0.5px rgb(197, 197, 197) solid;
    background-color: #eeeeee;
}

.check-box.ticked.readonly,
.radio-box.ticked.readonly {
    border: 0.5px rgb(197, 197, 197) solid;
    background-color: #eeeeee;
}

.check-box.readonly span,
.radio-box.readonly span {
    color: #eeeeee;
}

.check-box.ticked.readonly span,
.radio-box.ticked.readonly span {
    color: #b1b1b1;
}

.check-box span,
.radio-box span {
    display: flex;
    color: white;
}

.check-box:hover,
.radio-box:hover {
    cursor: pointer;
}

.check-box.readonly:hover,
.radio-box.readonly:hover {
    cursor: default;
}

.check-box.ticked,
.radio-box.ticked {
    background-color: #08203A;
}

.check-box-label,
.radio-box-label {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
}

.check-box-label.readonly,
.radio-box-label.readonly {
    color: rgb(173, 173, 173);
    background-color: white !important;
}

.focus {
    border: 0.5px solid #5a97d7;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
    border-radius: 8px;
}

.selected-option {
    display: flex;
    width: 100%;
    padding: 8px;
    border: 1px solid rgb(202, 202, 202);
    border-radius: 8px;
    cursor: pointer;
    justify-content: space-between;
    font-size: 15px;
    color: rgb(134, 134, 134);
}

.optionsList {
    display: none;
    position: absolute;
    list-style-type: none;
    background-color: white;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
    padding: 8px;
    flex-wrap: wrap;
    z-index: 5;
    top: 40px;
    max-height: 200px;
    overflow-y: scroll;
}

.optionsList li {
    background-color: white;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    cursor: pointer;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.optionsList li:hover {
    background-color: #f0f0f0;
}

.optionsList::-webkit-scrollbar {
    width: 8px;
}

.optionsList::-webkit-scrollbar-thumb {
    background-color: #d2d2d2;
    border-radius: 6px;
}

.last-visible-li:hover {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.uploaded-file-display {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.file-display {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fafafa;
    padding: 10px;
    border-radius: 7px;
    justify-content: space-between;
}

.file-info span {
    background-color: #aac88f;
    height: 26px;
    width: 26px;
    font-size: 18px;
    font-weight: 600;
    color: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.uploaded-file-info {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    justify-content: left;
}

.file-name {
    margin: 0;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: left;
    height: min-content;
    width: 100%;
}

.file-size {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    height: min-content;
    width: 100%;
    font-size: 11px;
    color: #9b9b9b;
    font-weight: 400;
}

.file-info {
    display: flex;
    align-items: center;
    width: 90%;
}

.file-upload-icon {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.remove-file {
    display: flex;
    justify-self: flex-end;
}

.remove-file a {
    text-decoration: none;
    display: flex;
}

.remove-file span {
    background-color: transparent;
    height: 24px;
    width: 24px;
    font-size: 19px;
    font-weight: 400;
    color: grey;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-select-button {
    height: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
}

.modal-select-button span {
    font-size: 19px;
    height: 19.5px;
    width: 19.5px;
    color: #424242;
}

.drop-down-menu {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.drop-down-menu input::placeholder {
    color: #828282;
}

.drop-down-menu span {
    color: #5f5f5f;
    cursor: pointer;
}

.drop-down-menu input {
    height: 100%;
    border: none;
}

.half-width {
    width: 50%;
}

.button-dropdown {
    display: none;
    position: absolute;
    background-color: white;
    top: 43px;
    right: 0;
    flex-wrap: wrap;
    padding: 8px;
    width: 220px;
    box-sizing: border-box;
    min-width: 150%;
    z-index: 400;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    transition: opacity 0.3s ease-in-out;
}
    .button-dropdown.table-dropdown {
        top: 30px;
    }
        .button-dropdown.table-dropdown .dropdown-disabled {
            color: #cccccc;
            user-select: none; /* Standard syntax */
            -webkit-user-select: none; /* For Safari */
            -moz-user-select: none; /* For Firefox */
            -ms-user-select: none; /* For IE/Edge */
        }

    .button-dropdown a {
        width: 100%;
        text-decoration: none;
        color: #1e1e1e;
        padding: 6px;
        padding: 8px;
        display: flex;
        text-align: left;
        justify-content: left;
        font-family: "Inter", sans-serif;
        font-size: 13px;
        font-weight: 400;
        cursor: pointer;
    }

.button-dropdown a:hover {
    background-color: #ebf0f3;
    border-radius: 8px;
}
    .button-dropdown.table-dropdown .dropdown-disabled:hover {
        background-color: transparent !important;
        cursor: default;
    }
.button-wrapped {
    display: flex;
    height: 100%;
    border-radius: 18px;
}

.DRC-correction-note {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 20px;
}

.DRC-correction-note h4,
.DRC-correction-note h5 {
    margin: 0;
    margin-bottom: 5px;
    width: 100%;
}

.DRC-correction-note h4 {
    color: #db5b3e;
}

.DRC-correction-note h5 {
    font-weight: 400;
    font-size: 14px;
}


.dropdown-toggle {
    height: 100%;
    display: flex;
    border: none;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #08203a;
    color: rgb(255, 255, 255);
    border-left: 0.5px solid gray;
    color: rgb(170, 174, 203);
    padding: 0px;
    padding-right: 3px;
}

.dropdown-toggle span:hover {
    cursor: pointer;
}

.dropdown-button-link {
    display: flex;
    align-content: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: "Inter", sans-serif;
    font-weight: 500;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #08223e;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    background-color: #08203a;
    align-items: center;
}

.dropdown-button-link span {
    margin-right: 4px;
}

.set-equal-to-span {
    width: 100%;
    display: flex;
    justify-content: right;
}

.set-equal-to-span .check-box-label {
    font-size: 12px;
}

.set-equal-to-span .check-box {
    height: 16px;
    width: 16px;
}

.set-equal-to-span span {
    font-size: 16px;
    font-size: 16px;
}

.card-navbar {
    width: 180px;
    border-right: 1px solid rgb(225, 225, 225);
    min-height: 470px;
}

.card-navbar-link {
    display: flex;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    width: max-content;
    padding: 10px;
    border-radius: 24px;
    padding-right: 14px;
    padding-left: 14px;
    cursor: pointer;
    color: #9c9c9c;
}

.card-navbar-link.active {
    background-color: #e1e5f2;
    color: #242c53;
}

.card-navbar-body {
    display: flex;
    flex: 1;
    padding-left: 30px;
    padding-top: 7px;
    display: none;
    flex-wrap: wrap;
    align-content: start;
}

.card-navbar-header {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    width: 100%;
    margin-bottom: 8px;
}

.card-navbar-subheader {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    color: #8b8b8b;
}

.card-heading {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid rgb(225, 225, 225);
}

.card-subheader {
    font-size: 15px;
    margin-bottom: 30px;
}

.card-body.settings {
    align-content: start;
    justify-content: space-between;
}
.card-div.settings {
    min-height: 510px;
}

.settings-info-div {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    color: #3a3a3a;
    margin-bottom: 40px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.setup-header {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 22px;
    width: 100%;
}

.steps-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.step-group {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-bottom: 20px;
    align-content: start;
    justify-content: center;
    max-width: 300px;
}

.step-icon {
    width: 40px;
    padding-top: 3px;
}

.step {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-content: start;
}

.step-icon span {
    background-color: #1e6ed1;
    color: white;
    border-radius: 50%;
    font-size: 17px;
    width: 24px;
    height: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-header {
    display: flex;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 30px;
    width: 100%;
}

.step-detail {
    display: flex;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #545454;
    width: 100%;
}

.step-group .ms-button {
    margin-top: 10px;
}

.step-image {
    height: 200px;
    width: 100%;
    background-color: #E1E8F4;
    border-radius: 20px;
    margin-bottom: 30px;
}

.filter-date {
    display: flex;
}

.table-cell-header {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 4px;
}

.table-cell-header a {
    color: rgb(69, 69, 69);
}

.table-cell-subheader {
    font-size: 11px;
    font-weight: 400;
    color: #7a7a7a;
}

.snapshot-link {
    color: #344a61;
    font-weight: 500;
}

tbody tr {
    height: 70px;
    padding: 5px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.snapshot-link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

thead th {
    min-height: 40px;
    padding: 6px;
    border-bottom: 0.5px solid rgb(231, 231, 231) !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    background-color: rgb(255, 255, 255);
    user-select: text;
}

.table-status-tag {
    width: 90px;
    min-width: 90px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    height: 28px;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
}

#FinancialYearsTable {
    width: 100%;
}

.table-status-tag.danger {
    background-color: #fce3dd;
    color: #c43110 !important;
}

.table-status-tag.disabled {
    background-color: #e5e5e5;
    color: #878787;
}

.table-status-tag.success {
    background-color: #d6f1de;
    color: #0b4d20;
}

.table-status-tag.warning {
    background-color: #f9efe5;
    color: #df9851;
}

.table-status-tag.info {
    background-color: #dcedfc;
    color: #16556f;
}

.check-box-group-header {
    margin-bottom: 12px;
    font-weight: 400;
}

.eventsForCorrection {
    cursor: pointer;
}

.eventsForCorrection.selected td {
    background-color: rgb(221, 232, 213);
}

.date-picker-icons {
    display: flex;
    justify-content: right;
    width: 50px;
}

#dateErrorIcon {
    display: none;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    background-color: #e66345;
    color: white !important;
    margin-right: 10px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    font-size: 20px !important;
}

.selected-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    background-color: rgb(130, 173, 130);
    width: 25px;
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
}

.report-buttons-div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100px;
    align-content: center;
}

.report-button {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-radius: 38px;
    height: 60px;
    width: 270px;
    align-content: center;
    padding: 22px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
    cursor: pointer;
    margin-right: 30px;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: #1e1e1e 1px solid;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
    transition: transform 0.2s ease-in-out;
    transform-origin: center center;
}

.report-button:hover {
    background-color: #ebedf4;
    color: rgb(0, 0, 0);
    border: #242c53 1px solid;
    transform: scale(0.95);
    cursor: pointer;
}

.report-button span {
    display: flex;
    align-items: center;
    align-content: center;
    width: 20%;
    font-size: 25px;
    font-weight: 300;
    height: max-content;
    margin-top: 3px;
    width: fit-content;
    color: #3f3f3f;
}

.report-button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    height: max-content;
    color: #3f3f3f;
    font-weight: 500;
    font-size: 15px;
}

#map {
    height: 400px;
    width: 100%;
}

.gm-style-mtc button,
.gm-style-mtc ul li {
    font-size: 13px !important;
}

.gmnoprint button img {
    height: 15px !important;
    width: 15px !important;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    height: 17px !important;
    width: 17px !important;
}

.ms-button.verify-sync {
    background-color: #d5dce4;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ms-button.cancel {
    background-color: white;
    color: rgb(255, 0, 0);
    margin-top: 10px;
    margin-bottom: 10px;
}

.ms-button.verify-sync span,
.ms-button.verify-sync a {
    color: rgb(82, 82, 82);
}

.dashboard-link {
    color: black;
}

.dashboard-row h5:hover .dashboard-link {
    font-size: 29px;
}

.full-screen {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ms-button:disabled {
    background-color: #d9dde3;
}
.ms-button:disabled .material-symbols-rounded {
   color: white;
}

.ms-button:disabled:hover {
    cursor: default;
}

.card-button-icon {
    font-size: 40px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 200;
    color: #333333;
}

.ms-tooltip {
    position: relative;
    margin-left: 3px;
    display: inline-block;
}

.ms-tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 182px;
    height: 63px;
    background-color: #555;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.ms-tooltip .tooltiptext.grap {
    height: fit-content;
    padding: 8px;
    display: flex;
    align-items: center;
}

.ms-tooltip .tooltiptext.transfer-date {
    height: fit-content;
    padding: 8px;
    display: flex;
    align-items: center;
}

.ms-tooltip:hover .tooltiptext {
    visibility: visible;
}

.ms-tooltip .tooltiptext {
    top: -100%;
    left: 130%;
    margin-top: 4px;
}

.ms-tooltip .tooltiptext.grap {
    top: -80%;
    left: 150%;
}

.ms-tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.material-symbols-rounded.tooltip-icon {
    font-weight: 300;
    cursor: pointer;
    font-size: 20px;
    margin-top: 4px;
    color: #cccccc;
}

.sub-button-row {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    margin-top: -20px;
    font-size: 12px;
    font-weight: 500;
    color: #aaaaaa;
    margin-bottom: 30px;
}

.progress-bar-div {
    width: 38%;
    display: flex;
    background-color: #e4e4e4;
    border-radius: 50px;
    justify-content: left;
    overflow: hidden;
    margin-right: 20px;
}

.progress-bar-tab {
    height: 100%;
    width: 50%;
    background-color: #666666;
}

.card-content {
    width: 100%;
    display: flex;
    align-content: end;
    flex-wrap: wrap;
}

.card-content .progress-bar-div {
    width: 100%;
    height: 34px;
    border-radius: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #ececec;
}

.card-content .progress-bar-tab {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content .progress-bar-tab.a {
    background-color: rgb(186, 221, 245);
    color: rgb(21, 96, 146);
}

.card-content .progress-bar-tab.b {
    background-color: rgb(233, 233, 233);
    color: rgb(88, 88, 88);
}

.space-between {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: fit-content;
}

.space-between h4 {
    width: max-content;
    font-size: 24px;
    margin: 0px;
    height: fit-content;
    margin-bottom: 3px;
}

.space-between p {
    width: max-content;
    margin: 0px;
    color: #555555;
    font-weight: 400;
}

.link-to-allocate {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    padding-right: 7px;
    height: 38px;
    box-sizing: border-box;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-to-allocate a {
    background-color: #eeeeee;
    height: 85%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

.link-to-allocate a:hover {
    cursor: pointer;
    height: 100%;
}

.card-detail.unallocated {
    flex-grow: 1;
    max-width: 100%;
}

.budget-allocation-header-group,
.unallocated-header-group {
    display: flex;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    max-height: max-content;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #424242;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
    background-color: transparent;
    user-select: text;
}

.unallocated-header-group {
    margin-bottom: 5px;
}

.budget-allocation-header-group label,
.unallocated-header-group label {
    width: 100%;
}

.budget-allocation-label {
    margin-bottom: 5px;
    font-weight: 400;
    color: #bbbbbb;
    margin-left: 5px;
}

.budget-allocation-heading {
    font-weight: 500;
    font-size: 15px;
    margin-left: 5px;
}

.budget-allocation-label.right,
.budget-allocation-heading.right {
    width: 100%;
    text-align: right;
    margin-right: 10px;
}

.budget-allocation-table,
.transfer-cost-table {
    /*    border: 1px solid #dddddd;*/
    border-radius: 0px !important;
    border-collapse: collapse;
    /* Removes gaps between td and th */
    border-spacing: 0;
    margin-bottom: 10px;
}

.unallocated-heading {
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px;
}

.unallocated-heading.right {
    text-align: right;
    margin-right: 10px;
}

.budget-allocation-table tr,
.transfer-cost-table tr {
    height: 45px;
    padding: 0px !important;
    border-radius: 0px !important;
}

.budget-allocation-table tbody,
.transfer-cost-table tbody {
    border: none !important;
    border-radius: 0px !important;
}

.budget-allocation-table tr:hover td,
.transfer-cost-table tr:hover td {
    background-color: transparent;
}

.budget-allocation-table tr,
.transfer-cost-table tr {
    border-bottom: 1px solid #ebebeb !important;
}

.budget-allocation-table tr td,
.transfer-cost-table tr td {
    margin: 0px;
    padding: 5px;
    height: 40px;
    border: none;
    font-size: 14px;
    padding-right: 10px;
    border: 0.5px solid #dddddd !important;
}

.budget-allocation-table tr th,
.transfer-cost-table tr th {
    margin: 0px !important;
    font-size: 14px;
    padding: 5px !important;
    padding-right: 12px !important;
    border: none !important;
    border: 1px solid #dddddd !important;
    border-bottom: 2px solid #dddddd !important;
}

.subProjectBudget,
.newProjectBudget {
    border: 0.5px solid #dddddd;
    height: 32px;
    text-align: right;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    padding-right: 7px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-sizing: border-box;
    color: #424242;
    font-size: 13px;
    font-weight: 400;
}

.budget-allocation-table td:nth-child(2),
.budget-allocation-table th:nth-child(2) {
    width: 200px;
    text-align: right !important;
}

.transfer-cost-table td:nth-child(5),
.transfer-cost-table th:nth-child(5) {
    width: 190px;
    text-align: center !important;
}

.transfer-cost-table td:nth-child(6),
.transfer-cost-table th:nth-child(6) {
    width: 76px;
    text-align: center !important;
}

#ProjectCostsTable td:nth-child(7),
#ProjectCostsTable th:nth-child(7) {
    width: 46px !important;
    max-width: 46px;
    min-width: 46px;
}