@charset "UTF-8";

.members-bulk {
	text-align: left;
	padding: 10px;
}

.members-bulk-header-title {
	background: #f5f5f5;
	color: #111;
	border: 3px solid #0c2533;
	width: 255px;
	height: 40px;
	padding: 6px 10px;
	text-align: center;
}

.members-bulk-pwdreset-header-title {
	background: #f5f5f5;
	color: #111;
	border: 3px solid #0c2533;
	width: 255px;
	height: 70px;
	padding: 6px 10px;
	text-align: center;
}

.member-bulk-text-area {
	margin: 11px 0 0 20px;
}

.members-bulk-button-download {
	display: inline-block;
	padding: 2px 20px;
	background: #fff;
	color: #0a577a;
	text-decoration: underline;
	border: 5px solid #cfd8dc;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

.members-bulk-button-download:hover {
	color: #084862;
}

.members-bulk-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.members-bulk-upload-area {
	display: flex;
	justify-content: center;
}

.members-bulk-upload-wrap {
	max-width: 700px;
	margin: 6px 24px 0px;
	padding: 0 16px;
}

.members-bulk-dropzone {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 48px;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.members-bulk-dropzone.dragover {
	border-color: #7ca9d2;
	box-shadow: 0 0 0 3px rgba(124, 169, 210, 0.25);
}

.members-bulk-file-select-text {
	margin: 0;
	line-height: 1.6;
	color: #4b4b4b;
}

.members-bulk-file-select {
	display: inline-block;
	padding: 3px 12px;
	color: #009988;
	border: 3px solid #cfd8dc;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color .15s ease, transform .02s ease;
	border-radius: 2px;
	font-weight: bold;
	margin-bottom: 23px;
}

.btn-select:hover {
	background: #cfd8dc;
}

.btn-select:active {
	transform: translateY(1px);
}

.members-bulk-file-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.members-bulk-error {
	color: #ff0017;
	margin-left: 22px;
	max-height: 224px;
	overflow-y: auto;
	width: 983px;
}

.members-bulk-error>ul {
	list-style: none;
}

.members-bulk-table-wrapper {
	max-height: 354px;
	overflow-y: auto;
	margin-left: 20px;
	position: relative;
	display: flex;
	width: 985px;
}

.members-bulk .members-bulk-table {
  border-left: none;
  border-bottom: none;
}

.members-bulk-table th.rowno-col-header,
.members-bulk-table td.rowno-col {
  width: 4.1rem;          
  min-width: 4.1rem;
  text-align: right;      
  padding-right: 0.5rem;
}

.members-bulk .members-bulk-table thead th.rowno-col-header {
  background-color: white;
  border-right: 1px solid #cfcfcf;
  box-shadow: none;
}

.members-bulk .members-bulk-table tbody td.rowno-col {
  border: 0;
  border-right: 1px solid #cfcfcf;
}

.members-bulk .members-bulk-table thead th.rowno-col-header + th,
.members-bulk .members-bulk-table tbody td.rowno-col + td {
  border-left: none;
}

.members-bulk-table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cfcfcf;
	border-top: none; 
	background: #fff;
	color: #333;
}

.members-bulk-table.delete {
	width: 160px;
}

.members-bulk-table.pwdreset {
	width: 160px;
}

.members-bulk-table thead th {
	background: #f4f6f8;
	border-right: 1px solid #cfcfcf;
	padding: 6px 8px;
	line-height: 1.2;
	white-space: nowrap;
	text-align: left;
	position: sticky;
	top: 0;
	z-index: 2;
}

.members-bulk-table thead tr:first-child th {
    box-shadow: inset 0 1px 0 #cfcfcf, inset 0 -1px 0 #cfcfcf;
}

.members-bulk-table tbody td {
	border: 1px solid #cfcfcf;
	padding: 6px 8px;
	line-height: 1.2;
	color: #333;
	word-break: break-word;
}

.members-bulk-table td:nth-child(3),
.members-bulk-table td:nth-child(4) {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.is-members-bulk-add .members-bulk-table td:nth-child(2),
.is-members-bulk-add .members-bulk-table td:nth-child(3) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.is-members-bulk-add .members-bulk-table td:nth-child(4) {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

table.members-bulk-table tr.members-bulk-table-row-empty td.members-bulk-table-cell-empty {
	padding: 15.5px;
}


.members-bulk-footer {
	text-align: center;
	margin-top: 20px;
}

.members-bulk-column {
	display: flex;
	flex-direction: column;
	min-height: 70vh;
	gap: 16px;
}

.bottom-in-column {
	margin-top: auto;
	justify-content: center;
	padding: 12px 0px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.members-bulk-confirm-text-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.members-bulk-warn-text-block {
	display: inline-block;
	text-align: left;
}

.members-bulk-confirm-label {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 3px;
	cursor: pointer;
}

.members-bulk-confirm-checkbox {
	transform: translateY(2px);
	width: 15px;
	height: 15px;
	margin-top: 3px;
}

.members-bulk-confirm-text {
	display: inline-block;
	text-align: left;
	line-height: 1.8;
	white-space: normal;
}

.members-bulk-confirm-text-warn {
	margin-left: 18px;
}

.members-bulk-confirm-checkbox:focus-visible {
	outline: 2px solid #2b5c85;
	outline-offset: 2px;
}

.members-bulk-primary-button {
	display: inline-block;
	background-color: #1f3a56;
	color: #fff;
	text-decoration: none;
	padding: 10px 60px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	transition: background-color 0.2s ease-in-out, transform 0.05s ease-in-out;
	height: 46px;
}

.members-bulk-primary-button:disabled {
	background-color: #ccc;
	color: #666;
	opacity: 0.7;
}

.members-bulk-primary-button:hover {
	color: white;
}

.members-bulk-primary-button:disabled:hover {
	color: #666;
}

.members-bulk-bottom-button {
	display: flex;
	gap: 100px;
}

.members-bulk-modal {
	left: 230px;
}

.members-bulk-modal-content {
	width: 575px;
	height: 300px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 5rem;
}

.modal-button-container {
	padding: 12px 0px 24px;
	display: flex;
	justify-content: center;
	gap: 50px;
}

.members-bulk-modal-text {
	text-align: center;
	margin-top: 100px;
}

.members-bulk-modal-text-red {
	color: red;
	font-weight: bold;
}
