:root {
	--primary-color: #2f9df8;
	--text-grey: rgb(75, 75, 75);
	--secondary-color: rgb(1, 85, 154);
}

#doctor-overview .left-side-menu {
	height: calc(100vh - 70px) !important;
	overflow-y: scroll;
}

#doctor-overview .left-side-menu::-webkit-scrollbar {
	display: none;
}

#doctor-overview .left-side-menu .slimScrollDiv,
#doctor-overview .left-side-menu .slimscroll-menu {
	overflow: hidden !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
#doctor-overview .left-side-menu {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

body.enlarged {
	position: static !important;
}

body.enlarged#doctor-overview,
body.enlarged#doctorAppointments {
	min-height: auto;
}

.navbar-custom .topnav-menu .nav-link {
	width: 230px;
}

.help-button,
.reservation-help-button {
	background-color: #f29191;
	padding: 2px 15px;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.academy-button {
	background-color: #fff;
	padding: 2px 15px;
	border-radius: 6px;
	color: #2f9df8;
	font-weight: 700;
	text-align: center;
}

#navbar-search {
	width: 200px;
	position: absolute;
	top: 15px;
	/* right: 502px; */
	right: 602px;
}

#fullPatientSearchModal .modal-dialog {
	width: 98vw !important;
	height: 98vh !important;
	max-width: none !important;
	margin: 1vh 1vw !important;
}

#fullPatientSearchModal .modal-body {
	padding: 0 10px !important;
}

#fullPatientSearchModal .modal-body iframe {
	border: none !important;
	width: 100%;
	height: 100%;
}

#fullPatientSearchModal .modal-content {
	height: 100% !important;
}

.reservation-help-button {
	/* margin-left: 20px; */
	padding: 0px 15px !important;
}

#nav-reservation-help i {
	color: #f29191;
}

.help-button:hover,
.academy-button:hover {
	cursor: pointer;
}

#nav-help {
	display: none;
}

.help-button.desktop {
	position: absolute;
	top: 21px;
	right: 428px;
}

.academy-button.desktop {
	position: absolute;
	top: 21px;
	right: 318px;
}

p {
	color: var(--text-grey);
}

main {
	padding-top: 30px;
	position: relative;
}

#patient main {
	padding-top: 10px;
}

#patient .custom-card {
	border-radius: 4px;
}

#doctor-overview main {
	height: calc(100vh - 70px) !important;
	overflow: scroll;
	min-height: auto !important;
	padding-top: 5px;
}

.footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
}

.footer p {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0 !important;
}

body * {
	font-family: 'Titillium Web', sans-serif;
	/* min-height: 100vh; */
}

#nav-logo {
	height: 40px;
	margin-right: auto;
}

.input-header {
	color: var(--primary-color);
	font-weight: 700;
}

.checkbox-container {
	display: flex;
	width: 100%;
	align-items: center;
	margin-top: 20px;
}

.address-header {
	margin-top: 20px;
}

.id-card-container {
	margin-top: 10px;
}

.id-card-container .input-header {
	margin-bottom: 10px;
}

.checkbox-container label {
	margin-bottom: 0;
}

.checkbox-container #no-taj-checkbox,
.checkbox-container #free-insurance,
.checkbox-container #billing_different {
	width: auto;
	margin-right: 20px;
	margin-bottom: 0;
}

.search-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.search-input-container {
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-top: 20px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid var(--primary-color);
}

.search-icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	align-self: stretch;
	width: 50px;
}

.search-icon-container:hover {
	cursor: pointer;
}

.search-icon {
	width: 25px;
	height: 25px;
}

.text-search {
	flex: 1;
	border: none;
	padding: 8px 20px;
}

.text-search:focus {
	outline: none;
}

#sort-by .col {
	margin-top: 20px;
	text-align: right;
}

#sort-by .col select {
	width: 300px;
}

#search-result {
	margin-top: 20px;
}

.user-data-col {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

/* .other-data-row>.col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

.user-data-col p {
	margin-bottom: 5px;
}

.user-data-col p span {
	font-weight: 700;
}

.search-area .col:not(.user-data-col) {
	margin-bottom: 20px;
}

.search-area .reset-filters-row .col {
	margin-bottom: 0px;
}

.search-card {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--primary-color);
	border-radius: 20px;
	padding: 20px 30px;
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	background: #fff;
}

.search-card.cancelled-card {
	border-color: red;
}

.search-button {
	margin-left: auto;
	margin-right: auto;
}

.search-button.disabled {
	background: rgb(126, 126, 126);
}

.search-button.disabled:hover {
	transform: none;
}

.search-card .details-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-left: 30px;
}

.search-card .details {
	/* flex-basis: 100%; */
	/* margin-bottom: 20px; */
	/* margin-top: 0px; */
	/* text-align: center; */
	/* height: 100%; */
	/* /* display: flex; */
	margin-bottom: 0;
	/*margin-left: 30px;
    flex-direction: column;
    justify-content: flex-end; */
	font-weight: 700;
	color: var(--primary-color);
}

.search-card .details:hover {
	cursor: pointer;
}

#detailsModal .modal-body,
#cancelModal .modal-body,
#modifyModal .modal-body {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#detailsModal .modal-body p {
	font-weight: 700;
}

#detailsModal .modal-body p span {
	font-weight: 400;
}

.top-row {
	display: flex;
}

/*  .search-card {
    flex-direction: column;
} */

.top-new-reservation {
	margin-bottom: 20px;
	position: sticky;
	top: 70px;
	z-index: 999;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.switch-buttons .custom-button {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.switch-buttons .custom-button:hover {
	background: var(--primary-color);
	color: #fff;
}

.top-new-reservation .custom-button {
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 0;
}

#user-appointments .page-header-text {
	margin-top: 30px;
	margin-bottom: 10px;
}

#user-appointments .for-other {
	font-weight: 400;
	color: var(--secondary-color);
	font-style: italic;
}

#user-appointments .search-card:hover {
	cursor: default;
}

.search-card .custom-card-header {
	font-weight: 700;
	color: var(--primary-color);
}

.search-card .card-data {
	display: flex;
}

.search-card:hover {
	cursor: pointer;
}

.list-profile-picture {
	width: 130px;
	height: 130px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 40px;
}

.doctor-datas {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
}

.doctor-datas p {
	margin-bottom: 5px;
	font-size: 14px;
	color: var(--text-grey);
	font-weight: 700;
}

.search-card .doctor-name {
	font-size: 18px;
	font-weight: 700;
	color: var(--primary-color);
	word-break: break-word;
}

.search-card .closest-available {
	/* flex-basis: 20%; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.search-card .closest-available {
	justify-content: flex-end;
}

.search-card .closest-available p {
	font-weight: 700;
}

.search-card.cancelled-card .closest-available p {
	margin-bottom: 5px;
}

.search-card .closest-available p span {
	color: var(--primary-color);
	margin-left: 10px;
}

.dropdown-toggle::after,
.filter-option::after {
	display: none !important;
}

.reset-filters {
	text-align: center;
	color: var(--secondary-color);
	font-weight: 700;
	margin-bottom: 0;
}

.reset-filters span:hover {
	cursor: pointer;
	text-decoration: underline;
}

.button-row {
	margin-top: 30px;
	margin-bottom: 0px;
}

.cancel-buttons {
	display: flex;
	justify-content: flex-end;
}

.cancel-buttons .custom-button {
	width: 130px;
	margin-left: 10px;
}

.search-area {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.reserve-for-other {
	margin-top: 30px;
}

#reservation-summary .other-patient-datas-input,
#reservation-summary .other-patient-datas,
#patient-summary .other-patient-datas-input,
#patient-summary .other-patient-datas {
	border: 2px solid var(--primary-color);
}

.other-patient-datas-input select {
	width: 100%;
	margin-top: 5px;
}

#reservation-summary .page-header-text,
#patient-summary .page-header-text {
	margin-bottom: 20px;
}

#reservation-summary .custom-card,
#patient-summary .custom-card {
	margin-bottom: 20px;
}

#reservation-summary .custom-card p.custom-card-header,
#patient-summary .custom-card p.custom-card-header {
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 20px;
}

#reservation-summary .custom-card p,
#patient-summary .custom-card p {
	margin-bottom: 5px;
}

#reservation-summary .custom-card p span,
#patient-summary .custom-card p span {
	font-weight: 700;
	margin-left: 10px;
}

#reservation-summary .custom-card.reservation-datas .row,
#patient-summary .custom-card.reservation-datas .row {
	margin-bottom: 20px;
}

#reservation-summary .custom-button,
#patient-summary .custom-button {
	margin-left: auto;
	margin-right: auto;
}

textarea {
	width: 100%;
	resize: none;
	border-radius: 6px;
	padding: 5px 10px;
}

.custom-select {
	width: 100%;
}

.page-header-text {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.hidden,
.billing-hidden {
	display: none !important;
}

#user-datas .page-header-text {
	margin-bottom: 40px;
}

.section-title {
	color: var(--text-grey);
	font-size: 1.1rem;
	font-weight: 700;
	margin-top: 20px;
	background: #ededed;
	padding: 10px 5px;
}

#user-datas .section-title,
#patient-datas .section-title {
	margin-bottom: 0;
}

#user-datas .custom-button.inverse-button,
#patient-datas .custom-button.inverse-button {
	margin-top: 20px;
	margin-bottom: 30px;
}

.phone-header {
	margin-bottom: 7px;
}

#user-datas .no-user-found {
	font-size: 14px;
	font-style: italic;
	display: none;
}

#user-datas input,
#patient-datas input,
#reservation-summary input {
	border: none;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid var(--text-grey);
	padding-bottom: 5px;
	background: transparent;
}

#user-datas input[type='tel'],
#patient-datas input[type='tel'],
#reservation-summary input[type='tel'] {
	text-align: left;
	padding-bottom: 0;
}

.iti--separate-dial-code .iti__selected-flag {
	background: transparent;
}

.iti {
	width: 100%;
}

#user-datas input:focus,
#patient-datas input:focus,
#reservation-summary input {
	outline: none;
}

.custom-hidden {
	height: 0px !important;
	overflow: hidden !important;
	padding: 0px !important;
	border: none !important;
}

#user-datas .row,
#patient-datas .row,
#reservation-summary .other-patient-datas .row,
#reservation-summary .other-patient-datas-input .row,
#patient-summary .other-patient-datas .row,
#patient-summary .other-patient-datas-input .row {
	margin-bottom: 20px;
}

.custom-button {
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2f9df8;
	color: #fff;
	height: 40px;
	border-radius: 12px;
	transition: 0.2s ease all;
	max-width: 100%;
	border: none;
}

.custom-button:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.custom-button.inverse-button {
	border: 1px solid #2f9df8;
	background: #fff;
	color: #2f9df8;
}

.custom-button:hover {
	cursor: pointer;
	transform: scale(1.1);
}

#user-datas .custom-button,
#patient-datas .custom-button {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font-weight: 700;
}

#user-datas .data-summary {
	text-align: center;
}

#user-datas .custom-form-header {
	color: var(--primary-color);
	margin-bottom: 15px;
	font-weight: 700;
}

#user-datas p,
#patient-datas p {
	margin-bottom: 5px;
}

#user-datas p span,
#patient-datas p span {
	font-weight: 700;
}

.modal-body {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

.modal-body-header {
	font-size: 22px;
	color: var(--primary-color);
	font-weight: 700;
}

#successfulModal .modal-text {
	margin-top: 10px;
	margin-bottom: 30px;
}

#successfulModal svg {
	width: 100px;
	height: 100px;
}

#successfulModal .modal-button {
	margin-top: 40px;
	margin-bottom: 0px;
}

/* #successfulModal svg path {
    fill: var(--primary-color)
} */

#reservationModal .modal-body {
	text-align: center;
}

