.dashboard-titlebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.dashboard-titlebar .right-content{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dashboard-titlebar .right-content .large-btn{
    margin-right: 20px;
}
.booking-requests {
    margin-top: 24px;
}
.booking-requests .left-col {
    background-color: #fff;
    padding: 24px;
    border-radius: 14px;
    box-shadow: 0px 0px 24px rgba(241, 241, 241, 0.05);
    margin: 0 0 24px;
}

/* Confirm Booking Details */
.booking-requests-row {
    column-count: 2;
    column-gap: 24px;
    page-break-inside: avoid;
}
.booking-requests-col {
    display: inline-block;
    width: 100%;
}
.booking_detail_title {
    margin-bottom: 26px;
}
.booking_detail_title label {
    font-size: 16px;
    line-height: 20px;
    margin: 0 24px 0 0;
}
.booking_detail_title span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px;
    border-radius: 8px;
}
.booking_details {
    display: flex;
    margin-bottom: 30px;
}
.booking_details_left label,
.booking_details_right label {
    display: block;
}
.booking_details_left {
    padding-right: 66px;
    margin-right: 40px;
    border-right: 1px solid #E5E5E5;
    width: 38%;
    flex-shrink: 0;
}
.booking_details_right {
    width: 62%;
    flex-shrink: 0;
}
.booking_details_left span,
.booking_details_right span {
    font-weight: 500;
}
.booking_details:last-child {
    margin: 0;
}
.payment-method {
    border-right: 0;
}
.booking_details .booking_details_left.payment-method span img {
    width: 40px;
    height: 28px;
    border-radius: 5px;
}
.appointment-details-title {
    margin-bottom: 20px;
}
.appointment-item {
    border-bottom: 1px solid #E5E5E5;
    margin-left: 36px;
    margin-top: 24px;
    position: relative;
}
.appointment-item:first-child {
    margin-top: 0;
}
.appointment-item:last-child {
    border-bottom: 0;
}
.appointment-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -36px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 4px solid #D23731;
    border-radius: 100%;
    z-index: 1;
}
.appointment-item::after {
    content: '';
    position: absolute;
    top: 22px;
    left: -26px;
    border-left: 1px dashed #9E9E9E;
    height: 100%;
    z-index: 0;
}
.appointment-item:last-child::after {
    display: none;
}
.appointment-from {
    font-weight: 400;
    color: #1c1c1c;
}
.appointment-datetime {
    padding: 18px 0 24px;
}
.appointment-item:last-child .appointment-datetime {
    padding-bottom: 0;
}

/*================ Booking Request Details ================*/
.request-details-row {
    column-count: 2;
    column-gap: 24px;
    page-break-inside: avoid;
}
.request-details-col {
    display: inline-block;
    width: 100%;
}
.message-button {
    padding: 13px 24px;
}
.request-tattoo-details .booking_details_left {
	padding-right: 20px;
	margin-right: 40px;
	border-right: 1px solid #E5E5E5;
	width: 46%;
	flex-shrink: 0;
}
.refrence-images label {
    padding: 0 0 20px;
    margin: 0;
}
.refrence-images .category-images {
    padding: 0;
}
.refrence-images .category-images li:first-child {
    margin-left: 0;
}
.refrence-images .category-images li:last-child {
    margin-right: 0;
}
.refrence-images .category-images .images {
    margin: 0 8px;
    width: 13.2%;
    position: relative;
}
.request-reschedule-details p {
    display: block;
    margin: 0 0 12px;
    line-height: 28px;
}
.request-reschedule-buttons {
    margin: 30px 0 0;
    display: flex;
    gap: 16px;
}
.request-reschedule-buttons .common_btn {
    max-width: 138px;
    width: 100%;
}
.consultation-availability {
    max-height: 406px;
    overflow-y: auto;
}
.availability-details {
    margin: 0 0 34px;
}
.availability-details:last-child {
    margin: 0;
}
.availability-details label {
    display: block;
    margin: 0 0 8px;
}
.availability-details span {
	font-weight: 500;
}
.booking_details .booking_details_left span img, .booking_details .booking_details_right span img {
	width: 21px;
	height: 21px;
	object-fit: cover;
	border-radius: 100%;
}
.custom-daterange-picker {
	position: relative;
	background-color: #fafbfc;
	z-index: 0;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: transparent;
	border-color: transparent;
	color: #D23731;
	border-bottom: 2px solid #D23731;
}
.quote .request-reschedule-titlebar {
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin: 0 0 13px;
}
.quote-status {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    border-radius: 8px;
}

