html {
    --primary-color: #003463;
}

.login .form-side {
    background-color: #003463;
    order: 2 !important;
}

.login .form-side .input-container input[type="submit"] {
    padding: 16px;
}

.sub-container>div:nth-child(1),
.project-card-section,
.project-state-section p,
.project-progress-section>P,
.progress-content>div>p {
    background-image: linear-gradient(to right, #63BE6A, #1a6795);
}

.sub-container-cards>div:nth-child(1),
.sub-container-cards2>div:nth-child(1) {
    background-image: linear-gradient(to right, #63BE6A, #1a6795);
}

.new-project-btn {
    margin: 1rem 0px;
}

.sub-container {
    margin: 1.5rem 0px;
}

.table-bordered tr:not(.pagination) td table tr:first-child {
    background-color: rgb(0, 140, 77, 0.14);
}

.pagination span {
    background-color: #63BE6A !important;
}

.pagination table td:hover {
    background-color: transparent !important;
}

.pagination table td:hover a {
    color: red !important;
    color: #63BE6A !important;
}

.pagination table td a:hover {
    color: #fff !important;
    background-color: #63BE6A !important;
    border-radius: 5px;
}

.btn-info {
    color: #fff !important;
}

.total-projects {
    font-weight: 700;
    color: #1A6795;
}

.total-projects__number {
    font-size: 30px;
}

.projects-status>div {
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
}

.project-status_number {
    font-weight: 700;
    color: inherit;
    padding: 0px 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid;
}

.project-status_description {
    font-weight: 500;
}

.project-status__late {
    flex: 1;
    color: #FFC000;
    background-color: rgba(255, 192, 0, 0.14);
}

.project-status__as-plan {
    color: #358C3B;
    background-color: rgba(53, 140, 59, 0.14);
}

.project-status__stumbling {
    color: #C00000;
    background-color: rgba(192, 0, 0, 0.14);
}

.project-status__completed {
    color: rgb(22, 188, 55);
    background-color: rgba(22, 188, 55, 0.14);
}

.project-status__notStarted {
    color: rgb(110, 110, 110);
    background-color: rgba(110, 110, 110, 0.14);
}

.project-costs>div {
    color: #2C698D;
    background-color: #EEEEEE;
    border-radius: 0.5rem;
    padding: 0.5rem 0rem;
    font-weight: 700;
}

.project-costs_cost>span {
    font-weight: 400;
}

a.go-to-projects {
    border-radius: 0.5rem;
    padding: 0.5rem;
    color: #2C698D;
    background-color: rgba(44, 105, 141, 0.13);
    transition: 0.1s;
    font-weight: 700;
}

a.go-to-projects:hover {
    background-color: rgba(44, 105, 141, 0.3);
}

.sub-container>div:nth-child(2) {
    max-height: none !important;
}

.tab-buttons {
    background-color: inherit !important;
    left: -10px;
    width: 100%;
    border: 0 !important;
}

.tab-buttons button {
    border-bottom: 0 !important;
    font-weight: 500;
    font-size: 16px;
}

.tab-buttons button.active {
    border: 0 !important;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.tab-buttons button:hover {
    background-color: #02ae63 !important;
    color: #fff !important;
    border: 0 !important;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.tab-buttons .tablinks {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tab-icon {
    padding: 0.5rem;
    border-radius: 50%;
    border: 1px solid;
    color: #008b4e;
    background-color: rgba(255, 255, 255, 0.78);
}

.project-details {
    background-image: linear-gradient(to bottom, #008b4e, #1a6795);
    border-radius: 0.5rem;
    padding: 1rem !important;
}

.tab-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
}

.tab-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 2rem;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.tabcontent-section.active {
    border: 0px !important;
    background-color: #fff;
    border-radius: 0.5rem !important;
    padding: 0.5rem;
}

.tabcontent-section {
    flex: 1;
}

.generalInfo__description {
    border: 1px solid #008b4e;
    border-radius: 0.5rem;
    padding: 0.5rem;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.08);
    font-weight: 500;
    flex: 1;
}

.generalInfo__label {
    font-weight: 500;
}

.charts {
    position: relative;
    width: 200px;
}

.chart-value {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    font-size: 30px;
    z-index: 999999999999999;
    color: #008b4e;
    margin: 0 !important;
}

.technicalInfo-chart,
.financialInfo-chart {
    position: absolute;
    border: 1px solid #008b4e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 1rem;
    top: -35%;
    width: fit-content;
    background-color: #fff;
}

#technicalInfo,
#financialInfo {
    padding: 2rem;
    margin-top: 8rem;
}

.technicalInfo-content,
.financialInfo-content {
    position: relative;
    border: 1px solid #008b4e;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.technicalInfo-statistics,
.financialInfo-report {
    width: 100%;
    padding: 8rem 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.financialInfo-report {
    padding: 8rem 2rem 0rem;
}

.progress-bars>div {
    border: 0px !important;
    gap: 5rem;
}

.bar {
    background-color: rgb(41, 170, 150);
}

.progress {
    border-radius: 0.5rem;
    justify-content: end;
}

.progress-value {
    color: rgb(41, 170, 150);
    font-weight: 500;
}

.progress-title {
    color: rgb(41, 170, 150);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.financialInfo-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.financialInfo-report>div {
    display: flex;
}

.financialInfo-report__number {
    border-radius: 0.5rem;
    padding: 0.1rem 1rem;
    font-weight: 700;
    background-color: rgba(41, 170, 150, 0.11);
    color: rgb(41, 170, 150);
}

.financialInfo-expenses {
    border-collapse: separate;
    border-spacing: 0px 0.85rem;
}

.financialInfo-expenses td {
    width: fit-content;
}

.financialInfo-expenses td:nth-child(1) {
    color: rgb(41, 170, 150);
    font-weight: 700;
}

.financialInfo-expenses td:nth-child(2) {
    text-align: center;
}

.financialInfo-expenses td:nth-child(3) {
    text-align: end;
}

.projectRequests__container {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    flex-wrap: wrap;
}

.projectRequests__link,
.addNewRisk {
    background-color: #29AA96;
    border-radius: 0.5rem;
    color: #fff;
    transition: 0.1s;
    display: flex;
    width: 10rem;
}

.addNewRisk {
    transition: 0.15s;
    align-items: center;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(to left, #29AA96, rgba(223, 158, 19, 0.6), rgba(223, 158, 19, 0));
}

.addNewRisk:hover {
    color: #fff;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
}

.projectRequests__link:hover {
    color: #fff;
    background-color: #2cbca7;
}

.projectRequests__link span {
    padding: 0.5rem;
}

.projectRequests__icon {
    padding: 0.8rem;
    background-color: #2cbca7;
    box-shadow: -2px 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    right: -10px;
}

.riskHistory-table__container {
    border: 0.3px solid #707070;
    border-radius: 0.5rem;
    margin-top: 2rem;
}

.riskHistory-table {
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 0px !important;
}

.riskHistory-table .tab-icon {
    position: absolute;
    top: -20px;
    background-color: rgba(255, 255, 255, 1);
    ;
}

.riskHistory-table thead th {
    color: #008b4e;
    padding: 1rem;
}

.riskHistory-table> :not(:last-child)> :last-child>* {
    border-right: 0.3px solid #707070;
    border-bottom: 0.3px solid #707070;
}

.riskHistory-table thead th:first-child {
    width: 7rem;
    border-right: 0px !important;
}

.riskHistory-table tbody tr {
    border-bottom: 0.3px solid #707070;
}

.riskHistory-table tbody tr:last-child {
    border-bottom: 0px;
}

.riskHistory-table tbody td {
    border-right: 0.3px solid #707070;
}

.riskHistory-table tbody td:first-child {
    border-right: 0px;
}

.riskHistory-table tbody td.red {
    background-color: #C00000 !important;
    color: #fff;
}

.riskHistory-table tbody td.yellow {
    background-color: #FFFF00 !important;
}

.riskHistory-table tbody td.green {
    background-color: #92D050 !important;
}

.riskHistory-table tbody td.orange {
    background-color: #FFC000 !important;
}

.changeRequests-table tbody td {
    font-weight: 700;
    font-size: 15px;
}

.changeRequests-table tbody td:last-child {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

#documentLibrary .tab-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 0.5rem !important;
}

#documentLibrary .tab-buttons button {
    color: #028953;
    border: 1px solid #028953 !important;
    border-left: 0px !important;
}

#documentLibrary .tab-buttons button:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

#documentLibrary .tab-buttons button:last-child,
#documentLibrary .tab-buttons button:last-child:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-left: 1px solid #028953 !important;
}

#documentLibrary .tab-buttons button:hover {
    border-radius: 0px;
    border: 1px solid #028953 !important;
    border-left: 0px !important;
}

#documentLibrary .tab-buttons button.active {
    border-radius: 0px !important;
    background-color: #028953;
    color: #fff !important;
    border: 1px solid #028953 !important;
    border-left: 0px !important;
}

.tabSubcontent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}

.contracts-container>a {
    text-decoration: none;
    padding: 2rem;
    border-radius: 0.5rem;
    color: #038756;
    font-weight: 500;
    background-color: rgba(0, 140, 77, 0.17);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    transition: 0.4s;
}

.contracts-container>a:hover {
    font-size: 18px !important;
    transform: scale(1.05);
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.17);
}

.more-information__icon {
    background-color: rgba(0, 140, 77, 0.367);
    width: fit-content;
    padding: 0.5rem;
    font-size: 18px;
    border-radius: 0.5rem;
}

.more-information__state {
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}

.more-information__state.as-plan {
    background-color: rgba(53, 140, 59, 0.14);
}

.more-information__state.late {
    background-color: rgba(255, 191, 0, 0.14);
}

.more-information__state.stumbling {
    background-color: rgba(192, 0, 0, 0.14);
}

.more-information__state.notStarted {
    background-color: rgb(217, 217, 217);
}

.more-information__state.completed {
    background-color: rgba(22, 188, 55, 0.14);
}

.more-information__state.as-plan .fa-circle {
    color: #358C3B;
}

.more-information__state.late .fa-circle {
    color: rgba(255, 191, 0, 1);
}

.more-information__state.stumbling .fa-circle {
    color: rgba(192, 0, 0, 1);
}

.more-information__state.notStarted .fa-circle {
    color: #6E6E6E;
}

.more-information__state.completed .fa-circle {
    color: rgba(22, 188, 55, 1);
}

.execConclusion-status_text {
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}

.execConclusion-status_text.as-plan {
    color: rgba(53, 140, 59, 1);
    background-color: rgba(53, 140, 59, 0.14);
}

.execConclusion-status_text.notStarted {
    color: #6E6E6E;
    background-color: rgb(217, 217, 217);
}

.execConclusion-status_text.completed {
    color: rgba(22, 188, 55, 1);
    background-color: rgba(22, 188, 55, 0.14);
}

.execConclusion-status_text.stubling {
    color: rgba(192, 0, 0, 1);
    background-color: rgba(192, 0, 0, 0.14);
}

.execConclusion-status_text.late {
    color: rgba(255, 191, 0, 1);
    background-color: rgba(255, 191, 0, 0.14);
}

.execConclusion-header {
    padding: 1rem 0px;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.execConclusion-header_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #008b4e;
}

.execConclusion-header_title .fa-chart-simple {
    padding: 0.5rem;
    background-color: rgba(4, 135, 87, 0.16);
    border-radius: 0.5rem;
}

.execConclusion-progress {
    margin: 2rem 0px;
    padding: 0.8rem;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
}

.execConclusion-progress__header {
    background-image: linear-gradient(to right, rgb(0, 139, 78), rgb(26, 103, 149)) !important;
    padding: 0.8rem;
    text-align: center;
    font-size: 18px;
    border-radius: 0.5rem;
    color: #fff;
}

.execConclusion-progress__content-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-image: linear-gradient(to right, rgb(0, 139, 78), rgb(26, 103, 149)) !important;
}