#reservationModal .modal-body-header {
	color: var(--text-grey);
	margin-bottom: 50px;
}

.modal-button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

header {
	background-color: #fff;
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
	height: 70px;
	position: sticky;
	top: 0;
	z-index: 1000;
	position: -webkit-sticky;
}

header .container {
	display: flex;
	align-items: center;
	height: 70px;
}

header nav {
	display: inline-flex;
	justify-content: flex-end;
	flex: 1;
}

header nav i {
	margin-left: 5px;
}

header nav a,
.custom-menu-item {
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(105, 105, 105);
	font-size: 14px;
}

header nav a:hover,
.custom-menu-item:hover {
	text-decoration: none;
	color: #2f9df8;
	cursor: pointer;
}

header nav a.active,
.custom-menu-item.active {
	color: #2f9df8;
}

.custom-dropdown-menu-nav a {
	display: block;
	padding: 10px 20px;
}

header .custom-dropdown-toggle-nav {
	position: relative;
}

.custom-dropdown-menu-nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	background-color: white;
	border-radius: 6px;
	box-shadow: 0px 1px 3px 1px var(--primary-color);
}

header .header-logo {
	height: 50px;
}

header .header-text {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	color: var(--primary-color);
	/* line-height: 70px; */
}

header .header-text:hover {
	cursor: pointer;
}

header .header-logo:hover {
	cursor: pointer;
}

main {
	background: rgba(195, 197, 201, 0.49);
	min-height: calc(100vh - 70px);
	padding-bottom: 70px;
}

#doctor-overview main {
	padding-bottom: 0;
}

.enlarged main {
	min-height: 1300px;
}

#accept-request main {
	min-height: 100vh;
	padding-bottom: 0;
}

.custom-card {
	background-color: #fff;
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	/* overflow: hidden; */
	margin-bottom: 5px;
}

#login .slider {
	margin-top: 50px;
}

#login .input-header {
	color: rgb(155, 155, 155);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

#login input:not([type='checkbox']) {
	background-color: rgb(234, 237, 242);
	height: 54px;
	border-radius: 6px;
	border: none;
	padding-left: 10px;
	width: 50%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#login .input-header {
	margin-top: 20px;
	margin-bottom: 30px;
}

#login .form-check {
	text-align: center;
	margin-top: 20px;
}

#login .custom-button {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

#login .data-info {
	color: rgb(155, 155, 155);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.error {
	color: red;
	text-align: center;
	font-style: italic;
}

#login .error {
	margin-top: 20px;
}

#user-appointments .error-modal {
	margin-top: 30px;
}

.reservation-error {
	margin-bottom: 20px;
}

.select-box {
	width: 230px;
	height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.2s ease;
}

.select-box:hover {
	transform: scale(1.1);
	cursor: pointer;
}

.select-box-title {
	color: var(--primary-color);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	margin-top: 20px;
}

.select-box-row {
	margin-top: 20px;
}

.select-box.edit-doctors {
	height: auto;
	margin-top: 40px;
	border-radius: 8px;
	padding: 15px 20px;
}

.select-box.edit-doctors .select-box-title {
	margin-top: 0;
	line-height: normal;
}

#edit-doctors .search-row {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

#edit-doctors .search-row .input-header {
	margin-right: 20px;
	margin-bottom: 0;
}

#edit-doctors .bootstrap-select {
	width: 400px;
}

#statistics .institution-row {
	margin-bottom: 30px;
}

#statistics .search-by-row {
	display: flex;
	align-items: center;
}

#statistics .search-by-row p {
	font-weight: 700;
	margin-right: 20px;
	margin-bottom: 0;
}

.range-row {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.range-row span {
	margin-right: 5px;
}

.range-row .custom-button {
	margin-left: auto;
}

.range-row input {
	max-width: 300px;
	margin-right: 20px;
	/* margin-bottom: 20px; */
}

.coupon-row:first-child .col {
	display: flex;
}

#coupon-data {
	background: rgba(136, 202, 255, 0.3);
	padding: 20px 10px;
	margin-bottom: 20px;
	border-radius: 6px;
}

#coupon-data .custom-button {
	width: 180px;
	margin-left: 0;
	margin-right: 0;
}

.coupon-error {
	text-align: left;
	margin-top: 15px;
}

.coupon-accepted {
	color: rgb(11, 111, 11);
	margin-top: 15px;
	font-style: italic;
}

.custom-card #coupon-data .row:last-child {
	margin-bottom: 0;
}

#reservation-summary .coupon-row input,
#patient-summary .coupon-row input {
	width: 200px;
	margin-right: 20px;
	padding-bottom: 0;
	background-color: #fff;
	border: none;
}

#speciality-settings .add-new-domain .input-group {
	width: 70%;
	margin-right: 5%;
}

#speciality-settings .add-new-domain .custom-button {
	width: 25%;
}

#speciality-settings .domain {
	display: flex;
}

#speciality-settings .domains {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

#institution-settings .add-new-label,
#institution-settings .add-new-internal-status,
#speciality-settings .add-new-domain {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#speciality-settings p.info,
#screening-settings p.info,
#screening-settings-v2 p.info {
	font-weight: 400 !important;
}

#institution-settings .add-new-label input,
#institution-settings .add-new-internal-status input {
	margin-top: 15px !important;
	height: 35px;
}

#institution-settings .add-new-label input[type='text'],
#institution-settings .add-new-internal-status input[type='text'] {
	width: 80%;
	margin-right: 4%;
}

#institution-settings .add-new-label input[type='color'],
#institution-settings .add-new-internal-status input[type='color'] {
	width: 16%;
}

#institution-settings .label-row,
#institution-settings .internal-status-row {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

#institution-settings .delete-label,
#institution-settings .delete-internal-status,
#speciality-settings .delete-domain {
	width: 18px;
	height: 18px;
	margin-left: 15px;
	transition: all 0.5s ease;
}

#institution-settings .delete-label:hover,
#institution-settings .delete-internal-status:hover,
#speciality-settings .delete-domain:hover {
	transform: scale(1.1);
	cursor: pointer;
}

#institution-settings .add-new-label .custom-button,
#institution-settings .add-new-internal-status .custom-button {
	width: 170px;
	height: 32px;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
}

#institution-settings input:nth-child(2) {
	margin-top: 10px;
}

#institution-settings .custom-button {
	margin-left: auto;
	margin-right: auto;
}

#institution-settings .form-image {
	max-width: 100%;
}

#institution-settings a.custom-tooltip {
	color: var(--text-grey);
}

#institution-settings #terms-upload {
	margin-top: 20px;
	width: 200px;
}

.section-header {
	color: rgb(28, 28, 28);
	background-color: rgb(210, 208, 208);
	font-weight: 700;
	padding: 10px 5px;
	font-size: 1.1rem;
}

.form-image {
	max-width: 100%;
	object-fit: contain;
	display: block;
}

.favicon-image {
	max-width: 40px;
	max-height: 40px;
}

.dropdown-toggle::after,
.filter-option::after {
	display: none !important;
}

.added-labels {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	/* padding: 10px 10px 0 10px;
    background-color: rgb(238, 246, 254); */
}

.label-card {
	display: inline-block;
	padding: 5px 8px;
	border-radius: 4px;
	box-shadow: 0px 2px 3px 1px #ccc;
	transition: all 0.2s ease;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}

.label-card:hover {
	cursor: pointer;
	transform: scale(1.1);
}

.label-card i {
	font-size: 0.8rem;
	padding: 5px;
}

.rooms-label-card {
	display: inline-block;
	padding: 5px 8px;
	border-radius: 4px;
	box-shadow: 0px 2px 3px 1px #ccc;
	transition: all 0.2s ease;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}

.rooms-label-card:hover {
	cursor: pointer;
	transform: scale(1.1);
}

.rooms-label-card i {
	font-size: 0.8rem;
	padding: 5px;
}

.add-input-row {
	display: flex;
	justify-content: space-between;
}

.add-input-row .custom-button {
	width: 100px;
	padding: 5px 10px;
	margin-left: 0;
	margin-right: 0;
}

.add-input {
	width: 50%;
}

#add-profile-image {
	margin-bottom: 15px;
}

.custom-tooltip {
	color: #222;
	margin-left: 10px;
}

.custom-tooltip:hover {
	color: #222;
}

#speciality-settings .speciality-name,
#screening-settings .speciality-name,
#screening-settings-v2 .speciality-name,
#lab-settings .speciality-name,
#internal-user .speciality-name,
#institution-settings .speciality-name,
#billing-data .speciality-name,
#new-user .speciality-name {
	background-color: #eee;
	padding: 10px;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#speciality-settings #speciality-row {
	position: sticky;
	position: -webkit-sticky;
	top: 70px;
	z-index: 9;
}

.datas.status-disabled {
	pointer-events: none;
}

#speciality-settings .form-group > p,
#screening-settings .form-group > p,
#screening-settings-v2 .form-group > p,
#lab-settings .form-group > p,
#internal-user p,
#institution-settings .form-group > p,
#billing-data p,
#new-user p,
#lab-settings .form-group > p {
	font-weight: 600;
	margin-bottom: 0;
}

#speciality-settings .custom-button,
#screening-settings .custom-button,
#screening-settings-v2 .custom-button,
#lab-settings .custom-button,
#internal-user .custom-button,
#internal-users .custom-button,
#billing-datas .custom-button,
#institutions .custom-button,
#doctors .custom-button,
#doctor .custom-button {
	margin-right: auto;
	margin-left: auto;
}

#labs .custom-button {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#labs .custom-card,
#lab-settings .custom-card {
	text-align: center;
}

.edit-button,
.open-button {
	display: inline-block;
	text-align: center;
}

.delete-button {
	display: inline-block;
	text-align: center;
	color: red;
}

/* .bootstrap-select .dropdown-menu li a span.text {
	text-transform: capitalize;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	text-transform: capitalize;
} */

#speciality-settings .button-row,
#screening-settings .button-row,
#screening-settings-v2 .button-row,
#lab-settings .button-row,
#internal-user .button-row,
#billing-data .button-row {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

#speciality-settings #delete,
#screening-settings #delete,
#screening-settings-v2 #delete,
#lab-settings #delete,
#internal-user #delete,
#institution-settings #delete,
#billing-data #delete {
	width: 50px;
	height: 50px;
	padding: 10px;
}

#speciality-settings #delete:hover,
#screening-settings #delete:hover,
#screening-settings-v2 #delete:hover,
#lab-settings #delete:hover,
#internal-user #delete:hover,
#institution-settings #delete:hover,
#billing-data #delete:hover {
	cursor: pointer;
}

#speciality-settings .dummy,
#screening-settings .dummy,
#screening-settings-v2 .dummy,
#lab-settings .dummy {
	width: 50px;
}

#speciality-settings #delete path,
#screening-settings #delete path,
#screening-settings-v2 #delete path,
#lab-settings #delete path,
#internal-user #delete path,
#institution-settings #delete path,
#billing-data #delete path {
	fill: rgb(198, 17, 17);
}

#specialities .custom-button {
	margin-left: auto;
	margin-right: auto;
}