/* Gallary */
.category-images {
	display: flex;
	align-items: center;
    padding-bottom: 40px;
}

.category-images .images img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}
.view-more {
    position: absolute;
    top: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #FFFFFF;
    background: rgba(28, 28, 28, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.lightboxed--lightbox_open #lightboxed--bttn_close {
    background: transparent;
    background-image: url(../images/icon_modale_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 30px;
    right: 30px
}
.lightboxed--lightbox_open #lightboxed--bttn_prev, .lightboxed--lightbox_open #lightboxed--bttn_next {
    background: transparent;
    background-image: url(../images/icon_modale_right_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.lightboxed--lightbox_open .lightboxed--frame img {
    border-radius: 30px;
}
.lightboxed--lightbox_open .lightboxed--thumb   {
    width: 80px !important;
    height: 80px !important;
    margin: 10px 6px 30px !important;
    border-radius: 10px !important;
}
.lightboxed--lightbox_open #lightboxed--thumbs {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}
.lightboxed--lightbox_open .lightboxed--thumb.lightboxed--active {
    border: 4px #fff solid !important;
    border-radius: 12px !important;
}
/* Current Plan */
.checkbox_content {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(241, 241, 241, 0.05);
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 20px;
    transition: 0.3s;
}
.current_plan {
	margin-bottom: 35px;
}
.current_plan .checkbox_content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.current_plan .checkbox_content_top h6 {
	line-height: 20px;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #D23731;
}
.current_plan .checkbox_content_top h4 {
	display: flex;
	align-items: center;
    margin: 0;
}
.current_plan .checkbox_content_top h4 span.pound_icon {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #1c1c1c;
	display: inline-block;
	margin: 0;
}
.current_plan .checkbox_content_top h4 span {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #565656;
	margin-left: 6px;
}
.current_plan .checkbox_content_top span {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
}
.current_plan p {
	max-width: 270px;
    margin-bottom: 8px;
}
.current_plan .checkbox_content_bottom li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #1C1C1C;
}
.current_plan .checkbox_content_bottom li::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	background-image: url(../images/grey_check.svg);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	height: 9px;
}
.button-group {
	padding-top: 40px;
	display: flex;
	align-items: center;
    gap: 16px;
}

/* Data Table */
.data-table .table-block {
    overflow-x: hidden;
}
.data-table .dt-row {
    overflow-x: auto;
}
.data-table table.dataTable {
	clear: both;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	max-width: none !important;
	border-collapse: separate !important;
	border-spacing: 0;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #E5E5E5;
}
.data-table thead tr th {
    padding: 0 10px 14px 10px;
}
.data-table thead tr th:first-child {
    padding-left: 0;
}
.data-table table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::before {
	bottom: 50%;
	content: "▲";
	top: 0;
}
.data-table table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting_asc_disabled::after, table.dataTable thead > tr > th.sorting_desc_disabled::after, table.dataTable thead > tr > td.sorting::after, table.dataTable thead > tr > td.sorting_asc::after, table.dataTable thead > tr > td.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc_disabled::after, table.dataTable thead > tr > td.sorting_desc_disabled::after {
	top: 35%;
	content: "▼";
	bottom: 50%;
}
.data-table tbody tr td {
    border: 0;
    padding: 10px;
}
table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: none;
}
.data-table tbody tr td:first-child {
    padding-left: 0;
}
.data-table div.dataTables_wrapper div.dataTables_length label {
    margin: 0;
}
.data-table div.dataTables_wrapper div.dataTables_length select {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 8px;
    margin: 0 6px;
    background: transparent;
    border: 1px solid #C5C5C5;
    color: #1c1c1c;
    width: 80px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.data-table .form-select {
    background-image: url('../../studio-assets/images/select_down_arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
}
.data-table .dataTables_filter label {
	font-size: 0;
	position: relative;
	margin: 0;
}
.data-table div.dataTables_wrapper div.dataTables_filter label::after {
    content: "" !important;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../studio-assets/images/icon_search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 14px;
    z-index: 999;
}
.data-table .form-control {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 8px 8px 8px 35px;
    background: transparent;
    border: 1px solid #C5C5C5;
    color: #1c1c1c;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.data-table div.dataTables_wrapper div.dataTables_info {
	display: none;
}
.data-table .col-sm-12.col-md-7 {
    width: 100%;
}
.data-table div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
}
.data-table ul.pagination .page-item.previous .page-link, .data-table ul.pagination .page-item.next .page-link {
    font-size: 0;
}
.data-table ul.pagination .page-item.previous .page-link {
    background: url(../images/icon_pagi_left_arrow.svg) no-repeat center;
}
.data-table ul.pagination .page-item.next .page-link {
    background: url(../images/icon_pagi_right_arrow.svg) no-repeat center;
}
.data-table .page-item.active .page-link {
    color: #1C1C1C;
    background-color: transparent;
    border: transparent;
    font-weight: 700;
}

/* Calendar CSS */
/*#calendar-container {
    position: fixed;
    top: 15%;
    left: 20%;
    right: 4%;
    bottom: 2%;
}*/
.dashboard-cover{
    min-height: 100%;
/*    height: 100vh;*/
}
#calendar-container .fc .fc-toolbar-title{font-size: 20px;}
#calendar-container .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 15px;
}
#calendar-container table.fc-scrollgrid-liquid tbody .fc-scrollgrid-section-liquid{
    height: 370px;
}
#calendar-container.sudio_user {
    top: 35%;
}

