.notice {
	display: none;
}

/* Cleanup Settings */
.ph-fedex-advanced-table {
	border-collapse: separate;
	border-spacing: 0 10px;
	text-align: left;
	padding-right: 20px;
	table-layout: fixed;
	width: 40%;
}

.ph-fedex-advanced-table tr {
    display: table-row;
    height: 40px;
}

.ph-fedex-advanced-table th {
	padding-right: 20px;
	width: 38%;
}

#ph-fedex-cleanup-save {
	margin-bottom: 15px;
}

/* Cleanup Status */
.ph-fedex-cleanup-status {
	background-color: #f0f0f1;
	padding: 10px;
	border-radius: 5px;
	margin-top: 0px;
}

/* Cleanup History Arrow */
.ph-fedex-cleanup-toggle-symbol {
	float: absolute;
}

.ph-fedex-cleanup-toggle-symbol::after {
	content: '\25B6';
}

.ph-fedex-cleanup-toggle-symbol_click::after {
	content: '\25BC' !important;
}

/* Cleanup History button */
.ph-fedex-clear-history-button {
	background: #2271b1;
	color: white;
	width: auto;
	height: 30px;
	border-radius: 5px;
	cursor: pointer;
}

.ph-fedex-clear-history-button:hover {
	background-color: #005a87;
}

/* Cleanup History - More details button */
.ph-fedex-cleanup-meta-button {
	background: #2271b1;
    color: white;
	width: 7%;
	height: 30px;
	border-radius: 5px;
	cursor: pointer;
}

.ph-fedex-cleanup-meta-button:hover {
    background-color: #005a87;
}

/* Orders Cleared pop up*/
.ph-fedex-popup-modal {
	display: none;
	position: fixed; 
	z-index: 1; 
	left: 50%;
	top: 50%;
	width: 30%;
	height: 20%; 
	transform: translate(-50%, -50%);
}

.ph-fedex-cleanup-popup-content {
	background-color: #faf8ff;
	padding: 20px;
	border: 1px solid #888;
	width: 100%; 
	width: 100%;
	border-radius: 5px;
}

.ph-fedex-close-popup {
	color: #f60909;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.ph-fedex-close-popup:hover,
.ph-fedex-close-popup:focus {
	color: black;
	cursor: pointer;
}

.ph-fedex-cleanup-settings-container {
	margin-top:20px; 
	margin-bottom:20px; 
	margin-right:20px; 
	background-color:white; 
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 1px;
}

.ph-fedex-cleanup-warning-div {
	padding:20px; 
	padding-top:5px; 
	padding-bottom:5px; 
	background-color:#faf8ff; 
	border-radius: 5px;
}

.ph-fedex-cleanup-event-notice {
	color: red;
	padding:20px; 
	padding-top:5px; 
	padding-bottom:5px; 
	background-color:#faf8ff; 
	border-radius: 5px;
	margin-top: 20px;
}

.ph-fedex-old-meta-delete-history-div {
	padding:20px; 
	padding-top:5px; 
	padding-bottom:5px; 
	background-color:#f0f0f1; 
	border-radius: 5px;
}

.ph-fedex-conf-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #faf8ff;
    padding: 20px;
    border: 1px solid #333;
    z-index: 9999;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.ph-fedex-conf-popup-content {
    text-align: center;
}

/* Disable everything when popup is viewed */
#ph-fedex-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

#ph-fedex-cleanup-deleted-orders-popup {
    z-index: 9999; /* Ensure it stays on top */
	pointer-events: auto;
}

.ph-fedex-cleanup-button-container {
    margin-top: 20px;
}

.ph-fedex-cleanup-proceed-btn {
	background-color: #2271b1;
}

.ph-fedex-cleanup-cancel-btn {
	background-color: #2271b1;
}

.ph-fedex-cleanup-status-table {
	border-collapse: separate;
	border-spacing: 0 10px;
	text-align: left;
	padding-right: 20px;
}

.ph-fedex-cleanup-status-table th {
	padding-right: 20px;
}

.select2-selection__rendered .select2-selection__choice {
	padding: 5px 5px 5px 5px !important;
	font-weight: normal;
}