#specialities .form-row,
#channels .form-row {
	margin-top: 15px;
	margin-bottom: 15px;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(odd) {
	background-color: #f3f3f3;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(even) {
	background-color: white;
}

#specialities .actions .col {
	align-items: center;
	display: flex;
}

#specialities .actions span:first-child {
	margin-right: 50px;
	font-weight: 700;
}

#specialities .actions span {
	margin-right: 30px;
}

#specialities .action {
	color: var(--primary-color);
}

#specialities .action.delete-all {
	color: red;
}

#specialities .action:hover {
	text-decoration: underline;
	cursor: pointer;
}

#specialities .form-check {
	display: inline-flex;
	align-items: center;
}

#specialities .form-check input {
	margin-top: 0;
}

.separator {
	margin-left: 5px;
	margin-right: 5px;
}

.api-sub-col {
	display: flex;
	align-items: center;
}

#institution-settings .api-sub-col .input-with-text {
	flex-grow: 1;
	margin-left: 5px;
	margin-top: 0;
}

.modal-body iframe {
	width: 100%;
	height: 60vh;
}

.add-input-row {
	display: flex;
	justify-content: space-between;
}

#institution-settings .add-input-row .custom-button {
	width: 100px;
	padding: 5px 10px;
	margin-left: 0;
	margin-right: 0;
}

.add-input {
	width: 50%;
}

#billing-data .terms-not-accepted p {
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 20px;
	color: rgb(157, 6, 6);
}

#billing-data .terms-not-accepted .custom-button {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#billing-data .custom-button.save-button {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.terms-check {
	margin-top: 10px;
}

.terms-check label {
	font-weight: 700;
}

.data-table-profile-image {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0px 2px 4px 2px #ccc;
	/* display: block;
    margin-left: auto;
    margin-right: auto; */
}

#add-profile-image {
	margin-bottom: 15px;
	margin-top: 15px;
}

#new-doctor .search .col,
#new-doctor .search input {
	text-align: center;
}

#new-doctor .search .custom-button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#new-doctor .result-card {
	margin-top: 40px;
}

#new-doctor .result-card .col > div {
	display: flex;
	align-items: center;
}

#new-doctor .result-card .col > div p:first-child {
	color: var(--primary-color);
	font-weight: 700;
}

#new-doctor .result-image {
	width: 100px;
	height: 100px;
	object-fit: contain;
	border-radius: 50%;
	margin-right: 20px;
}

#new-doctor .not-found {
	font-weight: 700;
	margin-bottom: 0;
}

#new-doctor #add-edit {
	margin-left: auto;
	margin-right: auto;
}

#new-doctor .add-edit.bottom {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.table-header {
	font-weight: 700;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

#billing-data .modal-body p:first-child {
	margin-bottom: 15px;
}

#billing-data .modal-body p:not(:first-child) {
	margin-top: 15px;
}

#institution-settings p.info {
	font-weight: 400;
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}

.invalid-input {
	border: 2px solid rgba(244, 67, 67, 0.454) !important;
}

.payment-info {
	margin-bottom: 30px;
}

#speciality-settings .payment-info p,
#screening-settings .payment-info p,
#screening-settings-v2 .payment-info p,
#lab-settings .payment-info p {
	font-weight: 400;
	font-style: italic;
}

#speciality-settings #collectors-container,
#lab-settings #collectors-container {
	padding: 10px 5px;
	background-color: #eee;
	margin-bottom: 10px;
}

#speciality-settings .time-row,
#screening-settings .time-row,
#screening-settings-v2 .time-row,
#lab-settings .time-row,
#multi-speciality-settings .time-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#speciality-settings .time-row span,
#screening-settings .time-row span,
#screening-settings-v2 .time-row span,
#lab-settings .time-row span,
#multi-speciality-settings .time-row span {
	text-align: center;
	width: 60px;
}

#multi-speciality-settings #settingModal .info {
	text-align: left;
}

#institutions .not-accepted {
	background-color: rgba(239, 162, 162, 0.7) !important;
}

#institutions #duplicateModal p {
	text-align: left;
	font-weight: 700;
}

#institutions #duplicateModal p:not(:first-child) {
	margin-top: 30px;
}

#institutions .sub-api-row {
	display: flex;
	align-items: center;
}

#institution-settings #billing-datas .dropdown-header {
	display: none;
}

.terms-row.accepted p {
	text-align: center;
	color: rgb(5, 162, 5);
}

.terms-row {
	display: flex;
	/* align-items: center; */
}

.terms-row i {
	margin-right: 5px;
}

.terms-row.accepted {
	justify-content: center;
}

.terms-row.not-accepted {
	justify-content: space-between;
	color: rgb(201, 25, 25);
}

.terms-row .custom-button {
	width: 180px;
	font-size: 14px;
}

.bootstrap-select .dropdown-menu li a.opt {
	padding-left: 1.5rem;
}

#institution-settings .terms-row .custom-button {
	margin-left: 0;
	margin-right: 0;
}

.ql-editor {
	min-height: 200px;
}

#institution-settings .save-button,
#billing-data .save-button {
	margin-top: 15px;
}

#new-user .button-row {
	display: flex;
	justify-content: space-around;
}

#new-user .button-row .custom-button {
	margin-left: 0;
	margin-right: 0;
}

#channels .custom-tooltip,
#multi-speciality-settings .custom-tooltip {
	margin-left: 0;
	/* display: block;
    margin: 0 auto 10px;
    text-align: center; */
	/* color: var(--primary-color) */
}

#channels .channel-checkbox,
#multi-speciality-settings .channel-checkbox {
	display: block;
	margin: 5px auto 0;
}

#channels .channel-checkbox:hover {
	cursor: pointer;
}

#channels #data-table-channels_wrapper th {
	text-align: center;
}

#channels #data-table-channels_wrapper .dt-buttons,
#channels #data-table-channels_wrapper #data-table-channels_filter,
#multi-speciality-settings .dt-buttons,
#multi-speciality-settings #data-table-multi-specialities_filter,
#doctor-close-off .dt-buttons,
#doctor-close-off #data-table-close-off_filter {
	display: inline-block;
	margin: 12px 0;
}

#channels #data-table-channels_wrapper .edit-button,
#multi-speciality-settings .edit-button {
	background-color: var(--primary-color);
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	height: 50px;
	width: 800px;
	border-radius: 0.25rem !important;
}
#multi-speciality-settings #settingModal #custom_price_type #container {
	display: flex;
	justify-content: space-around;
}
#multi-speciality-settings #settingModal #custom_price_type #container div {
	text-align: left !important;
}

#multi-speciality-settings #settingModal .label {
	text-align: left;
	font-weight: 700;
	margin-top: 20px;
}

#channels #data-table-channels_wrapper .edit-button[data-action='save'] {
	background-color: rgb(31, 113, 13) !important;
}

#channels div.dtsp-searchPane div.dataTables_scrollBody table tbody tr div.dtsp-nameCont span.dtsp-name,
#multi-speciality-settings
	div.dtsp-searchPane
	div.dataTables_scrollBody
	table
	tbody
	tr
	div.dtsp-nameCont
	span.dtsp-name {
	font-size: 12px;
}

#channels .custom-card {
	padding: 4px;
}

#channels div.dtsp-columns-3,
#multi-speciality-settings div.dtsp-columns-3 {
	min-width: 32%;
	max-width: 32%;
}

#channels #data-table-channels_wrapper #data-table-channels_filter,
#multi-speciality-settings #data-table-multi-specialities_filter,
#doctor-close-off #data-table-close-off_filter {
	float: right;
}

#channels #data-table-channels_wrapper .custom-table-data {
	white-space: normal;
	word-wrap: break-word;
	overflow: hidden;
	min-width: 10vw;
}

#multi-speciality-settings .form-row {
	margin-bottom: 15px;
}

#multi-speciality-settings .dropdown-header {
	font-size: 18px;
	font-weight: 700;
	background-color: #ddd;
}

#welcome .row {
	margin-bottom: 30px;
}

#welcome .welcome-row {
	margin-bottom: 20px;
}

#welcome #welcome-text {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}

#welcome #welcome-text span {
	/* font-weight: 700; */
}

#welcome .custom-card:hover {
	cursor: pointer;
	transform: scale(1.02);
}

#welcome .custom-card {
	border-radius: 4px;
	text-align: center;
	margin: auto;
	transition: all 0.2s ease;
}

#welcome .custom-card.disabled {
	background-color: #ddd;
	opacity: 0.6;
	pointer-events: none;
}

#welcome .custom-card p {
	margin-bottom: 0;
}

#welcome .custom-card i {
	font-size: 50px;
	/* margin-bottom: 10px; */
	line-height: 70px;
	height: 70px;
}

/* 
    Hamburger menü
*/

.hamburger-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1500;
	background-color: rgba(0, 0, 0, 0.6);
	width: 0;
	height: 100vh;
}

.menu-items {
	margin-left: auto;
	width: 30%;
	background-color: rgba(255, 255, 255, 1);
	height: 100vh;
	overflow: scroll;
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
}

.menu-item {
	border-bottom: 1px solid rgb(200, 200, 200);
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.line-break {
	width: 100%;
}

.overflow-hidden {
	overflow: hidden;
}

.mobile-dropdown-toggle {
	flex-direction: column;
	align-items: flex-start;
}

.mobile-dropdown-toggle .menu-title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.mobile-dropdown-menu {
	padding-left: 20px;
	/* display: none; */
}

.mobile-dropdown-menu .menu-item {
	border-bottom: none;
}

.menu-item p {
	margin-bottom: 0;
}

.menu-item p:not(:nth-child(2)) {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu-item a {
	color: rgb(75, 75, 75);
	display: inline-block;
	width: 100%;
}

.menu-close {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-close p i {
	font-size: 20px;
	padding: 10px;
}

/* HAMBURGER MENÜ */

#new-user .custom-button {
	margin-left: auto;
	margin-right: auto;
}

#user-datas .new-search {
	font-style: normal;
	text-align: center;
	color: var(--primary-color);
}

#user-datas .new-search:hover {
	cursor: pointer;
	text-decoration: underline;
}

#user-datas .buttons-container {
	display: flex;
	flex-direction: column;
}

#user-datas .buttons-container .custom-button {
	margin-bottom: 10px;
	margin-top: 0px;
}

#user-datas .patient-datas {
	margin-top: 20px;
}

#user-datas .patient-datas-short {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}

#user-datas .patient-datas-short.opened {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

#user-datas .patient-datas-short span.title {
	color: var(--primary-color);
}

#user-datas #show-details {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.recaptcha-container-center div div {
	margin: 0 auto;
}

.disabled-button {
	background: #ccc;
}

.disabled-button:hover {
	transform: none;
	cursor: default;
}

.doctor-status-icon {
	width: 20px;
	height: 20px;
}

.doctor-status-icon.doctor-status-denied path {
	fill: red;
}

.doctor-status-icon.doctor-status-accepted polygon {
	fill: green;
}

.doctor-status-icon.doctor-status-pending path {
	fill: grey;
}

#data-table-doctors td,
#data-table-patients td {
	vertical-align: middle;
}

#data-table-doctors td.actions,
#data-table-patients td.actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 40px;
}

#data-table-doctors .actions a:first-child,
#data-table-patients .actions a:first-child {
	margin-bottom: 5px;
}

#data-table-doctors .edit-button,
#data-table-doctors .open-button,
#data-table-patients .actions a {
	text-align: left;
}

#new-doctor .form-check {
	margin-top: 15px;
}

