/* Style for the overlay */
.cmlg__trans_cust_ov {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

/* Style for the form container within the overlay */
.cmlg__trans_cust_ov .form-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	max-height: 80%;
	/* overflow-y: auto; */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	width: 80%;
	max-width: 1000px;
	position: relative;
	overflow-y: scroll;
}

/* Style for form fields */
.cmlg__trans_cust_ov .form-container input[type="text"],
.cmlg__trans_cust_ov .form-container textarea {
	width: calc(50% - 15px);
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%
}

.cmlg__trans_cust_ov .form-container .form-group {
	display: flex;
	margin-bottom: 10px;
}

/* Style for buttons */
.cmlg__trans_cust_ov .form-container button {
	background-color: #4CAF50;
	color: white;
	padding: 10px 15px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.cmlg__trans_cust_ov .form-container button.cancel {
	background-color: #ccc;
	margin-right: 10px;
}

.cmlg__trans_cust_ov table {
	border-collapse: collapse;
	width: 100%;
}
.cmlg__trans_cust_ov th, td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}
.cmlg__trans_cust_ov th {
	background-color: #f2f2f2;
}
.cmlg__trans_cust_ov col.col1 {
	width: 25%;
}		

.cmlg__trans_cust_ov .btn-container{
  position: sticky;
  bottom: -20px;
  background: white;
  padding: 15px 0 10px 0;
}

.cmlg__trans_cust_ov input, .cmlg__trans_cust_ov textarea {
	background-color: inherit;
}

.cmlg__trans_cust_ov .cmlg__c1{
	background-color: aliceblue
}

.cmlg__trans_cust_ov .cmlg__c2{
	background-color: lightyellow
}

.cmlg__trans_cust_ov .cmlg__c3{
	background-color: antiquewhite
}

.cmlg__trans_cust_ov .cmlg__c4{
	background-color: beige
}

.cmlg__trans_cust_ov .cmlg__c5{
	background-color: seashell
}

.cmlg__trans_cust_ov #add_cust{
	float:right;
}

.cmlg__trans_cust_ov .trans_ov_new{
	display:none;
}