@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Components/Journey/JourneyDetails.razor.rz.scp.css */
.journey-details-block-title[b-zs2rsrvou2] {
    color: #585858;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 115px;
    text-align: start;
}

.journey-details-block-value[b-zs2rsrvou2] {
    color: #475467;
    font-weight: 700;
    line-height: 24px;
    text-align: start;
}

.journey-title[b-zs2rsrvou2] {
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}

.compliance-rate-value[b-zs2rsrvou2] {
    font-weight: 500;
    font-size: 35px;
    color: #026AA2;
    text-align: center;
    line-height: 120px;
    vertical-align: middle
}
.signatures-separator[b-zs2rsrvou2] {
    margin: 10px 20px 0 0;
    color: #EAECF0;
    opacity: 1;
    border: 1px solid
}


/* /Components/Journey/JourneyDetailsMapView.razor.rz.scp.css */
.journey-details-block-title[b-3tlwp9lnmp] {
    color: #585858;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 115px;
    text-align: start;
}

.journey-details-block-value[b-3tlwp9lnmp] {
    color: #475467;
    font-weight: 700;
    line-height: 24px;
    text-align: start;
}
.journey-title[b-3tlwp9lnmp] {
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;

}
.compliance-rate-value[b-3tlwp9lnmp] {
    font-weight: 500;
    font-size: 35px;
    color: #026AA2;
    text-align: center;
    line-height: 120px;
    vertical-align: middle
}





/* map css*/

.k-map[b-3tlwp9lnmp] {
    width: 600px;
    height: 600px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit
}

    .k-map *[b-3tlwp9lnmp], .k-map *[b-3tlwp9lnmp]::before, .k-map *[b-3tlwp9lnmp]::after {
        box-sizing: border-box
    }

    .k-map .km-scroll-wrapper[b-3tlwp9lnmp] {
        width: 100%;
        height: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        position: absolute
    }

    .k-map .km-scroll-container[b-3tlwp9lnmp] {
        height: 100%
    }

    .k-map .k-touch-scrollbar[b-3tlwp9lnmp] {
        display: none
    }

    .k-map .k-layer[b-3tlwp9lnmp] {
        position: absolute;
        left: 0;
        top: 0
    }

    .k-map .k-marker[b-3tlwp9lnmp] {
        transform: translate(-50%, -100%);
        font-size: 32px;
        cursor: pointer;
        position: absolute;
        overflow: visible;
        margin-top: 17px !important
    }

    .k-map .k-attribution[b-3tlwp9lnmp] {
        padding: 2px 4px;
        border-width: 0;
        font-size: 10.5px;
        z-index: 1000
    }

.k-map-controls[b-3tlwp9lnmp] {
    position: absolute;
    display: flex;
    align-items: center
}

.custom-dot-marker[b-3tlwp9lnmp] {
    background-color: #3ebf44; 
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 7px #45c74b69; 
}

.k-tooltip[b-3tlwp9lnmp],
.k-tooltip-content[b-3tlwp9lnmp] {
    background-color: white !important;
    border: none !important;
    padding: 0px !important;
    border-radius: 8px;
}

.card[b-3tlwp9lnmp] {
    background-color: white;
    width: 190px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border: 0;
}

.card-header[b-3tlwp9lnmp] {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 10px;
}

.status-dot-container[b-3tlwp9lnmp] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
}

.status-dot[b-3tlwp9lnmp] {
    height: 12px;
    width: 12px;
    background-color: #4CAF50;
    border-radius: 50%;
}

.text-container[b-3tlwp9lnmp] {
    flex-grow: 1;
    padding-left: 6px;
}

.text-top[b-3tlwp9lnmp] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.status[b-3tlwp9lnmp] {
    background-color: #cef9d0; /* Example green color, in actual case we will use variables depending on status */
    color: #0d6311; /* Example blue green, in actual case we will use variables depending on status */
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
    border: 1px solid rgb(147, 211, 150);
}

.details-link[b-3tlwp9lnmp] {
    display: block;
    color: #373737;
    text-decoration: none;
    font-size: x-small;
}


