/********* MENU *********/
:root {
        --text: #fff !important;
        --text-variant: #000 !important;
        --primary-lighter: #ee3942 !important;
        --primary: #e20e17 !important;
        --primary-darker: #bd0a13 !important;
        --secondary-lighter: #95afae !important;
        --secondary: #82a5a3 !important;
        --secondary-darker: #739492 !important;
    
        --error-lighter: #ce392e !important;
        --error: #bd5d57 !important;
        --error-darker: #9a2a22 !important;
        --success-lighter: #3cb95c !important;
        --success: #62bd7a !important;
        --success-darker: #29803f !important;
    
        --background: white !important;
    }

#menu {
    width: 5rem; /* Set the width of the sidebar */
    background-color: #fff5f5;
    height: 100vh; /* Full-height: remove this if you want "auto" height */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 999; /* Stay on top */
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: width 200ms ease;
    overflow: auto;
}
#menu::-webkit-scrollbar {
    width: 8px;
}
#menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e6e6e6;
}
#menu > a.menu-link {
    width: 100%;
    text-align: center;
}
#menu > a.menu-link img {
    transition: transform 0.3s;
}
#menu > a.menu-link:hover img {
    transform: scale(1.1);
}
#menu .menu-item {
    cursor: pointer;
    width: 100%;
}
#menu .menu-item .menu-link {
    display: flex;
    align-items: center;
    height: 4rem;
    text-decoration: none;
    color: #707070;
    position: relative;
}

#menu .menu-text {
    color: #707070;
    margin-left: 1rem;
    font-size: 16px;
    display: none;
    overflow: hidden;
    white-space: nowrap;
}

#menu .menu-selected .menu-text,
#menu .menu-selected .menu-link {
    color: #e20e17;
    font-weight: 600;
}

#menu .menu-item .menu-link:hover {
    background-color: #fde4e4;
}

#menu .menu-image {
    max-width: 1.6rem;
    margin: 0 1.5rem;
}

#menu:hover {
    width: 16rem;
}

#menu:hover .menu-text,
#menu:hover .menu-dropdown-item {
    display: block;
}

#menu:hover .dropright .dropdown-toggle::after {
    position: unset;
}
#menu .menu-link .menu-image-container {
    position: relative;
}
#menu .menu-link .notif-badge {
    background-color: #373234;
    color: #fff5f5;
    border: 2px solid #fff5f5;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
}
#menu .menu-dropdown .notif-badge {
    background-color: #373234;
    color: #fff5f5;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
}
#menu .dropdown .menu-link::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    display: inline-block;
    font-weight: 900;
    font-size: 18px;
    right: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

#menu .dropdown.open .menu-link::after {
    transform: translateY(-50%) rotate(90deg);
}

#menu .dropdown.open .menu-link {
    background-color: #fde4e4;
}

#menu .menu-dropdown {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-out;
}

#menu .dropdown.open .menu-dropdown {
    max-height: 35rem;
}

/********* BODY *********/

#content {
    margin-left: 5rem;
}

html,
body {
    margin: 0;
    width: 100%;
    min-height: 100vh;
}

body {
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size: 14px !important;
}

.containerBody {
    margin: 25px;
    display: flex;
    justify-content: center;
}

.containerBodyIE {
    margin: 25px;
    justify-content: center;
}

.hidden {
    display: none;
}

.liVicopo:hover {
    cursor: pointer;
}

#table_listing tr td {
    vertical-align: middle;
    padding: 5px;
    max-height: 22px;
}

#table_listing tr td span p {
    margin: 0px;
}

.odd {
    background-color: transparent;
}

.even {
    background-color: #efe6e6;
}

.inferiorRadius {
    color: red;
}

.selectedRow {
    background-color: #bac2ff;
}

.noneList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list_city_open_area {
    top: 125px;
    margin-left: 9px;
    right: 0px;
    width: 61%;
}