.execConclusion-progress__content-header svg {
    font-size: 18px;
}

.execConclusion-projectPhase {
    padding: 0.8rem;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
}

.execConclusion-projectPhase__header {
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.5rem;
    background-image: linear-gradient(to right, rgb(0, 139, 78), rgb(26, 103, 149)) !important;
    color: #fff;
}

.execConclusion-projectPhase__content {
    margin: 0.8rem 0px;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #F2F2F2;
}

.execConclusion-projectPhase__content {
    display: flex;
    gap: 10px;
}

.execConclusion-projectPhase__content>div {
    width: calc(100%/2);
}

.execConclusion-projectPhase__content .phase {
    background-color: #fff;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
    border-radius: 0.5rem;
    text-align: center;
    padding: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.execConclusion-projectPhase__content .phase.active {
    color: #fff;
    background-color: #048756;
}

.execConclusion-projectPhase__phase-nested {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 0.5rem;
}

.execConclusion-projectPhase__phase-nested>div {
    height: 100%;
}

.execConclusion-projectPhase_phase-two .execConclusion-projectPhase_phase-nested>.phase:nth-child(2) {
    width: 170px;
}

.execConclusion-projectPhase_phase-three .execConclusion-projectPhase_phase-nested>.phase:nth-child(4) {
    width: 145px;
}

.execConclusion-projectPhase__content>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.execConclusion-projectPhase_phase-three .execConclusion-projectPhase_phase-nested .phase:nth-child(5),
.execConclusion-projectPhase_phase-three .execConclusion-projectPhase_phase-nested .phase:last-child {
    height: 55px;
}

.execConclusion-progress__content-statistics {
    margin-top: 6rem !important;
    background-color: #F2F2F2;
    border-radius: 0.5rem;
    position: relative;
}

.execConclusion-progress__content-statistics .charts {
    position: relative;
    width: 150px;
    margin: 0 auto !important;
    background-color: #fff;
    border: 1px solid #008b4e;
    border-radius: 50%;
    top: -50px !important;
}

.execConclusion-progress__content-statistics .charts .chart-value {
    font-size: 20px;
}

.execConclusion-progress__content-statistics .charts canvas {
    padding: 0.5rem;
}

.execConclusion-progress__content-info {
    padding: 0rem 0.5rem 0px 0.5rem;
    gap: 10px;
}

.execConclusion-progress__content-subInfo {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    gap: 5px;
    color: #048756;
}

.execConclusion-progress__content-subInfo>span {
    font-weight: 700;
}

.execConclusion-progress__content-subInfo>div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.execConclusion-progress__content-subInfo>div>span:nth-child(1) {
    padding: 0.1rem;
    text-align: center;
    border-radius: 0.5rem;
    background-color: rgba(4, 135, 87, 0.16);
}

.execConclusion-progress__content-subInfo>div>span:nth-child(2) {
    color: #000;
}

.execConclusion-progress__content-subInfo svg {
    font-size: 20px;
    width: fit-content;
    padding: 0.3rem;
    border: 1px solid #008b4e;
    border-radius: 50%;
}

.date-div {
    color: #008b4e;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 90%;
    position: relative;
}

.date-div>div {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background-color: rgba(0, 140, 77, 0.088);
}

.total-projects-header {
    background-color: #fff;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
}

.total-projects-content {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 20px;
    font-weight: 700;
    padding: 1rem 3rem;
    border-radius: 0.5rem;
    background-color: rgba(22, 188, 55, 0.11);
    color: #16BC37;
    font-size: 22px;
}

.total-projects-content .fa-calendar-lines-pen {
    font-size: 40px;
}

.total-project-status {
    background-color: #fff;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-project-status .status {
    width: fit-content;
    border-radius: 0.5rem;
    overflow: hidden;
}

.total-project-status .status .status-number {
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: #fff;
    background-color: inherit;
}

.total-project-status .status .status-title {
    padding: 0.5rem 1rem 0.5rem 2rem;
    background-color: #fff !important;
    color: #6E6E6E;
}

.total-project-status .status.green {
    border: 1px solid #16BC37;
    background-color: #16BC37;
}

.total-project-status .status.grey {
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
}

.total-project-status .status.darkGreen {
    border: 1px solid #358C3B;
    background-color: #358C3B;
}

.total-project-status .status.purple {
    border: 1px solid #7C3BC6;
    background-color: #7C3BC6;
}

.total-project-status .status.gold {
    border: 1px solid #FFC000;
    background-color: #FFC000;
}

.total-project-status .status.red {
    border: 1px solid #C00000;
    background-color: #C00000;
}

.sub-container-cards2__container {
    padding: 0;
    border-radius: 0.5rem;
    overflow: hidden;
    padding-top: 0.5rem;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.10);
}

