@font-face {
    font-family: "Poppins";
    src: url("/assets/plugin_assets/redmineflux_testcase_management/Poppins-Regular-9a9b6e54.otf");
}
/* @font-face {
    font-family: "Poppins";
    src: url("/assets/plugin_assets/redmineflux_testcase_management/Poppins-Bold-34620809.ttf");
}
@font-face {
    font-family: "Poppins";
    src: url("/assets/plugin_assets/redmineflux_testcase_management/Poppins-Light-a429fb13.ttf");
}
@font-face {
    font-family: "Poppins";
    src: url("/assets/plugin_assets/redmineflux_testcase_management/Poppins-Medium-5ddbe5e6.ttf");
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/plugin_assets/redmineflux_testcase_management/Poppins-ExtraBold-60c18c45.ttf");
} */

/* #content {
   font-family: "Poppins";
} */
#new_testcase_timelog_link{
    background-color: #0094FF;
    color: #fff;
    padding: 8px;
    font-family: "Poppins";
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}
#time_log_btn:hover{
    background-color: #0094ffc7;
}
#new_testcase_timelog_link{
    color: #fff;
}

.sidebar_container{
  width: 30%;
}
/* .compact-properties__properties{
    display: flex;
    justify-content: space-between;
} */
.compact-properties__properties p{
    font-size: 12px;
    font-family: "Poppins";
}
.compact-properties__properties label, .testcase_description label, .heading_div p, .sidebar_heading h3{
    font-size: 14px;
    font-family: "Poppins";
    font-weight: normal;
}
.split_content_right #time_entry_testcase_id, .split_content_right #time_entry_user_id, .split_content_right #time_entry_spent_on, .split_content_left #time_entry_hours, .split_content_left #time_entry_activity_id, .split_content_left input#time_entry_comments{
  height: 37px;
}


/* Adding css for the testcase timelog */


#time_entry_comments, #time_entry_user_id, .split_content_left p input#time_entry_testcase_id, .split_content_left p input#time_entry_user_id, .split_content_left p input#time_entry_spent_on, .controller-runs.action-show #time_entry_comments, input#time_entry_spent_on, #time_entry_hours,select#time_entry_activity_id, select#time_entry_category_id {
    height: 40px;
    width: 100% !important;
    font-size: 16px;
}
#time_entry_user_id option, select#time_entry_activity_id option, select#time_entry_category_id option{
    font-size: 13px;
}

.controller-runs.action-show .testcase-modal-btn {
    border-top:none;
    padding-right: 0px;

}
.controller-runs.action-show .testcase-header {
    font-weight: 600;
}
.controller-runs.action-show .testcase_timelog_action{
    float: right;
}

#update_testcase_time_entry{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background-color: #fff;
    border-radius: 6px;
    z-index: 1060;
    padding: 20px 20px;
    visibility: hidden;
    opacity: 0.4;
    transition: all 0.1s ease-in;
    display: none;
    width: 65%;
    max-width: 500px;
    min-width: 400px;
}
#edit_testcase_time_log{
    background-image: url("/assets/plugin_assets/redmineflux_testcase_management/edit_icon-72ba033b.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: 0px 2px;
}
#destroy_testcase_time_log{
    background-image: url("/assets/plugin_assets/redmineflux_testcase_management/delete_icon-c2a9e204.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
}
.case_timelog .timelog_author h4{
    padding-bottom: 5px;    
}
.timelog_author .contextual{
    margin: 0px;
}






