@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:wght@500&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
.main{
    display: flex;
    background-color: #FBEEE2;
}
.sidebar{
    background-color: white;
    height: 100dvh;
    width: 300px;
    z-index: 2; /* Ensure sidebar is above main content */
    overflow: auto; /* Activate scrollbars */
    display: flex;
    flex-direction: column;
}
.sidebar::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .sidebar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
.main_content{
    /* background-color: #FBEEE2; */
    background-image: linear-gradient(
    90deg,
    hsl(36deg 75% 75%) 0%,
    hsl(35deg 77% 77%) 2%,
    hsl(34deg 79% 80%) 8%,
    hsl(33deg 80% 82%) 20%,
    hsl(32deg 82% 85%) 40%,
    hsl(31deg 82% 87%) 66%,
    hsl(30deg 82% 89%) 87%,
    hsl(30deg 81% 91%) 97%,
    hsl(29deg 76% 94%) 100%
    );
    /* width: 80%; */
    width: 100% !important;
    height: 100vh;
    /* background-image: url('/planner_dashboard/asstes/images/background/backround_planner.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: width 0.3s ease;
    overflow: auto; /* Activate scrollbars */
}
.profile_info{
    height: 115px;
    padding-top: 35px;
}
.profile_picture{
    object-fit: cover;
    width: 53px;
    height: 53px;
    border-radius: 10px;
    margin-right: 10px;
}
.profile_name{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
}
.profile_role{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 10px;
}

ul {
    list-style-type: none;
}
.nav-link{
    text-decoration: none;
}

.nav-item{
    margin-bottom: 5px;
    margin-top: 20px;
    padding-left: 10px;
}
.nav-link{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: black;
}
.TableauBoard{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    margin-left: 5px;
    text-decoration: none;
    color: black;
}
.gestion_nav_item{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    margin-left: 5px;
    text-decoration: none;
    color: black;
}
.nav-itemP{
    margin-bottom: 25px;
}
.btn_Déconnexion{
    color: red !important;
}
.btn_deconxionLi{
    margin-top: 35px !important;
}
.nav-icons{
    margin-right: 8px;
}
.line{
    height: 2px;
    width: 100%;
    background-color: #EDEDED;
    margin: 0px;
    padding: 0px;
}
/* <------------------------- SIDE BAR ----------------------------->  */