.sub-container-cards2__container.gold {
    background-color: #FFC000;
}

.sub-container-cards2__container.green {
    background-color: #16BC37;
}

.sub-container-cards2__container.darkGreen {
    background-color: #358C3B;
}

.sub-container-cards2__container.red {
    background-color: #C00000;
}

.sub-container-cards2__container.grey {
    background-color: #D9D9D9;
}

.sub-container-cards2__container.purple {
    background-color: #7C3BC6;
}

.sub-container-cards2 {
    background-color: #FFF;
}

.sub-container-cards2>div:nth-child(1) {
    background-image: none;
    background-color: #fff !important;
    font-weight: 700;
    color: #303030 !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.sub-container-content {
    padding: 0.5rem;
}

.sub-container-cards2__container.gold .sub-container-cards2>div:nth-child(1) {
    border-bottom: 0.3px solid #FFC000;
}

.sub-container-cards2__container.purple .sub-container-cards2>div:nth-child(1) {
    border-bottom: 0.3px solid #7C3BC6;
}

.sub-container-cards2__container.red .sub-container-cards2>div:nth-child(1) {
    border-bottom: 0.3px solid #C00000;
}

.sub-container-cards2__container.green .sub-container-cards2>div:nth-child(1) {
    border-bottom: 0.3px solid #16BC37;
}