/* /Components/Journey/JourneyList.razor.rz.scp.css */
.flex-row[b-n2q2c439r3] {
    display: flex;
    justify-content: space-around; /* This will push the search box to the right */
    align-items: center;
    padding: 10px 0; /* Add padding as needed */
}


.status-badge[b-n2q2c439r3] {
    width: 100%;
    border-radius: 10px;
    font-weight: 500;
    font-size: smaller;
    padding-right: 7px;
    padding-left: 7px;
}


.card-container[b-n2q2c439r3] {
    flex: 4;
    padding: calc(var(--design-unit)* 3px);
}

.search-box[b-n2q2c439r3] {
    width: 200px; 
}

.page-title[b-n2q2c439r3] {
    margin-top: 20px; 
}

.anomaly-count[b-n2q2c439r3] {
    font-size: 14px;
    color: #475467;
}



.progress-value[b-n2q2c439r3] {
    font-size: 21px;
    font-weight: 500;
}

.anomaly-separator[b-n2q2c439r3] {
    margin: 10px 20px 0 0;
    color: #EAECF0;
    opacity: 1;
    border: 1px solid
}

/* /Components/Journey/JourneyMap.razor.rz.scp.css */
.k-map[b-vh5cn2gzib] {
    width: 600px;
    height: 600px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit
}

    .k-map *[b-vh5cn2gzib], .k-map *[b-vh5cn2gzib]::before, .k-map *[b-vh5cn2gzib]::after {
        box-sizing: border-box
    }

    .k-map .km-scroll-wrapper[b-vh5cn2gzib] {
        width: 100%;
        height: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        position: absolute
    }

    .k-map .km-scroll-container[b-vh5cn2gzib] {
        height: 100%
    }

    .k-map .k-touch-scrollbar[b-vh5cn2gzib] {
        display: none
    }

    .k-map .k-layer[b-vh5cn2gzib] {
        position: absolute;
        left: 0;
        top: 0
    }

    .k-map .k-marker[b-vh5cn2gzib] {
        transform: translate(-50%, -100%);
        font-size: 32px;
        cursor: pointer;
        position: absolute;
        overflow: visible;
        margin-top: 17px !important
    }

    .k-map .k-attribution[b-vh5cn2gzib] {
        padding: 2px 4px;
        border-width: 0;
        font-size: 10.5px;
        z-index: 1000
    }

.k-map-controls[b-vh5cn2gzib] {
    position: absolute;
    display: flex;
    align-items: center
}

.custom-dot-marker[b-vh5cn2gzib] {
    background-color: #3ebf44; /* Example green color, in actual case we will use variables depending on status */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 7px #45c74b69; /* Example green color, in actual case we will use variables depending on status */
}

.k-tooltip[b-vh5cn2gzib],
.k-tooltip-content[b-vh5cn2gzib] {
    background-color: white !important;
    border: none !important;
    padding: 0px !important;
    border-radius: 8px;
}

.card[b-vh5cn2gzib] {
    background-color: white;
    width: 190px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border: 0;
}

.card-header[b-vh5cn2gzib] {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 10px;
}

.status-dot-container[b-vh5cn2gzib] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
}

.status-dot[b-vh5cn2gzib] {
    height: 12px;
    width: 12px;
    background-color: #4CAF50;
    border-radius: 50%;
}

.text-container[b-vh5cn2gzib] {
    flex-grow: 1;
    padding-left: 6px;
}

.text-top[b-vh5cn2gzib] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.status[b-vh5cn2gzib] {
    background-color: #cef9d0; /* Example green color, in actual case we will use variables depending on status */
    color: #0d6311; /* Example blue green, in actual case we will use variables depending on status */
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
    border: 1px solid rgb(147, 211, 150);
}

.details-link[b-vh5cn2gzib] {
    display: block;
    color: #373737;
    text-decoration: none;
    font-size: x-small;
}

h3[b-vh5cn2gzib] {
    margin: 0;
    font-size: 1.2rem; /* Adjust size as needed */
}

