@import url(../../css/toastErreur.css);

:root {
    --bs-primary: #24B3B0;
    --bs-text-primary: #24B3B0;
    --bs-aside-menu-icon-bg-color-active: #24B3B0;
}

.menu-item:hover image, .menu-item.here image {
    mix-blend-mode: unset !important;
    isolation: unset !important;
    opacity: 1 !important;
}

.breadcrumb-item.active {
    color: #D5D8EB;
}

select.form-control {
    //appearance: auto !important;
}

.new-table-responsive tr {
    vertical-align: middle;
}

.new-table-responsive th.colCheck .checkbox-container form-check-solid {
    margin-left: 0 !important;
}

.new-table-responsive #action {
    position: absolute;
    top: 6px;
    width: 40%;
}

.new-table-responsive #dataTable_paginate {
    display: none;
}

.new-table-responsive #filtre {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.new-table-responsive #filtre select {
    width: 150px !important;
}

.new-table-responsive #filtre .form-control {
    background-color: #F7F9FB;
    border: none;
    border-radius: 8px;
}

.new-table-responsive #filtre #name-sort, .new-table-responsive #filtre #state-filter, .new-table-responsive .state-filter, .new-table-responsive .filtre .form-check {
    border: none;
    border-radius: 8px !important;
    background-color: #F7F9FB !important;
    padding: .775rem 1rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    height: auto !important;
    margin: 0 !important;
}

.new-table-responsive .filtre .form-check {
    line-height: 0.8 !important;
    padding-right: 25px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.new-table-responsive #filtre .btn.create, .btn.appliquer {
    background-color: var(--bs-primary);
    color: white;
    font-weight: 500;
}

.new-table-responsive #filtre .btn.create {
    margin-left: 25px;
}

.new-table-responsive .actionBtns {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}

.new-table-responsive .actionBtn {
    border-radius: 8px;
    background-color: #F7F9FB;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-left: 3px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-table-responsive .actionBtn i {
    color: var(--bs-primary);
}

.tab-link-fiche {
    border-bottom: 0;
}

.tab-link-fiche .nav-link {
    color: white !important;
    font-size: 18px;
}

.tab-link-fiche .nav-link.active, .tab-link-fiche .nav-link:hover {
    font-weight: 600;
    border-bottom: 1px solid white !important;
}

#profil-interimaire .avatar img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 300px;
}

.gray-icons{
    filter: grayscale(1);
}
.gray-icons:hover{
    filter: none;
}

.camembert{
    width: 250px;
    height: 200px;
}

.status{
    margin-bottom: 1rem;
}

.interstice{
    margin : 0;
}

#kt_aside_menu{
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
}

#kt_aside_menu::-webkit-scrollbar{
    width: 1px;
}

.modal-open .daterangepicker {
    z-index: 99999 !important;
}

.chargement {
    background-size: auto auto;
    border-radius: 5px;
    display: none;
    height: 100vh;
    left: 0;
    top: 0;
    bottom: 0 !important;
    background-color: #000;
    border-radius: 2px;
    font-family: monospace;
    opacity: 0.6;
    padding-bottom: 255px;
    padding-right: 10px;
    padding-top: 3px;
    position: fixed;
    top: -1px;
    width: 100vw;
    z-index: 9999;
    background-image: url('../../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center 42%;
}


/* Cursor changed on hover */
tr[id^="tr_"] td.sorting_1:hover { cursor: pointer; color: #24b3b0; }