.sub-container-cards2__container.darkGreen .sub-container-cards2>div:nth-child(1) {
    border-bottom: 0.3px solid #358C3B;
}

.sub-container-cards2__container.grey .sub-container-cards2>div:nth-child(1) {
    border-bottom: 0.3px solid #D9D9D9;
}

.sub-container-cards2__container.gold .sub-container-content {
    border-bottom: 0.3px solid #FFC000;
    border-left: 0.3px solid #FFC000;
}

.sub-container-cards2__container.purple .sub-container-content {
    border-bottom: 0.3px solid #7C3BC6;
    border-left: 0.3px solid #7C3BC6;
}

.sub-container-cards2__container.red .sub-container-content {
    border-bottom: 0.3px solid #C00000;
    border-left: 0.3px solid #C00000;
}

.sub-container-cards2__container.green .sub-container-content {
    border-bottom: 0.3px solid #16BC37;
    border-left: 0.3px solid #16BC37;
}

.sub-container-cards2__container.darkGreen .sub-container-content {
    border-bottom: 0.3px solid #358C3B;
    border-left: 0.3px solid #358C3B;
}

.sub-container-cards2__container.grey .sub-container-content {
    border-bottom: 0.3px solid #D9D9D9;
    border-left: 0.3px solid #D9D9D9;
}

