.table-row-selected {
    background-color: #4E73DF;
    color: white;
}

.table-selectable > tbody > tr:hover {
    background-color: #4E73DF;
    color: white;
    cursor: pointer;
}

.input-group-btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #d1d3e2;
    height: 38px;
}
.square {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }


  .form-control-disabled {
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
  }


@media print {
	.no-print, .no-print * {
		display: none !important;
	}

	.print {
		display:block !important;
	}

	.modal-lg {
		width:100% !important;
		max-width:100% !important;
	}

	.modal,
	.modal * {
		overflow: visible !important;
	}

	.modal {
		position: relative;
		left: 0 !important;
		top: 0 !important;
	}

	.modal-dialog {
		width: 100% !important;
		margin: 0;
	}

	.modal-backdrop {
		background-color: white;
		opacity: 1 !important;
	}
}



.sidebar-dark .nav-item .nav-link {
	color: white !important;
}

.sidebar-dark .sidebar-heading {
	color: white !important;
}

.sidebar-dark .nav-item .nav-link i {
	color:#99f63e !important;
}



.timepicker-component {
    position: relative;
    width: fit-content;
}

.timepicker-popup {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 0.375rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.timepicker-popup button {
    width: 40px;
}
