*,
::after,
::before {
	box-sizing: border-box;
}

body #holiday {
	margin: 0;
	font-family: sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: black;
	text-align: left;
	max-width: 1400px;
	margin-right: auto;
	margin-left: 17% !important;
}

/* NAV */

#holiday .holiday-nav {
	gap: 20px;
	padding: 8px;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
#holiday .holiday-nav li {
	width: 25%;
}
#holiday .holiday-nav li button {
	width: 100%;
	background-color: white;
	border-radius: 6px;
	padding: 6px;
	border: 1px solid black;
}

/* Calendar buttons*/

#holiday .calendar-buttons {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 0.5rem;
	padding: 3px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.calendar-buttons .nav-control {
	display: flex;
	gap: 80px;
}

#holiday .calendar-buttons .card-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	background-color: white;
	border: none;
	justify-content: end;
}

#holiday .calendar-buttons .nav-btns {
	display: flex;
	justify-content: end;
	padding: 4px 8px 0 0;
}

#holiday .card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

#holiday .book-timeoff,
#holiday .manage {
	padding-top: 4px;
}

/* BODY STYLING */

#holiday .container {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	max-width: none !important;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #f3fcff;
	border-radius: 5px;
}

/* @media (max-width: 1400px) {
    #holiday .container {
        flex-direction: column;
    }
} */

#holiday .calendar,
#holiday .admin {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	min-width: 80%;
}

#holiday table {
	border-collapse: collapse;
}

#holiday .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#holiday .table tr td.bg-day {
	padding: 0;
}

#holiday .table td:nth-of-type(6),
#holiday .table td:nth-of-type(7),
#holiday .table td:nth-of-type(6) .circle,
#holiday .table td:nth-of-type(7) .circle {
	background-color: rgb(250 249 249);
}

#holiday .table thead th {
	padding: 0 0.7rem 0.5rem 0.5rem;
}

#holiday .table thead th {
	vertical-align: bottom;
	text-align: center;
	border: none;
	text-align: right;
	font-weight: 300;
}

#holiday .table-bordered thead td,
#holiday .table-bordered thead th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#holiday tbody tr td {
	min-width: 100px;
	font-size: 12px;
	vertical-align: top;
	width: 20%;
	cursor: pointer;
}

#holiday .table #calendar-body tr td.is-active {
	box-shadow: inset 0 0 0 1px #46b450;
}

#holiday tbody tr td:hover:not(.is-active) {
	box-shadow: inset 0 0 0 1px #c9fdcd;
}

#holiday tbody .bg-empty {
	background-color: white;
	border: none;
}

#holiday .table .bank-holiday {
	box-shadow: inset 0 0 0 2px #fde9cd;
}

#holiday tbody div.circle {
	float: right;
	background-color: transparent;
	border-radius: 100px;
	width: 26px;
	height: 26px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#holiday tbody p {
	font-size: 15px;
	margin: 0;
}

#holiday tbody p.day {
	font-weight: 600;
	user-select: none;
}

#holiday tbody p.bh {
	font-weight: 400;
	font-size: 13px;
	background-color: #fde9cd;
	padding: 1px 8px;
	border-radius: 5px;
	margin: 2px 0 0 2px;
	user-select: none;
	white-space: nowrap;
}

#holiday tbody .bg-day > div:first-child {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 0.3rem;
	padding-bottom: 0;
}

#holiday tbody .prev-month p.day {
	color: #9c9c9c;
}

#holiday tbody .prev-month.bg-day {
	opacity: 0.3;
}

#holiday tbody .circle.today {
	background-color: #46b450;
	color: white;
}

#holiday tbody .bg-bankhol {
	background-color: rgb(221, 250, 255);
}

#holiday tbody .today.bg-bankhol {
	background-color: rgb(218, 255, 188);
	font-weight: 600;
}

#holiday tr td .cell-body {
	display: block;
	height: auto;
}