.fc-header-toolbar {
    padding-top: 1em;
    padding-left: 0em;
    padding-right: 0em;
}

:root {
    --fc-today-bg-color: #fff;
}
.calendar_tab_wrapper .nav-pills .nav-link {
    border: 0;
    background: #E5E5E5;
    padding: 10px 20px;
        z-index: 9;
    position: relative;
}
.calendar_tab_wrapper .nav-pills .nav-link.active {
    background-color: #1C1C1C !important;
    color: white !important;
}
.calender-slider .calender .btn-check:focus+.btn-success,
.calender-slider .calender .btn-success:focus {
    box-shadow: none;

}
.calendar_cover .nav {
    justify-content: flex-end;
}
.calendar_tab_wrapper .tab-content {
    margin-top: 24px;
}
.tab-btn-wrapper {
    display: flex;
    padding-bottom: 12px;
}
.calendar_tab_wrapper .nav {
    justify-content: flex-end;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    width: 225px;
    margin: 0 auto;
}
.calender-slider .calender {
    padding: 0 6px;
}
.calender-slider .btn-success {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 8px 10px;
    border: 1px solid #9E9E9E;
    border-radius: 10px;
    width: 100%;
}

.calender-slider .btn-success span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 400;
    flex-shrink: 0;
    color: #1C1C1C;
}
.calender-slider .slick-slide.slick-current .btn-success {
    background: #039588;
    border: 1px solid #039588;
}
.calender-slider .slick-slide.slick-current .btn-success span {
    color: #fff;
}