.sub-container-cards2__container .sub-container-content:last-child {
    border-bottom: 0px;
}

.sub-container-cards2 .charts {
    margin: 0 auto;
    width: 150px;
}

.sub-container-cards2__container.gold .dashboard-chart-value {
    color: #FFC000;
}

.sub-container-cards2__container.purple .dashboard-chart-value {
    color: #7C3BC6;
}

.sub-container-cards2__container.green .dashboard-chart-value {
    color: #16BC37;
}

.sub-container-cards2__container.red .dashboard-chart-value {
    color: #C00000;
}

.sub-container-cards2__container.grey .dashboard-chart-value {
    color: #b3b1b1;
}

.sub-container-cards2>div:nth-child(2)>div:nth-child(1) {
    width: 50%;
}

.dashboard-chart-value {
    font-size: 16px;
}

@media (max-width: 768px) {

    .technicalInfo-statistics,
    .financialInfo-report {
        padding: 5rem 0rem 1rem;
    }

    .progress-bars>div {
        flex-direction: column;
        gap: 8px;
        width: 100% !important;
    }

    .charts {
        width: 100px;
    }

    .chart-value {
        font-size: 16px;
    }

    .technicalInfo-chart {
        top: -15%;
        padding: 0.5rem;
    }

    .financialInfo-chart {
        top: -12%;
    }


    .tab-container {
        padding-right: 0px;
        padding-left: 0.5rem;
    }

    #technicalInfo,
    #financialInfo {
        padding: 0;
        margin-top: 4rem;
    }

    .riskHistory-table td {
        padding-left: 50%;
        text-align: left;
        position: relative;
        text-align: center;
        border-right: 0px !important;
        border-bottom: 1px solid #707070 !important;
    }

    .riskHistory-table td::after {
        content: attr(aria-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }

    .financialInfo-expenses td:nth-child(3) {
        text-align: center;
    }

    .date-div {
        gap: 20px;
    }

    .tab-buttons button.active {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 0px;
    }

    .execConclusion-projectPhase__content {
        flex-direction: column;
        gap: 30px;
        padding: 1rem;
    }

    .execConclusion-projectPhase__phase-nested {
        flex-direction: column;
    }

    .execConclusion-projectPhase__phase-nested>div {
        width: 100%;
    }

    .execConclusion-projectPhase__content>div,
    .execConclusion-projectPhase_phase-three .execConclusion-projectPhase_phase-nested>.phase:nth-child(4),
    .execConclusion-projectPhase_phase-two .execConclusion-projectPhase_phase-nested>.phase:nth-child(2) {
        width: 100%;
    }

    .execConclusion-projectPhase__phase-title {
        background-color: #6E6E6E !important;
        color: #fff;
        margin-bottom: 0.3rem;
    }

    .execConclusion-projectPhase_phase-three .execConclusion-projectPhase_phase-nested .phase:nth-child(5),
    .execConclusion-projectPhase_phase-three .execConclusion-projectPhase_phase-nested .phase:last-child {
        height: initial;
    }

    .execConclusion-progress__content-statistics .charts {
        width: 100px;
    }

    .execConclusion-progress__content-statistics .charts .chart-value {
        font-size: 15px;
    }
}