.top_nav{
    width: 100%;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.right_part{
    height: 100%;
    background-color: transparent;
    border-radius: 5px;
    margin-right: 15px;
}
.left_part{
    height: 100%;
    background-color: white;
    border-radius: 5px;
    margin-left: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.lineVertical{
    height: 20px;
    width: 2px;
    background-color: black;
    margin-left: 15px;
}
.buttuntoggel{
    border: none;
    background-color: transparent;
}
.maintitle{
    font-family: Lato;
    font-weight: 700;
    font-size: 38px;
    margin-left: 15px;
}
.filterButoun{
    width:max-content;
    height: max-content;
    text-decoration: none;
     padding-inline: 10px;
    color: white;
    background-color: #302F2D;
    border-radius:  8px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    line-height:40px;
    margin-right: 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);


}
.addButoun{
    width:max-content;
    padding-inline: 10px;
    height:max-content;
    text-decoration: none;
    color: white;
    background: linear-gradient(0deg, rgba(147,101,44,1) 0%, rgba(239,200,142,1) 80%);
    border-radius: 8px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    line-height:40px;
    margin-right: 50px;
     transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.card{
    border-radius: 10px !important;
    border: none !important;
    width: 95% !important;
    box-shadow: rgba(50, 50, 93, 0.25) 4px 5px 20px 0px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-left: 2.5%;
    margin-bottom: 20px;
    justify-content: space-around;
}
.main_chart_nbr {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search_input{
    border: none;
    background-color: #f8F8F8;
    padding: 5px;
    max-width: 120px;
}
.home__tb td {
    font-family: Montserrat;
    color: #707070;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home__tb th {
    color: #FFF;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.home__tb .unique__th {
    color: #1D2124;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home__tb .unique__th.active {
    font-weight: 700;
    border-bottom: 3px solid #BE6412;
    background-color: #2c81c21e;
}
.search_input:focus{
    border: none !important;
    outline: none !important;

}
.search_input:hover{
    border: none !important;
    outline: none !important;
}
.input_container{
    background-color: #f8F8F8;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.input_containerr{
    background-color: #f8F8F8;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.search_input_icon{
    margin: .5rem .5rem 0 0;
}
.vertical_line_search{
    height: 25px;
    width: 1px;
    background-color: black;
    margin-top: 4px;
    margin-right: 5px;
}
.btn_edite_teble{
    width: 30px;
    height: 30px;
    background-color: #302F2D;
    border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    margin-right: 5px;
    margin-top: 10%;
    margin-bottom: 10%;
}
.btn_delete_teble{
    border: none;
    width: 30px;
    height: 30px;
    background-color: #D9000D;
    border-radius: 5px;
    padding: 2px 5px;
    margin-top: 27%;
}
.table_actons_icons{
    width: 20px;
}
.tabel_picutre{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}
table th,table td{
    vertical-align: middle!important;
    
}
.active{
    text-decoration: none;
    font-weight: 700;
    font-family: Montserrat;
    font-size: 16px;
    color: black;
}
.modal-title{
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
}
.modal-content{
    border-radius: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 0px !important;
}
.modal-footer{
    margin-top: 0px !important;
}
.btn_annuler_model{
    color: white;
    background-color: #302F2D;
    width: 130px;
    height: 50px;
    border: none;
    border-radius: 5px;
}
.btn_supp_model{
    color: white;
    background-color: #D9000D;
    width: 130px;
    height: 50px;
    border: none;
    border-radius: 5px;
}

.btn_labels{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;  
}

@media (max-width: 1101px) {
    .sidebar {
      display: none;
      /* width: 300px; */
      position: absolute;
    }
    /* .main_content {
        width: 100%;
    } */
    .addButoun{
        margin-right: 0px;
    }
}
/* <------------------ forms------------------> */
.camera_img{
    padding: 0px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    width: 150px;
}
.btn_camera{
    padding: 10px;
    border-radius: 50%;
    margin-top: 110px;
    margin-left: 110px;
    z-index: 3;
    position: relative;
    border: none;
    outline: none;
    background-color: #BE6412;
}

.input_containerr{
    padding: 10px;
    background-color: #FBEEE2;
}
.border_div{
    border: 1px dashed black;
    border-radius: 10px;
    padding: 40px 60px;
}
.form_title{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    color: #BE6412;
    text-decoration: underline;
    margin-bottom: 40px;
}
.form_label{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    padding-left: 10px;
    display: block;
}
.form_input{
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #F2F2F2;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 5px 13px;
    margin-top: 5px;
    max-width: 350px;
    display: block;

}
.form_input::placeholder{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
}
.input_file_text{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    color: #ADABD2;
}
.Enregistrer_btn{
    width: 152px !important;
    height: 40px !important;
    text-decoration: none;
    color: white;
    background: rgb(147,101,44);
    background: linear-gradient(0deg, rgba(147,101,44,1) 0%, rgba(239,200,142,1) 80%);
    border-radius: 5px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height:40px;
    margin-right: 50px;
    border: none;
    outline: none;
}
.Annuler_btn{
    width: 152px !important;
    height: 40px !important;
    text-decoration: none;
    color: white;
    background-color: #302F2D;
    border-radius: 5px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height:40px;
    margin-right: 20px;
}
.form_card{
    border-radius: 30px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 20px 19px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}
.parametrage_link{
    text-decoration: none;
    color: #BE6412;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    background-color: #ffffff;
    height: 50px;
    border: 2px solid #BE6412;
    border-radius: 10px;

}
.parametre_icon{
    height: 70px;
    padding: 0px;
}


/*<------------------- dashboard --------------------->*/

.cupdata{
    border-radius: 10px;
    padding: 10px ;
    /* height: 220px; */
    width: 100% !important;
    margin-right: 10px;
    margin-bottom: 10px;
}
.avis_icon {
    opacity: 0.6;
    width: 21px;
}
.nbr_cup{
    font-size: 60px;
    font-family: Montserrat;
    font-weight: 600;
}
.persontage_cup{
    font-family: Montserrat;
    font-weight: 300;
    font-size: 10px;
}
.cupe_title{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
}
.cupe_date{
    font-family: Montserrat;
    font-weight: 300;
    font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 5px !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #B1854C !important;
    color: white !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    cursor: default !important;
    float: left !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    padding: 5px 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #B1854C !important;
    color: white;
}
.nav_content {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
}