.text-title[b-vh5cn2gzib] {
    font-size: 12px;
    font-weight: bold;
    color: black;
}
/* /Components/Journey/JourneyMapDetails.razor.rz.scp.css */
.journey-details-block-title[b-j4u8lnu2s9] {
    color: #585858;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 115px;
    text-align: start;
}

.journey-details-block-value[b-j4u8lnu2s9] {
    color: #475467;
    font-weight: 700;
    line-height: 24px;
    text-align: start;
}
.journey-title[b-j4u8lnu2s9] {
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;

}
.compliance-rate-value[b-j4u8lnu2s9] {
    font-weight: 500;
    font-size: 35px;
    color: #026AA2;
    text-align: center;
    line-height: 120px;
    vertical-align: middle
}





/* map css*/

.k-map[b-j4u8lnu2s9] {
    width: 600px;
    height: 600px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit
}

    .k-map *[b-j4u8lnu2s9], .k-map *[b-j4u8lnu2s9]::before, .k-map *[b-j4u8lnu2s9]::after {
        box-sizing: border-box
    }

    .k-map .km-scroll-wrapper[b-j4u8lnu2s9] {
        width: 100%;
        height: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        position: absolute
    }

    .k-map .km-scroll-container[b-j4u8lnu2s9] {
        height: 100%
    }

    .k-map .k-touch-scrollbar[b-j4u8lnu2s9] {
        display: none
    }

    .k-map .k-layer[b-j4u8lnu2s9] {
        position: absolute;
        left: 0;
        top: 0
    }

    .k-map .k-marker[b-j4u8lnu2s9] {
        transform: translate(-50%, -100%);
        font-size: 32px;
        cursor: pointer;
        position: absolute;
        overflow: visible;
        margin-top: 17px !important
    }

    .k-map .k-attribution[b-j4u8lnu2s9] {
        padding: 2px 4px;
        border-width: 0;
        font-size: 10.5px;
        z-index: 1000
    }

.k-map-controls[b-j4u8lnu2s9] {
    position: absolute;
    display: flex;
    align-items: center
}

.custom-dot-marker[b-j4u8lnu2s9] {
    background-color: #3ebf44; 
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 7px #45c74b69; 
}

.k-tooltip[b-j4u8lnu2s9],
.k-tooltip-content[b-j4u8lnu2s9] {
    background-color: white !important;
    border: none !important;
    padding: 0px !important;
    border-radius: 8px;
}

.card[b-j4u8lnu2s9] {
    background-color: white;
    width: 190px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border: 0;
}

.card-header[b-j4u8lnu2s9] {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 10px;
}

.status-dot-container[b-j4u8lnu2s9] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
}

.status-dot[b-j4u8lnu2s9] {
    height: 12px;
    width: 12px;
    background-color: #4CAF50;
    border-radius: 50%;
}

.text-container[b-j4u8lnu2s9] {
    flex-grow: 1;
    padding-left: 6px;
}

.text-top[b-j4u8lnu2s9] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.status[b-j4u8lnu2s9] {
    background-color: #cef9d0; /* Example green color, in actual case we will use variables depending on status */
    color: #0d6311; /* Example blue green, in actual case we will use variables depending on status */
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
    border: 1px solid rgb(147, 211, 150);
}

.details-link[b-j4u8lnu2s9] {
    display: block;
    color: #373737;
    text-decoration: none;
    font-size: x-small;
}


/* /Components/Journey/JourneyMapView.razor.rz.scp.css */
.k-map[b-stltdy32qk] {
    width: 600px;
    height: 600px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit
}

    .k-map *[b-stltdy32qk], .k-map *[b-stltdy32qk]::before, .k-map *[b-stltdy32qk]::after {
        box-sizing: border-box
    }

    .k-map .km-scroll-wrapper[b-stltdy32qk] {
        width: 100%;
        height: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        position: absolute
    }

    .k-map .km-scroll-container[b-stltdy32qk] {
        height: 100%
    }

    .k-map .k-touch-scrollbar[b-stltdy32qk] {
        display: none
    }

    .k-map .k-layer[b-stltdy32qk] {
        position: absolute;
        left: 0;
        top: 0
    }

    .k-map .k-marker[b-stltdy32qk] {
        transform: translate(-50%, -100%);
        font-size: 32px;
        cursor: pointer;
        position: absolute;
        overflow: visible;
        margin-top: 17px !important
    }

    .k-map .k-attribution[b-stltdy32qk] {
        padding: 2px 4px;
        border-width: 0;
        font-size: 10.5px;
        z-index: 1000
    }