.calender-slider .btn-success img {
    max-width: 24px;
    max-height: 24px;
    border-radius: 100%;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fc .fc-button {
    border-radius: 8px;
}
.nav-link.calendar_tab {
    border-radius: 10px 0 0 10px;
}
.nav-link.dashboard_tab {
    border-radius: 0 10px 10px 0;
}
/* End Calendar CSS */

/* Calendar Design */
.calendar-details h6 {
    margin-bottom: 12px;
}
.date_time_wrapper {
    display: flex;
    width: 100%;
    gap: 12px;
    margin-top: 16px;
}
.calendar-buttons-wrapper {
    margin: 30px 0 0 0;
}
.date_time_wrapper .custom-daterange-picker input {
    padding: 14px 20px;
}
/* End Calendar Design */

.form-check.artwork-checkbox {
    padding: 0;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.form-check.artwork-checkbox label {
    padding: 0;
    margin: 0;
}

.edit-block .form-group.acc_setting_checkbox {
    margin-bottom: 0;
}
.edit-block .acc_setting_checkbox .studio-pricing {
    padding: 0;
    margin: 0;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.edit-block .form-group.acc_setting_checkbox label {
    margin-bottom: 0;
    cursor: pointer;
}
.edit-block .form-group.acc_setting_checkbox input {
    padding: 0;
}

/*Start Search Customer (23-10-2024)*/
.search-container-division{position: relative;}
.search-container-division #showCustomer {
    background: #fff;
    position: absolute;
    width: 100%;
    cursor: pointer;
    max-height: 170px;
    overflow-y: auto;
    z-index: 1;
    border-radius: 10px;
}
.search-container-division #showCustomer p.customerid{
    padding: 6px 12px;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 1px solid #f7f0f0;
}
.search-container-division #showCustomer p.customerid:hover{
    background-color: #ededed;
}
.booking-requests #confirm_booking_wrapper table tbody tr td a.text-dark {
    color: #212529 !important;
    font-weight: 500;
    text-decoration: underline;
}
.booking-requests #booking_request_wrapper table tbody tr td a.text-dark {
    color: #212529 !important;
    font-weight: 500;
    text-decoration: underline;
}
/*End Search Customer (23-10-2024)*/

/*================ Responsive Media Query Style =================*/
/* ===========================
    MEDIA :: 1399px as per bootstrap
================================*/
@media only screen and (max-width: 1399px){
    .booking_details_left {padding-right: 10px;margin-right: 20px;width: 100%;max-width: 49%;}
    .booking_details_right {width: 100%;max-width: 46%;}
    .request-tattoo-details .booking_details_left {padding-right: 10px;margin-right: 20px;width: 100%;max-width: 61%;}

}

/* ===========================
    MEDIA :: 1199px
================================*/
@media only screen and (max-width: 1199px){
    .booking_details {flex-wrap: wrap;}
    .booking_details_left {padding: 0;margin: 0;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #e5e5e5;border-right: 0;}
    .booking_details_left, .booking_details_right {max-width: 100%;}
    .booking_details:last-child .booking_details_left {border: none;padding: 0;margin: 0;}
    .request-tattoo-details .booking_details_left {border-right: 0; max-width: 100%;}

    /* Calendar Design */
    .date_time_wrapper {
        flex-wrap: wrap;
    }
    .date_time_wrapper_inner {
        width: 100%;
    }
    .calendar_tab_wrapper .nav-pills .nav-link {
        padding: 12px 20px;
        position: relative;
        z-index: 9;
    }

    #calendar-container.sudio_user {
        top: 18%;
    } 

    /* End Calendar Design */
}

/* ===========================
    MEDIA :: 991px
================================*/
@media only screen and (max-width: 991px){
    .dashboard-header {padding: 21px 38px 21px 30px;}
    .dashboard-cover {padding: 24px 38px 43px 38px;}
    .booking-requests .left-col, .booking-requests .right-col {padding: 20px;}
    .booking-requests .left-col {margin-bottom: 24px;}
    .booking_details {flex-wrap: nowrap;}
    .request-details-row {display: flex; flex-direction: column;}
    .request-details-col-quote {order: 3;}
    .request-details-col-details {order: 2;}
    .request-details-col-avability {order: 4;}
    .booking_details_left {padding-right: 10px;margin-right: 20px;width: 100%;max-width: 49%;padding-bottom: 0;margin-bottom: 0;border-bottom: 0;border-right: 1px solid #e5e5e5;}
    .booking_details_right {width: 100%;max-width: 46%;}
    .request-tattoo-details .booking_details_left {border-right: 1px solid #E5E5E5; max-width: 49%;}
    .booking-requests-row {display: flex; flex-direction: column;}
    .booking-requests-box-one {order:1}
    .booking-requests-box-two {order:3}
    .booking-requests-box-three {order:2}

    /* Calendar CSS */
    #calendar-container {
        left: 4%;
        right: 4%;
        bottom: 2%;
    }
    .calendar_tab_wrapper .nav-pills .nav-link {
        padding: 10px 16px;
    }
    /* End Calendar CSS */

    #calendar-container.sudio_user {
        top: 22%;
    }

}

