.menu-heading-logo img, .authentication-logo img {
	margin-left: auto;
	margin-right: auto;
	filter: invert(1);
}

html {
	font-family: 'Inter', sans-serif !important;
}

.modal .modal-body .box {
	box-shadow: none;
}
.custom-header {
	justify-content: end;
}
#header-time {
	color: #6f0b2d;
}

html.dark #header-time {
	color: #e5e7eb;
}

.profile-photo {
	display: none;
}

  .modal-dialog {
    max-width: 720px !important;
  }

  .link-block {
	display: block !important;
  }