.has-submenu{
    align-content: center;
    position: relative;
    cursor: pointer;
}
.has-submenu .dropdown-item{
    text-align: center;
}
.has-submenu .dropdown-menu{
    background:unset;
    color: white;
    width: 100%;
    margin-top: 0;
    z-index: 2;
    border: 0;
    min-width: unset;
}
.has-submenu.nav-item a.dropdown-item{
    color: white;
    padding: 5px 0;
}
.has-submenu.nav-item a.dropdown-item:hover{
    color: #141f32;
}
header .nav li{
    /* padding:10px 20px; */
    padding: 0;
    z-index: 9;
}
/* .has-submenu .dropdown-toggle::after{
    display: none;
} */
.has-submenu .dropdown-toggle{
    padding:10px;
    width: 150px!important;
    color: white;
    cursor: pointer;
    z-index: 1;
    position: relative;
    height: 60px;
    align-content: center;
    font-size: 18px;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}
.has-submenu.active .dropdown-toggle p,header .nav .nav-item.active a p,.has-submenu.active .dropdown-toggle{
    color: #609FD4;
    font-weight: bold;
}
.has-submenu.show .dropdown-toggle,.has-submenu.show .dropdown-menu{
    z-index: 10;
}
.has-submenu.show .dropdown-toggle,.has-submenu.show .dropdown-toggle p{
    font-weight: bold;
    color: white;
}
header .nav li.have-link{
    padding:10px;
    height: 60px;
    width: 150px;
    align-content: center;
}
header .nav li.have-link.active p{
    color: #609FD4;
}
.highcharts-credits{
    display: none;
}
.highcharts-axis-labels text{
    fill: white!important;
}
.nav-link{
    padding: 10px;
}
.table .text-center .checkmark{
    right: 0;
    margin: auto;
}
table tbody tr:has(input:checked){
    background-color: transparent;
}
table tbody tr:has(td:first-child input:checked){
    background-color: rgb(0, 87, 161, .5);
}
.min-w-200{
    min-width: 200px;
}
.filter-multi-select > .dropdown-menu{
    position: fixed;
    left: auto;
    top: auto;
}
.size-38, h3.size-38{
    font-size: 38px;
}
b{
    font-weight: bold;
}
.section-map{
    height: 80vh;
    border: solid 1px grey;
    padding: 0;
}
.max-h-50vh{
    max-height: 50vh;
    overflow: auto;
}
.btn-download{
    border-radius: 50px;
    background: #FFCC18;
    color: white;
    font-weight: bold;
    width: 270px;
    font-size: 18px;
    padding: 5px;
}
.list-module-layout {
    max-height: 225px;
    overflow: auto;
    display:grid;
    grid-template-columns: 1fr 1fr ;
}
.list-module-layout img{
    cursor: pointer;
}
.show-scroll::-webkit-scrollbar{
    display: unset;
}
.title-gantt{
    width: 100px;
    text-align: center;
    cursor: default;
    text-overflow: ellipsis;
    height: 100%;
    white-space: normal;
    overflow: hidden;
    transform: rotate(0deg);
    transform-origin: 75px 15px;
    display: flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    align-content: center;
    cursor: pointer;
    font-weight: 400;
    align-items: center;
    justify-content: center;
}
.title-gantt-workspace{
    width:150px;
}

.title-gantt-task{
    width:300px;
}

.ico-action img, .ico-action i {
    display:inline-block;
}
.size-24{
    font-size: 24px;
}
.breadcrumb-item{
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: white;
}
.gap-30px{
    gap: 30px;
}
.gap-10px{
    gap: 10px;
}
header a:hover{
    text-decoration: none;
}
.has-submenu .dropdown-item.active,.has-submenu .dropdown-item:active{
    background: unset;
    font-weight: bold;
}
.has-submenu .dropdown-item.active:hover{
    background: white;
}
.max-w-30vw{
    max-width: 30vw;
}
.click-modal{
    cursor: pointer;
}

.form-control:disabled{
    background: #FFFFFF80;
    border-color: #FFFFFF80;
}
.filter-multi-select .dropdown-item{
    white-space: unset;
}
.filter-multi-select>.viewbar>.selected-items>.item{
  height: unset;
}
.search_key{
    position: relative;
}
.list_key{
    position: absolute;
    z-index: 1;
    width: 100%;
    background: white;
    color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.list_key .item-key{
    padding: 10px 5px;
    cursor: pointer;
}
.list_key .item-key:hover{
    background: #609FD4;
}
.bg-header-gantt{
    width: calc(100%);
    height:104px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: linear-gradient(#0056a1, #141f32);
}

@-moz-document url-prefix() {
    .bg-header-gantt {
        height: 110px;
    }
}

#section-gantt{
    z-index: 2;
    position: relative;
    margin-bottom: 50px;
}
.highcharts-yaxis-grid .highcharts-grid-line{
    display: none;
}
.title-gantt.active{
    background-color: rgb(0, 87, 161, .5);
}
.highcharts-axis-line{
    display: none;
}

.x-label{
    height:50px;display:block;text-align:left;transform: rotateZ(180deg);white-space: normal;visibility: inherit;padding: 5px 0 0 0;
}
.highcharts-xaxis-labels span{
    width: unset!important;
}
@media only screen and (max-width: 1800px) {
    .has-submenu .dropdown-toggle{
        padding: 0;
        height: 50px;
        min-width: 120px;
    }
    .has-submenu .dropdown-toggle p,.nav .nav-item a,header .nav li.have-link p,.has-submenu .dropdown-toggle {
        font-size: 14px;
    }
    .dropdown-menu{
        min-width: unset;
    }
    .gap-30px{
        gap:0;
    }
}

/* Custom select arrow styling */
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23000000' d='M2 4l4 4 4-4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 18px;
    padding-right: 20px!important;
}

select::-ms-expand {
    display: none;
}
.max-w-540{
    max-width: 540px;
}
.mw-120{
    max-width: 120px;
}
.modal .btn-creer.mw-120{
    max-width: 120px;
    min-height: 60px;
    border-radius: 0;
}
.w-60{
    width: 60px;
}
.modal .form-control{
    border-radius: 0;
}
.modal .modal-body{
    max-height: 100vh;
}
.place-content-center{
    column-gap: 30px;
}
.modal .modal-body{
    padding: 20px 49px;
}
.table-account thead tr{font: optional;
    font-weight: unset;
}
.breadcrumb li h1{
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.table-list-2d{
    max-height:calc(100vh - 240px);
    overflow: auto;
}
.table-list-2d tr{
    cursor: pointer;
}
.table-list-2d tr:hover td,.table-list-2d tr.active{
    background: #609FD480;
}