/* .nav-tabs > li .close {
    margin: -2px 0 0 10px;
    font-size: 18px;
}
.tab-pane{
border-top: 1px solid #dee2e6;
}
.nav-tabs{
	border: none;
}
.add-role , .add-user{
    	margin: 20px;
    } */
body {
	line-height: none !important
}

strong {
	font-weight: bold !important;
}

.pinBoardBtn {
	position: fixed;
	bottom: 55px;
	z-index: 1500;
	right: -21px;
	transform: rotateZ(90deg);
	outline: none;
	border: none;
	background-color: #56ccf2;
	font-weight: 700;
	padding: 6px;
	border-radius: 0px 0px 6px 6px;
	color: #000061;
}

.pinBoardBtn:hover {
	background-color: #48aaca;
}

.pinBoardBox {
	position: fixed;
	right: 24px;
	bottom: 0px;
	top: 12px;
	z-index: 1500;
}

.pinBoard {
	margin: 0px 10px 10px 0px;
	opacity: 1;
	top: 0;
	background: linear-gradient(45deg, #55e8e8, #027e84);
	height: 97vh;
	background-repeat: no-repeat;
	width: 100vh;
	background-position: center;
	/* background-image: url(../images/pinBoard1.jpg); */
	background-size: cover;
	box-shadow: -5px -3px 9px 0px grey;
	position: relative;
	border-radius: 9px;
}

.cmpltdNotiImg {
	height: 200px;
	background-color: #87ff87;
	border-radius: 50px 0px 15px 0px;
	position: relative;
	box-shadow: -4px 0px 4px 1px #149214;
}

.assgNotiImg {
	height: 200px;
	background-color: #f8ff87;
	border-radius: 50px 0px 15px 0px;
	position: relative;
	box-shadow: -4px 0px 4px 1px #8b9219;
}

.pendNotiImg {
	height: 200px;
	background-color: #e5e6d0;
	border-radius: 50px 0px 15px 0px;
	position: relative;
	box-shadow: -4px 0px 4px 1px #646559;
}

.rejectedNotiImg {
	height: 200px;
	background-color: #ff8e83;
	border-radius: 50px 0px 15px 0px;
	position: relative;
	box-shadow: -4px 0px 4px 1px #632f2a;
}

.closeTaskBtn {
	border-radius: 50%;
	background-color: #f30000 !important;
	color: white !important;
	width: 15px;
	padding-bottom: 2px !important;
	height: 15px;
	font-weight: 100;
	opacity: 1;
	font-size: 11px;
	position: absolute;
	right: 4px;
	top: 4px;
}

.closeTaskBtn:active {
	outline: none;
}

.addNewTaskBtnBox {
	position: absolute;
	bottom: 15px;
	opacity: 1;
	right: 20px;
	background-color: #000eb1;
	border-radius: 50%;
	padding: 10px 16px 8px 0px;
	width: 45px;
}

.addNewTaskBtnBox:active {
	outline: none;
}

.addNewTaskBtn {
	color: white !important;
	font-weight: 100;
	opacity: 1;
}

.addNewTaskBtn:active {
	outline: none;
}

.closePinBoard {
	border-radius: 50%;
	background-color: #afcdd0 !important;
	color: #0e0d0d !important;
	width: 29px;
	padding-bottom: 2px !important;
	height: 29px;
	font-weight: 100;
	opacity: 1;
	text-shadow: none;
	font-size: 15px;
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
}

.closePinBoard:hover {
	background-color: #bcf9ff !important;
}

.closePinBoard:active {
	outline: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.nav-item>li .close {
	margin: -2px 0 0 10px;
	font-size: 18px;
}

.content {
	padding: 0 !important;
}

.add-user {
	padding-top: 35px;
}

.add-role {
	padding-top: 35px;
}

.selected {
	background-color: #B0BED9 !important;
}

.listContainer {
	overflow: auto;
}

.bootstrap-dialog-close-button .close {
	width: 23px !important;
	font-size: 19px !important;
	opacity: 1 !important;
	color: rgb(230, 208, 208) !important;
	border-radius: 50% !important;
	background: black !important;
}

.bootstrap-dialog-header {
	width: 100% !important;
}

.itemspecifactions {
	max-height: 120px;
	overflow: auto;
}

.margin {
	margin-bottom: 5px;
}

.marginRow {
	margin-top: -10px;
}
/** set grid row hieght****/
.dataTable .table>tbody>tr>td {
	padding: 5px !important;
}

/*
 css use whne we assign individual width to coloumn according to database configuration.
table{
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed; // *****add this
  word-wrap:break-word; // *****and this
}*/
.label-radiobtnSpace {
	padding-left: 60px;
	padding-top: 2px;
}

.BtnSize {
	height: 28px;
}

/* Rishabh Mathe's Chanegs */
.content-wrapper {
	background-color: white !important;
}

.content {
	background-color: white !important;
}

.new-box-body {
	background-color: #dad9d947;
	margin-top: 7px;
	border-radius: 6px;
	height: 80vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

.inBoxBody {
	background-color: white;
	margin-left: 0px;
	padding: 20px;
	padding-left: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 3px 0px;
	margin-bottom: 15px
}

.imageBox {
	height: 140px;
	border-right: 1px solid #cdc4c4b8;
	float: left;
}

.input-box {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.3;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.gridfilter {
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.3;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.label-box {
	color: #747070d1;
	font-size: 14px;
}

.custom-control {
	padding-left: 0px;
}

.table2>thead>tr>th {
	padding: 6px !important;
}

.table2>tbody>tr>td {
	padding: 2px !important;
	border: none !important;
}

/* .addButton { */
/* 	border-radius: 50px !important; */
/* 	background-color: #3c98ef; */
/* } */
.addButton {
	border-radius: 50px !important;
	background: linear-gradient(135deg, #3c98ef, #1a73e8) !important;
	color: #fff !important;
	border: none !important;
	margin-left: 6px;
	/* 	box-shadow: 0 3px 8px rgba(28, 122, 214, 0.4) !important; */
	transition: all 0.3s ease-in-out !important;
}

.removeButton {
	background: linear-gradient(135deg, #ff4e4e, #d60000);
	color: #fff;
	border: none !important;
	border-radius: 10px !important;
	padding: 1px 5px !important;
	margin-left: 6px !important;
}

.saveButton {
	background-color: #45aaf0;
	border-radius: 5px !important;
	border: none !important;
	padding: 10px 15px 10px 15px;
	color: white;
	box-shadow: 2px 1px 3px 0px gray !important;
}

.attachButton {
	background-color: #de5d40;
	border-radius: 5px !important;
	border: none !important;
	padding: 8px 12px 10px 12px;
	color: white;
	box-shadow: 2px 1px 3px 0px gray !important;
	font-size: 11px;
	cursor: pointer;
}

.closeButton {
	background-color: #A9A9A9;
	border-radius: 5px !important;
	border: none !important;
	padding: 10px 15px 10px 15px;
	color: white;
	box-shadow: 2px 1px 3px 0px gray !important;
}

.barcodeButton {
	background-color: #f04545e6;
	border-radius: 5px !important;
	border: none !important;
	padding: 10px 15px 10px 15px;
	color: white;
	box-shadow: 2px 1px 3px 0px gray !important;
}

.resetButton {
	background-color: #c39920c2;
	border-radius: 5px !important;
	border: none !important;
	padding: 10px 15px 10px 15px;
	color: white;
	box-shadow: 2px 1px 3px 0px gray !important;
}

.printButton {
	background-color: #053169;
	border-radius: 5px !important;
	border: none !important;
	padding: 10px 15px 10px 15px;
	color: white;
	box-shadow: 2px 1px 3px 0px gray !important;
}

.cancelButton {
	background-color: #4f4e4aa6;
	border-radius: 5px !important;
	border: none !important;
	padding: 10px 15px 10px 15px;
	color: white;
	box-shadow: 2px 1px 3px 0px gray !important;
}

button.btn.saveButton:hover {
	background-color: #2b66ec;
}

.attachButton:hover {
	background-color: #a73b22;
}

button.btn.resetButton:hover {
	background-color: #a77c00;
}

.showHideDiv {
	margin-top: 15px;
	padding: 5px;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.input-box:disabled {
	background: #e2e2e2ad;
}

span.select2.select2-container.select2-container--default.select2-container--focus
	{
	width: 100% !important;
}

span.select2.select2-container.select2-container--default {
	width: 100% !important;
}

.select2-selection--single {
	min-height: 30px !important;
	max-height: 30px !important;
}

.select2-container--default .select2-selection--single,
	.select2-selection .select2-selection--single {
	border-radius: 5px !important;
}

/* worker css */

/* img#imageDisp:hover {
    opacity: 0.6;
} */
img#imageDisp {
	cursor: pointer;
	height: 140px;
	width: inherit;
	box-shadow: 0px -1px 4px 0px;
}

#chooseFile {
	padding: 7px;
	background: #56ccf26b;
	border-radius: 6px;
	font-weight: 600;
	box-shadow: 0px 0px 4px 0px #6f6f6f;
	cursor: pointer;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
	{
	border-color: #d2d6de !important;
	border-radius: 3px !important;
}

#redRadio {
	height: 50%;
	width: 6%;
	background: #ff0000;
	display: block;
	border: 1px solid;
	margin-top: 1%;
	border-radius: 50%;
	margin-right: 3%;
	margin-left: 2%;
}

#greenRadio {
	height: 50%;
	width: 6%;
	background: #00ff08;
	display: block;
	border: 1px solid;
	margin-top: 1%;
	border-radius: 50%;
	margin-right: 3%;
	margin-left: 2%;
}

#inactiveRadio {
	height: 50%;
	width: 6%;
	background: white;
	display: block;
	border: 1px solid;
	margin-top: 1%;
	border-radius: 50%;
	margin-right: 3%;
	margin-left: 2%;
}

.gridBox {
	flex: 1 1 auto;
	max-height: calc(100vh - 28vh);
	height: calc(100vh - 28vh);
}

.gridWrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	max-height: calc(100vh - 28vh); /* avoid overlapping footer/header */
	overflow-y: auto;
}

/* .ag-center-cols-container{
	width: 100% !important
} */
.validatee {
	color: white;
	background-color: #2bb32bf2;
	width: 97px !important;
/* 	margin-left: 0.5%; */
	border-radius: 5px;
	position: relative;
	margin-top: 5px;
	text-align: center;
	height: 32px;
	line-height: 2 !important;
}

.invalidate {
	color: white;
	background-color: #ff5a5a;
	width: 97px !important;
	/* margin-left: 9%; */
	border-radius: 5px;
	position: relative;
	margin-top: 5px;
	text-align: center;
	height: 32px;
	line-height: 2 !important;
}

/* shubham's code start */
.populate {
	background-color: #45aaf0;
	border-radius: 5px !important;
	border: none !important;
	padding: 10px 15px 10px 15px;
	color: white;
	box-shadow: 2px 1px 3px 0px gray !important;
}

button.btn.populate:hover {
	background-color: #2b66ec;
}

.printTaxes {
	background-color: #0080ff;
	border-radius: 5px !important;
	border: none !important;
	padding: 10px 15px 10px 15px;
	color: white;
	box-shadow: 2px 1px 3px 0px gray !important;
}

button.btn.printTaxes:hover {
	background-color: #0000ff;
}

.bootstrap-dialog.type-primary .modal-header {
	background-color: #45aaf0 !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* Standard */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ag-row>div {
	font-size: 11px !important;
	line-height: 2.5 !important;
}

.ag-theme-alpine .ag-cell-wrapper>*:not(.ag-cell-value):not(.ag-group-value)
	{
	height: 28px !important;
}

#rfrbtn {
	border: none;
	border-radius: 50%;
	background-color: #000000b8;
	height: 30px;
	width: 30px;
	color: white;
}

.bellBox {
	margin: auto;
	border: 1px solid #9a9a9a;
	padding: 4px 9px 4px 9px;
	border-radius: 50%;
	background-color: #1b1b1b;
	color: #efefef;
	cursor: pointer;
}

.bellNum {
	position: absolute;
	top: 7px;
	left: 22px;
	color: white;
	border: 1px solid #009a1a;
	font-size: 10px;
	font-weight: 800;
	border-radius: 50%;
	padding: 0px 4px 0px 4px;
	background-color: #009a1a;
}

.notificationBox {
	position: absolute;
	z-index: 1000;
	top: 60px;
	background-color: #ffffff;
	right: 5%;
	border: 1px solid #bdafaf;
	border-radius: 4%;
	box-shadow: 0px 0px 4px 1px grey;
	display: none;
	width: 310px;
	max-height: 285px;
	overflow-y: scroll;
}

.notificationBox>ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.notificationBox>ul>li>a {
	color: black;
	text-decoration: none;
}

.notificationBox>ul>li {
	background-color: #f5eeee;
	padding: 4px 4px 4px 4px;
	border-bottom: 1px solid grey;
	font-family: cursive;
	cursor: pointer;
}

.mstDataScroll {
	overflow-y: auto;
	height: 550px !important;
}

.swal-wide {
	width: 800px !important;
	position: absolute;
	left: 40% !important;
}

.switchBulkEmail {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 17px;
	margin: 2px;
}

.switchBulkEmail input {
	opacity: 0;
	width: 0;
	height: 0;
}

.sliderBulkEmail {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.sliderBulkEmail:before {
	position: absolute;
	content: "";
	height: 17px;
	width: 17px;
	left: 0px;
	bottom: 0px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.sliderBulkEmail {
	background-color: #64bb62;
}

input:focus+.sliderBulkEmail {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.sliderBulkEmail:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.sliderBulkEmail.round {
	border-radius: 34px;
}

.sliderBulkEmail.round:before {
	border-radius: 50%;
}

.PreviousResult {
	font-size: 16px;
	color: white;
	margin: 0px 5px;
}

.ShowingText {
	color: white;
	margin: 0px;
	font-size: 16px;
}

.PreNextBtnDiv {
	color: white;
	display: flex;
	justify-content: end;
	align-items: center;
}

.OpacityClass {
	pointer-events: none;
	opacity: 0.5;
}

.preview {
	position: relative;
	display: inline-block;
	margin: 10px;
}

.preview img, .preview video, .preview audio {
	max-width: 200px;
	max-height: 200px;
}

.remove-btn {
	position: absolute;
	top: 0;
	right: 0;
	background: red;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	padding: 5px;
	font-size: 14px;
}

.file-item-bulkEmailClass {
	position: relative;
	width: fit-content;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 1px 22px 1px 10px;
	font-size: 12px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.remove-btn-bulkFileUpload {
	position: absolute;
	top: -2px;
	right: 0px;
	background: transparent;
	color: #000;
	border: none;
	border-radius: 5rem;
	cursor: pointer;
	font-size: 17px;
	outline: none;
	transition: transform 0.3s ease;
}

.remove-btn-bulkFileUpload:hover {
	transform: scale(1.5);
}

.remove-btn-bulkFileUpload:focus {
	outline: none;
	border: none;
}

.floatRight {
	float: right;
}

.toolsClass .select2-selection__choice {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 155px;
}

.itmesCssBoxShadow {
	z-index: 1;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px
		-12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px
		12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/* // this is for letter modal */
.modal-template {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.modal-content-template {
	background-color: #fff;
	width: 80%;
	max-width: 900px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow-y: hidden;
	height: 90vh;
	position: relative;
}

.templateText, textarea {
	width: 100%;
	/* padding: 8px; */
	/* margin-bottom: 15px; */
	border: none;
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	margin-left: 7px
}

.templateCkEdior {
	margin-top: 20px;
}

.template-close-btn {
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 10px;
}

.template-toggle-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 11px;
}

.template-toggle-switch {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 24px;
}

.template-toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eb4861;
	transition: 0.4s;
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	border-radius: 50%;
	left: 0px;
	bottom: 0px;
	background-color: white;
	transition: 0.4s;
}

.slider .on-text {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	font-size: 12px;
	color: white;
}

.slider .off-text {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	font-size: 12px;
	color: white;
}

input:checked+.slider {
	background-color: #28a745;
}

input:checked+.slider:before {
	transform: translateX(76px);
}

.button-container .prev-next-btn {
	display: flex;
	gap: 10px;
}

.prev-next-btn .btn {
	background-color: #f5f5f5;
	color: #333;
}

.letterTempLabel {
	margin-left: 6px;
}

/**/
.modalHeaderLetter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #007bff;
	color: white;
	border-bottom: 2px solid #0056b3;
	font-size: 20px;
	height: 44px;
}

.modalHeaderLetterClass_3 {
	padding-right: 30px;
}

.modalBodyLetter {
	padding: 20px;
	height: calc(90vh - 88px);
	overflow-y: auto;
}

.footerModalLetter {
	display: flex;
	justify-content: flex-end;
	height: 44px;
	border-top: 2px solid #0056b3;
}

.salesInvoiceCss {
	display: flex;
	justify-content: end;
	gap: 10px;
}

.disabledInput {
	border: none !important;
	background: none !important;
	pointer-events: none !important;
}

.cursor-pointer {
	cursor: pointer;
}

.backgroundThead {
	background-color: #45aef1;
}

.backgroundThead .label-box {
	color: #fff;
}

.textelipsis {
	text-overflow: ellipsis;
}

.inputDisableClass.input-box:disabled {
	border: none !important;
	background: none !important;
}

.boldLabel {
	font-weight: bold !important;
	color: #000 !important;
}

/* spinner */
.spinner {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 8px solid rgba(0, 0, 0, 0.08);
	border-top-color: #2563eb; /* visible color */
	animation: spin 0.9s linear infinite;
	box-sizing: border-box;
}

@keyframes spin {to { transform:rotate(360deg);
}

}

/* accessible label */
.visually-hidden {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
	border: 0;
	padding: 0;
	margin: -1px;
}

.label-box {
	color: #747070d1;
	font-size: 14px;
}

.itemMasterDropDownsDiv {
	border: 1px solid #d2d6de;
	border-radius: 4px;
	padding: 0px 0px 0px 0px;
	height: 15%;
	max-width: calc(100% - 150px);
	min-width: calc(100% - 150px);
}

.itemMasterInputDiv {
	padding: 0px 0px 0px 0px;
	height: 15%;
	max-width: calc(100% - 150px);
	min-width: calc(100% - 150px);
}

.itemMasterAddIcon {
	width: 28px;
	line-height: 1;
	background: white;
	border-left: 1px solid #d2d6de !important;
	margin-left: 0px !important;
}

/*    Preveillege css */
.custom-privilege-checkbox+.privilege-label::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #5a5a5a;
	border-radius: 4px;
	background-color: transparent;
	transition: 0.2s;
}

.custom-privilege-checkbox+.privilege-label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	line-height: 24px;
	user-select: none;
	font-size: 12px;
	font-weight: 500;
}

.custom-privilege-checkbox:checked+.privilege-label::before {
	top: 1px;
	left: -5px;
	width: 10px;
	height: 16px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #2cabe3;
	border-bottom: 2px solid #2cabe3;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.custom-privilege-checkbox:checked+.privilege-label::after {
	content: '✓';
	position: absolute;
	top: 0px;
	left: 3px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.privilege-label {
	font-size: 11px;
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	color: #333;
}

/* Fixed footer for modal */
.fixed-footer {
	border-top: none;
	background: white;
	padding: 12px 18px;
	display: flex !important;
	justify-content: flex-end;
	gap: 10px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	max-height: 60px
}

/* Add padding so modal content doesn't hide behind footer */
/* .modal-body, .modal-content {
    padding-bottom: 80px !important;
} */

/* Close button */
.btn-reset-custom {
	background: linear-gradient(90deg, #f2994a, #f2c94c);
	color: white;
	border: none !important;
	padding: 5px 19px;
	border-radius: 4px !important;
	font-weight: 600;
}

/* Save button */
.btn-save-custom {
	background: linear-gradient(90deg, #56CCF2, #2F80ED);
	color: white;
	border: none !important;
	padding: 5px 5px;
	border-radius: 4px !important;
	font-weight: 600;
}

.btn-close-custom:hover, .btn-save-custom:hover {
	opacity: 0.85;
}

.item-table-label-box {
	text-align: right;
	width: 5%;
	max-width: 10px !important;
	min-width: 10px !important;
}

.editButton {
	border-radius: 27px !important;
	background: linear-gradient(135deg, #35c759, #2eae4f) !important;
	color: #fff !important;
	border: none !important;
	padding: 3px 6px !important;
	/* 	box-shadow: 0 3px 8px rgba(46, 174, 79, 0.4) !important; */
	transition: all 0.3s ease-in-out !important;
	margin-left: 6px !important;
}

.editCancelButton {
	border-radius: 50px !important;
	background: linear-gradient(135deg, #ff5c5c, #d93636) !important;
	color: #fff !important;
	border: none !important;
	padding: 3px 8px !important;
	margin-left: 6px !important;
	transition: all 0.3s ease-in-out !important;
}

/* Table Header Design */

/* ========== GLOBAL TABLE CONTAINER ========== */
.table-container {
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

/* ========== GLOBAL TABLE HEADER STYLE ========== */
.table-container thead tr:first-child th {
	font-weight: 600;
	font-size: 13px;
	border-bottom: 2px solid #d7e2f3 !important;
	vertical-align: middle;
	padding: 10px !important;
	background: #56CCF2 !important; /* Sky Blue Theme */
	color: #fff !important;
}

.msg-btn {
	border-radius: 50px !important;
	background: linear-gradient(135deg, #efe03c, #e8db1a) !important;
	color: #fff !important;
	border: none !important;
	margin-left: 6px;
	/* box-shadow: 0 3px 8px rgba(28, 122, 214, 0.4) !important; */
	transition: all 0.3s ease-in-out !important;
}