.genderStyle {
    color: #373234;
    font-size: larger;
}

.btn-grey {
    background-color: gainsboro;
    border-color: gainsboro;
    color: #82a5a3;
    border-radius: 13px;
}

.btn-light-red {
    background-color: #fff5f5;
    border-color: #fff5f5;
    color: #e20e17;
    border-radius: 13px;
}

.btn-red {
    background-color: #e20e17;
    border-color: #e20e17;
    color: white;
    border-radius: 13px;
}

.btn-green {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--text);
    border-radius: 10px;
}

.btn-edit {
    background-color: #ff9400;
    border-color: #ff9400;
    color: #ffffff;
    border-radius: 10px;
}

.btn-success {
    background-color: #28e668;
    border-color: #28e668;
    color: #ffffff;
    border-radius: 10px;
}
.btn-success:hover {
    background-color: #28e668;
    border-color: #28e668;
    color: black;
}

.text-green {
    color: #82a5a3;
}

.popover-button {
    border-radius: 10px;
    background-color: #f5faf8;
    color: #c5c2bf;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 0 4px 14px 4px;
    font-size: 24px;
    cursor: pointer;
}

.popover-body {
    height: auto;
    max-height: 500px;
    overflow-y: auto;
}

.popover-list {
    padding: 0;
    list-style-type: none;
}

.popover-list li span {
    max-width: 140px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.client-request-skills-certifs-cell span {
    min-width: 130px;
    max-width: 130px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categoryPoint {
    height: 15px;
    width: 15px;
    display: inline-block;
    border-radius: 13px;
}

.colorCategory1 {
    background-color: #e20e17;
}

.colorCategory2 {
    background-color: #97938f;
}

.colorCategory3 {
    background-color: #82a5a3;
}

.listing-button {
    width: 40px;
    height: 40px;
}

#divTargetCity {
    width: 250px;
    margin-right: 5px;
    margin-left: 5px;
}

#targetCity {
    border-radius: 15px;
}

#btnDistance {
    height: fit-content;
}

.loader {
    visibility: hidden;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #ff0000;
    width: 30px;
    height: 30px;
    position: absolute;
    animation: spin 1000ms linear infinite;
    margin: 5px;
    right: 25px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

tfoot {
    display: table-header-group;
}

#table_listing tfoot input {
    height: 100%;
}

#table_listing #distanceZone {
    width: 40%;
}
#table_listing #inputZone {
    width: 85%;
}

.listingDataSelect {
    width: 90%;
}

.listingSimpleSearch {
    width: 100%;
}

#listingMaxSearch {
    width: 100%;
}

#header {
    display: inline-flex;
    align-items: center;
}

.viewTitle {
    text-align: center;
}

.selectedList {
    padding: 5px;
    margin: 8px;
    display: inline-block;
    border-radius: 13px;
    color: white;
    background-color: #e20e17;
}

.selectedList:hover {
    cursor: pointer;
    font-weight: 500;
}

.buttonPlus {
    margin: 10px;
}

.formCandidate {
    width: 100%;
}

#spanErrorMessage {
    border-style: groove;
    border-color: red;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
}

#spanErrorMessage:empty {
    display: none;
}

.tableMissionWeek td {
    padding: 6px 6px;
}

.tableMissionWeek td input {
    margin: auto !important;
}

.tableMissionWeek input[type='checkbox'] {
    height: 18px;
    width: 18px;
}