#holiday td .cell-body .cell-row.hidden {
	display: none;
}
#holiday td .cell-body .cell-row {
	position: relative;
	display: block;
	height: 20px;
	line-height: 20px;
	margin-top: 4px;
}

#holiday td .cell-body .cell-row .cal-event {
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	right: 0;
	display: block;
	width: calc(100% + 1px);
	border: 3px solid transparent;
}

#holiday td .cell-row .cal-event.is-start-date {
	margin-left: 10px;
	width: calc(100% - 9px);
}

#holiday td .cell-row .cal-event.is-end-date {
	margin-right: 10px;
	width: calc(100% - 10px);
}

#holiday td .cell-row .cal-event.is-single-day {
	margin: 0 10px;
	width: calc(100% - 20px);
}

#holiday td .cell-row .cal-event span.cal-event-initials {
	position: absolute;
	left: -3px;
	top: -10px;
	display: inline-block;
	z-index: 1;
	border-radius: 8px;
	height: 20px;
	padding: 4px;
	font-weight: bold;
	font-weight: bold;
	font-weight: bold;
	font-size: 14px;
	line-height: 12px;
	background-color: white;
}

#holiday td .cell-row .cal-event span.cal-event-end {
	position: absolute;
	top: -8px;
	right: -3px;
	display: inline-block;
	height: 16px;
	border-radius: 3px;
	border: 2px solid transparent;
}

#holiday td .cell-row .cal-event span.cal-event-single {
	position: absolute;
	top: -8px;
	right: -3px;
	display: inline-block;
	height: 16px;
	border-radius: 3px;
	border: 2px solid transparent;
}

#holiday .table tr td.bg-day:first-child {
	border-left: none;
}
#holiday .table tr td.bg-day:last-child {
	border-right: none;
}

#holiday .table tr:last-child td.bg-day {
	border-bottom: none;
}

#holiday #calendar-body tr td .cell-body .cell-row.opt-0 .cal-event,
#holiday #calendar-body tr td .cell-body .cell-row.opt-0 .cal-event span.cal-event-end {
	border-color: #810ca8;
	color: #810ca8;
}

#holiday #calendar-body tr td .cell-body .cell-row.opt-1 .cal-event,
#holiday #calendar-body tr td .cell-body .cell-row.opt-1 .cal-event span.cal-event-end {
	border-color: #0f3460;
	color: #0f3460;
}

#holiday #calendar-body tr td .cell-body .cell-row.opt-2 .cal-event,
#holiday #calendar-body tr td .cell-body .cell-row.opt-2 .cal-event span.cal-event-end {
	border-color: #03c988;
	color: #03c988;
}

/* CALENDER BUTTONS */

#holiday .form-inline {
	display: flex;
	align-items: center;
	flex-direction: row;
}

#holiday .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.25rem 0.4rem;
	margin-left: 3px;
	font-size: 1rem;
	line-height: 1;
	border-radius: 0.25rem;
	height: calc(2rem + 2px);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#holiday .btn:focus,
.btn:hover {
	text-decoration: none;
}

#holiday .btn-outline-primary {
	color: #46b450;
	background-color: transparent;
	background-image: none;
	border-color: #46b450;
}

#holiday .btn-outline-primary:hover {
	color: #fff;
	background-color: #46b450;
	border-color: #46b450;
}

#holiday .btn.btn-outline-primary:focus {
	box-shadow: none;
}

#holiday .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

#holiday .lead {
	font-size: 1rem;
	font-weight: 300;
}

#holiday .calendar-buttons .form-inline label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px 9px 4px 0;
}

#holiday #holiday .form-control {
	display: block;
	width: 100%;
	padding: 0.25rem 0.75rem;
	font-size: 1rem;
	line-height: 1;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 576px) {
	#holiday .form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
}

#holiday select.form-control:not([size]):not([multiple]) {
	height: calc(2rem + 2px);
}

#holiday .date-picker {
	padding: 0;
	justify-content: end;
	padding-right: 8px;
}

#holiday .date-picker .form-control {
	padding: 0.375rem 0.4rem;
}

