/* /Components/Layout/MainLayout.razor.rz.scp.css */
[b-tkeh7mjm8y] .dxbl-drawer-left.dxbl-drawer-open.dxbl-drawer.dxbl-drawer-shrink>.dxbl-drawer-panel {
    border-right: 0 !important;    
}
[b-tkeh7mjm8y] .dxbl-drawer>.dxbl-drawer-panel>.dxbl-drawer-body {
    padding: 0 0.5rem 0 0;
}

.main[b-tkeh7mjm8y] {
    padding: 0.5rem; 
}
/* /Components/Modules/Mod20/M20Booking.razor.rz.scp.css */
.book-header[b-tyii2x1mfh] {
	background-color: var(--nbo-background-color);
	border: 1px solid var(--bs-border-color-translucent);
	border-radius: 8px;
	display: flex;
	padding: 0.3rem;
}
	.small-size .book-header > label[b-tyii2x1mfh] {
		font-size: 0.8rem;
		padding-left: 0.5rem;
		padding-right: 1rem;
		padding-top: 0.1rem;
	}
	.medium-size .book-header > label[b-tyii2x1mfh] {
		font-size: 0.93rem;
		padding-left: 0.5rem;
		padding-right: 1rem;
		padding-top: 0.2rem;
	}
	.large-size .book-header > label[b-tyii2x1mfh] {
		font-size: 1.02rem;
		padding-left: 0.5rem;
		padding-right: 1rem;
		padding-top: 0.2rem;
	}

[b-tyii2x1mfh] .cb {
	width: 368px;
}
[b-tyii2x1mfh] .cbBtn {
	margin-left: 5px;
}

.box-container[b-tyii2x1mfh] {
	overflow: hidden;
	height: 100% !important;
	margin-left: .5rem !important;
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}

	.box-container .status-container[b-tyii2x1mfh] {
		width: 100% !important;
		height: 6px;
		position: absolute;
	}
		.box-container .status-container .item[b-tyii2x1mfh] {
			border-radius: 0;
			margin: 0;
		}