.k-map-controls[b-stltdy32qk] {
    position: absolute;
    display: flex;
    align-items: center
}

.custom-dot-marker[b-stltdy32qk] {
    background-color: #3ebf44; /* Example green color, in actual case we will use variables depending on status */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 7px #45c74b69; /* Example green color, in actual case we will use variables depending on status */
}

.k-tooltip[b-stltdy32qk],
.k-tooltip-content[b-stltdy32qk] {
    background-color: white !important;
    border: none !important;
    padding: 0px !important;
    border-radius: 8px;
}

.card[b-stltdy32qk] {
    background-color: white;
    width: 190px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border: 0;
}

.card-header[b-stltdy32qk] {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 10px;
}

.status-dot-container[b-stltdy32qk] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
}

.status-dot[b-stltdy32qk] {
    height: 12px;
    width: 12px;
    background-color: #4CAF50;
    border-radius: 50%;
}

.text-container[b-stltdy32qk] {
    flex-grow: 1;
    padding-left: 6px;
}

.text-top[b-stltdy32qk] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.status[b-stltdy32qk] {
    background-color: #cef9d0; /* Example green color, in actual case we will use variables depending on status */
    color: #0d6311; /* Example blue green, in actual case we will use variables depending on status */
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
    border: 1px solid rgb(147, 211, 150);
}

.details-link[b-stltdy32qk] {
    display: block;
    color: #373737;
    text-decoration: none;
    font-size: x-small;
}

h3[b-stltdy32qk] {
    margin: 0;
    font-size: 1.2rem; /* Adjust size as needed */
}

.text-title[b-stltdy32qk] {
    font-size: 12px;
    font-weight: bold;
    color: black;
}
/* /Components/Mailbox/Mailbox.razor.rz.scp.css */
html[b-180fpl5q8l], body[b-180fpl5q8l] {
    height: 100%;
    margin: 0;
}

