
@font-face {
    font-family: "Poppins";
    src: url("/assets/plugin_assets/redmineflux_testcase_management/Poppins-Regular-9a9b6e54.otf");
}

#content div#new-run-btn {
    background-color: #0094FF;
    color: #fff;
    border-radius: 3px;
    padding: 10px 15px 10px 20px;
    cursor: pointer;
    font-family: "Poppins";
    margin-left: 10px;
    font-size: 13px;
}
#content div#new-run-btn:hover{
    background-color: #0094ffc7;
}

.run-transition {
    /* When the modal is open */
    transform: scaleY(1) !important;
    transition: opacity .15s ease,transform .15s ease !important;
    transform-origin: top !important;  
    visibility: visible !important;
    opacity: 1 !important;
    display: block;
}
.action-run{
     position: absolute;
     background-color: #fff;
     border-radius: 4px;
     z-index: 1060;
     /* min-width: 160px; */
     visibility: hidden;
     opacity: 0;
     right: 39px;
     box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
     border: 1px solid rgba(34,36,38,.03);
     transform: scaleY(0);
}
.sub-list{
    font-family: "Poppins";
    font-style: normal;
    font-size: 13px;
    color: #505157;
    list-style: none;
    /* padding: 7px 14px 5px 2px; */
    cursor: pointer;
    text-align-last: left;
}
.run-list{
    padding-left: 0px !important;
    margin: 0px !important;
}
.sub-list:hover{
    background: #f1f2f3;
    outline: 0;
}
.delete_run_modal{
    opacity: 1;
    visibility: visible;
    display: block !important;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease-in;
}
.run-overlay{
    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_run , .delete_testcase {
    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; 
}

.overlay-delete_run , .overlay-delete_testcase {
    opacity: 1;
    visibility: visible;
    display: block;
}


#close-editrun-modal{
    width: 160px;
    height: 40px;
    border-radius: 4px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 21px;
    cursor: pointer;
}
#close-editrun-modal:hover {
    background-color: #f8f8f8;
    font-size: 15px !important;
}
/* edit run css end  */

/* close run css start */
.close_run{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background-color: #fff;
    border-radius: 6px;
    z-index: 1060;
    min-width: 386px;
    padding: 15px;
    visibility: hidden;
    opacity: 0.4;
    transition: all 0.1s ease-in;
    display: none; 
    width: 500px;
}
/* close run css end  */

.modal-transition{
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transition: all 0.3s ease-in; 
}

/* Edit run modal css start  */
.edit_run_model{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background-color: #fff;
    border-radius: 6px;
    z-index: 1060;
    min-width: 386px;
    padding: 30px 25px 30px 30px;
    visibility: hidden;
    opacity: 0.4;
   
    display: none; 
}

.testrun-modal-btn .update-run {
    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;
    /* transition: all 0.3s ease-in; */
}

.testrun-modal-btn .update-run:hover {
    background-color: #0094ffc7 !important;
    border: 1px solid #0094ffc7 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

button.isclosed_run_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.isclosed_run_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;
    margin-left: 5px;
}
button.isclosed_run_button:hover {
    background-color: #0094ffc7 !important;
    border: 1px solid #0094ffc7 !important;
}

input.isclosed_run_button:hover {
    background-color: #0094ffc7 !important;
    border: 1px solid #0094ffc7 !important;
}

button.isClosed_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.isClosed_cancel-btn:hover {
    background-color: #ced3e6a8;
}

div.testcase_step > label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    margin-bottom: -8px;
}


.responsive:not(.responsive-500) .testrun_step_case_index {
    align-items: center;
    flex-direction: row;
}

.testrun_step_case_index_icon {
    display: inline-block;
    border-radius: 6px;
    font-size: 13px;
    width: 28px;
    height: 21px;
    text-align: center;
    padding-top: 5px;
    color: #1398ab;;
    background: #fff;
    border: 2px solid #1398ab;
    font-weight: 700;
}

.responsive:not(.responsive-500) .testrun_step_case_index_icon {
    border-radius: 4px;
    padding: 0;
    height: auto;
    line-height: 1.4;
    width: 42px;
}

.testrun_step:not(:first-child) {
    margin-top: 10px;
}
.testrun_step_case {
    border-radius: 4px;
    background: #e0e0e070;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.testrun_step_case_index {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.testrun_step_content {
    flex: 1;
    position: relative;
}

.testrun_step_content_subfield:not(:first-child) {
    margin-top: 15px;
}

