﻿:root {
    --mud-palette-lines-inputs: var(--mud-palette-primary);
}

.page-header-line {
    border: none;
    border-top: 2px solid #0091BB;
    width: 100%;
    height: 0;
    margin-bottom: 30px;
}

.mud-input-control.mud-input-control-margin-dense.mud-input-input-control {
    margin-bottom: 18px;
}

/* Nav Menu Styles */
.menu-star {
    width: 14px;
    height: 14px;
    fill: rgba(0, 145, 187, 0.3) !important;
}

.mud-nav-link .mud-nav-link-text {
    font-size: 16px;
    line-height: 1.5;
}

/* Table Styles */

.mud-table-root .mud-table-head .mud-table-cell {
    color: var(--mud-palette-secondary);
}

.mud-table-sort-label {
    color: var(--mud-palette-secondary);
}

.mud-table-pagination-information {
    color: var(--mud-palette-secondary);
    font-weight:600;
}

div.mud-table-pagination-actions > button {
    color: var(--mud-palette-primary);
}

.mud-table-pagination-select {
    border: 1px !important;
    border-color: var(--mud-palette-primary) !important;
    border-style: solid !important;
    border-radius: var(--mud-default-borderradius);
    padding: 6px;
}

/* Checkbox */

.mud-checkbox .mud-button-root {
    border-radius: 4px;
    padding: 4px;
    margin: 4px
}

/*.mud-checkbox:hover .mud-button-root {*/
    /*background: radial-gradient(closest-side, transparent 57%, rgb(var(--mud-palette-primary-rgb), 35%) 57% );*/
    /*box-shadow: 0 0 0 .25rem rgba(var(--mud-palette-primary-rgb).25);
}*/

/*.mud-checkbox-input:hover .mud-button-root {*/
    /*background: radial-gradient(closest-side, transparent 65%, rgb(var(--mud-palette-primary-rgb), 35%) 65% );*/
    /*box-shadow: 0 0 0 .25rem rgba(var(--mud-palette-primary-rgb),.25);
}*/

/*.mud-checkbox-input:active .mud-button-root {*/
    /*background: radial-gradient(closest-side, transparent 65%, rgb(var(--mud-palette-primary-rgb), 35%) 65% );*/
/*}*/

/* Input */

.mud-input.mud-input-outlined .mud-input-outlined-border {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: start;
    pointer-events: none;
    border-radius: var(--mud-default-borderradius);
    border-color: var(--mud-palette-lines-inputs);
    border-width: 1px;
    border-style: solid;
    transition: border-width,border-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.mud-link {
    color: #005168 !important;
}

.mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined, .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined {
    font-size: 18px;
}

.mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined, .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined:active {
    background: linear-gradient(to bottom, transparent 45%, white 45%, white 60%, transparent 60%);
}

.mud-input-helper-text.mud-input-error {
    font-size: 14px;
    font-weight: 600;
}

/* Mud progress Bar */
.mud-progress-linear.horizontal.mud-progress-linear-large {
    height: 26px;
}

.mud-progress-linear.mud-progress-linear-rounded {
    border-radius: 4px;
}

    .mud-progress-linear.mud-progress-linear-rounded .mud-progress-linear-bars {
        border-radius: 4px;
        background: #E9EAED;
    }

.mud-progress-linear.mud-progress-linear-color-primary:not(.mud-progress-linear-buffer) .mud-progress-linear-bar {
    background: rgba(65, 169, 216, 0.16);
    border-radius: 4px;
}

.progress-bar-font {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #005168;
}

/* Dashboard Features */
.dashboard-card-font-large {
    font-weight: 700;
    font-size: 64px;
    line-height: 20px;
    color: #005168;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dashboard-card-font-medium {
    font-weight: 700;
    font-size: 48px;
    line-height: 20px;
    color: #005168;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dashboard-card-font-small {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #7D7D7D;
    text-transform: uppercase;
    margin-bottom: 8px;
}

@media (max-width: 1280px) {
    .dashboard-card-font-large {
        font-size: 48px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dashboard-card-font-medium {
        font-size: 36px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 600px) {
    .dashboard-card-font-large {
        font-size: 24px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .dashboard-card-font-medium {
        font-size: 22px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.status-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 10px;
    gap: 10px;
    width: fit-content;
    height: 44px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #005168;
}

.status-box-small {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 10px;
    gap: 10px;
    width: fit-content;
    height: 20px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #005168;
}

.status-box-green {
    background: rgba(36, 163, 70, 0.16);
}

.status-box-yellow {
    background: rgba(242, 160, 0, 0.24);
}

.status-box-blue {
    background: rgba(18, 164, 245, 0.24);
}

.status-box-gray {
    background: rgba(0, 81, 104, 0.24);
}

/* Background Gradient */
.backgroud-gradient-1 {
    position: absolute;
    width: 1203.55px;
    height: 1358.17px;
    right: -601.55px;
    bottom: -229.17px;
}

.backgroud-gradient-2 {
    position: absolute;
    left: 20%;
    right: 0%;
    top: 18.97%;
    bottom: 10.14%;
    background: radial-gradient(50% 50% at 50% 50%, #155E78 0%, rgba(21, 94, 120, 0) 100%);
    opacity: 0.5;
    filter: blur(50px);
}

.backgroud-gradient-3 {
    position: absolute;
    left: 0%;
    right: 21.84%;
    top: 0%;
    bottom: 30.74%;
    background: radial-gradient(50% 50% at 50% 50%, #3AACFF 0%, rgba(58, 149, 255, 0) 100%);
    opacity: 0.5;
    filter: blur(50px);
}

.backgroud-gradient-4 {
    position: absolute;
    left: 29.91%;
    right: 15%;
    top: 6.69%;
    bottom: 44.5%;
    background: radial-gradient(50% 50% at 50% 50%, #08316F 0%, rgba(8, 49, 111, 0) 100%);
    opacity: 0.5;
    filter: blur(50px);
}

.backgroud-gradient-5 {
    position: absolute;
    left: 19.11%;
    right: 25.8%;
    top: 92.55%;
    bottom: -41.37%;
    background: radial-gradient(50% 50% at 50% 50%, #FFC83A 0%, rgba(255, 200, 58, 0) 100%);
    opacity: 0.5;
    filter: blur(50px);
    transform: rotate(-81.22deg);
}