#new-doctor .iti {
	width: 250px;
}

#new-doctor .result-card .col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#new-doctor #addDoctor .modal-body {
	text-align: left;
}

#new-doctor #addDoctor .modal-body .form-check {
	margin-top: 10px;
}

#new-doctor #addDoctor .modal-body .custom-button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#notifications .delete-time-input-row {
	display: flex;
	align-items: center;
}

#notifications .delete-time-input-row input {
	margin-left: 10px;
	width: auto;
}

#notifications .delete-time-input-row p {
	margin: 0;
}

#notifications .add-icon,
#notifications .remove-icon {
	width: 20px;
	height: 20px;
}

#notifications .add-icon path,
#notifications .remove-icon path {
	fill: #fff;
}

#notifications .add-email,
#notifications .add-message,
#notifications .remove-email,
#notifications .remove-message,
#notifications .add-patient-call-in-email,
#notifications .remove-patient-call-in-email {
	width: 30px;
	height: 30px;
	padding: 5px;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: rgb(30, 106, 30); */
	background-color: var(--primary-color);
	margin-right: 30px;
	transition: all 0.2s ease;
}

#notifications .reminder-before-after {
	margin-left: 10px;
}

#notifications .before-email-text {
	margin-top: 20px;
	/* padding: 0 10px; */
	font-size: 14px;
}

#notifications .message-text {
	margin-top: 20px;
	padding: 0 10px;
	font-size: 14px;
}

#notifications .remove-email,
#notifications .remove-message,
#notifications .remove-patient-call-in-email {
	background-color: #d72a1d;
	margin-right: 0px;
	transition: all 0.2s ease;
}

#notifications .custom-button {
	margin: 20px auto;
}

#notifications .add-input-row {
	justify-content: flex-start;
}

#notifications .add-input-row .custom-button {
	margin: 0 0 0 30px;
}

#notifications .added-labels {
	margin-top: 10px;
}

#notifications .add-mail-container,
#notifications .add-message-container,
#notifications .add-patient-call-in-email-container {
	display: flex;
	align-items: center;
}

#notifications .add-mail-container p,
#notifications .add-message-container p,
#notifications .add-patient-call-in-email-container p {
	margin-bottom: 0;
	font-weight: 600;
}

#notifications .remove-email:hover,
#notifications .remove-message:hover,
#notifications .remove-patient-call-in-email:hover {
	cursor: pointer;
	transform: scale(1.1);
}

#notifications .add-mail-container:hover,
#notifications .add-message-container:hover,
#notifications .add-patient-call-in-email-container:hover {
	cursor: pointer;
}

#notifications .add-mail-container:hover .add-email,
#notifications .add-message-container:hover .add-message,
#notifications .add-patient-call-in-email-container:hover .add-patient-call-in-email {
	transform: scale(1.1);
}

#institution-settings .section-title {
	margin-bottom: 20px;
}

#notifications .email-hour-container,
#notifications .message-hour-container {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

#notifications .email input,
#notifications .message input:not([type='checkbox']) {
	width: 100px;
}

#notifications .email .subject {
	width: 100%;
}

#notifications .email-row,
#notifications .message-row {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

#notifications .remove-email,
#notifications .remove-message,
#notifications .remove-patient-call-in-email {
	margin-left: auto;
}

#notifications .email,
#notifications .message,
#notifications .patient-call-in-email {
	background: #eee;
	padding: 10px;
	border-radius: 4px;
}

#notifications .patient-call-in-email .patient-call-in-before-exam-input {
	width: 48px;
}

#notifications .patient-call-in-email .patient-call-in-before-exam-input::-webkit-outer-spin-button,
#notifications .patient-call-in-email .patient-call-in-before-exam-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type='number'] {
	-moz-appearance: textfield;
}

#notifications .patient-email-row {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	gap: 32px;
	margin-bottom: 12px;
}

#notifications .email .editor-container,
#notifications .patient-call-in-email .editor-container {
	background-color: #fff;
}

#notifications .doctor-checkboxes {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
}

#notifications .doctor-messages .message-row > span {
	width: 100%;
	margin-bottom: 20px;
}

#notifications .doctor-checkboxes .form-check {
	margin-right: 20px;
	margin-bottom: 10px;
}

#notifications .doctor-messages .message-row .reminder-before-after {
	margin-left: 0;
}

#notifications .accordion {
	width: 100%;
}

#notifications .card {
	margin-bottom: 20px;
	background: transparent;
	border: none;
}

#notifications .card button {
	padding: 0;
}

#notifications .accordion .card-body {
	padding: 0;
}

#notifications .accordion .card-header {
	padding: 0 !important;
	background: transparent;
}

#institution-settings #other-institution-images {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#institution-settings .other-image-container {
	width: 23%;
	height: 150px;
	margin: 0 1% 20px;
	position: relative;
}

#institution-settings .other-image-container .delete-other-institution-image-container {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid red;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s all ease;
}

#institution-settings .other-image-container .delete-other-institution-image {
	width: 50%;
	height: 50%;
}

#institution-settings .other-image-container .delete-other-institution-image-container:hover {
	transform: scale(1.1);
	cursor: pointer;
}

#institution-settings .other-institution-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#qualification-name-input,
#qualification-name-input-en,
#specialization-name-input,
#specialization-name-input-en {
	margin-bottom: 20px;
}

#billing-data .section-title {
	margin-bottom: 20px;
}

#other-diagnostics {
	margin-top: 10px;
}

#qualificationModal input,
#specializationModal input {
	text-align: center;
}

#appointments .institution-row,
#patients .institution-row,
#lab-items .institution-row {
	display: flex;
	margin-bottom: 20px;
}

#appointments .institution-row .custom-button,
#patients .institution-row .custom-button {
	margin-left: 40px;
}

#settings .data-title {
	font-weight: 700;
}

#settings .inner-row {
	display: flex;
}

#settings .password,
#settings .password-2,
#settings .current-password {
	width: 300px;
}

.password-eye:hover {
	cursor: pointer;
}

.password-row .data-title {
	width: 100px;
}

#settings .custom-button {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#speciality-settings input:disabled,
#speciality-settings button.disabled,
#screening-settings input:disabled,
#screening-settings button.disabled,
#screening-settings-v2 input:disabled,
#screening-settings-v2 button.disabled,
#lab-settings input:disabled,
#lab-settings button.disabled {
	background-color: #ddd;
	color: #333;
	opacity: 0.7;
}

#speciality-settings .last-minute-row,
#multi-speciality-settings .last-minute-row {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	background-color: #eee;
	padding: 10px 5px;
}

#speciality-settings .last-minute-row input,
#multi-speciality-settings .last-minute-row input {
	width: 150px;
	margin: 0 20px 0 10px;
}

#speciality-settings #add-last-minute-discount,
#speciality-settings #add-discount-interval,
#multi-speciality-settings #add-last-minute-discount,
#multi-speciality-settings #add-discount-interval {
	margin: 20px auto;
}

#speciality-settings .discount-interval-container,
#multi-speciality-settings .discount-interval-container {
	padding: 10px 5px;
	background: #eee;
	margin-bottom: 20px;
}

#speciality-settings .discount-interval-container .handlers,
#multi-speciality-settings .discount-interval-container .handlers {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

#speciality-settings .discount-interval-container .interval,
#multi-speciality-settings .discount-interval-container .interval {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#speciality-settings .discount-interval-container .interval input:first-child,
#multi-speciality-settings .discount-interval-container .interval input:first-child {
	width: 120px;
}

#speciality-settings .discount-interval-container .interval-discount,
#multi-speciality-settings .discount-interval-container .interval-discount {
	width: 200px;
}

#speciality-settings .discount-interval-container .interval div,
#multi-speciality-settings .discount-interval-container .interval div {
	display: flex;
}

#speciality-settings .discount-interval-container .interval div input[type='time'],
#multi-speciality-settings .discount-interval-container .interval div input[type='time'] {
	margin-left: 10px;
}

#multi-speciality-settings #last_minute_discounts .label,
#multi-speciality-settings #interval_discounts .label {
	text-align: center;
}

.delete-container {
	padding: 5px;
	background: red;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	margin-left: auto;
	transition: all 0.1s ease;
}

.delete-container:hover {
	cursor: pointer;
	transform: scale(1.1);
}

/* 
Partner
*/

#partner-list td {
	vertical-align: middle;
	/* text-align: center; */
}

#partner-list table .btn {
	width: 110px;
	line-height: 1.2;
	margin: 5px 0;
	font-size: 14px;
}

#partner-list td.own_institution {
	font-weight: 700;
}

#partner-list .btn.edit-button {
	/* background: var(--primary-color); */
}

#partner-list #add-new-partner,
#partner #save {
	margin: 0 auto;
}

#partner .own-institution {
	font-size: 40px;
	margin-bottom: 40px;
	text-align: center;
	background-color: #eee;
}

#partner p {
	font-weight: 600;
}

#partner .jconfirm-content p {
	font-weight: 400;
}

#partner #add-email-wrapper {
	display: flex;
}

#partner #add-email {
	margin-left: 0.5rem;
}

.reservation-type-buttons {
	margin-bottom: 20px;
}

.reservation-type-buttons .custom-button {
	margin-left: auto;
	margin-right: auto;
}

.reservation-type-buttons .custom-button.disabled {
	background: rgb(174, 174, 174);
	color: #fff;
	border-color: rgb(174, 174, 174);
	pointer-events: none;
}

.stat-query-type-controls .form-check {
	margin-bottom: 5px;
}

#search main {
	padding-bottom: 0;
	padding-top: 30px;
}

#callcenter main,
#callcenter-beta main,
#partner-send main {
	padding-bottom: 0;
	padding-top: 0;
}

#callcenter .cards,
#callcenter-beta .cards,
#partner-send .cards {
	margin-left: -20px;
	padding-right: 0px;
}

#data-table-lab-items {
	display: none;
}

#appointments .license-plate-input {
	margin: 15px 0;
}

#appointments .edit-license-plate {
	margin-top: 15px;
}

#appointments .dataTables_wrapper .btn {
	line-height: 1.2;
}

#appointments .action-button {
	display: inline-flex;
	color: #fff !important;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
}

#appointments .action-button.hidden {
	display: none;
}

#appointments .action-button .tooltip-cont {
	color: #fff !important;
}

#appointments .action-button:hover {
	cursor: pointer;
}

/* TODO: infó - Aktuális foglalások tábla action szinek */
#appointments .action-button.edit-patient {
	background-color: #9c27b0;
}

#appointments .action-button.arrive-patient {
	background-color: #4caf50;
}

#appointments .action-button.modify-reservation {
	background-color: #ffde6a;
}

#appointments .action-button.delete-reservation {
	background-color: #f29191;
}
#appointments .action-button.delete-screening {
	background-color: #4b0108;
}

#appointments .action-button i {
	font-size: 18px;
}
/* HELPER MODAL */

.helper-modal {
	z-index: 1000000;
}

.helper-modal .modal-body {
	padding: 1rem;
}

.helper-modal img {
	/* height: 300px; */
	object-fit: contain;
	width: 100%;
}

.helper-modal .carousel-title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 20px;
}

.helper-modal .carousel-text {
	font-size: 16px;
	/* height: 100px; */
}

.helper-modal .carousel-control {
	margin: 0 40px;
	width: 110px;
}

.helper-modal .buttons {
	margin-bottom: 20px;
}

#appointments .comment-area,
#appointments #save-comment {
	margin-top: 10px;
}

