@font-face {
    font-family: "Poppins";
    src: url("/assets/plugin_assets/redmineflux_testcase_management/Poppins-Regular-9a9b6e54.otf");
}
.delete_testsuite-modal{
    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: 400px;
}
.delete_modal{
    opacity: 1;
    visibility: visible;
    display: block !important;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease-in;
}
.delete-heading{
    font-size: 18px;
    font-family: "Poppins";
    color:black;
    font-weight: 600;
}
.suite-header-content{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e1e2;
}
.image-folder{
    width: 15px;
    height: 25px;
}
.para-content{
    font-size: 17px;
    font-family: "Poppins";
    /* padding: 10px; */
    text-align: justify;
    line-height: 1.5;
    /* margin: 0 auto; */
    max-width: 600px;
}
.cancel-folder{
    width: 88px;
    height: 34px;
    border-radius: 4px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    margin-right: 5px;
    font-size: 15px;
    line-height: 21px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.delete-folder{
    background: #0094FF !important;
    border: 1px solid #0094FF !important;
    color: #fff !important;
    padding: 0 7px !important;
    width: 88px !important;
    height: 34px !important;
    border-radius: 4px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 21px;
    cursor: pointer;
}
.cancel-folder:hover {
    background-color: #ced3e6a8;
}
.delete-folder:hover{
    background-color: #0094ffc7 !important ;
}
.main-content{
    padding: 10px 0px;
}
.cross-folder:hover{
    background-color: #eee;
    border-radius: 2px;
}
.overlay-delete{
    display: block !important;
    visibility: visible;
    opacity: 1;
}

.testsuit-heading_delete{
    font-size: 15px;
    font-family: "Poppins";
    color: black;
    font-weight: 600;
}
.testcase-delete-para-content{
    font-size: 16px;
    font-family: "Poppins";
    text-align: justify;
    line-height: 1.5;
    max-width: 600px;
}
.testsuite_delete_para-content {
    font-size: 15px;
    font-family: "Poppins";
    /* padding: 10px; */
    text-align: justify;
    line-height: 1.5;
    /* margin: 0 auto; */
    max-width: 600px;
}

.testsuit-delete-footer-folder{
    border-top: 1px solid #e0e1e2;
}

.testsuit-delete-image-folder{
    width: 9px;
    height: 25px;
}
/* table.list td.buttons a:last-child{
    display: flex;
    width: auto;
    padding: 7px 24px 5px 22px;
    

}  */
table.list td.buttons a.run_edit_icon {
    padding: 1px 24px 1px 30px!important;
    width: auto;
    display: block;
}
table.list td.buttons a.run_close_icon {
    padding: 1px 24px 1px 30px!important;
    width: auto;
    display: block;
}
table.list td.buttons a.run_delete_icon {
    padding: 1px 24px 1px 30px!important;
    width: auto;
    display: block;
}
.defect-form-delete-image-folder{
    width: 13px;
    height: 38px;
    position: absolute;
    right: 15px;
}