.main-container-title {
    font-family: Comfortaa, Poppins, 'Text Me One', Roboto;
    letter-spacing: 0.0625rem;
    color: var(--color-blue-azure-100);
}

.container-content {
    font-family: "DM Sans";
}

/**
	Employee's table
**/
.table-employees {
    margin-bottom: 1.875rem;
    background-color: transparent;
    border-radius: 1em;
    table-layout: fixed;
}

.table-employees > thead > tr {
    height: 3.75rem;
}

.table-employees > thead > tr > th {
    padding: 1rem 1.25rem;
    border-bottom: none;
    background-color: var(--color-neutral-pearl-20);
    font-size: 0.75rem;
    font-weight: 600;
    font-family: Inter;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-neutral-grey-100);
}
.table-employees tbody tr td a {
    color: var(--color-neutral-grey-100);
}
.table-employees td.overflow-clip {
    line-height: 1;
}

.table-employees > thead > tr > th.has-text-centered {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.table-employees > thead > tr > th .icon-sort {
    margin-left: 0.625rem;
    height: 1rem;
    width: 1rem;
}

.table-employees > thead > tr > th > div {
    display: flex;
}

.table-employees .invisible {
    height: 1.875rem;
}

.table-employees .invisible > th {
    background-color: #ECF0F3 !important;
}

.table-employees > tbody > tr,
.table-employees > tfoot > tr {
    min-height: 3.75rem;
    background-color: white;
    color: var(--color-neutral-grey-100);
}

.table-employees > tbody > tr > td {
    border-bottom: 0.0625rem solid #F7F9FA;
    padding-top: 0.625rem;
    font-size: 0.90em;
    color: var(--color-neutral-grey-100);
}

.table-employees > tbody > tr > td:not(.td-clickable) {
    padding: 20px;
    font-weight: 500;
}

.table-employees .left-corner {
    border-top-left-radius: 0.625rem;
}

.table-employees .right-corner {
    border-top-right-radius: 0.625rem;
}

.table-employees .bottom-left-corner {
    border-bottom-left-radius: 1em;
}

.table-employees .bottom-right-corner {
    border-bottom-right-radius: 1em;
}

table.table-employees thead tr th.sort {
    cursor: pointer;
}

.table-employees .column-lg,
.table-employees .column-lg-sm {
    width: 20%;
}

.table-employees .column-md,
.table-employees .column-md-lg {
    width: 15%;
}

.table-employees .column-sm {
    width: 10%;
}

@media screen and (max-width: 1280px) {
    .table-employees > thead > tr > th .icon-sort {
        margin-left: 0.313rem;
    }

    .table-employees .column-lg {
        width: 15%;
    }

    .table-employees .column-lg-sm,
    .table-employees .column-md {
        width: 10%;
    }
}

/**  Dashboard **/

#home-dashboard .bucket {
    min-height: 12.5rem;
    box-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 10%), 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 6%);
    margin-bottom: 0.50em !important;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

.content {
    color: #505b5e;
}

.full-height {
    position: relative;
    height: 100%
}

/* Use to deactivate a popin or a tooltip with visible overlay on the page that make it visible */
.modal-overlay-dashboard {
    background: rgba(104, 113, 130, 0.51) !important;
    height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: var(--z-index-modal);
}

/* Use to deactivate a popin or a tooltip but without visible overlay on the page */
.modal-overlay {
    background: rgba(11, 11, 27, 0.0) !important;
    height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: var(--z-index-modal);
}

.workplaces-list {
    max-height: 12.5rem;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 2.1875rem;
    background-color: white;
    border: 0.0625rem solid #D9D9D9;
    border-radius: 0.3125rem;
}

.workplaces-list .workplace {
    text-align: left;
    font-family: Inter;
    padding: 0.5625rem;
    width: 28.125rem;
}

.workplaces-list .workplace:hover {
    background-color: var(--color-neutral-grey-10);
    border-radius: 0.625rem;
}

.workplaces-list .workplace-name {
    font-weight: 700;
    padding: 0 0.4em;
}

.workplaces-list .workplace-address {
    font-weight: 400;
    padding: 0 0.4em;
    max-width: 100%;
    color: var(--color-neutral-grey-100);
}

.closepopup-button-positionning {
    position: absolute;
    right: 2.6rem;
    top: 1.525rem;
    z-index: var(--z-index-modal);
    background-color: white !important;
    border-radius: 100%;
}

.closepopup-button {
    border: 0;
    background: url('/assets/images/icons/close_dashboard_popup.svg') no-repeat top left;
    background-size: cover;
    height: 1.875rem;
    width: 1.875rem;
    cursor: pointer;
}

.input-field {
    width: 100%;
    padding: 0.625rem;
    text-align: center;
}


* {
    scrollbar-width: 0.9375rem;
    scrollbar-color: #84848426;
}
::-webkit-scrollbar {
    width: 0.9375rem;
    border-radius: 0.625rem;
    background-color: #84848426;
}
::-webkit-scrollbar-thumb {
    width: 0.9375rem;
    border-radius: 0.625rem;
    background-color: #A1A1A1;
}

.error-message {
    color: red !important;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1rem;
}

.error-message-hidden {
    visibility: hidden;
    display: none;
}


/**	Sites plus proches d'un salarié **/

.selected-tab * {
    color: var(--color-blue-azure-100) !important;
}

