#external-events {
    display: none;
}

.diaryPopButton {
    display: flex;
    align-content: center;
    align-items: center;
}

.fc .fc-more-popover {
    z-index: 20000 !important;
    position: absolute !important;
}

.activity-title.ng-binding {
    font-size: 17px;
    font-weight: 600;
}



#calendar-wrap {
    padding: 10px;
}

.diary-with-activities.ng-scope {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    /*gap: 40px;*/
}

.title-activities-schedule {
    font-weight: 600;
    font-size: 20px;
}

md-dialog-content#dialogContent_0 {
    overflow-x: hidden;
    /*width: 100%;*/
    padding: 0 40px 0 40px;
    min-height: fit-content;
}

#external-events-list {
    display: flex;
    grid-gap: 15px;
    flex-direction: column;
}

.activities-to-drag h4.ng-binding {
    text-align: right;
    font-size: 24px;
    font-weight: 600;
}

.diary-page {
    width: 75%;
    margin: auto;
}

li.fc-event.fc-h-event.fc-daygrid-event.fc-daygrid-block-event.ng-scope {
    text-align: center;
    width: 200px;
    height: 100px;
    background-color: white;
    border-radius: 9px;
    margin: 3%;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.diary-container {
    background-color: #F5F5F5;
    /*margin-top: 60%;*/
}


.fc-event.fc-h-event.fc-daygrid-event.fc-daygrid-block-event.ng-scope {
    background-color: white;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    cursor: pointer;
    padding: 5px;
}

.diary-with-activities.ng-scope div#calendar {
    width: 100%;
    margin-left: 0;
}

#calendar {
    /*max-width: 1100px;*/
    margin: 0 auto;
}

.page-body .account-page .customer-message {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-top: 10%;
    width: 50%;
    margin: auto;
    margin-top: 15%;
}

.iconupdate iframe {
    border: 0 !important;
}

.diaryFilter.ng-scope {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
}

.container-column {
    display: flex;
    flex-direction: row;
    column-gap: 50px;
}

.status-title.ng-binding {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.activities-to-drag {
    margin-left: 2%;
}

.datepicker-in-activities {
    background-color: white;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    cursor: pointer;
    padding: 5px;
    margin-bottom: 5%;
}

.md-datepicker-input-container {
    width: 70% !important;
}

.fc-v-event .fc-event-title {
    font-size: 18px;
}

@media (max-width: 736px) {
    #calendar {
        min-height: 550px;
    }

    .fc .fc-button-group > .fc-button {
        font-size: 9px;
        height: 4em;
    }

    .fc .fc-toolbar-title {
        font-size: 12px !important;
    }

    .fc-toolbar-chunk {
        display: flex;
    }

    .diary-with-activities.ng-scope {
        display: flex;
        flex-direction: column;
    }

    .container-column {
        display: flex;
        flex-direction: column;
        column-gap: 50px;
        width: 350px;
    }

    .first-filter-column {
        width: 350px;
    }

    .title-in-columndiary.ng-binding, .Date-container, .dropdown-multiselect {
        width: 100% !important;
        margin: auto;
        text-align: right;
    }

    .first-filter-column, .first-filter-column:first-child {
        width: 95% !important;
        margin: auto;
        margin-top: 3%;
    }

    .diaryFilter .container-column .title-column {
        text-align: right;
        margin-top: 5%;
    }

    .diary-container {
        margin-top: 60%;
    }
}
