body{
    background-color: #e5e8e8 ;
  }
  
  
  
  
  
  
  .acces-layout-export-form{
    display: flex;
    flex-direction: column;   
  }
  
  .general_layout_boxes_create_request{
    display : flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items : flex-start;
  }
  .step_button{
    padding: 10px;
    display: flex;
    background-color: white;
    border: 1px solid rgb(238, 238, 238);
    color : black;
    margin-top: 5px;
    text-align: center;
  }
  .step_button:hover{
    background-color: #95c0c5;
    border: 1px solid rgb(241, 241, 241);;
    color : black;
  }

  .step_button_disabled{
    padding: 10px;
    display: flex;
    background-color: rgb(182, 182, 182);
    border: 1px solid rgb(238, 238, 238);
    color : white;
    margin-top: 5px;
    text-align: center;
  }

  .submit_button_create_request{
    padding: 15px;
    display: flex;
    background-color: #e1ffad;
    border: 1px solid rgb(238, 238, 238);
    color : black;
    font-size: 20px;
    margin-top: 5px;
    text-align: center;
    
  }
  .submit_button_create_request:hover{
    background-color: #c6ff63;
    border: 1px solid rgb(241, 241, 241);;
    color : black;
  }

  .line_submit_create_request{
    display: flex;
    flex : 1;
    justify-content: right;
  }
  
  .layout_type_explication_box_create_request{
    flex:1;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    height: 650px;
  }

  .layout_type_box_create_request{
    background-color: white;
    padding : 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  ::-webkit-scrollbar { 
    display: none; 
  }

  .layout_inputs_box_create_request{
    flex:1;
    background-color: white;
    padding : 10px;
    margin-left : 10px;
    max-height: 600px;
    overflow-y: scroll;
  }

  .layout_explication_request_manager{
    flex:1;
    background-color: white;
    padding : 10px;
    margin-left : 10px;
    max-height: 600px;
  }

  
  hr {
      height: none;
      border: none;
      border-top: 1px dashed black;
  }
  
  .tables_container_export_form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .form_label{
    font-size: 1.2rem;
    color: black;
  }

  .form_line{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    vertical-align: center;
    justify-content: space-between;
  }


  .form_input_text{
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid gray;
    outline: 0;
    font-size: 1.2rem;
    color: black;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
  }

  .form_input_checklist{
    font-family: inherit;
    width: 100%;
    border: 0;
    border-top: 2px solid rgb(229, 229, 229);
    border-bottom: 2px solid gray;
    outline: 0;
    font-size: 1.2rem;
    color: black;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
    display: flex;
    flex-direction: column;
  }

  .synthese_box_create_request{
    max-height: 400px;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: scroll;
  }

  .synthese_line_create_request{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .synthse_line_block_create_request{
    display: flex;
    flex : 1;
  }

.layout_horizontal_box_create_request{
  display: flex;
  flex-direction: column;
  width: 80%;
}

.explication-text{
  display: inline-flex;
  flex-direction: row;
  text-align: justify;
  vertical-align: center;
  background-color: rgb(239, 255, 234);
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 5px;
}

.icon_explication{
  display: block;
  min-width: 50px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.row-title-create-request{
  display: flex;
  flex-direction: row;
}