/*Same on all pages */

.bg-beige {
	background-color: var(--beige);
}

.bg-green {
	background-color: var(--green);
}

.no_underline {
	text-decoration: none;
}

.setted-text-color {
	color: var(--green);
}

#language-dropdown .dropdown-menu {
	right: auto;
	/* Reset the right positioning */
	left: -100% !important;
	/* Position the dropdown menu to the left */
	top: 100%;
	/* Position the dropdown below the dropdown link */
	min-width: 7.8rem !important;
	/* Adjust the width as needed */
	margin: 0.8rem 0 0 !important;
}

#language-dropdown .dropdown-menu li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#language-dropdown .dropdown-menu li a {
	display: block;
	padding: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Main begin */
/* #main {
	width: fit-content;
	width: 100%;
} */

.swal2-popup {
	font-size: 1.6rem !important;
}

.width-has-sidebar {
	min-width: calc(100% - 300px) !important;
}

.main-button {
	background-color: var(--orange);
	border-radius: 30px;
	border: none;
	padding: 13px;
	color: white;
}

.bg-blue {
	background-color: var(--darker-blue) !important;
}

.bg-darker-blue {
	background-color: var(--light-blue) !important;
}

.header_custom {
	background-color: var(--header) !important;
}

@media (max-width: 767.98px) {
	.header_custom.navbar {
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	}
}

.header_text {
	color: var(--header-text) !important;
}

.footer_custom {
	background-color: var(--footer) !important;
}

.footer_color {
	color: var(--footer) !important;
}

.footer_text {
	color: var(--footer-text) !important;
}


.bg-image {
	background-image: url('../img/above-the-fold.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.bg-image-building {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}


.badges-on-image {
	position: absolute;
	top: 10px;
	right: 10px;
	background: blue;
	color: white;
	padding: 3px 10px;
	border-radius: 25px;
}

.badges-on-image2 {
	position: absolute;
	top: 10px;
	right: 110px;
	background: black;
	color: white;
	padding: 3px 10px;
	border-radius: 25px;
}

.badges-on-image3 {
	position: absolute;
	top: 10px;
	right: 10px;
	background: orchid;
	color: white;
	padding: 3px 10px;
	border-radius: 25px;
}



/* Main end */

/* Rooms begin */

.orange-border {
	border-bottom: 1px solid;
	color: var(--orange) !important;
}

.orange {
	color: var(--orange) !important;
}

.orange-button-border {
	border: 1px solid;
	border-color: var(--orange) !important;
}

.price-list .price {
	display: flex;
	flex-direction: column;
}

.price-list .price small {
	font-size: 12px;
}


/* Rooms ends */

/* Specific room begin */



.bg-orange {
	background-color: #F2D2BD;
}

.customcontainer {
	padding-right: 1px;
	padding-left: 1px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.customcontainer {
		width: 760px;
	}
}

@media (min-width: 992px) {
	.customcontainer {
		width: 980px;
	}
}

@media (min-width: 1400px) {
	.customcontainer {
		width: 1370px;
	}
}

.customcard {
	padding-right: 1px;
	padding-left: 1px;
	margin-right: auto;
	margin-left: auto;
}

.blocktext {
	text-align: center;
	display: inline-block;
	text-align: left;
}

.resize {
	width: 100%;
	height: auto;
}

.resize2 {
	width: 150px;
	height: auto;
}

.resize3 {
	width: 100%;
	height: auto;
}

.mapouter {
	position: relative;
	text-align: right;
	width: 100%;
	height: 239px;
}

.gmap_canvas {
	overflow: hidden;
	background: none !important;
	width: 100%;
	height: 239px;
}

.gmap_iframe {
	height: 239px !important;
}

.footballcard_img {
	height: 300px;
	width: 500px;
}


.center {
	height: 400px;
	position: relative;
}

.center_p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bg-oldyellow {
	background-color: var(--light-green-yellow) !important;
}

.bg-yellow {
	background-color: var(--yellow) !important;
}

.front-page-beige {
	background-color: var(--front-page-beige);
}

/* Spesific room end */

.card-image-height {
	height: 200px;
}

.card-image-height-250 {
	height: 250px;
	object-fit: cover;
}

.card-image-height-100 {
	height: 100%;
	object-fit: cover;
	max-height: 280px;
}

.card-image-height-280 {
	height: 280px;
	object-fit: cover;
}

#button-go-to-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0.5);

	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
}

#button-go-to-top:hover {
	background-color: #555;
}

.image_with_badge_container {
	display: inline-block;
	/* keeps the img with the badge if the img is forced to a new line */
	position: relative;
	margin-top: 5px;
}