#appointments .edit-comment {
	display: block;
	margin-top: 20px;
}

#appointments .edit-internal-comment {
	display: block;
	margin-top: 20px;
}

#institution-links .form-row {
	margin-top: 20px;
}

#wrapper .navbar-custom {
	z-index: 1000;
}

#main-institution-select-container {
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

#main-institution-select-container .dropdown-menu li a.dropdown-item span {
	white-space: break-spaces;
}

#speciality-settings .dropdown-menu li a.dropdown-item span {
	white-space: break-spaces;
}

#statistics .buttons,
#patients .buttons {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 30px;
}

#appointments .buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#appointments .label {
	margin-right: 10px;
}

#appointments #search-selected {
	margin: 0 10px 0 50px;
}

#screening-stat .buttons {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 10px;
}

#statistics .buttons,
#screening-stat .buttons {
	margin-top: 20px;
}

#main-institution-select-container.mobile {
	display: none;
}

#main-institution-select-container > a {
	color: #fff;
	font-size: 12px;
}

#internal-user #accordion {
	margin-bottom: 30px;
}

#internal-user #user-rights-table {
	width: 100%;
}

#internal-user .info-container {
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
	background-color: #eec4c4;
	border-radius: 3px;
	margin-bottom: 20px;
}

#internal-user #user-rights-table th,
#internal-user #user-rights-table td {
	width: calc(100% / 6);
	border: 1px solid #bbb;
	text-align: center;
	padding: 5px;
}

#internal-user #user-rights-table thead,
#internal-user #user-rights-table tr:nth-child(2n) {
	background-color: #eee;
}

#internal-user #user-rights-table .icon {
	width: 20px;
	height: 20px;
}

#internal-user .card-header .btn {
	font-weight: 700;
}

.internal-user-title-row {
	height: 70px;
}

#rooms #data-table-rooms .btn {
	line-height: 1.3;
}

#rooms .new-room {
	margin: 10px auto;
}

#room #save-button {
	margin: 10px auto;
}

#room #room-images {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#room .room-image-container {
	width: 23%;
	height: 150px;
	margin: 0 1% 20px;
	position: relative;
}

#room .room-image-container .delete-room-image-container {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid red;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s all ease;
}

#room .room-image-container .delete-room-image {
	width: 50%;
	height: 50%;
}

#room .room-image-container .delete-room-image-container:hover {
	transform: scale(1.1);
	cursor: pointer;
}

#room .room-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#notifications-stat #accordionExample {
	margin-bottom: 20px;
}

#notifications-stat #sms-prices {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#notifications-stat #sms-prices th {
	border: 1px solid #ccc;
	text-align: center;
	font-weight: 700;
	background-color: #ddd;
}

#notifications-stat #sms-prices td {
	border: 1px solid #ccc;
	text-align: center;
}

#notifications-stat #sms-prices td,
#notifications-stat #sms-prices th {
	padding: 5px 0;
}

#notifications-stat #sms-prices tbody tr:nth-child(even) {
	background-color: #eee;
}

#notifications-stat .card-body p {
	margin-bottom: 5px;
}

#notifications-stat .card-body p .label {
	font-weight: 700;
	width: 220px;
	display: inline-block;
}

#notifications-stat .card-body p .count {
	width: 100px;
	display: inline-block;
	text-align: right;
	margin-right: 30px;
}

#notifications-stat .card-body p .summary {
	margin-left: 20px;
	font-weight: 700;
	text-align: right;
	width: 80px;
	display: inline-block;
}

#notifications-stat .card-body p .price {
	display: inline-block;
	width: 70px;
}

#doctor-rights .doctor-container {
	padding: 10px 10px 0 10px;
	background-color: #eee;
	border-radius: 2px;
	margin-bottom: 10px;
}

#doctor-rights .doctor-header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#doctor-rights .doctor-header .image-container {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 4px #aaa;
	margin-right: 20px;
	flex-shrink: 0;
}

#doctor-rights .doctor-header .image-container img {
	width: 100%;
	object-fit: cover;
}

#doctor-rights .doctor-header .name {
	font-weight: 700;
	margin-right: 5px;
	margin-bottom: 5px;
}

#doctor-rights .doctor-header .qualification {
	margin-bottom: 0;
}

#doctor-rights .doctor-header .name-and-qualification {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#doctor-rights .accessed-doctors {
	display: flex;
	flex-wrap: wrap;
}

#doctor-rights .accessed-doctors-header {
	margin-top: 10px;
	font-weight: 700;
}

#doctor-rights .doctor {
	margin-right: 30px;
	margin-bottom: 10px;
}

#doctor-rights #search {
	width: 300px;
	margin: 0 auto 20px;
}

#doctor-rights #save {
	margin: 0 auto;
}

#doctor-rights .rights {
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#doctor-rights .rights .right {
	margin-bottom: 10px;
}

#doctor-rights .rights span {
	width: 400px;
	display: inline-block;
}

#doctor-close-off .delete-button {
	background-color: red;
	color: #fff;
	font-weight: 700;
}

#doctor-close-off .export-button {
	background-color: #1d6f42;
	color: #fff;
	font-weight: 700;
}

#doctor-close-off .add-button {
	background-color: var(--primary-color);
	color: #fff;
	font-weight: 700;
}

#doctor-close-off .modal-body {
	text-align: left;
}

#doctor-close-off .date-range {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#doctor-close-off .date-range > div {
	width: 48%;
}

#doctor-close-off .date-range .date-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#doctor-close-off .date-range .date {
	width: 70%;
	margin-right: 5px;
	position: relative;
}

#doctor-close-off .time {
	width: 30%;
}

#doctor-close-off .label {
	font-weight: 700;
	margin: 15px 0 10px;
}

#doctor-close-off .date {
	position: relative;
}

#doctor-close-off .doctor {
	display: inline-block;
	margin: 0 15px 10px 0;
}

#doctor-close-off .doctor-handler {
	display: inline-block;
	margin-right: 15px;
	color: var(--primary-color);
}

#doctor-close-off .doctor-handler:hover {
	cursor: pointer;
	text-decoration: underline;
}

#doctor-close-off .new-close-off {
	padding: 10px 5px;
	background-color: #eee;
	margin-top: 15px;
}

#doctor-close-off .new-close-off > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#doctor-close-off .new-close-off .label {
	margin-top: 0;
}

#doctor-close-off .new-close-off input {
	width: 75%;
}

#doctor-close-off .new-close-off .custom-button {
	width: 23%;
}

#screening .screening,
#screening-v2 .screening {
	background-color: #eee;
	padding: 10px;
	border-radius: 4px;
	margin-top: 15px;
}

#screening .screening .buttons,
#screening-v2 .screening .buttons {
	display: flex;
}

#screening .screening .custom-button,
#screening-v2 .screening .custom-button {
	width: 150px;
	height: 30px;
	border-radius: 4px;
	margin-left: 10px;
}

#screening .screening .datas,
#screening-v2 .screening .datas {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-bottom: 10px; */
}

/* #screening .content,
#screening-v2 .content {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
} */

#screening .screening .datas > p,
#screening-v2 .screening .datas > p {
	margin-bottom: 0;
}

#screening .screening .name,
#screening-v2 .screening .name {
	font-weight: 700;
}

#screening .screening-element,
#screeningv2 .screening-element {
	margin-bottom: 5px;
}

#screening .delete,
#screening-v2 .delete {
	width: 30px;
	height: 30px;
	margin-left: 10px;
}

#screening .delete:hover,
#screening-v2 .delete:hover {
	cursor: pointer;
}

#screening .delete path,
#screening-v2 .delete path {
	fill: rgb(198, 17, 17);
}

#screening #new-screening,
#screening-v2 #new-screening {
	margin: 0 auto 15px;
}

#screening .update-button,
#screening .expand-button,
#screening .reservation-button,
#screening-v2 .update-button,
#screening-v2 .expand-button,
#screening-v2 .reservation-button {
	max-width: 100px;
}

#patient-evaluation .q-row {
	display: flex;
	align-items: center;
}

#patient-evaluation .time {
	width: 75px;
	margin-right: 10px;
	margin-left: 20px;
}

#patient-evaluation .doctor {
	margin-bottom: 5px;
}

#patient-evaluation .buttons {
	display: flex;
	justify-content: space-evenly;
}

#patient-evaluation .label {
	margin-bottom: 5px;
	font-weight: 700;
}

#patient-evaluation .info {
	margin-bottom: 5px;
}

#patient-evaluation .question {
	background-color: #eee;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 20px;
}

#patient-evaluation .question .label {
	width: 200px;
}

#patient-evaluation .qh-row {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

#patient-evaluation .require-check-row {
	margin-bottom: 20px;
}

#patient-evaluation .qh-row:last-child {
	margin-bottom: 0;
}

#patient-evaluation .actions {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

#patient-evaluation .action {
	display: inline-block;
	margin: 0 10px;
	padding: 5px;
}

#patient-evaluation .action:hover {
	cursor: pointer;
	text-decoration: underline;
}

#patient-evaluation .action i {
	margin-right: 5px;
}

#patient-evaluation .action {
	color: var(--primary-color);
}

#patient-evaluation .action.delete {
	color: red;
}

#patient-evaluation .link {
	color: var(--primary-color);
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px;
}

#patient-evaluation .link:hover {
	cursor: pointer;
	text-decoration: underline;
}

#patient-evaluation .question:first-child .action.move-up,
#patient-evaluation .question:last-child .action.move-down {
	color: #ccc;
	pointer-events: none;
}

#patient-evaluations .custom-button {
	margin: 0 auto 20px;
}

#coord-table .row-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

#coord-table .row-container input {
	width: 200px;
	margin: 0 15px;
}

#coord-table .input-container {
	position: relative;
}

#developer .token-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 3px;
}

#developer .token-row.new {
	background-color: rgba(179, 255, 160, 0.209);
}

#developer .token-row .token-data .btn {
	margin-left: 15px;
}

#developer #new-token {
	margin: 20px auto 0;
	display: block;
}
#new-daktela-token {
	margin: 20px auto 0;
	display: block;
}
#new-comnica-token {
	margin: 20px auto 0;
	display: block;
}
#developer .token-row:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

#developer .token-row .valid span,
#developer .token-row .token {
	font-weight: 700;
}

#developer .section-header {
	margin-bottom: 20px;
}
#daktela {
	margin-bottom: 25px;
}
#comnica {
	margin-bottom: 25px;
}
.api-description {
	margin-left: 10px;
}
.token-row {
	flex-direction: row;
}

@media only screen and (max-width: 1290px) {
	.token-row {
		flex-direction: column;
		width: 100%;
		justify-content: space-between;
	}
	.token {
		width: 100%;
		overflow-x: scroll;
		margin-bottom: 10px;
	}
	.token-data {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}
}

#developer .sub-header {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
	background-color: #eee;
	padding: 5px;
}

#developer .web-api-document-container {
	padding: 20px 10px;
	background-color: #a1cdfd86;
	border-radius: 4px;
	margin-bottom: 10px;
}
.interested_cc {
	font-style: italic;
	font-size: 14px;
}

#developer .web-api-document-container p {
	margin-bottom: 0;
	font-size: 18px;
}

#developer .web-api-document-container.legacy p {
	margin-bottom: 0;
	font-size: 16px;
}

#developer .web-api-document-container i {
	font-size: 28px;
	margin-right: 10px;
}

#developer .web-api-document-container.legacy i {
	font-size: 22px;
	margin-right: 10px;
}
/* 
Reszponzív
*/

