/*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;
}

.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);
}

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

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

.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);
}

.icon-container {
    display: flex;
    justify-content: end; 
}

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

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