.testrun_step_content_subfield_title {
    font-weight: 700;
    margin-bottom: 5px;
}

.ck-content, .rich-text {
    word-break: break-word;
}

.rich-text {
    position: relative;
}


/* ---------------------- */

.result-step-editor__steps__step__case {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: flex;
    padding: 15px;
    background: #f7f8f9;
}

.result-step-editor__steps__step__case__index {
    flex: 0 0 auto;
    width: 34px;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    text-align: center;
    align-items: center;
}

.result-step-editor__steps__step__case__index__icon {
    display: inline-block;
    border-radius: 6px;
    font-size: 13px;
    width: 28px;
    height: 21px;
    text-align: center;
    padding-top: 5px;
    color: #1398ab;;
    background: #fff;
    border: 2px solid #1398ab;
    font-weight: 700;
}

.result-step-editor--grid:not(.result-step-editor--compact) .result-step-editor__steps__step__case__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1px;
    background: #e0e1e2;
    margin: -15px;
    margin-left: 0;
}

.result-step-editor--grid:not(.result-step-editor--compact) .result-step-editor__steps__step__case__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1px;
    background: #e0e1e2;
    margin: -15px;
    margin-left: 0;
}

.result-step-editor__steps__step__case__content {
    flex: 1;
}

.result-step-editor--grid:not(.result-step-editor--compact) .result-step-editor__steps__step__case__content__subfield {
    margin-top: 0;
    background: #f7f8f9;
    padding: 15px;
    padding-left: 0;
    overflow-y: auto;
    max-width: 100%;
}

.result-step-editor__steps__step:not(:first-child) {
    margin-top: 10px;
}

.result-step-editor--grid:not(.result-step-editor--compact) .result-step-editor__steps__step__case__content__subfield__title--first {
    display: block;
}

.result-step-editor__steps__step__case__content__subfield__title {
    font-weight: 700;
    margin-bottom: 5px;
}

.ck-content, .rich-text {
    word-break: break-word;
}

.rich-text {
    position: relative;
}

.result-step-editor--grid:not(.result-step-editor--compact) .result-step-editor__steps__step__case__content__subfield {
    margin-top: 0;
    background: #f7f8f9;
    padding: 15px;
    padding-left: 0;
    overflow-y: auto;
    max-width: 100%;
}

.result-step-editor__steps__step__case__content__subfield:not(:first-child) {
    margin-top: 15px;
}

.result-step-editor__steps__step__case__content__subfield__title {
    font-weight: 700;
    margin-bottom: 5px;
}

.new_testcase_status_result .dialog-header-content {
    display: flex;
    border-bottom: 1px solid #e0e1e2;
    padding: 10px;
}

/* ------------------ */

.result-step-editor__steps__step__result {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    padding: 10px 15px;
    background: #f1f2f3;
}

.result-step-editor__steps__step__result__content {
    flex: 1;
}

.result-step-editor__steps__step__result__content__status {
    flex: 1;
    display: flex;
    align-items: center;
}

.result-step-editor__steps__step__result__content__status__select {
    max-width: 250px;
    flex: 1;
}

.result-step-editor__steps__step__result__content__status__actions {
    flex: 0 0 auto;
    margin-left: 10px;
}