.containerPrettyCheckbox {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.containerPrettyCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.containerPrettyCheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.containerPrettyCheckbox input:checked ~ .checkmark {
    background-color: #2196f3;
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.containerPrettyCheckbox input:checked ~ .checkmark:after {
    display: block;
}

.containerPrettyCheckbox .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 17px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.validateTimeSheetButton {
    display: none;
}

.timeSheet-input {
    border-radius: 13px;
}

.infoTimeSheet {
    background-color: #fff5f5;
    border-radius: 30px;
    padding: 20px;
}

.infoTimeSheet .progress {
    margin-top: 5px;
}

.modifiedField {
    background-color: #ff8080;
}

.flexForm {
    min-width: 40%;
}

.inputToComputeHour {
    font-size: 14px;
}
.inputToComputeHour.total {
    background-color: #e9ecef;
}
.skillsSelectedItem {
    margin: 10px;
    background-color: #878387;
    color: white;
}
.skillsUl {
    margin: 10px;
}
#edit_client_skills > option {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
}
.formNewRequestContainer {
    display: flex;
    justify-content: space-around;
}
.interactionCard {
    max-height: 40vh;
    overflow-y: scroll;
}
.requestTitleContainer {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
}
.RequestInfoDiv {
    margin-left: 70px;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.requestInfo {
    margin-left: 10px;
}
.requestInfoList {
    list-style-type: none;
}
.requestInfoList > li:before {
    content: '- ';
}
.btnCloture {
    margin-top: 50px;
}
.suggestCandidateForm {
    margin-top: 50px;
}
.tableRequestInfos {
    margin-top: 30px;
}
.requestInfoCol {
    margin: 20px;
}
.side-panel-content-container {
    overflow: hidden;
    white-space: nowrap;
}
.sidepanel {
    height: 100%; /* Specify a height */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    width: 0px;
    top: 0;
    right: 0;
    background-color: #fff; /* Black*/
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
    padding: 30px;
    border: solid 1px #000000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    visibility: hidden;
    transition: visibility 0s linear 300ms, width 1000ms;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    color: #333;
    text-decoration: none;
}

.btnListingPostes {
    margin: 10px;
}

.jobDescriptionList {
    list-style: none;
}

.table-wrapper-scroll-y {
    display: block;
    position: relative;
    height: 400px;
    overflow: auto;
}

.container-interaction {
    display: inline-block;
}

#logo_qualif_1 {
    margin-right: 20px;
}

.nav-link {
    font-size: 1.3em;
    color: red;
    margin-left: 20px;
}

.nav-link:hover {
    color: black;
}

#menu .menu-dropdown-item {
    color: #707070;
    font-size: 16px;
    display: none;
    overflow: hidden;
    white-space: nowrap;
    padding: 0.5rem 1rem 0.5rem 2rem;
    text-decoration: none;
}

a.menu-dropdown-item:hover {
    background-color: #fde4e4;
}

.menu-dropdown-item img {
    max-width: 1.3rem;
    margin-right: 1rem;
}

#iFrameInteractionForm {
    width: 100%;
    height: 100%;
    border: none;
}
.missingRequiredFieldDot {
    background-color: red;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-left: 5px;
}
.requiredError {
    margin-left: 5px;
    position: relative;
    top: -5px;
}

.comboBoxItem.non-admin {
    display: inline-flex;
    width: border-box;
    margin-left: 25px;
}

#table_listing {
    border: none;
}

::placeholder {
    color: #82a5a3;
    opacity: 1;
}

.fa-street-view {
    color: #82a5a3;
    font-size: xx-large;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#table_listing_filter input {
    border-radius: 13px;
    background-color: #e7efef;
    opacity: 7;
    color: #82a5a3;
}

#table_listing_filter input::-webkit-input-placeholder::before {
    color: #82a5a3;
    content: 'Rechercher dans le listing...';
}

#table_listing_info {
    color: #82a5a3;
}

.input-icons {
    display: flex;
    align-items: center;
    position: relative;
}

.input-icons > .input-grey {
    padding-right: 38px;
}

.input-grey {
    border-radius: 13px;
    border-width: 1px;
    border-color: transparent;
    background-color: #f5faf8;
    padding: 8px;
}

.input-grey:focus {
    border: 1px solid #82a5a3;
    border-radius: 13px;
    outline: none;
}

.input-icons > i {
    position: absolute;
    right: 15px;
    color: #82a5a3;
}