#email_templates > p {
    padding-left: 0px;
    min-height: 1em;
    margin-top: 41px;
    font-weight: normal;
}

  /* #create-email-template-link {
    background-position: 0% 10% !important;
  } */
  
  .controller-testcase_email_templates .ql-toolbar.ql-snow {
    width: -webkit-fill-available;
    margin-left: 181px;
    padding: 5px;
  }
  
  .controller-testcase_email_templates .ql-toolbar.ql-snow,
  .controller-testcase_email_templates #template-editor-body,
  .controller-testcase_email_templates #template-editor-footer {
    width: -webkit-fill-available;
    margin-left: 181px;
    padding: 5px;
  }
  
  .controller-testcase_email_templates #template-editor-body,
  .controller-testcase_email_templates #template-editor-footer {
    height: 150px;
    background-color: white;
  }
  
  .controller-testcase_email_templates p#id-editor-body {
    margin-bottom: -25px;
  }
  
  .controller-testcase_email_templates p#id-editor-footer {
    margin-bottom: -51px;
  }
  
  .table_textile {
    padding-left: 30px !important;
    text-align: left !important;
  }
  
  #email_templates > table > tbody > tr > td {
    padding: 10px;
    border-bottom: 1px solid rgb(206 211 230 / 50%);
    font-size: 13px;
    font-family: sans-serif;
  }
  
  .email_template_table {
    display: inline-table;
  }
  
  .email_template_table th {
    font-size: 13px;
  }
  
  div.plugin-redmineflux_workload > form > div.settings p {
    padding-left: 0px;
  }
  
  form.edit_email_template > div.settings p {
    overflow: visible !important;
  }
  
  #email_templates > table > tbody > tr > td.email_template_actions {
    min-width: 120px;
  }
  
  
  #id-editor-footer > label {
    margin-top: -23px;
  }
  
  [id^='edit_email_template_'] > div > p,
  #new_email_template > div > p {
    overflow: visible !important;
  }
  
  .back-button {
    font-size: 13px;
    border-radius: 3px;
    color: #333 !important;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px 6px 10px;
    text-decoration: none !important;
  }
  
  .ql-editor {
    padding: 12px 12px !important;
  }
  
  .back-button:hover {
    background-color: #ddd;
  }
  
  .contextual.add_email_template {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  
  select#settings_email_template_ {
    max-width: 700px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  #tab-content-configuration > p, #tab-content-Templates .table_textile p {
    padding-left: 0px;
  }
  #id-editor-footer{
    overflow: visible;
  }
  
.macro {
  cursor: pointer;
}

.macro:hover {
  color: #06c;
}

.ql-editor {
  padding: 12px 12px !important;
}

.back-button:hover {
  background-color: #ddd;
}

.contextual.add_email_template {
  width: 100%;
  display: flex;
  justify-content: space-between;
}


select#settings_email_template_ {
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#tab-content-configuration > p, #tab-content-Templates .table_textile p,
#tab-content-configuration > div#weekly-options > p, #tab-content-configuration > div#monthly-options > p
 {
  padding-left: 0px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#tab-content-configuration > p.testcase_configuration{
  padding-left: 300px !important;
}

em.info{
  line-height: 25px;
  color: #505050;
  font-size: 12px;
}

#email_templates > table > thead > tr > th:nth-child(1) {
  width: 50px;
}

#email_templates > table > thead > tr > th:nth-child(6) {
  width: 125px;
}
#new_testcase_email_templates .tabular label{
  font-weight: normal !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.controller-testcase_email_templates .back-button{
  font-weight: normal !important;
  font-family: Arial, sans-serif;;
}

#template_cc{
  text-align: start !important;
}
.delete-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; 
}
.email-template-para-content{
  font-size: 17px;
  font-family: "Poppins" !important;
  padding-left: 0px !important;
  text-align: justify;
  line-height: 1.5;
  /* margin: 0 auto; */
  max-width: 600px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.email-template-main-content{
  padding: 10px 0px;
}
.email-template-image-folder{
  width: 15px;
  height: 25px;
}
.email-template-cross-folder:hover{
  background-color: #eee;
  border-radius: 2px;
}
.email-template-suite-header-content{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e1e2;
}
.delete-email-template{
  font-size: 18px;
  font-family: "Poppins";
  color:black;
  font-weight: 600;
}
button.email-template_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.email-template_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.email-template_button:hover {
  background-color: #0094ffc7 !important;
  border: 1px solid #0094ffc7 !important;
}

input.email-template_button:hover {
  background-color: #0094ffc7 !important;
  border: 1px solid #0094ffc7 !important;
}
button.email-template_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.email-template_cancel-btn:hover {
  background-color: #ced3e6a8;
}
.overlay-delete-email-template{
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.email-template-footer-folder {
  margin-top: 5px;
}
.email-template-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-email-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;
}


#create-email-template-link{
  background-image: url("/assets/plugin_assets/redmineflux_testcase_management/plus_circle-f256ed19.svg");
  background-position: 3% 48%;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-size: 14px;
}