@media (min-width: 1200px) {
	.wide-modal .modal-dialog {
		max-width: 1150px;
	}
}

@media only screen and (max-width: 1199px) {
	.doctor-datas {
		max-width: 310px;
	}

	#edit-doctors .doctor-datas {
		max-width: none;
		margin-left: 20px;
		justify-content: space-between;
	}

	#edit-doctors .custom-button {
		height: 35px;
	}

	.wide-modal .modal-dialog {
		max-width: 80%;
	}
}

.dropdown-menu.show:not(#modifyCalendarModal .dropdown-menu.show) {
	max-width: 100%;
}

@media only screen and (max-width: 991px) {
	header nav a {
		font-size: 14px;
		padding: 20px 10px;
	}

	.custom-card {
		font-size: 14px;
	}

	.header-logo {
		height: 35px;
	}

	header nav {
		display: none;
	}

	header .container {
		display: flex;
		justify-content: space-between;
	}

	header .container i {
		font-size: 24px;
		color: rgb(105, 105, 105);
		padding: 20px;
		margin-right: -20px;
	}

	.user-data-col p {
		display: flex;
		flex-direction: column;
	}

	.list-profile-picture {
		width: 100px;
		height: 100px;
	}

	.doctor-datas {
		max-width: none;
		margin-right: 10px;
	}

	.search-card .closest-available {
		width: 100%;
		margin-top: 10px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.search-card .details-col {
		width: 100%;
		margin-left: 0;
	}

	.search-card .details {
		text-align: center;
	}

	.cancel-buttons .custom-button {
		margin-left: 10px;
	}

	/* .search-card-data-col {
        display: flex;
        flex-direction: column;
    }

    .search-card-mobile-view {
        display: flex;
    } */
}

@media only screen and (max-width: 767px) {
	.help-button.desktop,
	.academy-button.desktop {
		display: none;
	}

	#new-doctor .not-found {
		text-align: center;
	}

	#search main,
	#traffic main,
	#callcenter main,
	#callcenter-beta main,
	#search-doctor main,
	#partner-send main {
		padding-bottom: 150px;
	}

	#search .footer,
	#callcenter .footer,
	#callcenter-beta .footer,
	#partner-send .footer,
	#traffic .footer,
	#search-doctor .footer {
		margin-bottom: 50px;
	}

	.input-header {
		font-size: 14px;
	}

	#login input:not([type='checkbox']) {
		width: 100%;
	}

	.user-data-col p {
		width: 50%;
	}

	/* #user-appointments .custom-button {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    } */

	.search-card {
		padding: 20px 20px;
		flex-direction: column;
	}

	#edit-doctors .search-card {
		flex-direction: row;
	}

	#edit-doctors .top-row {
		margin-bottom: 0;
	}

	#edit-doctors .doctor-datas {
		margin-left: 0;
	}

	#edit-doctors .custom-button {
		margin-top: 10px;
	}

	.search-card .closest-available {
		width: 100%;
	}

	.doctor-datas {
		flex-grow: 1;
		/* flex-direction: row; */
	}

	.doctor-datas p {
		margin-bottom: 0;
	}

	.list-profile-picture {
		/* margin-right: auto;
        margin-left: auto; */
		width: 80px;
		height: 80px;
	}

	.top-row {
		margin-bottom: 20px;
		display: flex;
		align-items: center;
	}

	.search-card .doctor-name {
		margin-bottom: 0;
	}

	.cancel-buttons {
		justify-content: space-evenly;
	}

	.search-card .closest-available p.price {
		margin-bottom: 0;
		margin-top: 20px;
	}

	#reservation-summary .custom-card p:not(.price),
	#patient-summary .custom-card p:not(.price) {
		display: flex;
		flex-direction: column;
	}

	#reservation-summary .custom-card p span,
	#patient-summary .custom-card p span {
		margin-left: 0;
	}

	.search-card .closest-available {
		flex-direction: column;
		align-items: flex-start;
	}

	#user-appointments .search-card .closest-available > div:first-child {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.search-card .closest-available p.price {
		margin-top: 0;
	}

	.search-card .closest-available p {
		margin-bottom: 0;
	}

	.search-card .closest-available .cancel-buttons {
		margin-top: 20px;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
	}

	.search-card .closest-available .cancel-buttons .custom-button {
		margin-bottom: 0;
		margin-right: 30px;
	}

	.search-card .closest-available .cancel-buttons .details {
		margin-left: auto;
		/* margin-right: 20px; */
	}

	#edit-doctors .flex-break {
		display: none;
	}

	#search main {
		padding-top: 20px;
	}

	#callcenter main,
	#callcenter-beta main,
	#partner-send main {
		padding-top: 20px;
	}

	#search .cards {
		margin-left: 0px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 575px) {
	main {
		min-height: calc(100vh - 60px);
		padding-top: 10px;
	}

	header {
		height: 60px;
	}

	header .container {
		height: 60px;
	}

	.top-new-reservation {
		top: 60px;
	}

	/* #calendar .custom-card {
        padding: 10px 0;
    } */

	#user-datas input,
	#patient-datas input,
	#reservation-summary input {
		margin-bottom: 20px;
	}

	#user-datas .input-header,
	#patient-datas .input-header,
	#reservation-summary .input-header,
	#patient-summary .input-header {
		text-align: center;
	}

	.user-data-col p {
		width: 100%;
		flex-direction: row;
	}

	.user-data-col p span {
		margin-left: 20px;
	}

	.other-data-row .col {
		margin-bottom: 20px;
	}

	.list-profile-picture {
		margin-right: 20px;
	}

	#reservation-summary .custom-card p:not(.price),
	#patient-summary .custom-card p:not(.price) {
		display: block;
	}

	#reservation-summary .custom-card p span,
	#patient-summary .custom-card p span {
		margin-left: 5px;
	}

	#user-appointments .search-card .closest-available > div:not(.cancel-buttons) {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.search-card .closest-available .cancel-buttons {
		/* flex-direction: column; */
		/* align-items: center; */
		justify-content: center;
	}

	.search-card .closest-available .cancel-buttons .custom-button {
		margin-right: 0;
		margin-bottom: 10px;
		/* width: 300px; */
	}

	.search-card .closest-available .cancel-buttons .details {
		margin-left: 0;
	}

	#user-appointments .search-card .closest-available > div:not(.cancel-buttons).details-col {
		align-items: center;
		margin-top: 20px;
	}

	main {
		padding-bottom: 100px;
	}

	.reset-filters {
		text-align: center;
	}

	#user-datas .row,
	#reservation-summary,
	#reservation-summary .other-patient-datas-input .row #patient-summary,
	#patient-summary .other-patient-datas-input .row {
		margin-bottom: 0;
	}

	#user-datas input,
	#reservation-summary input {
		margin-bottom: 0;
	}

	#user-datas #datas .col,
	.other-patient-datas-input .col {
		margin-bottom: 20px;
	}

	#edit-doctors .custom-button {
		width: 200px;
	}

	#edit-doctors .search-card {
		flex-wrap: wrap;
	}

	#edit-doctors .flex-break {
		display: block;
		flex-basis: 100%;
		height: 0;
	}

	#edit-doctors .doctor-datas {
		justify-content: center;
	}

	#edit-doctors .custom-button {
		margin-left: auto;
		margin-right: auto;
		margin-top: 10;
	}

	#edit-doctors .search-row {
		flex-direction: column;
		align-items: flex-start;
	}

	#edit-doctors .search-row .input-header {
		margin-bottom: 10px;
		margin-top: 20px;
	}

	#edit-doctors .bootstrap-select {
		width: 100%;
	}

	.menu-items {
		width: 55%;
	}

	.select-box {
		width: 180px;
		height: 180px;
		margin-bottom: 20px;
	}

	.select-box img {
		width: 65px;
		height: 74px;
	}

	.select-box.edit-doctors {
		margin-top: 0;
	}

	.range-row {
		flex-direction: column;
		align-items: center;
	}

	.range-row select {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
		max-width: none;
	}

	.range-row .custom-button {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	#settings .password,
	#settings .password-2,
	#settings .current-password {
		width: auto;
		flex-grow: 1;
	}
}

@media only screen and (max-width: 400px) {
	.cancel-buttons {
		justify-content: space-between;
	}
}

.files-container {
	margin-top: 35px;
	text-align: center;
}

.files-container .files-text {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.files-container .files .file-item {
	margin-bottom: 35px;
}

.files-container .files .file-item .file-item-name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: var(--primary-color);
	margin-right: 15px;
}

.files-container .files .file-item .file-item-name,
.files-container .files .file-item .file-item-file {
	display: inline-block;
}

.files-container .files .file-item .file-item-name .custom-tooltip {
	margin-left: 5px !important;
	padding: 0 !important;
}

.files-container .files .file-item .file-item-file input {
	width: auto !important;
	border-bottom: 0 !important;
}

.files-container .files .file-item .file-item-checkbox input,
.file-item-patient-checkbox input {
	width: auto !important;
	border-bottom: 0 !important;
	margin-right: 5px !important;
}

.files-container .files .file-item .file-item-checkbox {
	/* text-align: left !important; */
	/* align-items: left !important; */
	/* justify-content: left !important; */
	margin-bottom: 0 !important;
	margin-top: 10px !important;
	display: block !important;
}

.file-item-patient-checkbox {
	margin-top: 10px !important;
	margin-bottom: 25px !important;
	font-size: 16px !important;
}

.files-container .files .file-item .file-item-error {
	color: #dc3545;
	font-weight: bold;
	margin-top: 6px;
}

#speciality-settings #files-container #files,
#lab-settings #files-container #files {
}

#speciality-settings #files-container #files .file-item,
#screening-settings #files-container #files .file-item,
#screening-settings-v2 #files-container #files .file-item,
#lab-settings #files-container #files .file-item {
	border: 1px solid #ced4da;
	padding: 10px;
	margin-bottom: 15px;
}

#speciality-settings #files-container #files .file-item-remove,
#screening-settings #files-container #files .file-item-remove,
#screening-settings-v2 #files-container #files .file-item-remove,
#lab-settings #files-container #files .file-item-remove {
	float: right;
	margin-top: -5px;
	padding-bottom: 5px;
	color: #dc3545;
	cursor: pointer;
}

#speciality-settings #files-container #add-new-file,
#screening-settings #files-container #add-new-file,
#screening-settings-v2 #files-container #add-new-file,
#lab-settings #files-container #add-new-file {
	margin-top: -15px;
}

#fileModal .modal-body {
	text-align: left;
}

#fileModal .custom-button {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#lab-items .institution-row .custom-button {
	margin-left: 30px;
}

#lab-items .institution-row {
	justify-content: space-between;
}

#lab-items .section-header {
	margin-bottom: 10px;
	width: 100%;
}

#lab-items #items input {
	text-align: right;
	margin-right: 3px;
}

#lab-items #items .input-container {
	display: flex;
	align-items: center;
}

#lab-items .custom-button#save {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#lab-items .form-row.lab-item {
	width: 50%;
	padding: 10px 30px;
	align-items: center;
	border-bottom: 1px solid #eee;
}

#lab-items .form-row.lab-item .col.switch-col {
	margin-bottom: 10px;
	margin-top: 10px;
}

.switch-col .custom-switch:hover {
	cursor: pointer;
}

#lab-items .form-row.lab-item.disabled {
	opacity: 0.5;
}