.span-number-element {
    color: #82a5a3;
    border-color: #f5faf8;
    border-width: 2px;
    border-radius: 13px;
    border-style: solid;
    padding: 10px;
}

.dragNdropFile {
    display: inline-block;
    width: 100%;
    min-height: 3.5em;
    margin-bottom: 0;
    padding: 0.5em 0.5em;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    text-align: center;
}

@media screen and (max-width: 1536px) {
    #listingContainer {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .containerBody {
        margin: 0;
    }

    .listing-button {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-height: 1000px) {
    #menu .menu-item .menu-link {
        height: 8vh !important;
    }
}
.btn-cancel {
    color: #212529 !important;
    text-decoration: none !important;
}
.corner-popup {
    position: fixed;
    top: 2px;
    right: 2px;
    background-color: #fff;
    padding: 0.5rem;
    box-shadow: 0 0 3px #d5d5d5;
    border-radius: 4px;
    width: 23rem;
    z-index: 2;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.corner-popup-button {
    margin: 0;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
}
.corner-popup-content {
    padding: 0.5rem 1rem;
}
.corner-popup #hint {
    margin: 0 1.5rem;
    min-height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
}
.corner-popup-button:hover {
    background-color: #fafafa;
}
.corner-popup .fa-circle {
    color: #d7d7d7;
    margin: 0 2px;
    font-size: 8px;
}
.corner-popup .fa-circle.selected {
    color: #333;
}
.corner-popup-content .fa-chevron-left,
.corner-popup-content .fa-chevron-right {
    padding: 1rem 1.2rem;
    border-radius: 50%;
    cursor: pointer;
}
.corner-popup-content .fa-chevron-left:hover,
.corner-popup-content .fa-chevron-right:hover {
    background-color: #eee;
}
.profilePicture {
    margin: 0;
    position: relative;
    width: 150px;
    height: 150px;
}
.profilePicture .img,
.profilePicture label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid red;
}
.profilePicture input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.profilePicture .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.profilePicture label {
    background-color: transparent;
    cursor: pointer;
    margin: 0;
    z-index: 1;
}
.profilePicture:focus label,
.profilePicture label:hover {
    background-color: #ffffff40;
}
.client-request .action-column > .btn-green {
    margin: 1px;
}
form[name='public_client_request'] .input-picture {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}
form[name='public_client_request'] .input-picture > label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 15rem;
    margin: 0;
    z-index: 2;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}
form[name='public_client_request'] .input-picture > label:hover {
    background-color: #4444448f;
    opacity: 1;
}
.table.files td,
.table.files th {
    vertical-align: middle;
}
.file-validated {
    background-color: rgb(153 249 144 / 8%);
    border: 1px solid #94f990;
    border-radius: 4px;
    color: #94f990;
    padding: 3px 10px;
    font-weight: bold;
}
.file-invalidated {
    background-color: rgb(249 144 144 / 8%);
    border: 1px solid #f99090;
    border-radius: 4px;
    color: #f99090;
    padding: 3px 10px;
    font-weight: bold;
}
.form-group.has-error .help-block {
    color: #d61313;
}
.btn > .spinner-container {
    display: flex;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
}
#submit_btn {
    display: block;
    margin: 0 auto;
}
.btn:not(.dropdown-active) > .fa-chevron-down {
    transform: rotate(-90deg);
}
.btn.dropdown-active > .fa-chevron-down {
    transform: rotate(0deg);
}
.application-validated {
    background-color: rgb(153 249 144 / 8%);
    border: 1px solid #94f990;
    border-radius: 4px;
    color: #94f990;
    padding: 3px 10px;
    font-weight: bold;
}
.application-denied {
    background-color: rgb(249 144 144 / 8%);
    border: 1px solid #f99090;
    border-radius: 4px;
    color: #f99090;
    padding: 3px 10px;
    font-weight: bold;
}
.public-client-request-no-image {
    color: white;
    background-color: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}