.fc-button-group {
	display: flex;
	gap: 12px;
}
.fc-toolbar-title {
    display: inline;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px;
    text-align: right;
    color: #4B5052;
}
.fc-button {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 16px !important;
    height: 16px !important;
    border: 2px solid rgba(159, 139, 88, 0.4)!important;
    border-radius: 2px !important;
    padding: 0px !important;
}
.fc .fc-button:focus {
    outline: none;
    box-shadow: none !important;
}
.fc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 12px !important;
    height: 12px !important;
}

.fc-icon-arrow-left:before {
    display: flex;
	content: "\2794" !important;
	font-weight: bold;
	color: #9F8B58;
	font-size: 8px;
    margin-top: 1px;
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.fc-icon-arrow-right:before {
    display: flex;
	content: "\2794" !important;
    font-weight: bold;
    color: #9F8B58;
    font-size: 8px;
    margin-bottom: 1px;
}
.fc-col-header {
    height: 36px !important;
    align-items: center !important;
}
.fc th {
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #4B5052;
}
.fc-content {
    direction: rtl;
}
.fc-scrollgrid {
    border-width: 0 !important;
}
.fc-col-header-cell .fc-scrollgrid-sync-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.fc-scrollgrid-sync-table tbody tr {
    height: 106px !important;
}
.fc .fc-non-business {
    background-color: transparent !important;
}
.fc-day {
    background-color: #fff;
    padding: 12px 12px 8px 12px !important;
}
.fc .fc-daygrid-day-top {
    flex-direction: row !important;
}
.fc-day .fc-daygrid-day-number {
    color: #4B5052;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}
.fc-day.fc-day-other {
	background-color: #FCFCFC;
}
.fc-day.fc-day-other .fc-daygrid-day-number {
    color: #BCC3C7;
}
.fc .fc-daygrid-day-number {
    padding: 0px !important;
}
.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1 !important;
}
.fc-view-harness {
    box-shadow: 0px 20px 60px 6px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.fc .fc-scrollgrid table {
    border-bottom-style: hidden;
}
.fc .fc-scrollgrid thead th {
    border: 0.327181px solid #BCC3C7;
    border-bottom-width : 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    direction: rtl;
} 
.fc .fc-scrollgrid tbody td {
    border: 1px solid #EDEFF0;
}
.fc .fc-scrollgrid tbody td:first-of-type {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.fc .fc-scrollgrid-section-body tr:last-of-type td:first-of-type {
    border-bottom-right-radius: 8px !important;
}
.fc .fc-scrollgrid-section-body tr:last-of-type td:last-of-type {
    border-bottom-left-radius: 8px !important;
}
.fc-theme-standard th {
    border: 0.327181px solid #BCC3C7;
}
.fc .fc-scrollgrid-section>* {
    border-right-width: 0;
    border-bottom-width: 0;
}
.fc-day.fc-day-sun.fc-day-today.fc-daygrid-day {
    background-color: #EAEAEA !important;
}
.fc-day.fc-day-sun.fc-day-today.fc-day-other.fc-daygrid-day {
    background-color: #FCFCFC !important;
}
.fc-daygrid-day-events {
    margin-bottom: 0 !important;
    margin-top: 12px !important;
}
.fc-daygrid-event-harness {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}
.fc-h-event {
    position: relative; /* for resize handle and other inner positioning */
	background-color: rgba(139, 191, 79, 0.2);
	border: 0.327181px dashed #8BBF4F;
	border-radius: 2px;
    margin: 0 !important;
    padding: 4px;
}
.fc-event-title-container {
    line-height: 16px !important;
}
.fc-event-title {
    font-weight: 500;
	font-size: 10px;
	line-height: 16px !important;
	display: flex;
	align-items: center;
	text-align: right;
	color: #8BBF4F;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	direction: rtl;
    padding: 0 !important;
}
.fc .fc-daygrid-day-bottom {
    padding: 0 !important;
}