.icon-action {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

.result-step-editor__steps__step__result__content__comment {
    margin-top: 10px;
    display: none;
}


.add-result-stepfield{
    height: 85px;
    width: 100%;
}


/* .........Results status............ */

.steps__step:not(:first-child) {
    margin-top: 10px;
}

.responsive-500 .steps__step__case, .steps--expanded .steps__step__case {
    flex-direction: row;
}

.steps--with-results .steps__step__case {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.steps__step__case {
    border-radius: 4px;
    background: #f7f8f9;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.responsive-500 .steps__step__case__index, .steps--expanded .steps__step__case__index {
    width: 42px;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 0;
}

.steps__step__case__index {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.steps__step__case__index__icon {
    display: inline-block;
    border-radius: 6px;
    font-size: 13px;
    width: 28px;
    height: 21px;
    text-align: center;
    padding-top: 5px;
    color: #1398ab;;
    background: #fff;
    border: 2px solid #1398ab;
    font-weight: 700;
}

.steps__step__case__content {
    flex: 1;
    position: relative;
}

.steps--with-collapsed .steps__step:not(.steps__step--expanded) .steps__step__case__content__scroll {
    max-height: 80px;
    overflow-y: auto;
}

.steps__step--collapsed:not(.steps__step--expanded) .steps__step__case__content__scroll {
    padding-bottom: 15px;
}

.rich-text {
    position: relative;
}

.ck-content, .rich-text {
    word-break: break-word;
}

p:last-child {
    margin-bottom: 0;
}

p:first-child {
    margin-top: 0;
}

.steps__step__case__content__subfield:not(:first-child) {
    margin-top: 15px;
}

.steps__step__case__content__subfield__title {
    font-weight: 700;
    margin-bottom: 5px;
}


.steps__step__result {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    padding: 10px 15px;
    background: #f1f2f3;
    flex-direction: column;
}
.steps__step__result__index {
    flex: 0 0 auto;
    width: 42px;
    margin-right: 15px;
}

.steps__step__result__content__status {
    height: 26px;
}

.steps__step__result__content__status .status-tag {
    line-height: 21px;
}

.status-tag {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    border-radius: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    display: inline;
    
    word-wrap: nowrap;
    white-space: nowrap;
    color: #fff;
}
.status-tags {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    border-radius: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    display: inline;
    
    word-wrap: nowrap;
    white-space: nowrap;
    color: #fff;
    padding: 2px 6px;
}
.testcase_result_history h4 {
    padding-bottom: 10px;
    padding-top: 10px;
}
/* .testcase_result_history .contextual .status-tag{
    padding: 5px 10px 5px 10px;
} */
.testcase_result_history .contextual{
    margin: 0px;
}
.controller-testcases.action-show .testcase_result_container .contextual{
  margin: 0px;
}
.status-untested-back {
    background: darkgoldenrod;
}

.steps__step__result__content__comment {
    margin-top: 10px;
}

.controller-runs .status-tag.status-1 {
    background: #838384 ;
}
  
.controller-runs .status-2,.controller-runs span.status-tag.status_Passed {
background: #69bb75;
}
  
 .controller-runs .status-3, .status_Failed {
    /* background: #f44b25  */
    background: #ee7456 
  }
  div#run_closed_label {
    float: right;
    margin-top: 10px;
}
 .controller-runs .status-4,.controller-runs span.status-tag.status_Retest {
    /* background: #ffaa00;  */
    background: #f8bd40;

  }
  
 .controller-runs .status-5,.controller-runs span.status-tag.status_Blocked {
    /* background: #800080;  */
    background-color: #c59b0c ;
  }
  
 .controller-runs .status-6,.controller-runs .status-tag.status_Skipped {
    /* background: #808080;  */
    background: #3fa9c4;
  }
  
 .controller-runs .status-7 {
    background: #000000; 
  }

.release-name {
    margin-right: 1em;
    font-size: 13px;
    font-weight: 700;
    color: #555657;
}
  .progress-bar {
    display: flex; /* Add this line */
    width: 200px;
    height: 17px;
    background-color: rgb(211, 212, 213);
    /* border-radius: 5px; */
    cursor: pointer;
  }
  
  .progress-bar__segment {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* Set the color of the text */
    font-size: 12px; /* Set the size of the text */
  }

  .release {
    margin-top: 10px;
}

.overview_progress_modal {
    display: none; 
    position: absolute; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 300px;
    height: auto;
    overflow: auto; 
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.03);
  }
  
  .overvie-modal-content {
    background-color: #fefefe;
    padding: 10px;
  }
  
  .close_modal {
    color: #aaa;
    float: right;
    font-size: 16px;
    font-weight: bold;
  }
  
  .close_modal:hover,
  .close_modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }


  

  .total-complete {
    margin-left: 10px;
    width: 70px;
    font-size: 13px;
    font-weight: 700;
    color: #838485;
}

  
.completed-title {
    font-size: 14px;
    font-weight: 600;
    color: #555657;
}

.remining-details {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #9a9b9c;
    font-size: 13px;
    margin-top: 2px;

}

.progress-legend-status {
    display: flex;
    align-items: center;
    margin-top: 9px;
}

.progress_status_details {
    flex: 1;
    overflow: hidden;
}

.progress_status_label {
    border-radius: 12px;
    flex: 0 0 30px;
    display: block;
    width: 30px;
    height: 26px;
    text-align: center;
    margin-right: 15px;
}