/* .lab-item-inner {
    display: flex;
    align-items: center;
    width: 100%;
} */

#lab-items .form-row.lab-item .col {
	margin-bottom: 0px;
}

#lab-items .form-row.lab-item .col p {
	margin-bottom: 0;
}

#lab-items #items {
	display: flex;
	flex-wrap: wrap;
}

.search-item-row {
	margin-top: 20px;
}

.search-item-row .input-container {
	display: flex;
	align-items: center;
}

.search-item-row span.search-title {
	font-weight: 700;
	margin-right: 20px;
}

#lab-items .font-container {
	padding: 5px;
	margin-left: 30px;
	display: flex;
	align-items: center;
}

#lab-items .font-container .fa {
	margin-right: 10px;
}

#lab-items .font-container:hover {
	cursor: pointer;
}

.google-calendar-btn {
	border: 1px solid lightgrey;
}

.google-calendar-btn img {
	width: 16px;
	margin-right: 5px;
	margin-top: -5px;
}

#appointments table.dataTable tbody td {
	width: auto !important;
	min-width: 100px !important;
	white-space: normal !important;
	word-break: break-word !important;
	vertical-align: middle;
}

#appointments .filters th::before,
#appointments .filters th::after {
	display: none;
}

#appointments .filters th input {
	width: 100%;
}

#appointments .buttons-columnVisibility {
	color: #fff;
	box-shadow: none;
	background-image: none;
	background-color: red;
	padding: 4px 10px;
}

#appointments .buttons-columnVisibility span {
	font-size: 14px;
}

#appointments .buttons-columnVisibility.active {
	background-color: var(--primary-color);
}

#modifyModal .modal-head {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
}

#modifyModal .button-container {
	display: flex;
	justify-content: space-around;
}

#modifyModal .button-container a:hover,
#modifyModal .button-container a:active,
#modifyModal .button-container a:focus {
	color: #fff;
}

#modifyModal .medio-calendar .mc-loader-container {
	width: 100% !important;
	top: 50% !important;
}

#speciality-settings .en-label {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 16px;
	align-items: center;
}

#speciality-settings .en-main-label {
	display: flex;
	flex-direction: row;
	margin-bottom: 16px;
	align-items: center;
}

#speciality-settings .en-label-text {
	font-weight: 600;
}

#speciality-settings .flag,
#screening-settings-v2 .flag,
#doctor .flag,
#institution-settings .flag,
#notifications .flag,
#multi-speciality-settings .flag {
	width: 20px;
	margin-right: 5px;
}

#notifications .email-english-header {
	margin: 20px 0 10px;
	padding: 10px 5px;
	background-color: rgb(205, 226, 255);
}

.lngWrapper {
	position: absolute;
	top: 23px;
	right: 244px;
	color: #ffffff;
	cursor: pointer;
}

.qrWrapper {
	position: absolute;
	top: 23px;
	/* right: 446px; */
	right: 546px;
	cursor: pointer;
}

.languageSwitcher {
	margin-left: 5px;
}

.lngSelector {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 30px;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	line-height: normal !important;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	border-radius: 4px;
	/* justify-content: center; */
	/* align-items: center; */
	cursor: pointer;
}

.selected-lng {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.selected-lng span {
	margin: 0 5px;
}

.languageSwitcher img,
.lngSelector img {
	width: 20px;
	height: 20px;
}

.lng-select {
	margin-top: 10px;
}

.lng-select span {
	padding: 5px;
	margin-right: 10px;
	cursor: pointer;
}

.lng-selected {
	/* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%); */
	background-color: rgb(210, 208, 208);
	border-radius: 0.25rem;
}

#log .control,
#log-v2 .control {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

#log .control .panel,
#log-v2 .control .panel {
	width: 24%;
	position: relative;
}

#log .custom-button,
#log-v2 .custom-button {
	margin: 0 auto;
}

#log .changed-data-container,
#log-v2 .changed-data-container {
	padding: 5px;
	background-color: #f9f9f9;
	border-radius: 3px;
	margin: 3px 0 20px;
}

#log .changed-data-container .channel-specialization,
#log-v2 .changed-data-container .channel-specialization {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 5px;
}

#log .changed-data-container .non-reservable #log-v2 .changed-data-container .non-reservable {
	color: red;
	display: inline-block;
	margin: 0 3px;
}

#log .changed-data-container .reservable,
#log-v2 .changed-data-container .reservable {
	color: green;
	display: inline-block;
	margin: 0 3px;
}

#log .changed-data-container .old,
#log-v2 .changed-data-container .old {
	color: red;
}

#log .changed-data-container .new,
#log-v2 .changed-data-container .new {
	color: green;
}

#log #log-rows table,
#log-v2 #log-rows table {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#log #log-rows table thead,
#log-v2 #log-rows table thead {
	background-color: #ccc;
}

#log #log-rows table th,
#log-v2 #log-rows table th {
	padding: 10px 20px;
	border: 1px solid #aaa;
	font-weight: 700;
}

#log #log-rows table tbody tr,
#log-v2 #log-rows table tbody tr {
	background-color: #fff;
}

#log #log-rows table tbody tr:nth-child(2n),
#log-v2 #log-rows table tbody tr:nth-child(2n) {
	background-color: #eee;
}

#log #log-rows table td,
#log-v2 #log-rows table td {
	padding: 10px 20px;
	border: 1px solid #aaa;
}

#log-v2 #log-rows table td {
	text-align: start;
	vertical-align: top;
}

#log-v2 #log-rows table td p {
	margin: 0;
}

#log #log-rows .channel-table td:first-child,
#log-v2 #log-rows .channel-table td:first-child {
	width: 50%;
}

#log #log-rows .add-or-remove-element.added,
#log-v2 #log-rows .add-or-remove-element.added {
	color: green;
	font-weight: 700;
}

#log #log-rows .add-or-remove-element.removed,
#log-v2 #log-rows .add-or-remove-element.removed {
	color: red;
	font-weight: 700;
}

#log .log-row,
#log-v2 .log-row {
	padding: 10px;
	margin-bottom: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#log .log-row span,
#log-v2 .log-row span {
	display: inline-block;
	margin-right: 10px;
}

#log .log-row.delete,
#log-v2 .log-row.delete {
	background-color: rgba(255, 62, 62, 0.579);
}

#log .log-row.insert,
#log-v2 .log-row.insert {
	background-color: rgba(62, 255, 126, 0.529);
}

#log .log-row.update,
#log-v2 .log-row.update {
	background-color: rgba(255, 191, 40, 0.545);
}

#log .log-row .date,
#log-v2 .log-row .date {
	font-weight: 700;
}

#speciality-names .specializations {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	columns: 2;
}

#speciality-names .specialization {
	width: 48%;
	margin-bottom: 10px;
}

#speciality-names .specialization-name {
	margin-bottom: 5px;
	font-weight: 700;
}

#speciality-names #search {
	margin-bottom: 20px;
}

#speciality-names #save {
	margin: 0 auto;
}

.app-main .a-header-wrapper,
.display-settings .a-header-wrapper,
#printer-settings .a-header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 12px;
}

.app-main .a-header-wrapper .custom-button,
.display-settings .a-header-wrapper .custom-button,
#printer-settings .a-header-wrapper .custom-button {
	width: 200px;
}

.app-main .a-header-text,
.display-settings .a-header-text,
#printer-settings .a-header-text {
	color: rgb(28, 28, 28);
	font-weight: 700;
	padding: 10px 0px;
	font-size: 1.1rem;
	margin-bottom: 0;
}

.app-main .a-counter-title,
.display-settings .a-counter-title,
#printer-settings .a-counter-title {
	color: var(--primary-color);
	padding: 0 0px;
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 0;
}

.app-main .a-counter-title span,
.display-settings .a-counter-title span,
#printer-settings .a-counter-title span {
	color: rgb(28, 28, 28);
	padding: 10px 0px;
	font-weight: 700;
	font-size: 1.2rem;
}

.app-main .a-counter-search,
.display-settings .a-counter-search,
#printer-settings .a-counter-search {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.app-main .a-search,
.display-settings .a-search {
	display: flex;
	align-items: center;
}

.app-main .a-search p,
.display-settings .a-search p {
	margin-bottom: 0;
	padding-right: 5px;
}

.a-admin-help {
	margin-top: 10px;
}

.app-main .a-help-title,
.display-settings .a-help-title,
#self-checkin .a-help-title {
	color: rgb(28, 28, 28);
	font-weight: 700;
	padding: 0;
	font-size: 1rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

.app-main .a-help-text,
.display-settings .a-help-text,
#self-checkin .a-help-text {
	color: #ff0000;
	font-weight: 600;
	padding: 0;
	font-size: 1rem;
	margin-bottom: 0;
}

.app-main .a-table-outer,
.display-settings .a-table-outer,
#printing-settings .a-table-outer {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #c4c4c4;
}

.app-main .a-table-header,
.display-settings .a-table-header,
#printing-settings .a-table-header {
	background-color: #dee2e6;
	height: 50px;
	border-bottom: 1px solid #c4c4c4;
	display: flex;
}

.a-table-header .a-header {
	border-right: 1px solid #c4c4c4;
	display: flex;
	align-items: center;

	/* margin-left: 16px; */
}

.a-table-header .a-header p {
	margin: 0;
	margin-left: 16px;
	font-weight: 600;
}

.a-table-outer .flex-2 {
	flex: 2;
}

.a-table-outer .flex-1 {
	flex: 1;
}

.a-table-data ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.a-table-data .a-data-row {
	display: flex;
	height: 50px;
	border-top: 1px solid #c4c4c4;
}

.a-table-data .a-data {
	border-right: 1px solid #c4c4c4;
	display: flex;
	align-items: center;
	/* padding-left: 16px; */
}

.a-table-data .a-data p {
	margin: 0;
	margin-left: 16px;
}

.a-check-wrapper {
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.a-check-wrapper p {
	margin: 0;
}

.a-center {
	justify-content: center;
}

.a-center p {
	margin: 0 !important;
}

.app-main .modal-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.app-main .modal-body p {
	font-weight: 600;
	font-size: 1.1rem;
	width: 300px;
}

.app-main .a-counter-filter-wrapper {
	display: flex;
	align-items: center;
}

.app-main .a-counter-filter-wrapper {
	display: flex;
	align-items: center;
}

.a-counter-filter-wrapper .a-filter-wrapper p {
	margin: 0 0 0 2rem;
	font-weight: 600;
	font-size: 0.9rem;
}

.a-counter-filter-wrapper .a-filter-wrapper span {
	text-transform: uppercase;
	color: var(--primary-color);
	text-decoration: underline;
	cursor: pointer;
}

.a-btn-container {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;

	width: 100%;
}

.a-small-btn {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
}

.a-small-btn span {
	text-align: center;
	color: white;
	font-size: 12px;
}

.a-edit {
	background-color: var(--primary-color);
}

.a-delete {
	background-color: #f29191;
}

.a-slider-image {
	height: 40px;
	width: 100px;
	border-radius: 5px;
	object-fit: contain;
}

.a-add-new-row {
	height: 50px;
	border: 1px solid #c4c4c4;
	border-top: 0;
	background-color: #dee2e6;
}

.a-add-new-row {
	display: flex;
	align-items: center;
}

.a-add-new-wrapper {
	display: flex;
	align-items: center;
	margin-left: 16px;
	cursor: pointer;
}

.a-add-new-wrapper span {
	margin-left: 0.5rem;
	font-weight: 600;
	color: var(--text-grey);
}

#app-sliders .modal-body,
#app-blogs .modal-body,
#display-settings .modal-body {
	display: block;
	width: 100%;
	text-align: left;
}