/* /Components/Modules/Mod20/M20Venue.razor.rz.scp.css */
.tabdetail[b-c7vvz6q8vx] {
  padding-top: 10px;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login[b-5lgnqyg7ok] {
	margin: 0 auto;
	background-color: var(--nbo-background-color);
}
	.login .card-large[b-5lgnqyg7ok] {
		width: 50vh
	}

	.login .card-medium[b-5lgnqyg7ok] {
		width: 60%
	}

	.login .card-small[b-5lgnqyg7ok] {
		width: 100%
	}

.title[b-5lgnqyg7ok] {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 0.625rem;
}

	.title h3[b-5lgnqyg7ok] {
		font-weight: 700;
		font-size: 1.75rem;
		letter-spacing: 0.125em;
	}

img[b-5lgnqyg7ok] {
	width: 20%;
	margin-bottom: 7px;
}
/* /Components/Pages/NboHome.razor.rz.scp.css */
.logomain[b-zgq2kqs9o3] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

	.logomain > img[b-zgq2kqs9o3] {
		width: 30%;
		height: 60%;
		opacity: 20%;
	}

[b-zgq2kqs9o3] .dxbl-active > .dxbl-text > .dxbl-tabs-text-overflow {
	font-weight: bolder;
}

[b-zgq2kqs9o3] .dxbl-tabs .dxbl-tabs-content-panel {
	width: 100%;
	height: 96%;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* /Components/Shared/CommandToolbar.razor.rz.scp.css */
.command-header[b-g9dc0gz915] {
	background-color: var(--nbo-background-color);
	border: 1px solid var(--bs-border-color-translucent);
	border-radius: 3px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: 3px;
}
/* /Components/Shared/Header.razor.rz.scp.css */
.header[b-marpsxd1l1] {
	padding: 0;
}
	.header .header-content[b-marpsxd1l1] {
		background-color: var(--nbo-background-color);
		border: 1px solid var(--bs-border-color-translucent);
		border-radius: 8px;
		display: flex;
		padding: 0.3rem;
	}

.header-user[b-marpsxd1l1] {
	display: flex;
	align-items: center;
	cursor: pointer;
}

	.header-user .header-user-label[b-marpsxd1l1] {
		padding: 0.5rem;
	}

.custom-item[b-marpsxd1l1] {
    font-weight: 500;
    margin: 0 0.5rem;
    height: 100%;
}
.small-size .custom-item .title[b-marpsxd1l1] {
    font-size: 1.3rem;
    line-height: 1.3rem;
}

.medium-size .custom-item .title[b-marpsxd1l1] {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 4px;
}

.large-size .custom-item .title[b-marpsxd1l1] {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 3px;
}
/* /Components/Shared/HeaderUser.razor.rz.scp.css */
.user-info[b-9xwmg42h57] {
	width: max-content;
	height: max-content;
}

.display-name[b-9xwmg42h57] {
	font-size: 1.3em;
	font-weight: 500;
	height: 100%;
	display: flex;
	align-items: center;
}

.separator[b-9xwmg42h57] {
	margin: 0;
	color: inherit;
	border: 0;
	border-top: 0.063rem solid;
	opacity: 0.25;
}

.container-user-item[b-9xwmg42h57] {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: 2px solid var(--dxbl-client-component-palette-primary);
	overflow: hidden;
}
/* /Components/Shared/HeaderUserIcon.razor.rz.scp.css */
.header-user-icon[b-m4s3mogkgb] {
	display: flex;
	border: 1px solid var(--dxbl-client-component-palette-primary);
	border-radius: 50%;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

	.header-user-icon:hover[b-m4s3mogkgb] {
		cursor: pointer;
		background-color: var(--bs-link-hover-color);
	}

	.header-user-icon img[b-m4s3mogkgb] {
		max-width: 100%;
	}
/* /Components/Shared/LeftMenu.razor.rz.scp.css */
.lm[b-ug0qz6em6a] {
	background-color: var(--nbo-background-color);
	border: 1px solid var(--bs-border-color-translucent);
	border-radius: 8px;
	padding: 0 0.3rem;
}
	.lm .lm-header[b-ug0qz6em6a] {
		margin: 0 0.5rem;
	}
	.small-size .lm .lm-header[b-ug0qz6em6a] {
		height: 2.7rem;
	}
	.medium-size .lm .lm-header[b-ug0qz6em6a] {
		height: 3rem;
	}
	.large-size .lm .lm-header[b-ug0qz6em6a] {
		height: 3.3rem;
	}
	.small-size .lm .lm-header .logo > img[b-ug0qz6em6a] {
		width: 2rem;
		height: 2rem;
	}
	.medium-size .lm .lm-header .logo > img[b-ug0qz6em6a] {
		width: 2.3rem;
		height: 2.3rem;
	}
	.large-size .lm .lm-header .logo > img[b-ug0qz6em6a] {
		width: 2.6rem;
		height: 2.6rem;
	}

	.lm .lm-header .title[b-ug0qz6em6a] {
		font-weight: 500;
		padding-left: 10px;
		padding-top: 2px;
	}
	.small-size .lm .lm-header .title[b-ug0qz6em6a] {
		font-size: 1.3rem;
		line-height: 1.3rem;
	}	
	.medium-size .lm .lm-header .title[b-ug0qz6em6a] {
		font-size: 1.6rem;
		line-height: 1.6rem;
	}		
	.large-size .lm .lm-header .title[b-ug0qz6em6a] {
		font-size: 2rem;
		line-height: 2rem;
	}	

	.lm .lm-company[b-ug0qz6em6a] {
		margin: 0 0.3rem;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
	}
	.lm .lm-company > span[b-ug0qz6em6a] {
		margin-left: 5px;
		font-weight: 500;
	}
	.small-size .lm .lm-company > span[b-ug0qz6em6a] {
		font-size: 1rem;
	}
	.small-size .lm .lm-company .icon[b-ug0qz6em6a] {
		font-size: 1.3rem;
	}
	.medium-size .lm .lm-company > span[b-ug0qz6em6a] {
		font-size: 1.2rem;
	}
	.medium-size .lm .lm-company .icon[b-ug0qz6em6a] {
		font-size: 1.5rem;
	}
	.large-size .lm .lm-company > span[b-ug0qz6em6a] {
		font-size: 1.4rem;
	}
	.large-size .lm .lm-company .icon[b-ug0qz6em6a] {
		font-size: 1.7rem;
	}

	.large-size .lm .lm-menu[b-ug0qz6em6a] {
		height: calc(100% - 6.8rem);
	}
	.medium-size .lm .lm-menu[b-ug0qz6em6a] {
		height: calc(100% - 6.3rem);
	}
	.small-size .lm .lm-menu[b-ug0qz6em6a] {
		height: calc(100% - 5.7rem);
	}
/* /Components/Shared/NBOGaleriFotoAdmin.razor.rz.scp.css */
.scroll-container[b-dma3k8qe2u] {
  margin-top: 5px;
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
  display: flex;
}

  .scroll-container .image-container[b-dma3k8qe2u] {
    flex: 1;
    position: relative;
  }

    .scroll-container .image-container img[b-dma3k8qe2u] {
      padding: 10px;
    }

    .scroll-container .image-container:hover .image[b-dma3k8qe2u] {
      opacity: 0.3;
    }

    .scroll-container .image-container:hover .middle[b-dma3k8qe2u] {
      opacity: 1;
    }

    .scroll-container .image-container .middle[b-dma3k8qe2u] {
      transition: .5s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center;
    }
/* /Components/Shared/NBONotFound.razor.rz.scp.css */
*[b-q9pr9w00h7],
*[b-q9pr9w00h7]:before,
*[b-q9pr9w00h7]:after {
	box-sizing: content-box;
	transform: translate3d(0, 0, 0);
}

.face[b-q9pr9w00h7] {
	width: 300px;
	height: 300px;
	border: 4px solid #383a41;
	border-radius: 10px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 100px;
}
@media screen and (max-width: 400px) {
	.face[b-q9pr9w00h7] {
		margin-top: 40px;
		transform: scale(0.8);
	}
}
.face .band[b-q9pr9w00h7] {
	width: 350px;
	height: 27px;
	border: 4px solid #383a41;
	border-radius: 5px;
	margin-left: -25px;
	margin-top: 50px;
}
	.face .band .red[b-q9pr9w00h7] {
		height: calc(100% / 2);
		width: 100%;
		background-color: #eb6d6d;
	}

	.face .band .white[b-q9pr9w00h7] {
		height: calc(100% / 2);
		width: 100%;
		background-color: #ffffff;
	}
	.face .band[b-q9pr9w00h7]:before {
		content: "";
		display: inline-block;
		height: 27px;
		width: 30px;
		background-color: rgba(255, 255, 255, 0.3);
		position: absolute;
		z-index: 999;
	}

	.face .band[b-q9pr9w00h7]:after {
		content: "";
		display: inline-block;
		height: 27px;
		width: 30px;
		background-color: rgba(56, 58, 65, 0.3);
		position: absolute;
		z-index: 999;
		right: 0;
		margin-top: -27px;
	}

.face .eyes[b-q9pr9w00h7] {
	width: 128px;
	margin: 0 auto;
	margin-top: 40px;
}
	.face .eyes[b-q9pr9w00h7]:before {
		content: "";
		display: inline-block;
		width: 30px;
		height: 15px;
		border: 7px solid #383a41;
		margin-right: 20px;
		border-top-left-radius: 22px;
		border-top-right-radius: 22px;
		border-bottom: 0;
	}
	.face .eyes[b-q9pr9w00h7]:after {
		content: "";
		display: inline-block;
		width: 30px;
		height: 15px;
		border: 7px solid #383a41;
		margin-left: 20px;
		border-top-left-radius: 22px;
		border-top-right-radius: 22px;
		border-bottom: 0;
	}
.face .dimples[b-q9pr9w00h7] {
	width: 180px;
	margin: 0 auto;
	margin-top: 15px;
}

	.face .dimples[b-q9pr9w00h7]:before {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-right: 80px;
		border-radius: 50%;
		background-color: rgba(235, 109, 109, 0.4);
	}

	.face .dimples[b-q9pr9w00h7]:after {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-left: 80px;
		border-radius: 50%;
		background-color: rgba(235, 109, 109, 0.4);
	}

.face .mouth[b-q9pr9w00h7] {
	width: 40px;
	height: 5px;
	border-radius: 5px;
	background-color: #383a41;
	margin: 0 auto;
	margin-top: 25px;
}

h1[b-q9pr9w00h7] {
	font-weight: 800;
	color: #383a41;
	text-align: center;
	font-size: 2.5em;
	padding-top: 20px;
}

@media screen and (max-width: 400px) {
	h1[b-q9pr9w00h7] {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 2em;
	}
}
/* /Components/Shared/UserProfile.razor.rz.scp.css */
#jpicture-area[b-gyhxufkfza] {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 2px solid var(--dxbl-client-component-palette-primary);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

	#jpicture-area > *[b-gyhxufkfza] {
		pointer-events: none;
	}

	#jpicture-area.dropzone-hover[b-gyhxufkfza] {
		border-style: solid;
	}
