#marketingCalendarMain .fc-toolbar.fc-header-toolbar {
    padding-top: 1rem !important;
}

#marketingCalendarMain .leftHeading {
    padding-top: 2.75rem !important;
}

#marketingCalendarMain .fc-toolbar .fc-center {
    display: block !important;
}

#marketingCalendarMain .calendarContainer {
    position: relative;
}

#marketingCalendarMain #calendarNextMonth {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 0.2rem 0.5rem;
    background-color: #fff;
    z-index: 3;
    font-size: .7rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 1rem;
    color: #333;
    display: none;
}

#marketingCalendarMain #calendarPrevMonth {
    position: absolute;
    display: none;
    top: 13%;
    left: 50%;
    padding: 0.2rem 0.5rem;
    background-color: #fff;
    z-index: 3;
    font-size: .7rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 1rem;
    color: #333
}

#marketingCalendarMain .SearchandList {
    display: none;
    height: 100%;
    background: #f6f9ee;
    padding-top: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    overflow-y: auto;
    max-height: 42rem;
}

#marketingCalendarMain .listItem {
    margin-bottom: 1rem;
    position: relative;
    height: 4rem;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: .8rem;
    mix-blend-mode: revert;
}

#marketingCalendarMain .listItem h6 {
    text-align: center;
    font-size: .8rem
}

#marketingCalendarMain .filterForm {
    padding: 1.5rem 1.5rem;
}

#marketingCalendarMain .listItem span {
    position: absolute;
    bottom: 0.01rem;
    right: 0.1rem;
    font-size: .77rem;
}

#marketingCalendarMain .calendarMarketingEvents {
    background: #98c943;
    padding: 0.3rem;
    font-size: .85rem;
    color: white;
    margin-bottom: 0.2rem !important;
}

#marketingCalendarMain .calendarEvents {
    background: #00aebf;
    padding: 0.5rem;
    color: white;
}

#marketingCalendarMain .showItself {
    font-size: .7rem;
    color: white;
    padding: 0.2rem;
    padding-bottom: 0.3rem;
}

#marketingCalendarMain .performanceTime {
    font-size: .7rem;
    background: rgb(165, 218, 21);
    padding: 4px;
    border-radius: 9px;
}

#marketingCalendarMain .tippy-box {
    background: white;
    color: black;
    border: 1px solid grey;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#marketingCalendarMain .fc-rigid {
    height: 20rem !important;
}

#marketingCalendarMain .fc-event {
    background-color: transparent;
    border: none;
}

.customDateCell {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.customDateCell .fc-day-number {
    align-self: flex-start;
}

#showIndicatorCalendar {
    color: orange;
    font-weight: bolder;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
}

.bubble {
    color: black;
    /* padding: 5px; */
    border-radius: 5px;
    position: sticky;
    top: -5px;
    z-index: 1;
    padding: 0.2rem;
    height: 1rem;
    width: max-content;
    background: white;
    display: flex;
    align-content: center;
    margin-top: -1rem;
}

.horizontal-line {

    width: 100%;
    position: absolute;
    top: 50%;
    /* left: 226px; */
}


.bubble-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: inherit;
}

.tasksul {
    list-style: none;
    padding-left: 0
}

.tasksul .listCard {
    margin-bottom: .5rem;
    background: white;
    padding: 5px;
    border-radius: 8px;
    font-size: 13px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tasksul span {
    position: absolute;
    bottom: -5px;
    right: 0px;
    font-size: .67rem;
    /* z-index: -1; */
}

.accordionDrawer {
    position: relative;
}


#marketingCalendarMain .listItem .tasksCount {
    right: inherit;
    left: 0.2rem;
}

.tick-button {
    bottom: 3px !important;
}

.taskPopover .listCard {
    min-width: 10rem;
}

.all-completed-task {
    background-color: grey !important;
}

.completed-task {
    background-color: #e2e2e2 !important;
}
.fc-more-popover{
    width: max-content;
}