.progress_status_details_caption:not(.progress_status_details_caption--full) {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.progress_status_details_caption {
    font-weight: 700;
    color: #555657;
}

.progress_status_details_subcaption {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    color: #9a9b9c;
}

h2.overview_run_heading, h2.overview_release_heading, h2.activity_heading {
    display: inline-block;
    font-family: "Poppins";
    font-style: normal;
    font-weight: bold;
    margin-bottom: 9px;
    font-size: 24px;
    line-height: 20px;
    color: #1d273c;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.activity_date_heading .date_title{
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #1d273c;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
}




.footer-folder {
    margin-top: 5px;
}

a.create-issue-link {
    text-decoration: none;
    background-color: #0094FF;
    color: white;
    font-size: 14px;
    padding: 8px 13px 8px 9px;
    border-radius: 5px;
    font-family: 'Poppins';
}

.add-result-form-steps{
    margin-left: 10px;
}

a.create-issue-link:hover {
    background-color: #0094ffc7;
}
#release_progress_bar_flex, #run_progress_bar_flex{
    display: flex;
    padding: 10px 10px 10px 0px;
}

.testcase_status_list {
    /* height: 165px; */
    overflow: auto;
    padding-right: 6px ;
}

.controller-runs.action-show table.list th, .controller-test_suites.action-index table.list th, .controller-runs.action-new table.list th, .controller-traceability_rtms.action-index  table.list th, .controller-traceability_rtms.action-index table.list th{
    background: #F5FBFF;
    height: 45px;
    min-width: 150px;

}
.controller-runs.action-show table.list:not(.odd-even) tbody tr:nth-child(odd), .odd, #issue-changesets div.changeset:nth-child(odd), .controller-test_suites.action-index table.list:not(.odd-even) tbody tr:nth-child(odd), .controller-runs.action-new table.list:not(.odd-even) tbody tr:nth-child(odd), .controller-traceability_rtms.action-index table.list:not(.odd-even) tbody tr:nth-child(odd){
    background: #fff;
}
.controller-runs.action-show table.list tr, .controller-test_suites.action-index table.list tr, .controller-runs.action-new table.list tr, .controller-traceability_rtms.action-index table.list tr{
    vertical-align: middle;
}
.controller-test_suites.action-index table.list, .controller-runs.action-show table.list, .controller-runs.action-new table.list, .controller-traceability_rtms.action-index table.list{
    border-radius: 10px;
}

/* .controller-runs.action-show .icon-actions, .controller-test_suites.action-index .icon-actions, .controller-runs.action-new .icon-actions{
    transform: rotate(90deg);
} */

.controller-runs.action-show .attachments_fields input.filename {
    width: 425px;
    font-size: 16px;
    height: 1.8em;
}
.controller-runs.action-show .attachments_fields input.description, #existing-attachments input.description {
    height: 40px;
    margin-left: 4px;
    width: 340px;
}

.controller-runs.action-show [id^="attachments_"] {
    padding-bottom: 5px;
}
#issue_status_result_case_status_id:focus, input#testsuite_name:focus, input#issue_status_result_defect_ids:focus {
    border: 1px solid #5ad;
    outline: none;
}
table.list.table_td_ellips #testacse_result_link{
    text-decoration: none;
}
.form-description {
    color: #979797;
    font-size: 13px;
    margin-top: 4px;
    line-height: 1.4;
    width: 450px;
}
.controller-testcase_todos table.list th {
    background: #F5FBFF;
    height: 45px;
    vertical-align: middle;
}
.controller-testcase_todos table.list tbody tr {
    background: #fff !important;
}
.controller-test_suites .list th a,
.controller-testcase_todos .list th a {
    color: #1d273c;
    font-size: 13px;
}

.search-form .input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 5px;
}

.search-input {
    width: 100%;
    padding-right: 40px; 
    box-sizing: border-box;
    height: 38px;
    padding-left: 20px;
    border: 1px solid #10464629;
    border-radius: 5px;
}

.search-submit {
    position: absolute;
    right: 3px;
    background-color: unset !important;
    border: none;
    background: none;
    padding: 0 10px;
}
.search-submit:hover{
    background-color: unset !important;
}