#app-sliders .modal-body p,
#app-blogs .modal-body p,
#display-settings .modal-body p {
	font-weight: 600;
	text-align: left;
	font-size: 1rem;
	margin-bottom: 0.5rem;
	width: auto;
}

.a-input-row {
	margin-bottom: 1rem;
}

.a-editor-save-btn {
	margin: 0 auto;
}

.a-editor-btn-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.a-image-upload-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.a-upload-input-row {
	display: flex;
}

.a-upload-btn {
	height: 38px;
	background-color: #e9ecef;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	border-radius: 0.25rem;
	margin-left: 0.5rem;
	cursor: pointer;
	border: 1px solid #ced4da;
}

.a-upload-btn span {
	font-weight: 600;
}

.a-preview-image {
	height: 100px;
	width: 250px;
	border-radius: 5px;
	object-fit: contain;
}

#preview-container {
	width: 250px;
}

#app-sliders #limitModal .modal-body {
	display: flex;
	justify-content: center;
}

#app-sliders #limitModal .modal-body p {
	margin-bottom: 1rem;
}

.a-date-row {
	width: 30%;
}

.a-date-btn {
	height: 38px;
	background-color: #e9ecef;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.25rem;
	margin-left: 0.5rem;
	cursor: pointer;
	border: 1px solid #ced4da;
	width: 45px;
}

.a-calendar-icon {
	font-size: 26px;
}

#app-blogs .a-preview-image {
	height: 100px;
	width: 100px;
	border-radius: 5px;
}

#app-blogs #preview-container {
	width: 100px;
}

#app-blogs .a-blog-image {
	height: 40px;
	width: 40px;
	border-radius: 5px;
}

.a-info-main {
	display: flex;
	margin-top: 2rem;
}

.a-info-block {
	flex: 1;
}

.a-info-title {
	text-align: center;
	font-size: 1.1rem;
}

.a-info-input-wrapper {
	margin: 2rem;
}

.a-input-label {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
/* css loader */

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #0a0a0a;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #0a0a0a transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#patients #patient-list {
	height: 80vh;
}
.pencil-btn {
	border: 1px solid #ced4da;
	height: 38px;
	min-width: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	cursor: pointer;
}

.fake-top-scroll-container {
	width: 100%;
	overflow-x: scroll;
	overflow-y: auto;
}

.fake-top-scroll-container div {
	font-size: 1px;
	line-height: 1px;
}

.bootstrap-select .dropdown-menu li.disabled {
	display: none;
}

#data-groups #add-new-data-group {
	margin: 0 auto;
}

#data-group #data-table-data-group {
	text-align: center;
}

#data-group-name-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

#data-group-name {
	font-size: 24px;
}

#patient-summary .modal-info {
	font-weight: 700;
}

#patient-summary .modal-body span {
	font-weight: 400;
}

#patient-summary .reservation-button,
#patient-summary .bank-transfer-button {
	border: none;
}

#patient-summary .reservation-button:focus,
#patient-summary .reservation-button:active,
#patient-summary .bank-transfer-button:focus,
#patient-summary .bank-transfer-button:active {
	outline: none;
}

#patient-summary .reservation-button:disabled,
#patient-summary .reservation-button[disabled],
#patient-summary .bank-transfer-button:disabled,
#patient-summary .bank-transfer-button[disabled] {
	cursor: not-allowed;
	pointer-events: all !important;
	transform: none;
}

.patient-search-switch {
	position: absolute !important;
	/* right: 740px; */
	right: 840px;
	top: 20px;
}
.patient-search-switch-sidebar {
	display: none;
}

.patient-search-switch-label {
	width: 0 !important;
}

.custom-switch.custom-switch-md .custom-control-label {
	padding-left: 0;
	padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
	height: 1.5rem;
	width: calc(2rem + 0.75rem);
	border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
	width: calc(1.5rem - 4px);
	height: calc(1.5rem - 4px);
	border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
	transform: translateX(calc(1.5rem - 0.25rem));
}

.languages-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	color: #495057;
}

.languages-container img {
	width: 25px;
}

.filter-option-inner-inner {
	display: flex;
	gap: 4px;
}
.lng-image-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	/* justify-content: space-between; */
}

.lng-image-wrapper span {
	margin-left: 5px;
}
.password-toggle {
	position: relative;
}

.password-toggle input[type='password'] {
	padding-right: 30px;
}

.password-toggle .fa-eye,
.password-toggle .fa-eye-slash {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	cursor: pointer;
}

.edit-icon-wrapper,
.delete-icon-wrapper,
.print-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	cursor: pointer;
}

.edit-icon-wrapper i,
.delete-icon-wrapper i,
.print-icon-wrapper {
	font-size: 15px;
	color: #ffffff;
}

.print-icon-wrapper {
	background-color: var(--primary-color);
}

.print-icon-wrapper:hover {
	background-color: #1f7fcc;
}

.edit-icon-wrapper {
	background-color: #ffde6a;
}

.edit-icon-wrapper:hover {
	background-color: #e5c75f;
}

.delete-icon-wrapper {
	background-color: #f29191;
}

.delete-icon-wrapper:hover {
	background-color: #d98282;
}

.table-signing-desk-password-toggle {
	cursor: pointer;
}

#navbar-search-sidebar {
	display: none;
}

.patient-search-checkbox {
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}
.changebox {
	display: none;
}
.checkbox-text {
	font-size: 14px;
	margin-left: 5px;
	color: #8391a0;
}

.new-qualification-search {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #4b4b4b;
}

.new-qualification-search-helper {
	margin-top: 4px;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	color: #495057;
}

@media only screen and (max-width: 1400px) {
	.navbar-custom .custom-control {
		display: none;
	}
	.custom-control-sidebar.patient-search-switch {
		display: block;
		position: relative;
	}
	#navbar-search {
		display: none;
	}
	#navbar-search-sidebar {
		display: inline-block;
		width: 220px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.patient-search-switch-sidebar {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}
	.changebox {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
body.enlarged #navbar-search-sidebar {
	display: none;
}

body.enlarged #nav-help {
	display: none;
}

body.enlarged .changebox {
	display: none;
}

@media only screen and (max-width: 1100px) {
	#nav-help {
		display: block;
	}
	.help-button.desktop,
	.academy-button.desktop {
		display: none;
	}
}

@media only screen and (max-width: 700px) {
	#main-institution-select-container.desktop {
		display: none !important;
	}

	#main-institution-select-container.mobile {
		display: list-item;
		width: 80%;
		margin: 0 auto;
		height: auto;
	}
}

.display-settings tr td,
.display-settings tr th {
	font-size: 14px !important;
}

#add-new-device-modal .data-row {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

#add-new-device-modal p {
	margin: 0;
	text-align: left;
}

.modal-tab {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	cursor: pointer;
}

.modal-tab span {
	font-size: 18px;
}

.tab-selected {
	background-color: #2f9df8;
}

.tab-selected span {
	font-weight: bold;
	color: white;
}

#sms-body-container {
	display: flex;
	flex-direction: column;
}

body.enlarged > #institution-url-mobile {
	display: none;
}

#sidebar-menu > #institution-url-mobile {
	display: none;
}

@media only screen and (max-width: 700px) {
	#sidebar-menu > #institution-url-mobile {
		display: block;
	}
}

.checkinDisplayRow {
	display: flex;
	margin-top: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #0000001f;
}

.checkin-row-title {
	margin-bottom: 16px;
	font-weight: bold;
}

.guide {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 7px;
	border-radius: 6px;
	padding: 16px 24px 16px 24px;
	margin-top: 16px;
}

.guide-info {
	background: rgba(219, 234, 254, 0.7);
	border-left: 7px solid #3b82f6;
}

.guide-info-text {
	color: #3b82f6;
}

.guide-success {
	background: rgba(228, 248, 240, 0.7);
	border-left: 7px solid #1ea97c;
}

.guide-success-text {
	color: #1ea97c;
}

.guide-warning {
	background: rgba(255, 242, 226, 0.7);
	border-left: 7px solid #cc8925;
}

.guide-warning-text {
	color: #cc8925;
}

.guide-error {
	background: rgba(255, 231, 230, 0.7);
	border-left: 7px solid #ff5757;
}

.guide-error-text {
	color: #ff5757;
}

.guide-title {
	font-size: 16px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.guide-title-container:hover {
	cursor: pointer;
}

.guide-content {
	display: none;
}

.guide.active .guide-content {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.guide-text {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.display-settings-guide-title {
	font-weight: bold;
	font-size: 16px;
	margin: 4px 0;
}

.simplepay-patient-summary-mobile {
	display: none;
}

.simplepay-patient-summary {
	height: 30px;
}

.tv-display-link {
	color: #212529;
	text-decoration: none;
}

.tv-display-link:hover {
	color: #2f9df8;
}

.sign-on-tab-username-input-container {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.medirex-doctor-nav {
	width: 99%;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.medirex-doctor-menu {
	flex: 1;
	padding-top: 1rem;
	display: flex;
	justify-content: center;
	border-bottom: 3px solid white;
	padding-bottom: 1rem;
	font-weight: bold;
	cursor: pointer;
	color: #4b4b4b;
	background-color: rgba(248, 249, 250, 1);
}

.medirex-doctor-menu.active {
	border-bottom: 3px solid #2f9df8;
	color: #2f9df8;
	background-color: white;
}
.medirex-doctor-menu.disabled {
	opacity: 0.5;
	pointer-events: none;
}
.show-icon {
	cursor: pointer;
	margin-left: 0.5rem;
}

.medirex-card {
	background-color: white;
	/* border-radius: 16px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1); */
	height: calc(100vh - 70px);
}

#consultation-settings-iframe {
	height: calc(100vh - 245px);
	border-width: 0;
}

.smtp-password-toggle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
}

.export-excel-button {
	margin-right: 1rem;
	border-radius: 0.25rem !important;
}

.selectpicker:disabled + .custom-select {
	background: #e9ecef;
	color: #495057;
	pointer-events: none;
}

.ps-btn {
	background-color: transparent;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	font-weight: 500;
	border-radius: 4px;
	padding: 0.5rem;
}

.ps-btn:hover {
	border: 1px solid #1f7fcc;
	color: #1f7fcc;
}

.ps-btn2 {
	background-color: var(--primary-color);
	border: none;
	color: white;
	font-weight: 500;
	border-radius: 4px;
	padding: 0.5rem;
}

.ps-btn2:hover {
	background-color: #1f7fcc;
}

#printing-settings .ps-section-title {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
}

#printing-settings .template-image {
	width: 192px;
	height: 258px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

#printing-settings .image-wrapper {
	position: relative;
	cursor: pointer;
}

#printing-settings .image-enlarge {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}

#printing-settings .selected-image {
	border: 2px solid var(--primary-color);
}

#printing-settings #template-container {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}

#printing-settings .printer-info-block {
	background-color: rgba(255, 244, 229, 1);
	border-radius: 4px;
	display: flex;
	padding: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.disabled-option {
	pointer-events: none !important;
	color: #999999 !important;
}

.medirex-doctor-select {
	flex: 1 !important;
}

@media screen and (max-width: 800px) {
	.simplepay-patient-summary-mobile {
		display: flex;
		height: 30px;
		margin-top: 16px;
	}

	.simplepay-patient-summary {
		display: none;
	}
}