.carousel-side {
    order: 1;
}

.login .logo {
    top: 0px;
    left: unset;
    right: 50px;
}

.login .logo img {
    width: 200px;
}

.login .owl-carousel {
    width: 700px;
}

.owl-carousel.owl-drag .owl-item {
    width: 700px;
}

@media (max-width: 821px) {
    .login .logo {
        right: unset;
    }
}

@media (max-width: 600px) {
    .login .owl-carousel {
        width: 300px !important;
    }

    .owl-carousel.owl-drag .owl-item {
        width: 300px !important;
    }
}

:root[dir="rtl"] .login .form-side .input-container .icon {
    right: unset;
    left: 15px;
}

:root {
    /* Login screen colors */
    --first-bg: #0A757C;
    --second-bg: #46B2B6;

    /* System colors */
    --first-color: #003463;
    --first-color-rgb: 0, 52, 99;

    --second-color: #25b180;
    --second-color-rgb: 37, 177, 128;

    --third-color: #008940;
    --third-color-rgb: 0, 137, 64;

    --forth-color: #4788c8;
    --forth-color-rgb: 71, 136, 200;
}

.login .form-side .input-container input[type="submit"] {
    background-color: #62be69 !important;
}

.dropdown-item {
    transition: 0.2s all;
}

.dropdown-item:active {
    background-color: var(--third-color);
    color: #fff !important;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #D6D6D6;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00757F !important;
}

.btn.purple,
input[type="submit"].purple {
    background-color: var(--third-color) !important;
}

.modal .modal-header button {
    background-color: rgba(var(--third-color-rgb), 0.5);
}

.modal-body .multi-forms .heading .form-title.active {
    border-top: 4px solid var(--third-color);
    color: var(--third-color);
}

.side-bar .nav-pills .nav-item .nav-link.show::before,
.side-bar .nav-pills .nav-item .nav-link:hover::before {
    background-color: var(--third-color);
}

.side-bar .nav-pills .nav-item .nav-link.show .svg-inline--fa,
.side-bar .nav-pills .nav-item .nav-link:hover .svg-inline--fa {
    color: var(--third-color);
}

table.table-bordered .thead {
    background-color: rgba(var(--third-color-rgb), 0.1) !important;
}

.modal .modal-header .blue {
    color: var(--third-color) !important;
}

.side-bar .badge,
.main-content .modal .heading .badge {
    background-color: var(--third-color);
}

.modal .modal-header {
    border-color: var(--third-color);
}

