.requirement_name{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px !important;
    white-space: nowrap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/plugin_assets/redmineflux_testcase_management/Poppins-Regular-9a9b6e54.otf");
}
#requirement_dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #d8ebff !important;
    border: 1px solid #d8ebff !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block !important;
    margin-left: 9px !important;
    margin-top: 5px !important;
    padding: 2px;
    padding-left: 20px;
    position: relative;
    max-width: 285px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
#requirement_dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 80% !important;
    white-space: unset !important;
}
.select2-container .select2-results__option {
    white-space: nowrap;       
    overflow: hidden;          
    text-overflow: ellipsis;  
    max-width: 100%;         
}
#requirement_dropdown .select2-selection--multiple{
    max-height: 150px;
    overflow-y: auto;
    white-space: normal;
    overflow-x: hidden;
    scrollbar-width: thin !important;
    border-radius: 1px !important;
}

.controller-issues.action-show .select2-container{
    width: 100% !important;
}
#report_graph, #report_line_graph{
    display: flex;
    justify-content: center;
  }

.report_parent_div{
    text-align: center;
    width: 50%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    background-color:#fff;
  }
  #report_graphs{
    display: flex;
    gap: 20px !important;
    margin-top: 15px;
    margin-bottom: 35px;
  }

#report_graph_label,#report_line_graph_label{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 100px;
}
     
.delete-step-heading{
    font-size: 18px;
    color:black;
    font-weight: 600;
  }
  .modal-transition{
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transition: all 0.3s ease-in; 
  }
  .delete-step-para-content{
    font-size: 17px;
    font-family: "Poppins" !important;
    padding-left: 0px !important;
    text-align: justify;
    line-height: 1.5;
    max-width: 600px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .delete-step-main-content{
    padding: 10px 0px;
  }
  .delete-step-image-folder{
    width: 15px;
    height: 25px;
  }
  .delete-step-cross-folder:hover{
    background-color: #eee;
    border-radius: 2px;
  }
  .delete-step-suite-header-content{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e1e2;
  }
  .delete-step-template{
    font-size: 18px;
    font-family: "Poppins";
    color:black;
    font-weight: 600;
  }
  button.delete-step_button{
    background: #0094FF;
    border: 1px solid #0094FF;
    color: #fff;
    padding: 0 7px;
    width: 110px;
    height: 40px;
    border-radius: 4px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 21px;
    cursor: pointer;
  }
  input.delete-step_button {
    background: #0094FF;
    border: 1px solid #0094FF;
    color: #fff;
    padding: 0 7px;
    width: 110px !important;
    height: 40px;
    border-radius: 4px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 21px;
    cursor: pointer;
  }
  button.delete-step_button:hover {
    background-color: #0094ffc7 !important;
    border: 1px solid #0094ffc7 !important;
  }
  
  input.delete-step_button:hover {
    background-color: #0094ffc7 !important;
    border: 1px solid #0094ffc7 !important;
  }
  button.delete-step_cancel-btn {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    cursor: pointer;
    transition: all 0.3s ease-in;
  }
  
  button.delete-step_cancel-btn:hover {
    background-color: #ced3e6a8;
  }
  .overlay-delete-step-template{
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
  .delete-step-footer-folder {
    margin-top: 5px;
  }
  .delete-step-overlay{
    font-family: "Poppins" !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease-in;
    display: none;
  }
  .delete-step-template{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background-color: #fff;
    border-radius: 5px;
    z-index: 1060;
    min-width: 386px;
    padding: 20px;
    visibility: hidden;
    opacity: 0.4;
    transition: all 0.1s ease-in;
    display: none;
    width: 430px; 
    font-weight: 100 !important;
  }
  .overlay-delete-email-template{
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
  .delete-step-cross-folder:hover{
    background: none;
  }
#requirement_dropdown .select2.select2-container.select2-container--default.select2-container--focus{
  width: 100% !important;
}
#requirement_dropdown .select2-container[style*="width: 91.5px"] {
  width: 100% !important; /* Override the inline width */
}
#requirement_dropdown .select2.select2-container.select2-container--default.select2-container--below{
  width: 100% !important;
}