@charset "utf-8";
/* CSS Document */
img {
	width:auto;
	max-width:100%;
}
textarea {
	resize: none;
}
.form-control:focus {
	border:1px solid #ff8e29;
	box-shadow: 0 0 0 0 transparent;
}
.form-select:focus {
	border:1px solid #ff8e29;
	box-shadow: 0 0 0 0 transparent;
}
.form-control {
	border-radius:0px;
}
.main_btn {
	border: 0;
	color: #fff;
	font-size: 16px;
	background-color: #ff9000;
	padding: 8px 20px;
	border-radius:0px;
	position:relative;
}
.main_btn:hover, a:hover.main_btn {
	background-color: #000;
	color: #fff;
	border: 0;
}
/*--------------------------------------------------------------
# color
--------------------------------------------------------------*/
.main_color{
	color: #ff8e29;
}
/*--------------------------------------------------------------
# pagination
--------------------------------------------------------------*/
.pagination {
	justify-content: center;
}
.page-link {
	color: #333;
	border-radius: 50px;
	margin: 0 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	background-color:#d9d9d9;
	border:0;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #ff9000;
	border-color:#ff9000;
}
.page-link:hover {
	color: #fff;
	background-color: #ff9000;
	border-color: #ff9000;
}
.page-link:focus {
	z-index: 3;
	color: #fff;
	background-color: #ff9000;
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.page-item:first-child .page-link {
	border-radius: 50px;
}
.page-item.active .page-link {
	border-radius: 50px;
}
.page-item:last-child .page-link {
	border-radius: 50px;
}
/*--------------------------------------------------------------
# table
--------------------------------------------------------------*/
.table-responsive > .table > tbody > tr > td, .table-responsive > .table > thead > tr > th {
	white-space: nowrap;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
/*--------------------------------------------------------------
# login
--------------------------------------------------------------*/
.css-16edo7i {
	display: flex;
	flex-direction: row;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	min-height: 100vh;
	background-color: rgb(255, 244, 234);
	padding-top: 80px;
	padding-bottom: 80px;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.bi-chevron-down::before {
 font-family: "Font Awesome 6 Free" !important;
 content: '\f078';
 font-weight: 600 !important;
}

/*--------------------------------------------------------------
# calendar
--------------------------------------------------------------*/
.calendar__week, .calendar__header {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}
.calendar__week {
	grid-auto-rows: 100px;
	text-align:center;
}
.calendar__header {
	grid-auto-rows: 50px;
	align-items: center;
	text-align: center;
}
.calendar__day {
	padding: 5px;
}
/* COSMETIC STYLING */
.calendar {
	background-color: white;
	border: 1px solid #e1e1e1;
}
.calendar__header > div {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}
.calendar__day {
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	
}
.calendar__day:last-child {
	/*border-right: 0;*/
}