/* Elements */

#holiday h1,
h2,
h3,
h4,
h5 h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

#holiday h3 {
	font-size: 1.5rem;
	font-weight: 300;
}

#holiday h3 span {
	font-weight: 700;
}

#holiday button {
	border-radius: 0;
}

#holiday button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

#holiday button,
input {
	overflow: visible;
}

#holiday button,
#holiday select {
	text-transform: none;
}

#holiday [type='reset'],
#holiday [type='submit'],
#holiday button,
#holiday html [type='button'] {
	-webkit-appearance: button;
}

#holiday form {
	display: block;
	margin-top: 0em;
}

#holiday label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

/* BOOKING MODAL */

#holiday .booking-container {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	pointer-events: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	will-change: transform, opacity;
	transform: scale(1.15);
	transition: transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

#holiday .booking-container.visible {
	pointer-events: auto;
	opacity: 1;
	transform: scale(1);
	transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

#holiday.manage .calendar,
#holiday.manage .booking-container,
#holiday .admin {
	display: none;
}

#holiday.manage .admin {
	display: block;
	position: relative;
}

#holiday .booking-container .booking {
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	margin: 0 auto;
	padding: 1.5rem;
	position: relative;
}

#holiday .booking-container .booking .close {
	position: absolute;
	right: 24px;
	top: 10px;
	width: 18px;
	height: 18px;
	opacity: 0.5;
	cursor: pointer;
}

#holiday .booking-container .booking .close:hover {
	opacity: 1;
}

#holiday .booking-container .booking .close:before,
.close:after {
	position: absolute;
	left: 20px;
	content: ' ';
	height: 22px;
	width: 2px;
	background-color: #333;
}

#holiday .booking-container .booking .close:before {
	transform: rotate(45deg);
}

#holiday .booking-container .booking .close:after {
	transform: rotate(-45deg);
}

#holiday .booking-container .booking h2 {
	text-align: center;
	margin-bottom: 1.5rem;
}

#holiday .booking-container .booking input[type='date'] {
	padding: 6px;
	font-size: 20px;
	width: 100%;
}

#holiday .booking-container .booking .dates {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 12px;
}

#holiday .booking-container .booking .date-control {
	position: relative;
	margin: 1rem 0;
	width: 100%;
}

#holiday .booking-container .booking .notes {
	position: relative;
	margin-bottom: 1rem;
}

#holiday .booking-container .booking .notes input {
	width: 100%;
	font-size: 20px;
	padding: 6px;
}

#holiday .booking-container .booking label {
	text-transform: uppercase;
	margin: 0;
	background-color: white;
	display: block;
	position: absolute;
	padding: 2px 5px;
	top: -10px;
	left: 10px;
	font-size: 0.7rem;
}

#holiday .booking-container #booking-type {
	margin-bottom: 1rem;
}

#holiday .booking-container .booking .flex-center {
	display: flex;
	justify-content: center;
}

#holiday .booking-container .booking .btn.submit {
	display: inline;
	color: white;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 35px;
	border-style: solid;
	border-width: 1px;
	border-color: #46b450;
	border-radius: 45px;
	background-color: #46b450;
	font-size: 16px;
	white-space: nowrap;
	height: 100%;
}

#holiday .booking-container .booking .btn.submit:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #46b450;
	background-color: #fff;
	color: #46b450;
}

/**/
#holiday .edit-booking {
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	margin: 0 auto;
	padding: 1.5rem;
	position: relative;
	position: fixed;
	top: 10%;
}

#holiday .edit-booking .close {
	position: absolute;
	right: 24px;
	top: 10px;
	width: 18px;
	height: 18px;
	opacity: 0.5;
	cursor: pointer;
}

#holiday .edit-booking .close:hover {
	opacity: 1;
}

#holiday .edit-booking .close:before,
.close:after {
	position: absolute;
	left: 20px;
	content: ' ';
	height: 22px;
	width: 2px;
	background-color: #333;
}

#holiday .edit-booking .close:before {
	transform: rotate(45deg);
}