.closest-workplaces-list {
    max-height: calc(-14.1875rem + 100vh);
    width: 100%;
    overflow: auto;
}

.swaps-list {
    height: 100%;
    width: 100%;
}

.closest-workplace-menu-box {
    position: relative;
    padding: 0.4em;
    border-radius: 0.5em;
    font-weight: 500;
    background-color: white;
    border: 1px solid var(--color-neutral-pearl-10);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

.workplace-box-name {
    font-weight: 600;
    color: var(--color-neutral-grey-100);
}

.workplace-box-adr {
    color: var(--color-neutral-grey-50);
    max-width: 100%;
    white-space: pre-wrap;
}

.workplace-box-stat {
    color: var(--color-neutral-grey-100);
}

.gain-value {
    color: var(--color-green-jade-100);
    white-space: nowrap;
}

.gain-box {
    padding: 0.0625rem 0.0938rem;
    margin: 0.125rem;
    border-radius: 0.3125rem;
    background-color: var(--color-green-jade-20);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3125rem;
}

.gain-box svg {
    stroke: var(--color-green-jade-100);
}

.bold-and-grey {
    font-weight: 500;
    color: var(--color-neutral-grey-100);
}

.dropdown-content {
    max-height: 9em;
    overflow: auto;
}

/* still required for other things than mobility */
.mobility-tag {
    display: inline-block;
    width: max-content;
}

/** Demande de mobilité popup **/

.mobility-tooltip-box {
    z-index: var(--z-index-tooltip);
    width: 47.5rem;
    font-weight: 500;
    padding: 2rem 2rem;
}

.mobility-popup-title {
    color: var(--color-blue-azure-100) !important;
    font-weight: 700;
}

.mobility-popup-question {
    font-weight: 500;
}

.popup .mobility-popup-question-disabled * {
    font-weight: 500;
    color: var(--color-neutral-grey-50);
}

a.is-disabled {
    pointer-events: none;
    cursor: default;
}

.is-color-dark-blue {
    color: #192DBC !important;
}

.popup {
    position: fixed;
    background-color: white;
    z-index: var(--z-index-modal);
    border: 0.0625rem solid #D9D9D9;
    border-radius: 0.5em;
    color: var(--color-neutral-grey-100);
    margin: auto;
}

.information-tooltip {
    text-transform: none;
    padding-right: 2rem;
}

.input-error {
    outline: none !important;
    border: 0.0625rem solid red;
    color: red;
}

.input-error:focus {
    outline: none !important;
    border: 0.0625rem solid red;
    box-shadow: none;
}

.auto-size-img {
    height: auto;
    width: 100%;
}

/* Z-INDEX */

.z-index-component {
    z-index: var(--z-index-component);
}

.z-index-map {
    z-index: var(--z-index-map);
}

.z-index-sticky {
    z-index: var(--z-index-sticky);
}

.z-index-modal {
    z-index: var(--z-index-modal);
}

.z-index-tooltip {
    z-index: var(--z-index-tooltip);
}

.z-index-onboarding {
    z-index: var(--z-index-onboarding);
}

.dropdown-menu {
    z-index: var(--z-index-modal);
}

.button:focus:not(:active) {
    box-shadow: none;
}

.heading {
    letter-spacing: normal;
}

/* NAVBAR */

.navbar-end {
    .navbar-item.has-dropdown {
        padding: 0.5rem 0.5rem;
    }

    .profile a.navbar-item.profile-icon {
        padding: 0.5rem 0.5rem;
        &:hover {
            background-color: var(--color-blue-cyan-40);
            border-radius: 50%;
            svg path {
                stroke: var(--color-blue-azure-100);
            }
        }
    }
}

.navbar-end,
.navbar-item.is-hoverable {
    input {
        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
    }
}

.navbar-brand.tablet {
    .profile-icon.is-active,
    a.navbar-item:hover {
        background-color: var(--color-blue-cyan-40);
        border-radius: 50%;
        svg path {
            stroke: var(--color-blue-azure-100);
        }
    }
}

.navbar-dropdown {
    color: var(--color-neutral-grey-200) !important;

    .navbar-item {
        &.text-blue-azure-100 {
            color: var(--color-blue-azure-100)!important;
            background-color: white!important;
        }
        &:not(.text-blue-azure-100),
        input {
            &:hover {
                color: var(--color-neutral-grey-200) !important;
                text-shadow: 0 0 .65px var(--color-neutral-grey-200), 0 0 .65px var(--color-neutral-grey-200);
            }
        }
    }
}

.navbar-item.has-dropdown:hover .navbar-tab.navbar-item {
    color: var(--color-blue-azure-100);
    &.profile-icon {
        background-color: var(--color-blue-cyan-40);
        border-radius: 50%;
        svg path {
            stroke: var(--color-blue-azure-100);
        }
    }
}

@media screen and (min-width: 960px) {
    .navbar-dropdown a.navbar-item {
        padding-right: 1rem;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.with-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.separator {
    border-bottom: 0.0625rem solid rgba(225, 227, 230, 1);
}

.date-window {
    border-radius: 0.313rem !important;
    font-size: 0.875rem;
    vertical-align: baseline;
}

.textarea {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.input[disabled], .textarea[disabled] {
    border-color: var(--color-neutral-grey-10);
    background-color: var(--color-neutral-grey-10);
    color: var(--color-neutral-grey-50);

    &::placeholder {
        color: var(--color-neutral-grey-50);
    }
}