.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.container-login100::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(93,84,240,0.5);
	background: -webkit-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
	background: -o-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
	background: -moz-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
	background: linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
	pointer-events: none;
}

.datepiker_block{
    width: 100%;
    float: left;
    margin-right: 5px;
    max-width: 140px;
}
.datepiker_block_btn {
    margin-top: 33px;
    float: left;
}
.content-body .container-fluid{
  padding-top: 0px;
}
.content-body .containerFluidNoTopP{
  padding-top: 0px;
}
.deznav .metismenu{min-height: 600px;}
.datepiker_block{
    width: 100%;
    float: left;
    margin-right: 5px;
    max-width: 140px;
}
.datepiker_block_btn {
    margin-top: 33px;
    float: left;
}
/* Style for the date range picker */
.date-range-picker {
background: #fff;
cursor: pointer;
padding: 10px 15px;
border: 1px solid #ccc;
border-radius: 4px;
min-width: 220px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
color: #333;
margin-right: 8px; /* Reduce the margin between picker and buttons */
}

.date-range-picker i {
margin-right: 8px;
}

.date-range-picker span {
flex-grow: 1;
text-align: left;
white-space: nowrap;
}

.date-range-picker:hover {
border-color: #007bff;
}

/* Align the buttons closely with the date picker */
.d-flex.align-items-center {
gap: 5px; /* Minimizes the space between the buttons and date picker */
}

.btn {
padding: 8px 16px;
font-size: 14px;
border-radius: 4px;
}
.hospitals .btn-primary {
background-color: #6a1b9a;
border-color: #6a1b9a;
}

.btn-primary:hover {
background-color: #4a0072;
border-color: #4a0072;
}

.btn-secondary {
background-color: #4a2c56;
border-color: #4a2c56;
}

.btn-secondary:hover {
background-color: #371f41;
border-color: #371f41;
}
.nursedashboard .app-stat .media span{
  height: 3.3125rem;
width: 3.3125rem;
    min-width: 3.3125rem;
}

.msg_cotainer {
    background: #76009f;
    margin-left: 10px;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    padding: 10px 15px;
    color: #fff;
    position: relative;
}
.msg_cotainer:after {
    content: "";
    position: absolute;
    left: -6px;
    border-right: 10px solid #76009f;
    border-bottom: 10px solid transparent;
    border-top: 0px solid;
    top: 0;
}
.msg_cotainer_send {
    background: #e5e5e5;
    padding: 10px 15px;
    border-radius: 6px 0px 6px 6px;
    margin-right: 10px;
    color: #222;
    position: relative;
    text-align: left;
}
.msg_cotainer .msg_time {
    display: block;
    font-size: 11px;
    color: #fff;
    margin-top: 5px;
    opacity: 0.5;
}
.msg_cotainer_send .msg_time_send {
    display: block;
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
    opacity: 0.6;
}
.type_msg {
    padding-top: 10px;
}
.send_button{
    font-size: 18px;
    border-radius: 38px !important;
    width: 38px;
    height: 38px;
    padding: 0;
    margin-top: 6px;
    margin-left: 5px;
}
.compact-table th,
.compact-table td {
    padding: 0.5rem 0.5rem;
    font-size: 0.875rem;
}

.compact-card .card-header {
    padding: 0.5rem;
}

.compact-card .card-body {
    padding: 0.5rem;
}
label[for="id_hidden_field"] {
    display: none;
}
.form-check.mb-1 {
    margin-bottom: 5px; /* You can adjust this value as needed */
}
#patientListContainer li.active{background: #cbcbcbad;}
#msg_content{min-height: calc(100vh - 300px);}
@media (max-width: 768px) {
.col-md-12 {
    flex-direction: column;
    align-items: flex-start;
}

.date-range-picker {
    width: 100%;
    margin-bottom: 10px;
}

.d-flex.align-items-center {
    justify-content: flex-start;
    width: 100%;
}
}

.profile-card {
    height: auto !important;
}

.form-control {
    height: 2.5rem;
    margin-bottom: 15px;
}
.form-label{
    margin-bottom:1px;
}
.form-control[type="file"] {
    line-height: 28px;
}

textarea.form-control {
    height: 100px !important;
}



.media-body.text-white.text-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.media-body.text-white.text-end h2 {
    margin: 0 0 0 10px;
}

.media.flex-wrap span.me-3 {
    width: 40px !important;
    height: 40px;
    padding: 0;
    min-width: auto;
    font-size: 1rem;
}


.media.flex-wrap span.me-3 i.la.la-users.me-2 {
    margin: 0 !important;
    font-size: 26px;
}

.app-stat .card-body {
    padding: 15px !important;
    flex: 0;
}
.media-body.text-white.text-end h2 {
    margin: 0 0 0 10px;
    font-size: 20px;
}
.media.flex-wrap {
    align-items: center;
}
.date-select {
    display: block !important;
    width: auto !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    width: auto;
    height: 35px;
    line-height: 35px;
		padding: 0 8px;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    width: 35px;
    height: 35px;
    line-height: 38px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous i, .dataTables_wrapper .dataTables_paginate .paginate_button.next i {
    font-size: 13px;
}
.badge {
    cursor: pointer;
}
.auth-form .PasswordChangeForm .btn{
      height: auto;
}
/* .eye{bottom: 6px;} */
table.dataTable.stripe>tbody>tr.odd>*,
table.dataTable.display>tbody>tr.odd>*,
table.dataTable.display>tbody>tr.odd>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1{
	    box-shadow: none !important;
}
.dropdown.bootstrap-select.diagnosis {  width: 100% !important; }
.custom-select {
    appearance: none;
    background-color: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.5rem 2rem 0.5rem 1rem;
    width: 100%;
}
.custom-select:focus {
    border-color: #3b82f6;
    outline: none;
}
.custom-select option {
    padding: 0.5rem;
}
.other-countries {
    max-height: 150px;
    overflow-y: auto;
}
.dropdown.bootstrap-select .dropdown-menu.show {
    max-height: 188px !important;
    overflow-y: auto !important;
}

.dropdown.bootstrap-select .dropdown-menu.show .inner {
    max-height: 188px !important;
    overflow-y: auto !important;
}
.alert.alert-error {
    color: #fd3939;
}