#holiday .edit-booking .close:after {
	transform: rotate(-45deg);
}

#holiday .edit-booking h2 {
	text-align: center;
	margin-bottom: 1.5rem;
}

#holiday .edit-booking input[type='date'] {
	padding: 6px;
	font-size: 20px;
	width: 100%;
}

#holiday .edit-booking .dates {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 12px;
}

#holiday .edit-booking .date-control {
	position: relative;
	margin: 1rem 0;
	width: 100%;
}

#holiday .edit-booking .notes {
	position: relative;
	margin-bottom: 1rem;
}

#holiday .edit-booking .notes input {
	width: 100%;
	font-size: 20px;
	padding: 6px;
}

#holiday .edit-booking label {
	text-transform: uppercase;
	margin: 0;
	background-color: white;
	display: block;
	position: absolute;
	padding: 2px 5px;
	top: -10px;
	left: 10px;
	font-size: 0.7rem;
}

#holiday .booking-container #booking-type {
	margin-bottom: 1rem;
}

#holiday .edit-booking .flex-center {
	display: flex;
	justify-content: center;
}

#holiday .edit-booking .btn.submit {
	display: inline;
	color: white;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 35px;
	border-style: solid;
	border-width: 1px;
	border-color: #46b450;
	border-radius: 45px;
	background-color: #46b450;
	font-size: 16px;
	white-space: nowrap;
	height: 100%;
}

#holiday .edit-booking .btn.submit:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #46b450;
	background-color: #fff;
	color: #46b450;
}

#holiday .admin-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#holiday .admin-nav-item {
	width: 100%;
	background-color: lightgray;
	cursor: pointer;
}

#holiday .admin-nav-item.selected {
	width: 100%;
	background-color: white;
}

#holiday .admin-nav-item.selected h3 {
	font-weight: 600;
}

#holiday .admin-nav-item h3 {
	text-align: center;
	margin: 0;
	padding: 0.75rem;
}

#holiday .tab.selected {
	display: block;
}

#holiday .tab {
	display: none;
}

#holiday .list-days {
	padding: 0 1rem 1rem 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#holiday .list-days h3.title {
	margin: 1rem;
}

#holiday .list-days ul {
	list-style: none;
	margin: 0 0 2rem 1rem;
	padding: 0;
	gap: 1rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

#holiday .list-days li {
	width: calc(100% - 2rem);
	padding: 1rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 1rem;
	transform: scale(1);
	background-color: white;
}

#holiday .list-days .info li {
	width: calc(20% - 2rem);
}

#holiday .list-days li p {
	margin-bottom: 0;
}

#holiday .list-days li:hover {
	cursor: pointer;
	transform: scale(1.015);
	border-color: #46b450;
	transition: transform 0.2s cubic-bezier(0.465, 0.183, 0.153, 0.946), border-color 0.5s;
}

#holiday .list-days .allowance h3.title {
	margin-left: 0;
}

#holiday .list-days .flex {
	display: flex;
	flex-direction: row;
}

#holiday .list-days .allowance {
	width: 33%;
}
#holiday .list-days .allowance .container {
	padding: 1rem;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.5rem;
}

#holiday .list-days .allowance .container h3.startdate {
	margin-bottom: 0;
}

#holiday .list-days .allowance .container p.startdate {
	padding-bottom: 1rem;
	font-size: 14px;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#holiday .list-days .allowance .container .total {
	background-color: rgb(241, 241, 241);
	padding: 1rem;
	border-radius: 0.5rem;
	font-size: 13px;
	font-weight: 700;
}

#holiday .list-days .allowance .flex-row {
	display: flex;
	flex-direction: row;
}

#holiday .list-days .allowance .accrued-info {
	padding: 1rem;
	justify-content: space-evenly;
}
#holiday .list-days .allowance .accrued-info p {
	padding: 0;
	margin: 0;
	text-align: center;
}

