// @import "~quill/dist/quill.core.css";
:host(.menuOverlay) {
    z-index: 101 !important;
}

:host {
    // top: 48px;
    // background: #f0f0f7;
    // overflow: auto;
    // justify-content: flex-start !important;
    // ::-webkit-scrollbar,
    // *::-webkit-scrollbar {
    //   display: none;
    //   overflow: hidden;
    // }
    z-index: 0 !important;
    p.innerText::ng-deep p {
        white-space: normal;
        font-size: 10px;
        color: #4d4f5c;
        line-height: 1.4;
        text-align: justify;
    }
    p.innerText::ng-deep img {
        height: 150px;
    }
    p.listInnerText::ng-deep p {
        white-space: normal;
        font-size: 10px;
        color: #4d4f5c;
        line-height: 1.4;
        text-align: justify;
    }
    p.listInnerText::ng-deep img {
        height: 150px;
    }
    p.mainInnerText::ng-deep p {
        margin-bottom: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    p.mainInnerText::ng-deep img {
        height: 50px;
    }
    .main {
        top: 48px;
        background: #f0f0f7;
        overflow: auto;
        position: absolute;
        width: 100%;
        max-height: calc(100% - 48px);
        height: 100%;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px;
        margin: 0;
    }
    .annoucement {
        flex: 98%;
        max-width: 98%;
        background: #ffffff;
        margin: 1%;
        border-radius: 2px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
    }
    .joiner,
    .leaver,
    .longleave {
        flex: 31.333%;
        max-width: 31.333%;
        background: #ffffff;
        margin: 1%;
        border-radius: 2px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
    }
    .holiday {
        flex: 64.667%;
        max-width: 64.667%;
        background: #ffffff;
        margin: 1%;
        border-radius: 2px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
    }
    .birthday {
        flex: 31.333%;
        max-width: 31.333%;
        background: #ffffff;
        margin: 1%;
        border-radius: 2px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
    }
    .mobile-card {
        width: 100%;
        background: #ffffff;
        margin: 1%;
        border-radius: 2px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
    }
    .divider {
        --min-height: none;
        padding-top: 1%;
        padding-bottom: 1%;
        width: 99%;
        padding-left: 1%;
        opacity: 0.5;
    }
    mat-chip {
        max-width: 69px;
        min-height: 20px;
        min-width: 69px;
    }
    .mat-chip.mat-standard-chip {
        background-color: #46cdcf;
    }
    ::ng-deep .item-inner {
        border-color: rgb(0, 0, 0);
    }
    .labelText {
        margin: 0;
    }
    .avatar {
        margin-top: 0;
        margin-bottom: 0;
    }
    .create-annoucement {
        display: flex;
        margin: 20px;
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 13px;
        color: #43425d;
        opacity: 0.8;

        ::ng-deep .mat-form-field-wrapper {
            flex: 2 1 94%;
        }
    }
    .create-annucement-checkbox {
        opacity: 0.8;
        color: #4d4f5c;
        font-size: 13px;
        max-width: -webkit-fill-available;

        ::ng-deep .mat-checkbox-label {
            white-space: pre-wrap;
        }
    }

    .create-annoucemnet-menu {
        @media screen and (max-width: 1000px) {
            --width: 660px;
        }

        @media screen and (max-width: 932px) {
            --width: 304px;
        }
    }
}
