/* dkplus start*/

/* General */
.form-label{
	font-weight:bold;
}

.nav-tabs-alt .nav-tabs .nav-item .nav-link.active{
	border-bottom-color:#333333 !important;
	font-weight:bold;
}

.nav-tabs .nav-link{
	border-width:3px;
}

th[data-column=energheies],
th[data-column=first-name],
th[data-column=last-name]{
	font-weight:bold !important;
}


/* Login */
.page-login .container-fluid {
    background: url('../front.png');
    background-size: cover;
}


/* DrugAddict */
.page-platform-systems-drugaddicts-edit header small.text-muted{
	display:block;
	padding:5px !important;
	border:1px solid #333333;
	width:fit-content;
	margin-top:10px;
	font-weight:bold;
}


.custom-drug-input {
	display: none; /* Hide input field by default */
}

input[data-show-input="true"]:checked + .custom-drug-input {
    display: inline-block;
}

.bottom-select .choices__list--dropdown {
    position: absolute !important;
    top: auto !important;
    bottom: 100% !important; /* Force dropdown to open above the input */
    z-index: 1050; /* Ensure it is above other elements */
}




/* dkplus end*/