#holiday .list-days .allowance .accrued-info > div > p {
	font-size: 30px;
	font-weight: 700;
}
#holiday .list-days .allowance .accrued-info > div > div > p {
	font-size: 13px;
	font-weight: 700;
}

#holiday .list-days .allowance .container .total p {
	margin-bottom: 0.5rem;
}

#holiday .list-days .allowance .container .total p:last-child {
	font-size: 16px;
	margin-bottom: 0;
}

#holiday .days-off {
	font-size: 14px;
}

#holiday .days-off li p:first-of-type {
	font-size: 18px;
}

#holiday .days-off li p:last-of-type {
	font-weight: 700;
}

#holiday .manage-me .days-off li p span {
	display: none;
}

#holiday .days-off.past {
	margin-top: 1rem;
}

/* on the self page, only reveal the x-button for pending requests */
#holiday .manage-me .leave-breakdown .x-btn,
#holiday .manage-manage .leave-breakdown .x-btn {
	display: none;
}

#holiday .manage-me .leave-breakdown .pending .x-btn,
#holiday .manage-manage .leave-breakdown .pending .x-btn,
#holiday .manage-me .leave-breakdown .future .x-btn,
#holiday .manage-manage .leave-breakdown .future .x-btn {
	display: block;
}

#holiday .list-days > div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
}

#holiday .manage-manage.list-days > div {
	flex-direction: column;
}

#holiday .list-days .leave-breakdown {
	width: 66%;
}
#holiday .list-days > div > .pending {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#holiday button.x-btn {
	border-radius: 50%;
	padding: 0.5em;
	width: 30px;
	height: 30px;
	border: 2px solid lightgray;
	color: lightgray;
	background-color: white;
	position: absolute;
	right: -11px;
	top: -11px;
}

#holiday button.x-btn:focus-visible {
	border-color: lightgray;
}

#holiday button.x-btn:hover {
	color: #ffffff;
	border-color: #46b450;
}

#holiday button.x-btn::before {
	content: ' ';
	position: absolute;
	display: block;
	background-color: lightgrey;
	width: 2px;
	left: 12px;
	top: 5px;
	bottom: 5px;
	transform: rotate(45deg);
}

#holiday button.x-btn::after {
	content: ' ';
	position: absolute;
	display: block;
	background-color: lightgrey;
	height: 2px;
	top: 12px;
	left: 5px;
	right: 5px;
	transform: rotate(45deg);
}

#holiday button.x-btn:hover::before,
#holiday button.x-btn:hover::after {
	background-color: #46b450;
	outline: none;
}

/* manage */
.list-days .pending-approval {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* This week*/
#holiday .this-week {
	padding: 1rem;
	position: relative;
	background-color: #f3fcff;
}
#holiday .this-week > p {
	top: 0.6rem;
	right: 1rem;
	font-size: 12px;
	position: absolute;
}

#holiday .italics {
	font-style: italic;
	font-size: 14px;
}

#holiday .this-week .bubble-message {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.5rem;
	padding: 1rem;
	font-size: 20px;
	background-color: white;
	margin-bottom: 0;
}

#holiday .this-week h4 {
	font-size: 16px;
	font-weight: 600;
}
/* UTILS */

#holiday .mt-1 {
	margin-top: 3rem;
}

#holiday .mt-3 {
	margin-top: 3rem;
}

#holiday .mt-5 {
	margin-top: 3rem;
}

#holiday .mb-1 {
	margin-bottom: 3rem;
}

#holiday .mb-3 {
	margin-bottom: 3rem;
}

#holiday .mb-5 {
	margin-bottom: 3rem;
}