.x0[b-180fpl5q8l] {
    width:20%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.y1[b-180fpl5q8l] {
    /* Y1 prend la hauteur de son contenu */
    flex: 0;
    background-color: lightblue;
}

.y2[b-180fpl5q8l] {
    /* Y2 prend le reste et elle est scrollable */
    flex: 1;
    overflow-y: auto;
    background-color: lightgreen;
}
 .ms-TextField[b-180fpl5q8l]
{
    height: 400px;
}
/* /Components/Main/NavMenu/NavMenu.razor.rz.scp.css */
.positionning-region[b-fynmrjfzfh] {
    height: 48px !important;
    border-radius: 8px !important;
    color: white !important;
}

.content-region[b-fynmrjfzfh] {
    justify-content: start;
    align-items: center;
    display: flex;
    height: 48px;
    margin-left: 9px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.fluent-nav-icon[b-fynmrjfzfh] {
    fill: #ffffff;
    margin: 0px 4px;
}



/* /Components/Map/MissionCardComponent.razor.rz.scp.css */
body[b-q5ubca9jvc]{
    font-family: 'Roboto', 'Arial', sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

/* Card Styling */
.card[b-q5ubca9jvc] {
    max-width : 378px !important;
    min-height: 378px;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display : none;
}

/* Header */
.card-header[b-q5ubca9jvc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-info[b-q5ubca9jvc] {
    text-align: start;
}

/* Left Column (Client Info) */
.client-name[b-q5ubca9jvc] {
    margin: 4px 0;
    color: #585858;
    font-size: 15px;
    line-height: 1.2;
}

.external-id[b-q5ubca9jvc] {
    font-size: 18px;
    font-weight: bold;
}

/* Right Column (Status & Time) */
.right[b-q5ubca9jvc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.status[b-q5ubca9jvc] {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
}


.time[b-q5ubca9jvc] {
    color: gray;
    font-size: 14px;
    margin: 0;
}

/* Icons Section */
.icons[b-q5ubca9jvc] {
    display: flex;
    gap: 20px;
    margin: 20px;
}


/* Details Section */
.details[b-q5ubca9jvc] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

/* Row Alignment */
.row[b-q5ubca9jvc] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

/* Label Column */
.label[b-q5ubca9jvc] {
    color: #475467;
    font-size: 16px;
    min-width: 110px;
    text-align: start;
}

/* Value Column */
.value[b-q5ubca9jvc] {
    color: #475467;
    font-size: 16px;
    font-weight: bold;
}

/* Footer */
.footer[b-q5ubca9jvc] {
    text-align: right;
}

.details-link[b-q5ubca9jvc] {
    text-decoration: none;
    color: #484C52;
    font-weight: 400;
    font-size: 14px;
}

.nav-link[b-q5ubca9jvc]{
    font-weight:700;
}


/* General Status Styling */
.status-badge[b-q5ubca9jvc] {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
}

/* To Do */
.status-todo[b-q5ubca9jvc] {
    background-color: #C5EDF9;
    color: #026AA2;
    border: 1px solid #C5EDF9;
}

/* Done */
.status-done[b-q5ubca9jvc] {
    background-color: #DAF7A6;
    color: #067647;
    border: 1px solid #DAF7A6;
}

/* Done With Anomaly */
.status-done-anomaly[b-q5ubca9jvc] {
    background-color: #F7E5A6;
    color: #B54708;
    border: 1px solid #F7E5A6;
}

/* Arrival Anomaly */
.status-anomaly-arr[b-q5ubca9jvc] {
    background-color: #F7A6A6;
    color: #AE2831;
    border: 1px solid #F7A6A6;
}

/* Pending Deletion */
.status-pending-deletion[b-q5ubca9jvc] {
    background-color: #F9B191;
    color: #AE2831;
    border: 1px solid #F7A6A6;
}

/* In Progress */
.status-in-progress[b-q5ubca9jvc] {
    background-color: #C5EDF994;
    color: #026AA2;
    border: 1px solid #C5EDF994;
}
/* /Components/Map/VehiculeCardComponent.razor.rz.scp.css */
body[b-v4pm9jp4g2]{
    font-family: 'Roboto', 'Arial', sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

/* Card Styling */
.card[b-v4pm9jp4g2] {
    max-width : 378px !important;
    min-height: 378px;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display : none;
}

/* Header */
.card-header[b-v4pm9jp4g2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-info[b-v4pm9jp4g2] {
    text-align: start;
}

/* Left Column (Client Info) */
.client-name[b-v4pm9jp4g2] {
    margin: 4px 0;
    color: #585858;
    font-size: 15px;
    line-height: 1.2;
}

.external-id[b-v4pm9jp4g2] {
    font-size: 18px;
    font-weight: bold;
}

/* Right Column (Status & Time) */
.right[b-v4pm9jp4g2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.status[b-v4pm9jp4g2] {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
}


.time[b-v4pm9jp4g2] {
    color: gray;
    font-size: 14px;
    margin: 0;
}

/* Icons Section */
.icons[b-v4pm9jp4g2] {
    display: flex;
    gap: 20px;
    margin: 20px;
}


/* Details Section */
.details[b-v4pm9jp4g2] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

/* Row Alignment */
.row[b-v4pm9jp4g2] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

/* Label Column */
.label[b-v4pm9jp4g2] {
    color: #475467;
    font-size: 16px;
    min-width: 110px;
    text-align: start;
}

/* Value Column */
.value[b-v4pm9jp4g2] {
    color: #475467;
    font-size: 16px;
    font-weight: bold;
}

/* Footer */
.footer[b-v4pm9jp4g2] {
    text-align: right;
}

.details-link[b-v4pm9jp4g2] {
    text-decoration: none;
    color: #484C52;
    font-weight: 400;
    font-size: 14px;
}

.nav-link[b-v4pm9jp4g2]{
    font-weight:700;
}


/* General Status Styling */
.status-badge[b-v4pm9jp4g2] {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
}

/* To Do */
.status-todo[b-v4pm9jp4g2] {
    background-color: #C5EDF9;
    color: #026AA2;
    border: 1px solid #C5EDF9;
}

/* Done */
.status-done[b-v4pm9jp4g2] {
    background-color: #DAF7A6;
    color: #067647;
    border: 1px solid #DAF7A6;
}

/* Done With Anomaly */
.status-done-anomaly[b-v4pm9jp4g2] {
    background-color: #F7E5A6;
    color: #B54708;
    border: 1px solid #F7E5A6;
}

/* Arrival Anomaly */
.status-anomaly-arr[b-v4pm9jp4g2] {
    background-color: #F7A6A6;
    color: #AE2831;
    border: 1px solid #F7A6A6;
}

/* Pending Deletion */
.status-pending-deletion[b-v4pm9jp4g2] {
    background-color: #F9B191;
    color: #AE2831;
    border: 1px solid #F7A6A6;
}

/* In Progress */
.status-in-progress[b-v4pm9jp4g2] {
    background-color: #C5EDF994;
    color: #026AA2;
    border: 1px solid #C5EDF994;
}
/* /Components/Mission/MissionDetails.razor.rz.scp.css */

.status-badge[b-edbftss0uz] {
    width: 100%;
    border-radius: 10px;
    font-weight: 500;
    font-size: smaller;
    padding-right: 7px;
    padding-left: 7px;
}

.journey-details-block-title[b-edbftss0uz] {
    color: #585858;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    width: 115px;
    text-align: start;
}

.journey-details-block-value[b-edbftss0uz] {
    color: #475467;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: start;
}
.compliance-rate-value[b-edbftss0uz] {
    font-weight: 500;
    font-size: 35px;
    color: #026AA2;
    text-align: center;
    line-height: 120px;
    vertical-align: middle
}

.menu-container[b-edbftss0uz] {
    background: #92BED53F;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 40px;
    border-radius: 50px;
}

.menu[b-edbftss0uz] {
    display: flex;
    position: relative;
}

.menu-item[b-edbftss0uz] {
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center; 
    z-index: 1;
    align-content: center;
    color: #505050;
    align-self: center;
}

    .menu-item.selected[b-edbftss0uz] {
        color: white;
        align-self: center;
    }

.icon-selected[b-edbftss0uz] {
    fill: white;
}

.icon-not-selected[b-edbftss0uz] {
    fill: #92BED5;
}


.highlight-frame[b-edbftss0uz] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #4FE2C8;
    transition: width 0.4s ease, left 0.4s ease;
}



/* /Components/Report/Reports.razor.rz.scp.css */
.flex-row[b-8kcyyws9i7] {
    display: flex;
    justify-content: space-around; /* This will push the search box to the right */
    align-items: center;
    padding: 10px 0; /* Add padding as needed */
}


.status-badge[b-8kcyyws9i7] {
    width: 100%;
    border-radius: 10px;
    font-weight: 500;
    font-size: smaller;
    padding-right: 7px;
    padding-left: 7px;
}


.card-container[b-8kcyyws9i7] {
    flex: 4;
    padding: calc(var(--design-unit)* 3px);
}

.search-box[b-8kcyyws9i7] {
    width: 200px; 
}

.page-title[b-8kcyyws9i7] {
    margin-top: 20px; 
}






/* /Pages/Login.razor.rz.scp.css */

.redirectBlock[b-5kpm7clm79] {
    text-align: center;
    color: var(--text-color-error);
}

.login-bloc[b-5kpm7clm79] {
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 256px;
    display: grid;
    grid-template-columns: 49.9% 0.2% 49.9%;
    grid-gap: 0px;
    padding: 0px;
}

.login-bloc .login-header[b-5kpm7clm79] {
    text-align: center;
    grid-row:1;
    grid-column:1 / span 3
}

    .login-header[b-5kpm7clm79]  .mud-avatar-img {
        object-fit: unset;
    }

.login-bloc .login-header[b-5kpm7clm79]  .menu-logo {
    width: 120px;
    height: 120px;
}

.login-bloc .login-header[b-5kpm7clm79]  .title {
    margin: 24px 0px 120px 0px;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: var(--table-header-color);
}

.login-bloc[b-5kpm7clm79]  .mud-input-control {
    margin-top:24px;
}
.login-bloc[b-5kpm7clm79]  .mud-input.mud-input-outlined {
    position: relative;
    border-width: 0;
    border-radius: 8px;
    background-color: var(--background-secondary);
}

.login-bloc[b-5kpm7clm79]  .mud-input.mud-input-outlined .mud-input-outlined-border {
    border: 1.5px solid var(--border-filters);
    border-radius: 8px;
}
.login-bloc[b-5kpm7clm79]  .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    border-width: 1.5px;
    border-color: var(--border-primary-color);
}

.login-bloc[b-5kpm7clm79]  .mud-input.mud-input-outlined:hover .mud-input-outlined-border {
    border-width: 1.5px;
    border-color: var(--border-primary-color);
}
.login-bloc[b-5kpm7clm79]  div.mud-input-slot.mud-input-root, .login-bloc[b-5kpm7clm79]  .mud-input > input.mud-input-root {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color-primary);
}
.login-bloc[b-5kpm7clm79]  .mud-input > input.mud-input-root-outlined {
    padding: 13.5px 0px;
}
.login-bloc[b-5kpm7clm79]  .mud-input .mud-input-outlined .mud-input-adorned-start {
    padding-left: 18px;
    padding-inline-start: 18px;
    padding-inline-end: unset;
}

.login-bloc[b-5kpm7clm79]  .mud-input-adornment-start {
    margin-right: 26px;
    margin-inline-end: 26px;
    margin-inline-start: unset;
}
.login-bloc[b-5kpm7clm79]  .mud-icon-default {
    color: var(--text-color-primary);
}

.login-bloc .content-submit a[b-5kpm7clm79] {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: var(--label-color);
}

.login-bloc .content-submit[b-5kpm7clm79] {
    width: 100%;
    column-count: 2;
    display: flex;
    justify-content: space-between;
    margin-top:40px;
}

    .login-bloc .seller-content-submit[b-5kpm7clm79] {
        text-align: -webkit-center;
        width: 100%;
        margin-top: 40px;
    }

.login-bloc .content-submit .content-left[b-5kpm7clm79] {
        margin: auto 0;
    }
.login-bloc[b-5kpm7clm79]  .mud-avatar-filled {
    background-color:transparent;
}


.login-bloc .user-login-section[b-5kpm7clm79] {
    margin: 0;
    padding: 100px;
}

.login-bloc .store-login-section[b-5kpm7clm79] {
    margin: 0;
    padding: 100px;
}


.login-bloc .subtitle[b-5kpm7clm79] {
    margin: 20px 0px;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 20px;
    line-height: 49px;
    color: var(--table-header-color);
    text-align: center;
}

.login-footer[b-5kpm7clm79] {
        text-align: center;
        font-family: 'Montserrat', serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: var(--table-header-color);
        margin: 120px 0px 60px 0px;
        width: 100%;

    }

.left-section[b-5kpm7clm79] {
    grid-row: 2 / span 2;
    grid-column: 1;
}

.right-section[b-5kpm7clm79] {
    grid-row: 2 / span 2;
    grid-column: 3;
}

.center-section[b-5kpm7clm79] {
    grid-row: 2 / span 2;
    grid-column: 1 / span 3;
    padding: 0 0px 0 0px !important;
    width: 400px;
    justify-self: center;
}

.separator[b-5kpm7clm79] {
    grid-column: 2;
    grid-row: 2 / span 2;
    background-color: var(--background-separators);
}

.release-number[b-5kpm7clm79] {
    font-size: 10px;
    padding: 0 5px;
    top: calc(100vh - 15px);
    color: var(--text-color-technical-info);
}

.user-login-section[b-5kpm7clm79]  .mud-tab {
   text-transform: none;
}