/* ===========================
    MEDIA :: 767px
================================*/
@media only screen and (max-width: 767px){
    .dashboard-header {padding: 21px 28px 21px 28px;}
    .dashboard-cover {padding: 24px 28px 43px 28px;}
    .booking-requests .left-col {margin-bottom: 24px;}
    .data-table .dataTables_length {padding-left: 0px;text-align: left !important;}
    .data-table div.dataTables_wrapper div.dataTables_filter label {width: 100%;margin: 24px 0 0;}
    .data-table div.dataTables_wrapper div.dataTables_filter input {width: 100%;margin: 0;}

    .edit-block .form-group.acc_setting_checkbox {
        margin-bottom: 30px;
    }
    .edit-block .acc_setting_checkbox .studio-pricing {
        align-items: center;
        flex-direction: row;
    }
    .fc .fc-toolbar-title {
        font-size: 9px !important;
        line-height: 1;
    }
    .fc .fc-button {
        font-size: 12px;
        line-height: normal;
        padding: 5px;
    }
    .calendar_tab_wrapper .nav-pills .nav-link{
        padding: 10px 10px;
        font-size: 12px;
    }
    .calendar_tab_wrapper .nav{
        width: 220px;
        left: -145px;
        z-index: -1;
    }

}

/* ===========================
    MEDIA :: 640px
================================*/
@media only screen and (max-width: 640px){
    /* Dashboard Header */
    .searchbar {position: relative;margin: 0 12px;}
    .searchbar.back-icon input {width: 100%;border: 1px solid #e5e5e5;padding: 10px 16px 10px 36px;}
    .searchbar button {border: none;position: absolute;top: 0;left: 0;}
    .header_mobile_search {display: block;}
    .header_left .searchbar {display: none;}
    .header_mobile_search {margin-right: 15px;}
    .header_search_box {display: none;position: absolute;z-index: 2;left: 0;right: 0;top: 90px;width: 100%;}
    .booking-requests .left-col {padding: 15px;}
    .request-reschedule-buttons .common_btn {max-width: 100px;}
    .request-tattoo-details .booking_details_left {max-width: 60%;}
    .message-button {padding: 10px;}
}

/* ===========================
    MEDIA :: 480px
================================*/
@media only screen and (max-width: 480px){
    .dashboard-header {padding: 20px;}
    .dashboard-cover {padding: 20px 20px 40px 20px;}
    .booking_detail_title label {font-size: 14px;line-height: 16px;margin: 0 16px 0 0;}
    .booking_details {flex-wrap: wrap;}
    .booking_details_left {padding: 0;margin: 0;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #e5e5e5;border-right: 0;}
    .booking_details_left, .booking_details_right {max-width: 100%;}
    .booking_details:last-child .booking_details_left {border: none;padding: 0;margin: 0;}
    .request-tattoo-details .booking_details_left {border-right: 0;max-width: 100%;}
    .current-plan-cover .dashboard-titlebar {flex-direction: column; align-items: flex-start; margin: 0 0 20px;}
    .current-plan-cover .dashboard-titlebar .right-content {margin: 20px 0 0;width: 100%;justify-content: flex-start;}
    .checkbox_content.current_plan {padding: 15px;}
    .current_plan .checkbox_content_top {flex-direction: column;align-items: flex-start;}
    .current_plan .checkbox_content_top li:first-child {margin-bottom: 15px;}

    }

@media only screen and (max-width: 366px){
    .dashboard-header {padding: 15px 12px;}
    .dashboard-cover {padding: 20px 12px 40px 12px;}
    .header_search_box {top: 78px;}
}


/* Calendar CSS Start  */

/* Block Time calendar css  */
.blocked-event {
    color: #000000 !important;
}

.blocked-event div{
    color: #c9c9c9  !important;
}

.blocked-event .fc-event-time,
.blocked-event .fc-event-title {
    display: block !important;
    color: #000000 !important;
}

.fc .fc-bg-event.blocked-event {
    color: #000000 !important;
}

.fc .fc-bg-event.blocked-event::after {
    content: attr(title) !important;
    display: block !important;
    color: #000000 !important;
    font-weight: 600 !important;
    padding: 4px !important;
    position: absolute !important;
    top: 2px !important;
    left: 4px !important;
    z-index: 1 !important;
}

/* Calendar CSS End  */