#calendar .weekday-mobile,
.cal-event-mobile {
	display: none;
}
@media (max-width: 767px) {
	#holiday .calendar-buttons {
		flex-direction: column;
	}
	#holiday .form-inline.date-picker {
		flex-wrap: nowrap;
		order: 3;
		width: 100%;
		justify-content: start;
		padding-right: 0;
	}
	#holiday .calendar-buttons .form-inline label {
		text-wrap: nowrap;
	}
	#holiday .nav-control {
		padding: 0 1rem;
		flex-wrap: wrap;
	}
	#holiday #book-timeoff {
		margin-left: 0;
	}
	#holiday .calendar-buttons {
		border-bottom: none;
	}
	#holiday .calendar-buttons .nav-btns {
		margin-left: auto;
		padding-right: 0;
	}

	body #holiday {
		max-width: none;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	#calendar table,
	#calendar thead,
	#calendar tbody,
	#calendar th,
	#calendar td,
	#calendar tr {
		display: block;
	}

	tbody#calendar-body {
		overflow-x: hidden;
	}

	#calendar .weekday-mobile {
		display: block;
		font-size: 15px;
		font-weight: 600;
	}
	#holiday tbody .bg-day > div:first-child {
		flex-direction: row;
		justify-content: initial;
		align-items: center;
	}
	#holiday tbody p.bh {
		margin-left: auto;
	}

	#holiday .table tr td.bg-day.prev-month,
	#holiday td .cell-body .cell-row .cal-event {
		display: none;
	}

	#holiday .table td:nth-of-type(6) .cell-body,
	#holiday .table td:nth-of-type(7) .cell-body,
	#holiday .cal-event {
		display: none;
	}

	#holiday .table td:nth-of-type(6) > div:first-child,
	#holiday .table td:nth-of-type(7) > div:first-child {
		position: relative;
	}

	#holiday .table td:nth-of-type(6) > div:first-child:before,
	#holiday .table td:nth-of-type(7) > div:first-child:before {
		/* border-bottom: none; */
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 0;
		opacity: 0.1;
		height: 100%;
		width: 100%;
		background: repeating-linear-gradient(-45deg, white, white 2px, #c4ccd4 2px, #c4ccd4 4px);
	}
	#holiday tbody .bg-day > div:first-child {
		padding: 0;
		/* border-bottom: 1px solid #dee2e6; */
	}

	#holiday tbody tr td {
		width: 100%;
	}
	.calendar-buttons .nav-control {
		gap: 12px;
	}

	.table-bordered td,
	.table-bordered th {
		border: none;
	}
	.table td,
	.table th {
		border-top: 1px solid #dee2e6;
	}

	nav.navbar {
		overflow-y: hidden;
	}

	#calendar thead {
		display: none;
	}

	#holiday tr td .cell-body {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0.25rem;
		min-height: 55px;
		justify-content: initial;
		gap: 6px;
		margin-bottom: 6px;
	}

	#holiday tr td .cell-body .cell-row {
		width: calc(33% - 4px);
		margin-bottom: 10px;
		margin-top: 0;
	}
	.cal-event-mobile {
		display: block;
		border-radius: 3px;
	}
	.cal-event-mobile span.cal-event-initials {
		font-size: 15px;
		font-weight: 600;
		padding: 3px 6px;
		display: block;
	}

	#holiday .list-days > div {
		flex-direction: column-reverse;
	}
	#holiday .list-days .allowance,
	#holiday .list-days .leave-breakdown,
	#holiday .list-days li {
		width: auto;
	}

	#holiday .manage-manage.list-days > div > .flex {
		flex-direction: column-reverse;
	}

	#holiday .days-off.past,
	#holiday .list-days h3.title,
	#holiday .list-days ul {
		margin-left: 0;
	}

	#holiday .list-days .allowance .accrued-info {
		padding: 1rem 0;
		justify-content: space-between;
	}
	#holiday .list-days .allowance .accrued-info > div > div > p {
		/* word-spacing: 99999999px; */
	}

	#holiday tbody .circle.today {
		background-color: transparent;
		color: black;
	}

	#holiday tbody .circle {
		background-color: transparent;
	}
	#holiday .table tr td.bg-day.highlight-date {
		box-shadow: inset 0 0 0 2px #46b450;
		padding-top: 2px;
	}

	body #holiday {
		padding: 1rem !important;
	}
	body #holiday .container {
		margin-bottom: 0 !important;
	}
}