.search-submit i {
    content: url("/assets/plugin_assets/redmineflux_testcase_management/search_icon-3ad9a356.svg");
}
.version_div{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}
.runversion_div{
    display:flex; 
    justify-content:space-between; 
    margin-bottom:10px;
}
.search_div{
    display:flex;
    justify-content:space-between;
}
.controller-runs.action-show table.list th{
    width: 0px;
}
.controller-runs.action-show table.list th.subject{
    width: auto;
}
 .controller-test_suites table.list td.tracker,.controller-test_suites table.list th.tracker,.controller-testcase_todos.action-index table.list td.tracker,.controller-testcase_todos.action-index table.list th.tracker,.controller-test_suites table.list td.assigned_to,.controller-test_suites table.list th.assigned_to,.controller-test_suites table.list td.assigned_to,.controller-test_suites table.list th.assigned_to,.controller-test_suites table.list td.fixed_version,.controller-test_suites table.list th.fixed_version{
    display: none;
}
.controller-test_suites table.list td.subject{
    text-align: left;
}.controller-runs.action-new .versions-testcase td.run_desc,.controller-runs.action-new .versions-testcase td.ellips_notes{
    text-align: left;
}
#run_sno{
    min-width:90px;
}
.controller-runs.action-new table.list th.table_action{
    min-width: 70px;
}
.controller-runs.action-new .versions-testcase td.run_des,.controller-runs.action-new .versions-testcase td.ellips_notes{
        max-width: 280px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}
.controller-runs.action-new .versions-testcase td.run_name,.controller-runs.action-new .versions-testcase td.run_name {
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.controller-testcase_milestones .run_tabs{
    margin-top: 40px !important;
}

.controller-runs  span#watchers_inputs {
    padding: 10px 5px 10px 5px;
}

.contextual #new_milestone_btn, .contextual #new_testplan_btn,
.contextual #new_environment_btn{
    background-color: #0094FF;
    color: #fff;
    border-radius: 3px;
    /* padding: 10px 10px 10px 25px; */
    padding: 9px 15px 9px 35px;
    cursor: pointer;
    font-family: "Poppins";
    margin-left: 10px;
    font-size: 13px;
    background-image: url("/assets/plugin_assets/redmineflux_testcase_management/plus-icon-3d4d7818.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    line-height: 1.5;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
.contextual #new_milestone_btn:hover, .contextual #new_testplan_btn:hover,
.contextual #new_environment_btn:hover {
    background-color: #0094ffc7;
}
@media screen and (max-width: 899px) {
    #content>.contextual {
        margin: 0px;
        width: 150px;
        margin-bottom: .5em;
        padding-left: 5px;
        white-space: normal;
        line-height: 1.5em;
    }
}
.controller-testcase_milestones.action-index .contextual{
    float: right;
    white-space: nowrap;
    line-height: 4em;
    margin: 0px 0px;
    padding-left: 10px;
    font-size: 0.9em;
}
.milestone-para-content{
    font-size: 17px;
    font-family: "Poppins";
    line-height: 1.5;
    max-width: 600px;
}
  .milestone-main-content{
    padding: 10px 0px;
}
  .milestone-image-folder{
    width: 15px;
    height: 25px;
}
.milestone-cross-folder:hover{
    background-color: #eee;
    border-radius: 2px;
}
  .milestone-suite-header-content{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e1e2;
}
  .delete-heading{
    font-size: 18px;
    font-family: "Poppins";
    color:black;
    font-weight: 600;
}
  button.milestone_run_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.milestone_run_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;
    margin-left: 5px;
}
button.milestone_run_button:hover {
    background-color: #0094ffc7;
    border: 1px solid #0094ffc7;
}

input.milestone_run_button:hover {
    background-color: #0094ffc7;
    border: 1px solid #0094ffc7;
}
  button.milestone_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.milestone_cancel-btn:hover {
    background-color: #ced3e6a8;
}
  .overlay-delete_milestone{
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
  .milestone-footer-folder {
    margin-top: 5px;
}
  .milestone-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    transition: all 0.1s ease-in;
    display: none;
}
.delete_milestone,#delete-testplan-modal,
#delete-environment-modal{
    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;
    transition: all 0.1s ease-in;
    display: none;
    width: 430px; 
}

.overdue-run {
    background-color: #ffe6e6 !important; 
    color: #ff0000;
}
.overdue-run a {
    color: #ff0000;
}
.overdue-tag{
    background-color: #ff0000;
    color: #FFFFFF;
    float: right;
    margin-top: 10px;
}

/* Loader Styles */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4); /* Semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    backdrop-filter: blur(0px); /* Blurs the background */
  }
  
  .loader {
    border: 4px solid rgba(0, 0, 0, 0.2);
    /* border-left-color: #5cb85c; */
    border-color: #393F45 #393F45 #393F45 transparent;
    animation: loader-spin 1s infinite linear;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* Hide loader by default */
  .hidden {
    display: none;
  }
  
  