.btn.purple:hover,
input[type="submit"].purple:hover {
    color: var(--third-color) !important;
    border: 1px solid var(--third-color) !important;
}

.widget-header:has(.widget-title.color-yellow)::before {
    background-color: var(--first-color);
}

.color-yellow {
    color: var(--first-color) !important;
    border-color: var(--first-color);
    stop-color: var(--first-color);
}

.widget-header::before {
    background-color: var(--third-color);
}

.dropdown-menu .dropdown-title {
    color: var(--third-color);
    border-color: var(--third-color);
}

.light-orange {
    background-color: rgba(var(--second-color-rgb), 0.1) !important;
}

.widget-header:has(.widget-title.color-orange)::before {
    background-color: var(--second-color);
}

.color-orange {
    color: var(--second-color) !important;
    border-color: var(--second-color);
    stop-color: var(--second-color);
}

.orange,
.btn.orange,
input[type='submit'].orange {
    background-color: var(--second-color) !important;
}

.light-yellow {
    background-color: rgba(var(--first-color-rgb), 0.1) !important;
}

.yellow {
    background-color: var(--first-color) !important;
}

.light-blue,
.light-purple {
    background-color: rgba(var(--third-color-rgb), 0.1) !important;
}

.widget-header:has(.widget-title.color-blue)::before {
    background-color: var(--third-color);
}

.color-blue,
.color-purple {
    color: var(--third-color) !important;
    border-color: var(--third-color);
    stop-color: var(--third-color);
}

.blue,
.purple {
    background-color: var(--third-color) !important;
}

.light-navy {
    background-color: rgba(var(--forth-color-rgb), 0.1) !important;
}

.color-navy {
    color: var(--forth-color) !important;
    border-color: var(--forth-color);
    stop-color: var(--forth-color);
}

.widget-header:has(.widget-title.color-navy)::before {
    background-color: var(--forth-color);
}

.navy {
    background-color: var(--forth-color) !important;
}

table.table-bordered :is(a, th) {
    color: var(--third-color);
}


.btn.purple-outline,
input[type="submit"].purple-outline {
    color: var(--third-color) !important;
    border: 1px solid var(--third-color) !important;
}

.manage .manage-card.color-blue:hover {
    background-color: rgba(var(--third-color-rgb), 0.1);
}

.manage .manage-card.color-yellow:hover {
    background-color: rgba(var(--first-color-rgb), 0.1);
}

.task-details .reply :is(.reply-header .reply-title .icon, ) {
    border-color: var(--third-color);
}

.task-details .reply .reply-comment .quotation {
    color: var(--third-color);
}

.multi-forms .heading .form-title.active{
    color: var(--third-color);
    border-color: var(--third-color);
}

.seeMore, .seeMore:hover{
    color: var(--third-color);
}

.manage .manage-card .projects-num .num{
    font-family: 'Tajawal', sans-serif;
}

/* New custom */
.login {
    position: relative;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/CustomReport/Css/bg_img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .login::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .login .carousel-side {
        display: none;
    }

    .login .form-side {
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.56);
        z-index: 3;
        backdrop-filter: blur(16px) drop-shadow(0px 3px 14px rgba(0, 0, 0, 0.45)) brightness(1.5);
        width: 35%;
        min-width: 450px;
        padding-inline: 40px;
    }

        /*.login .form-side .title h3 {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: transparent;
            content: "";
        }
            .login .form-side .title h3::before, .login .form-side .title h3::after {
                content: "";
                display: inline-block;
                width: 100px;
                height: 100px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 80%;
            }
            .login .form-side .title h3::before {
                background-image: url('/CustomReport/Css/logo.png');
            }
            .login .form-side .title h3::after {
                background-image: url('/CustomReport/Css/Qanonlogo.png');
            }*/
.title:has(.logo-container) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.logo-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
    .logo-container img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .login .form-side h5 {
        margin-bottom: 20px;
    }

        .login .form-side h5,
        .login .form-side .input-container label {
            color: #3A5260;
        }

        .login .form-side .input-container input[type="submit"] {
            background-color: #103557 !important;
        }

@media (max-width: 600px) {
    .login .form-side {
        min-width: 250px;
        width: 90%;
    }
}
nav .logo img{
    max-height: 65px;
}
