﻿
:root {
	--outer-border-color: #0a93b1;
	/* scheduler */
	--rz-scheduler-background-color: var(--background-body);
	/* scheduler */
}



/*scrollbar*/



/* This will target the scrollbar track */
::-webkit-scrollbar-track {
	background: var(--background-body);
	z-index: -1;
}

/* This will target the scrollbar handle */
::-webkit-scrollbar-thumb {
	background: var(--background-sidebar);
	border-radius: 10px;
	z-index: -1;
}

/* This will target the scrollbar itself */
::-webkit-scrollbar {
	width: 12px; /* Adjust the width of the scrollbar as needed */
	z-index: -1;
}

/*scrollbar*/


.outer-border {
	padding: 2px;
	background: var(--outer-border-color);
	border-radius: 4px;
}

html, body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: var(--text-color-primary);
	font-size: 0.9rem;
}

a, .btn-link {
	color: #0366d6;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.content {
	padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}



.PopUpModal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.6), 0px 0px 50px rgba(0, 0, 0, 1);
	background: var(--background-body);
	z-index: 3;
	border-radius: 20px;
	align-items: center;
}


.modal-header {
	padding: 0px 10px;
}

.close-popUp-button {
	padding: 0rem 1rem;
	font-size: 2rem;
	cursor: pointer;
}

	.close-popUp-button:hover {
		background: #0a93b1;
		opacity: 1;
	}




.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}




/*scheduler*/
.rz-button {
	/*    background: var(--background-body)*/
}

.rz-colorpicker {
	padding: 0 !important;
}

/*scheduler*/


.im-app-text-Input {
	background: var(--background-input);
}


/*titilium web*/

.titillium-web-extralight {
	font-family: "Titillium Web", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.titillium-web-light {
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.titillium-web-regular {
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.titillium-web-semibold {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.titillium-web-bold {
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.titillium-web-black {
	font-family: "Titillium Web", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.titillium-web-extralight-italic {
	font-family: "Titillium Web", sans-serif;
	font-weight: 200;
	font-style: italic;
}

.titillium-web-light-italic {
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.titillium-web-regular-italic {
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.titillium-web-semibold-italic {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.titillium-web-bold-italic {
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	font-style: italic;
}
