.auditor-popup .admin-popup-content .pop-up-flex-checkbox{flex-direction: column;gap: 0;}
.auditor-popup .admin-popup-content .pop-up-flex-checkbox label{width:auto;min-width: auto;}
.auditor-popup .admin-popup-content .pop-up-flex-checkbox .checkbox-item{flex-direction: row;justify-content: flex-start;align-items: center;margin-bottom: 5px;}
.auditor-popup .admin-popup-content .pop-up-flex-checkbox .checkbox-item input{width: auto;}
.auditor-popup .admin-popup-content .pop-up-flex-image .profile-upload-label{border: none;height: auto;}
.auditor-popup .admin-popup-content .pop-up-flex-image .profile-upload-label input{border: 1px solid #A8A8A8;border-radius: 9px;padding: 10px 6px;}
.auditor-popup .admin-popup-content .pop-up-flex-image .cv-upload-label{border: none;height: auto;}
.auditor-popup .admin-popup-content .pop-up-flex-image .cv-upload-label input{border: 1px solid #A8A8A8;border-radius: 9px;padding: 10px 6px;}
.auditor-popup .admin-popup-content .pop-up-flex-btns{justify-content: flex-end;}
.mb-20{margin-bottom: 20px;}

/* Add Nominee Yogesh*/
.addnominee-content .pop-up-flex-image .post_field_wraper input{padding: 10px 6px;}
.addnominee-content .pop-up-flex-select .post_field_wraper select{padding: 10.5px 6px;}

/* archive-wellness-page */
.archive-wellness-page{margin: 50px auto 30px;}
.archive-wellness-page .box-logo-img{max-width: 420px;margin: 0 auto;}

.table-section{width: 100%;}
.table-section th:nth-child(1), .table-section td:nth-child(1), .table-section th:nth-child(2), .table-section td:nth-child(2) {white-space: nowrap;text-align: center;vertical-align: center;padding-left: 20px;text-wrap: auto;}
.table-section tbody tr td:nth-child(2) {width: 320px !important;}
.table-section tbody tr td:nth-child(2) a{line-height: inherit;}
.table-section th:nth-child(n+3), .table-section td:nth-child(n+3) {width: calc((100% - 35%) / 5);vertical-align: middle;}

.table-section-2{width: 100%;}
.table-section-2 th:nth-child(1), .table-section-2 td:nth-child(1), .table-section-2 th:nth-child(2), .table-section-2 td:nth-child(2) {white-space: nowrap;text-align: center;vertical-align: center;padding-left: 20px;text-wrap: auto;}
.table-section-2 tbody tr td:nth-child(2) {width: 320px !important;}
.table-section-2 tbody tr td:nth-child(2) a{line-height: inherit;}
.table-section-2 th:nth-child(n+3), .table-section-2 td:nth-child(n+3) {width: calc((100% - 35%) / 5);vertical-align: middle;}

.flex-button-set{display: flex;align-items: center;justify-content: space-between;}
.flex-button-set .hr_buttons{max-width: 100%;margin: 0;}

@media (max-width: 1900px) {
  .custom_table-container {
    max-width: 1450px !important;
  }
}

@media (max-width: 1600px) {
  .custom_table-container {
    max-width: 1200px !important;
  }

  .table-section tbody tr td:nth-child(2){
    width: 200px !important;
  }
}