
.controller-test_suites.action-index a.test-suites.selected, .controller-runs #main-menu li a.test-suites, .controller-testcases #main-menu li a.test-suites, .controller-testcase_activities #main-menu li a.test-suites, .controller-testcase_todos #main-menu li a.test-suites, .controller-testcase_reports #main-menu li a.test-suites,
.controller-issue_testcase #main-menu li a.test-suites, .controller-traceability_rtms.action-index  #main-menu li a.test-suites,
.controller-testcase_environment #main-menu li a.test-suites{
    background: #fff;
    color: #555 ;
    font-weight: bold;
}

input#testsuite_name {
    width: 100%;
}

#releases_and_runs_flex{
    display: flex;
    /* justify-content: space-between; */
}
.overview_content_left,
.overview_content_right {
  flex: 1;
  padding: 10px 10px 10px 0px; 
  box-sizing: border-box;
}
.testrun_detail, .release_detail{
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}
/* #runs-section .testrun_detail, .release_deatil{
    padding: 10px 10px 10px 0px;
} */
table.table_grid{
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    border-collapse: collapse;
    border-radius: 4px;
    border-spacing: 0;
    width: 100%;
    border: 0;
    /* table-layout: fixed; */
}
.table_grid td {
    font-weight: 400;
    border-bottom: 1px solid #d2e2ed;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    text-align: left;
}
table tr {
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 10;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.entity_type{
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 5px;
}
#content .testcase_graph{
    background-color: #fff;
}
.controller-test_suites.action-index .splitcontent form#new_step {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
div.delete_link {
    float: right;
    margin-right: 1em;
}
#new_step .splitcontentleft input#step_step, #new_step .splitcontentright input#step_expected{
    height: 45px;
    /* width: 350px; */
}

.splitcontentright #valid_svg, .splitcontentright a.icon.icon-del.remove_step_fields{
    position: absolute;
}
.splitcontentright a.icon.icon-del.remove_step_fields{
    right: 4%;
    width: 350px;
}

#my_testcases_table {
    margin-top: 20px;
}

.controller-test_suites.action-index div#errorExplanation {
    margin-top: 15px;
}


.controller-test_suites.action-index #query_form_with_buttons > p > a.icon.icon-save {
    display: none;
}

.context-menu-selection{
    cursor: move !important;
}
  
#movePopup{
    display:none;
    position:relative;
    background:white; 
    padding:10px; 
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.5); 
    z-index:1000;
    width: 100px;
    /* float: inline-end; */
}
#movePopup ul{
    list-style: none;
    padding-left: 10px;
    font-size: 13px;
}


.disabled-button {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
  }
.custom-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.custom-popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}
  
.custom-popup-content p {
    margin: 10px 0px;
    font-size: 17px;
    font-family: "Poppins";
    text-align: left;
    line-height: 1.5;
    max-width: 430px;
}
  
.custom-popup-content #cancel-remove {
    width: 110px;
    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;
}
.custom-popup-content #cancel-remove:hover{
    background-color: #ddd;
}
.custom-popup-content #confirm-remove {
    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;
}
.custom-popup-content #confirm-remove:hover{
    background-color: #0094ffc7 !important;
    border: 1px solid #0094ffc7 !important;
}
#close-popup{
  width: 15px;
  position: absolute;
  right: 15px;
  padding: 0px 5px;
  cursor: pointer;
}
#close-popup:hover{
  background-color: #eee;
  border-radius: 2px;
}
.custom-popup-content h2 {
    font-size: 18px;
    font-family: "Poppins";
    color: black;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #e0e1e2;
}
.controller-testcase_todos .checkbox.hide-when-print {
    display: none;
}

#report_graph {
    margin: 0;
    padding: 0;
    border: none;
}
.controller-testcase_reports table.list th{
    background: #F5FBFF;
    /* height: 40px; */
    /* vertical-align: middle; */
}
.controller-testcase_reports table.list td{
    background: #FFFFFF;
    height: 40px;
    border-bottom: 1px solid #ECEBEB;
}
.controller-settings.action-plugin span#form-description {
    color: #979797;
    font-size: 11px;
    line-height: 1.4;
}


#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 9999; /* Ensure it's above other content */
}
#copy-chart-button{
    font-size: 0;
    background-image: url("/assets/plugin_assets/redmineflux_testcase_management/copy_clipboard-15a42d4b.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
    border: unset;
    background-size: 20px;
    cursor: pointer;
}
.apexcharts-toolbar{
    background-image: url("/assets/plugin_assets/redmineflux_testcase_management/export_graph-bdc78d70.svg");
    background-repeat: no-repeat;
    background-position: 0;
}
.apexcharts-menu-icon svg{
    display: none;
}

#reset_filters_button{
    cursor: pointer;
    background-image: url("/assets/plugin_assets/redmineflux_testcase_management/reset_graph-78b22eeb.svg");
    background-position: center;
    border: unset;
    font-size: 0;
    width: 38px;
    height: 38px;
}
div#copy_clipboard{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 15px;
    display: block;
    position: fixed;
    top: 25px;
    right: 25px;
    padding: 9px 43px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: #22ac26;
    font-family: 'poppins';
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.requirement_report td{
    border: 1px solid #ECEBEB
}