.badge-on-image {
	position: absolute;
	top: 2px;
	/* position where you want it */
	right: 2px;
	padding: 3px 6px;
	background: rgba(0, 0, 0, 0.1)
}

/* NOTIFICATIONS */

.toggle-link {
	cursor: pointer;
}

.toggle-link.active {
	font-weight: bold;
	/* Change this color to your preferred active text color */
}

.icon {
	fill: var(--parnu-blue);
	color: var(--parnu-blue)
}

.notifications {
	display: none;
}

.incoming-show {
	display: block;
}

.d-flex-min {
	min-width: 0
}

@media print {

	/* hide elements you don't want to print */
	.navbar,
	.header,
	.footer {
		display: none;
	}

	/* any other print-specific styling you want */
	body {
		font-size: 12pt;
	}
}

.container-relative {
	position: relative;
}

.margin-minus-100 {
	margin-bottom: -100px;
}


.fixed-width {
	width: 300px;
}


@media (max-width: 990px) {
	.below-container-max {
		margin-top: 50px !important;
	}
}



@media (min-width: 1207px) {
	.below-container-min {
		margin-top: 130px !important;
	}
}


.name-container {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: color-mix(in srgb, var(--orange), transparent 25%);
	z-index: 1;
}

.name-container h1 {
	color: #fff;
	/* Adjust as needed */
	z-index: 2;
}

iframe#calendar_section {
	width: 100% !important;
}

.card-width {
	width: 200px;
}

.icon-color {
	color: var(--parnu-blue);
}

@media (max-width: 416px) {
	.icon-container-max {
		justify-content: end;
	}
}

@media (min-width: 415px) {
	.icon-container-min {
		display: flex;
		justify-content: end;
	}
}

.icon-with-text {
	text-align: center;
	margin-left: 15px;
}

.icon-label {
	display: block;
	font-size: 12px;
}

.fc .fc-button-group {
	position: relative;
	display: inline-flex;
	padding-bottom: 1px;
	vertical-align: middle;
}

.fc .fc-toolbar.fc-header-toolbar {
	padding-bottom: 1.5em;
	background-color: var(--body-background);
	margin-bottom: 0 !important;
}

.album .fc .fc-header-toolbar {
	padding-bottom: 1.5em;
	background-color: var(--main-and-search-background);
	margin-bottom: 0 !important;
}

.fc-resourceTimeGridDay-view thead th:last-child {
	border-top-right-radius: 20px !important;
}

.fc-resourceTimeline-view tbody tr:last-child td:last-child {
	border-bottom-right-radius: 0px !important;
}

.fc-resourceTimeline-view tbody tbody tr:last-child td {
	border-bottom-left-radius: 20px !important;
}

.fc-resourceTimeline-view tbody tr:first-child td:last-child {
	border-right: none !important;
}

.fc-resourceTimeline-view tbody tbody tbody tr:last-child td {
	border-bottom-right-radius: 20px !important;
}

.fc-timeline-header {
	background: #fff;
	border-top-right-radius: 20px !important;
}

.fc-datagrid-header {
	background: #fff;
	border-top-left-radius: 20px !important;
}


.fc-resourceTimelineWeek-view tbody tr:last-child td:last-child {
	border-bottom-right-radius: 0px !important;
}

.fc-resourceTimelineWeek-view tbody tbody tr:last-child td {
	border-bottom-left-radius: 20px !important;
}

.fc-dayGridMonth-view tbody tbody tr:last-child td:first-child {
	border-bottom-left-radius: 20px !important;
}

.badge-empty {
	display: inline-block;
	width: 15px;
	/* Adjust the size of the badge */
	height: 15px;
	/* Adjust the size of the badge */
	border-radius: 0.25rem;
	text-indent: -9999px;
	/* Hides any text */
	vertical-align: baseline;
}

.active-link {
	font-weight: bold;
}

.locked-feature {


	pointer-events: none;
	/* Disables the ability to click or interact */
}


.sidebar-link span {
	flex-grow: 1;
}

.lock-color {
	color: #9e9e9e !important;
}

@media (max-width: 374px) {
	.body2.d-flex {
		flex-direction: column;
		align-items: start !important;
	}
}

@media print {

	header,
	footer,
	.footer_custom,
	.print-none,
	.page-sidebar,
	.fc-header-toolbar .fc-toolbar-chunk:first-child,
	.fc-header-toolbar .fc-toolbar-chunk:last-child {
		display: none !important;
	}

	.fc-scrollgrid {
		border-radius: 0 !important;
	}

	.page-content {
		margin: 0 !important;
	}

	body,
	.fc-toolbar,
	.print-area {
		background-color: #fff !important;
	}
}


.text-in-link-button {
	border-radius: 2px;
	background-color: var(--orange);
	padding: 10px;
	color: white;
	border: 1px solid;
}