html, body, app {
    font-family: Roboto, sans-serif;
    background-color: #f2f2f2;
    color: #646464 !important;
    margin: 0;
}

body{
    top: unset !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.backImage {
    background-image: url(../images/Mbackground.png);
    background-position: center center;
    background-size: cover;
    position: fixed;
    height: 100%;
    opacity: 0.7;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.size-16 {
    font-size: 16px !important;
}

.p-align-center {
    display: flex;
    align-items: center;
    font-weight: 500 !important;
}

.font-weight-100 {
    font-weight: 100 !important;
}

.mdc-text-field--disabled .mdc-text-field__input {
    color: rgb(0 0 0 / 70%) !important;
}

.mdc-select.mdc-select--disabled .mdc-select__selected-text {
    color: rgb(0 0 0 / 70%) !important;
}

.main .top-row > a, .main .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.mdc-top-app-bar {
    z-index: 10 !important;
    background-color: white !important;
    position: sticky !important;
    top: 0;
}


.mdc-menu {
    z-index: 100 !important;
}

.mdc-select .mdc-select__anchor {
    margin-top: 2px;
    background-color: white !important;
}

.mdc-text-field {
    margin-top: 2px;
    background-color: white !important;
}

.mat-file-upload {
    padding: 1rem !important;
    background-color: white;
}

.mat-card {
    border-radius: 10px !important;
    border: 1px solid rgba(0,0,0,.12) !important;
    box-shadow: none !important;
    /*    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 5px 8px 0px rgb(0 0 0 / 14%), 0px 1px 14px 0px rgb(0 0 0 / 12%) !important;
*/
}

.mdc-switch {
    margin: 6px;
}

.blazored-modal-header {
    padding: 1rem !important;
    border-bottom: 1px solid #d6d8da;
}

hr {
    border: none;
    border-top: 1px solid #e9ecef;
    width: 100%;
    margin: 0px;
}
/* Drawer */
.mdc-nav-li {
    list-style: none;
}

.mini .mdc-drawer,
.mini .app-sidebar {
    width: 54px;
    transition: width .4s ease-in-out;
}

    .mini .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
        margin-left: 54px;
        transition: margin-left .4s ease-in-out;
    }

.mini .drawer-profile {
    padding: 0 4px;
}

.mini .after.mdc-sub-menu-icon,
.mini .miniHover {
    transform: translateX(-140%);
    transition: .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: fixed;
}

.mini .mdc-drawer:hover .after.mdc-sub-menu-icon,
.mini .mdc-drawer:hover .miniHover {
    transform: translateX(0%);
    transition: .3s ease-in-out;
    visibility: visible;
    opacity: 1;
    position: relative;
}

.mini .mdc-drawer:hover .after.mdc-sub-menu-icon {
    position: absolute;
}

.mdc-drawer:hover,
.mdc-drawer:hover .app-sidebar,
.full .mdc-drawer,
.full .app-sidebar {
    width: 256px;
    transition: .3s ease-in-out;
}

.closed .mdc-drawer,
.closed .app-sidebar {
    width: 0;
    transition: .3s ease-in-out;
}

.mini .mdc-drawer:hover.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content,
.full .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
    margin-left: 256px;
    transition: margin-left .4s ease-in-out;
}

.closed .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
    margin-left: 0;
    transition: margin-left .4s ease-in-out;
}

.mdc-drawer .mdc-list-item {
    margin: 8px 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.mdc-drawer .mdc-list-item--disabled {
    color: #414141 !important;
    padding-left: 16px !important;
}

.mdc-drawer a.mdc-list-item {
    padding: 0 14px !important;
}

.mdc-drawer .mdc-list-item--selected {
    border-left: solid 3px rgba(255, 255, 255, .5);
}

    .mdc-drawer .mdc-list-item--selected::before {
        opacity: 0.5 !important;
    }

/*.mdc-drawer {
    box-shadow: 2px 0 5px 0 rgba(0,0,0,0.16);
}*/

.mat-drawer-container-responsive {
    display: flex;
    flex-direction: row;
}

    .mat-drawer-container-responsive .mdc-drawer {
        width: unset !important;
        position: relative;
    }

        .mat-drawer-container-responsive .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
            margin-left: unset !important;
            position: relative;
            flex: 1;
        }

.mdc-top-app-bar--fixed-adjust {
    padding-top: 0 !important;
    overflow: hidden;
}



.hide {
    display: none !important;
}



.disable {
    pointer-events: none;
}

.Option {
    opacity: 0;
}

.mat-card-content {
    overflow: unset !important;
    min-height: 176px;
}

    .mat-card-content::before, .mat-card-content::after {
        content: none !important;
    }

    .mat-card-content:hover {
        background: #F8F9F9;
    }

.mat-card-content-org {
    overflow: unset !important;
}

    .mat-card-content-org::before, .mat-card-content-org::after {
        content: none !important;
    }

    .mat-card-content-org:hover {
        background: #F8F9F9;
    }

.div-matcard-content:hover > .Option {
    opacity: 1;
}

.div-matcard-content {
    padding: 10px;
    display: flex;
    column-gap: 12px;
    word-break: break-all;
}

.div-matcard-custom {
    padding: 10px;
    display: flex;
    column-gap: 12px;
    word-break: break-all;
    text-align: justify;
}

    .div-matcard-custom:hover > .Option {
        opacity: 1;
    }

.div-matcard {
    display: flex;
    column-gap: 12px;
    word-break: break-all;
}

    .div-matcard :hover > .Option {
        opacity: 1;
    }

.div-matcard-org {
    display: flex;
    column-gap: 12px;
    word-break: break-all;
}

    .div-matcard-org :hover > .Option {
        opacity: 1;
    }
/*.mat-layout-grid-inner {
    grid-gap: var(--mdc-layout-grid-gutter-desktop, 0px) !important;
}*/
.blazored-modal {
    overflow-y: auto;
    max-height: 80% !important;
    padding: 0px !important;
    background-color: #f2f2f2 !important;
    max-width: 800px;
    min-width: 300px;
    overflow-x: hidden;
    border-radius: 3px !important;
}

.blazored-modal-title {
    font-size: 32px;
    font-weight: 400;
}

.modal-content {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
}

.Option {
    flex-grow: 1;
    display: flex;
    align-items: start;
    justify-content: flex-end;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 0px;
    margin-top: 0px;
    z-index: 1;
    top: 30%;
    right: 20px;
}

.dropdown-content-nowrap {
    white-space: nowrap;
    list-style-type: none;
}

.dropdown-content-org {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 0px;
    margin-top: 0px;
    z-index: 1;
    top: 33%;
    right: 11px;
}

.dropdown-content-nowrap-org {
    white-space: nowrap;
    list-style-type: none;
}

.content {
    flex-grow: 1;
    width: 650px;
    max-width: 100%;
}

.card-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    column-gap: 12px;
}

.label-content-date {
    font-weight: 200;
    font-size: 14px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.dropdown-content li {
    padding: 10px 10px;
}

    .dropdown-content li:hover {
        background-color: #F8F9F9;
    }


.Option:hover > .dropdown-content {
    display: block;
}

.dropdown-content-org li {
    padding: 10px 10px;
}

    .dropdown-content-org li:hover {
        background-color: #F8F9F9;
    }


.Option:hover > .dropdown-content-org {
    display: block;
}

.mdc-select__menu {
    max-height: 300px !important;
    overflow: auto;
    width: 300px;
}

.wide {
    width: 100%
}

.card-title {
    display: flex;
    justify-content: space-between;
}

    .card-title .card-title-start {
        margin-left: 10px
    }

    .card-title .card-title-end {
        margin-right: 10px
    }

.button-content {
    min-width: 250px;
    max-width: 250px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

.nopadding {
    padding: 0px;
}

    .nopadding .mdc-top-app-bar__section {
        padding: 0px;
    }

.mdc-top-app-bar__section {
    padding: 0px !important;
}

.card-icon {
    font-size: 36px;
    float: left;
}

.card-img {
    width: 150px;
    height: 150px;
    margin: 0px 0px;
    object-fit: cover;
    flex-shrink: 0;
}

.card-img-news {
    width: 250px;
    height: 150px;
    margin: 0px 0px;
    object-fit: cover;
    flex-shrink: 0;
}

.card-img-upload {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-bottom: 5%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 90%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.notification-img {
    width: 250px;
    height: 150px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 8px !important;
}

.txt-search {
    margin: 12px 0px;
    width: -webkit-fill-available;
}

.btn-load-more {
    display: grid
}

.group-card-title {
    display: flex;
    flex-wrap: wrap;
}

.action {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card-content-org {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
}

.btn-group-org {
    display: flex;
    flex-direction: column;
    margin-top: 27px;
}


.MatCardActions {
    display: block;
}

.action-left {
    float: left;
}

    .action-left button {
        margin-right: 20px;
    }

.action-right {
    float: right;
    text-align: right;
    width: 50%;
}

/*.Approval {
    color: green !important;
}

.Reject {
    color: red !important;
}
*/
.Pending {
    display: contents !important;
}

.button-content button {
    margin-bottom: 12px;
}

.card-img-org {
    width: 410px;
    height: 67px;
    margin: 0px 0px;
    object-fit: cover;
    flex-shrink: 0;
}

.icon-animation {
    padding: 10px;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.card-modal {
    display: flex;
    flex-direction: column;
    width: 848px;
    max-width: 100%;
    max-height: 80%;
}

.card-media {
    width: 700px;
    max-width: 100%;
    max-height: 80%;
}

.card-logo {
    max-width: 175px;
    max-height: 56px;
    width: auto;
    height: 100%;
    display: flex;
    align-content: center;
    border-radius: 3px;
}

.text-ellipsis {
    margin: auto;
    padding-top: 6px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.break-word {
    word-break: break-word;
}

.text-ellipsis-title {
    margin: auto;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.text-ellipsis-notify {
    margin: auto;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.text-ellipsis-notify-content {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-align: justify;
}

.card-img-user {
    width: 100px;
    height: 100px;
    margin: 0px 0px;
    object-fit: cover;
    flex-shrink: 0;
}

.card-img-profile {
    width: 88px;
    height: 88px;
    margin: 0px 0px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 50% !important;
}

.card-img-profile-sm {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 50% !important;
}

.card-text-profile {
    font-size: 36px;
    padding: unset !important;
    width: 88px;
    height: 88px;
    margin: 0px 0px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.card-text-profile-sm {
    font-size: 13px;
    padding: unset !important;
    width: 32px;
    height: 32px;
    margin: 0px 0px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.card-section-date {
    padding-block: inherit;
    display: contents;
}

.group-text-button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 12px;
    align-items: center;
}

.div-direction-row {
    display: flex;
    flex-direction: row;
}

.div-direction-column {
    display: flex;
    flex-direction: column;
}

.width-50 {
    width: 50% !important;
}

.div-direction-row-reverse {
    display: flex;
    flex-direction: row-reverse
}

    .div-direction-row-reverse button {
        margin: 12px;
    }

.div-row-reverse-al-end {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.div-alignment {
    margin: 8px;
    flex: 1;
}

.p-text {
    font-weight: lighter;
    font-size: 16px;
}

button, .tab {
    text-transform: capitalize !important;
}



.content-admin {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    word-break: break-all;
}

.th-text-center {
    text-align: center !important;
}




.media-size-contain {
    background-size: contain !important;
}

.mat-text-status {
    border-radius: 50rem !important;
    color: #fff;
    background-color: #02a499;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    width: fit-content;
    padding: 5px 10px
}

/* CSS ICON ALERT GENERAL */
.screenAlert-icon {
    border-radius: 50%;
    border: 4px solid gray;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 80px
}

    .screenAlert-icon + .screenAlert-icon {
        margin-top: 50px
    }



    /* CSS SUCCESS */
    .screenAlert-icon.screenAlert-success {
        border-color: #A5DC86
    }

        .screenAlert-icon.screenAlert-success:after,
        .screenAlert-icon.screenAlert-success:before {
            background-color: transparent !important;
            content: '';
            height: 120px;
            position: absolute;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 60px
        }

        .screenAlert-icon.screenAlert-success:before {
            border-radius: 120px 0 0 120px;
            left: -33px;
            top: -7px;
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .screenAlert-icon.screenAlert-success:after {
            border-radius: 0 120px 120px 0;
            left: 30px;
            top: -11px;
            -webkit-transform-origin: 0 60px;
            transform-origin: 0 60px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .screenAlert-icon.screenAlert-success .screenAlert-placeholder {
            border-radius: 50%;
            border: 4px solid rgba(165,220,134,0.2);
            box-sizing: content-box;
            height: 80px;
            left: -4px;
            position: absolute;
            top: -4px;
            width: 80px;
            z-index: 2
        }

        .screenAlert-icon.screenAlert-success .screenAlert-line {
            background-color: #A5DC86;
            border-radius: 2px;
            display: block;
            height: 5px;
            position: absolute;
            z-index: 2
        }

            .screenAlert-icon.screenAlert-success .screenAlert-line.screenAlert-tip {
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                width: 25px
            }

            .screenAlert-icon.screenAlert-success .screenAlert-line.screenAlert-long {
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                width: 47px
            }

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}
/* ANIMATE SUCCESS */
@-webkit-keyframes animateSuccessTip {
    0%,54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0%,54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0%,65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0%,65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.mdc-list-item.mdc-list-item--selected::before {
    background: rgb(0 0 0 / 14%);
}
/* CSS ALERT */
.screenAlert-icon.screenAlert-error {
    border-color: #F27474
}

    .screenAlert-icon.screenAlert-error:after,
    .screenAlert-icon.screenAlert-error:before {
        background-color: transparent !important;
        content: '';
        height: 120px;
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 60px
    }

    .screenAlert-icon.screenAlert-error:before {
        border-radius: 120px 0 0 120px;
        left: -33px;
        top: -7px;
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .screenAlert-icon.screenAlert-error:after {
        border-radius: 0 120px 120px 0;
        left: 30px;
        top: -11px;
        -webkit-transform-origin: 0 60px;
        transform-origin: 0 60px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .screenAlert-icon.screenAlert-error .screenAlert-placeholder {
        border-radius: 50%;
        border: 4px solid rgba(165,220,134,0.2);
        box-sizing: content-box;
        height: 80px;
        left: -4px;
        position: absolute;
        top: -4px;
        width: 80px;
        z-index: 2
    }

    .screenAlert-icon.screenAlert-error .screenAlert-line {
        background-color: #A5DC86;
        border-radius: 2px;
        display: block;
        height: 5px;
        position: absolute;
        z-index: 2
    }

        .screenAlert-icon.screenAlert-error .screenAlert-line.screenAlert-tip {
            left: 14px;
            top: 46px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 25px
        }

        .screenAlert-icon.screenAlert-error .screenAlert-line.screenAlert-long {
            right: 8px;
            top: 38px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            width: 47px
        }

    .screenAlert-icon.screenAlert-error .screenAlert-x-mark {
        display: block;
        position: relative;
        z-index: 2
    }

    .screenAlert-icon.screenAlert-error .screenAlert-placeholder {
        border: 4px solid rgba(200,0,0,0.2)
    }

    .screenAlert-icon.screenAlert-error .screenAlert-line {
        background-color: #F27474;
        top: 37px;
        width: 47px
    }

        .screenAlert-icon.screenAlert-error .screenAlert-line.screenAlert-left {
            left: 17px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .screenAlert-icon.screenAlert-error .screenAlert-line.screenAlert-right {
            right: 16px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

.animateXLeft {
    -webkit-animation: animateXLeft .75s;
    animation: animateXLeft .75s
}

.animateXRight {
    -webkit-animation: animateXRight .75s;
    animation: animateXRight .75s
}
/* ANIMATE CROSS X */
@-webkit-keyframes animateXLeft {
    0%,65% {
        left: 82px;
        top: 95px;
        width: 0
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px
    }
}

@keyframes animateXLeft {
    0%,65% {
        left: 82px;
        top: 95px;
        width: 0
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px
    }
}

@-webkit-keyframes animateXRight {
    0%,65% {
        right: 82px;
        top: 95px;
        width: 0
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px
    }
}

@keyframes animateXRight {
    0%,65% {
        right: 82px;
        top: 95px;
        width: 0
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px
    }
}



/* CSS WARNING */
.screenAlert-icon.screenAlert-warning {
    border-color: #F8BB86
}

    .screenAlert-icon.screenAlert-warning:before {
        -webkit-animation: pulseWarning 2s linear infinite;
        animation: pulseWarning 2s linear infinite;
        background-color: transparent !important;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%
    }

    .screenAlert-icon.screenAlert-warning:after {
        background-color: transparent !important;
        border-radius: 50%;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 1
    }

    .screenAlert-icon.screenAlert-warning .screenAlert-body {
        background-color: #F8BB86;
        border-radius: 2px;
        height: 47px;
        left: 50%;
        margin-left: -2px;
        position: absolute;
        top: 10px;
        width: 5px;
        z-index: 2
    }

    .screenAlert-icon.screenAlert-warning .screenAlert-dot {
        background-color: #F8BB86;
        border-radius: 50%;
        bottom: 10px;
        height: 7px;
        left: 50%;
        margin-left: -3px;
        position: absolute;
        width: 7px;
        z-index: 2
    }

.scaleWarning {
    -webkit-animation: scaleWarning .75s infinite alternate;
    animation: scaleWarning .75s infinite alternate
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns .75s infinite alternate;
    animation: pulseWarningIns .75s infinite alternate
}
/* ANIMATE WARNING */
@-webkit-keyframes scaleWarning {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleWarning {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulseWarning {
    0% {
        background-color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    30% {
        background-color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    100% {
        background-color: #F8BB86;
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulseWarning {
    0% {
        background-color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    30% {
        background-color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    100% {
        background-color: #F8BB86;
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}



/* CSS INFO */
.screenAlert-icon.screenAlert-info {
    border-color: #9de0f6
}

    .screenAlert-icon.screenAlert-info:before {
        -webkit-animation: pulseInfo 2s linear infinite;
        animation: pulseInfo 2s linear infinite;
        background-color: transparent !important;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%
    }

    .screenAlert-icon.screenAlert-info:after {
        background-color: transparent !important;
        border-radius: 50%;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 1
    }

    .screenAlert-icon.screenAlert-info .screenAlert-body {
        background-color: #3fc3ee;
        border-radius: 2px;
        height: 47px;
        left: 50%;
        margin-left: -2px;
        position: absolute;
        top: 10px;
        width: 5px;
        z-index: 2
    }

    .screenAlert-icon.screenAlert-info .screenAlert-dot {
        background-color: #3fc3ee;
        border-radius: 50%;
        bottom: 10px;
        height: 7px;
        left: 50%;
        margin-left: -3px;
        position: absolute;
        width: 7px;
        z-index: 2
    }

.scaleInfo {
    -webkit-animation: scaleInfo .75s infinite alternate;
    animation: scaleInfo .75s infinite alternate
}

.pulseInfoIns {
    -webkit-animation: pulseInfoIns .75s infinite alternate;
    animation: pulseInfoIns .75s infinite alternate
}
/* ANIMATE INFO */
@-webkit-keyframes scaleInfo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleInfo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulseInfo {
    0% {
        background-color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    30% {
        background-color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    100% {
        background-color: #9de0f6;
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulseInfo {
    0% {
        background-color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    30% {
        background-color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    100% {
        background-color: #9de0f6;
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulseInfoIns {
    0% {
        background-color: #3fc3ee
    }

    100% {
        background-color: #9de0f6
    }
}

@keyframes pulseInfoIns {
    0% {
        background-color: #3fc3ee
    }

    100% {
        background-color: #9de0f6
    }
}

.body-alert-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.button-width-900 {
    width: 900px;
    max-width: 900px;
    min-width: 900px;
}
.button-width-280 {
    width: 280px;
    max-width: 280px;
    min-width: 280px;
}

.button-width-250 {
    width: 250px;
    max-width: 250px;
}

.button-width-180 {
    width: 180px;
    max-width: 180px;
}

.group-mat-text {
    display: flex;
    flex-direction: column;
}

.secondary-background-img {
    border-radius: unset !important;
    width: 100%;
    height: auto;
    max-width: 1500px;
    max-height: 500px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.image-area {
    position: relative;
    width: 50%;
    background: #333;
}

.remove-image {
    display: none;
    position: absolute;
    top: 22px;
    right: 27px;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

    .remove-image:hover {
        background: #E54E4E;
        padding: 3px 7px 5px;
        top: 22px;
        right: 27px;
    }

    .remove-image:active {
        background: #E54E4E;
        top: 22px;
        right: 27px;
    }

.modal-detail-title {
    text-align: left;
    -webkit-text-stroke: thin;
    text-align: justify;
    font-weight: 400 !important;
}

.modal-detail-img {
    width: 250px;
    height: 150px;
    border-radius: 6px;
}

.modal-detail-subtitle {
    height: auto;
    text-align: justify;
    padding-bottom: 15px;
}

.card-blazor-video {
    height: 90%;
    max-height: 346px;
    width: 90% !important;
    margin-left: auto;
    margin-bottom: 5%;
    margin-right: auto;
    margin-top: 5%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.card-messages-box {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(255 255 255 / 19%);
    border-radius: 0.1cm;
    max-height: 450px;
    overflow: auto;
    margin-bottom: 12px;
}

.mat-card-forgot {
    width: 100% !important;
    height: 100% !important;
    max-width: 500px !important;
    min-height: auto !important;
    margin-top: 200px !important;
    margin-bottom: auto;
    background-color: white !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.text-button-link {
    color: black !important;
    text-transform: none !important;
}

.sub-title-create-time {
    font-size: 16px;
    margin-bottom: 13px;
    font-family: sans-serif !important;
    cursor: context-menu !important;
}

.font-sans-serif {
    font-size: 16px !important;
    font-family: sans-serif !important;
}

::deep .field-icon {
    top: -44px;
    z-index: 2;
    position: relative;
    float: right;
    left: -36px;
}

::deep .mdc-table-header-row {
    background-color: white !important;
}

.card-td {
    max-width: 100%;
    min-width: 150px;
}

.card-td-xl {
    max-width: 100%;
    min-width: 250px
}

.bage-green {
    color: #fff;
    background-color: #02a499;
    padding: 0.25em 0.4em;
    line-height: 1;
    border-radius: 0.25rem;
}

.bage-yellow {
    color: #fff;
    background-color: #f8b425;
    padding: 0.25em 0.4em;
    line-height: 1;
    border-radius: 0.25rem;
}

.bage-orangered {
    color: #fff;
    background-color: orangered;
    padding: 0.25em 0.4em;
    line-height: 1;
    border-radius: 0.25rem;
}

.bage-black {
    color: #fff;
    background-color: black;
    padding: 0.25em 0.4em;
    line-height: 1;
    border-radius: 0.25rem;
}

.bage-darkgray {
    color: #fff;
    background-color: darkgray;
    padding: 0.25em 0.4em;
    line-height: 1;
    border-radius: 0.25rem;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.validation-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 100%;
    color: #dc3545;
}

.blazored-modal-overlay {
    pointer-events: none !important;
}

.btn-red-color {
    color: red !important
}

.btn-disabled {
    pointer-events: none !important;
}

.mat-profile-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.avatar-wrap {
    position: relative;
}

.avatar-bg-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
    z-index: 9;
    display: none;
}

.avatar-upload {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    justify-content: center;
}

.card-avatar-upload {
    background-size: cover !important;
    display: flex;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: 180px;
    height: 180px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.avatar-wrap:hover .avatar-bg-hover {
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-local-see {
    color: white;
    cursor: pointer;
}

.mat-profile-body {
    display: flex;
    width: 100%;
    padding-left: 16px;
    padding-right: 7px;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.mat-font-size {
    font-size: 13px;
    margin: 0px;
}

.mat-label-profile {
    justify-content: flex-start;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 200px;
}

.app-name {
    padding-left: 12px !important;
    font-size: 20px !important;
}

.app-name-md {
    padding-left: 12px !important;
    font-size: 14px !important;
}

.app-bar-title-md {
    padding-left: 0px;
    width: 88px;
    height: auto;
}

.profile-full-name {
    font-size: 18px;
    margin: 0px;
    font-weight: 700;
    justify-content: flex-start;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 200px;
}


.profile-body {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 25px;
    padding: 0 8px;
}

.profile-footer {
    display: flex;
    justify-content: flex-end;
}

.file-block {
    color: white;
    transition: all 1s;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}

.file-info {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.file-name, .file-size {
    padding: 0 3px;
}

.txt-pointer {
    cursor: pointer !important;
}

.txt-context-menu {
    cursor: context-menu !important;
}

.mdc-card__primary-action {
    cursor: context-menu !important;
}

.mat-accordion .mat-expansion-panel {
    user-select: none;
}

.mdc-card {
    border-radius: unset !important;
}

.card-img-down-app {
    width: 160px;
    height: 60px;
    margin: 0px 0px;
    object-fit: cover;
    flex-shrink: 0;
    margin-left: 8px;
    background-size: contain !important;
    cursor: pointer;
}

.div-col-6 {
    flex-grow: 1;
    width: 50%;
    max-width: 100%;
    display: inline-table;
}

svg {
    border-radius: 10px;
}

.mat-paper {
    padding: 0px 10px;
    display: flex;
    column-gap: 12px;
    word-break: break-all;
    text-align: justify;
    flex-direction: column;
}

.mat-paper-body {
    padding: 10px;
    display: flex;
    column-gap: 12px;
    word-break: break-all;
    text-align: justify;
    flex-direction: column;
}

.mat-body1 {
    word-break: break-word !important;
}

.card-icon-play-thumbnail {
    height: 150px;
    width: 150px;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white
}

.card-imgae {
    position: relative;
    display: flex;
}

.icon-play-thumbnail {
    font-size: 60px !important;
}

.card-loading {
    width: 100%;
    height: 350px;
    position: relative;
}

.card-loading-body {
    display: flex;
    width: 100%;
    position: absolute;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.icon-delete-avatar {
    position: absolute;
    z-index: 9;
    width: 180px;
    height: 180px;
    color: red;
    border-radius: 50%;
    background: rgba(0,0,0,0.4);
    display: none;
    overflow: hidden;
}

.card-avatar {
    position: relative;
    width: 180px;
    height: auto;
    border-radius: 50%;
    display: flex;
    padding: 20px 0;
    cursor: pointer;
}

    .card-avatar:hover .icon-delete-avatar {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.group-btn-ul-avatar {
    width: 100%;
    justify-content: center;
}

.btn-ul-avatar {
    width: 33%;
    margin: 12px 12px;
}

.div-direction-center {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.icon-local-see {
    font-size: 300% !important;
    color: white !important;
    cursor: pointer;
}

.layout-cell-around {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.text-flex-column {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.content-tem-header {
    height: 100%;
    width: 100%;
    justify-content: space-around;
    overflow: hidden;
}

.e-dashboardlayout {
    padding: 20px;
    z-index: 0;
}

.e-panel {
    cursor: auto !important;
}

.chart-annotation {
    font-weight: bold;
    font-size: 11px;
    position: relative;
    border-radius: 3px;
    background-color: rgb(36, 133, 250, 0.2);
    padding: 5px;
}

    .chart-annotation::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: 10px solid rgb(36, 133, 250, 0.2);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        z-index: 1
    }

.title {
    font-size: 16px;
    font-weight: 500;
}

.mat-elevation-z5 {
    box-shadow: none !important;
}

.th-nowrap {
    width: 100%;
    white-space: nowrap;
}

.mdc-table {
    background-color: white !important;
}

    .mdc-table td {
        font-size: 13px !important;
        padding: 12px 12px !important;
    }

    .mdc-table th {
        font-weight: 500 !important;
        line-height: 0.75rem !important;
        font-size: 13px !important;
        background-color: rgb(255 255 255 / 8%) !important;
    }

.btn-action {
    width: 150px;
    font-size: 13px !important;
    padding: unset !important;
    margin: 3px 3px;
}

.pd-right-5 {
    padding-right: 5px;
}

.pd-left-5 {
    padding-left: 5px;
}

.pd-left-10 {
    padding-left: 10px;
}

.mat-table-style {
    font-size: 13px !important;
    margin: 0px !important;
}

.div-align-center {
    display: flex;
    align-items: center;
}

.mr-0-10 {
    margin: 0px 10px;
}

.p-break-word {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.card-table-no-data {
    border-radius: unset !important;
    margin-bottom: 5px;
}

.body-table-no-data {
    display: flex;
    justify-content: center;
    padding: 13px;
    align-items: center;
}

.body-no-data {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dev-flex-end {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}

.card-border-img {
    display: flex;
    width: auto;
    height: 120px;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.size-13 {
    font-size: 13px !important;
}

.size-14 {
    font-size: 14px !important;
}

.no-magrin {
    margin: 0px
}

.e-dashboardlayout {
    padding: unset;
}

.txt-has-not-joined {
    display: flex;
    text-align: center;
    -webkit-text-stroke: thin;
    margin: 20px;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.txt-please-select {
    width: 100%;
    word-break: break-word;
    font-weight: 200 !important;
    margin-bottom: 10px
}

.txt-no-data {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.title-detail {
    text-decoration-line: underline !important;
}

.media-size-auto {
    background-size: auto !important;
}

.text-fw-13 {
    font-weight: 500;
    font-size: 13px;
}

.mr-12-12 {
    margin: 12px 12px;
}

.w-h-100 {
    width: 100%;
    height: 100%;
}

.w-100 {
    width: 100%
}

.h-50 {
    height: 50%
}

.div-matcard-w50 {
    display: flex;
    width: 50%;
    flex-direction: column;
    row-gap: 12px;
}

.mr-l-8 {
    margin-left: 8px;
}

.mr-l-12 {
    margin-left: 12px;
}

.mr-l-10 {
    margin-left: 12px;
}

.mat-app-bar {
    display: inline-flex;
    flex-wrap: nowrap;
    overflow: hidden;
    padding-top: 0px;
    padding-left: 5px;
    max-width: 65%;
}

.matcard-content-body {
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.mr-10-0 {
    margin: 10px 0px
}

.dis-flex {
    display: flex;
}

.mr-t-10 {
    margin-top: 10px;
}

.mr-b-6 {
    margin-bottom: 6px;
}

.pd-12-0 {
    padding: 12px 0px;
}

.pd-10 {
    padding: 10px;
}

.border-bt {
    border-bottom: 1px solid #e9ecef;
}

.nowrap {
    white-space: nowrap
}

.mr-b-12 {
    margin-bottom: 12px;
}

.pd-top-10 {
    padding-top: 10px;
}

.pd-top-10-imp {
    padding-top: 10px !important;
}

.pd-0 {
    padding: 0px !important;
}

.field-address {
    height: 140px;
    flex: 6;
    display: inline-table !important;
}

.dis-block {
    display: block !important;
}

.mat-loading {
    width: 100%;
    height: 500px
}

.flex-align-center {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

}

.mat-progress-circle {
    left: 49%;
    right: 50%;
    top: 50%
}

.just-content-center {
    justify-content: center !important
}

.mr-24-0 {
    margin: 24px 0px;
}
.mr-t-20 {
    margin-top: 20px
}
.mr-t-b-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.mr-l-6 {
    margin-left: 6px
}

.border-radius-6 {
    border-radius: 6px !important;
}

.footer-date {
    float: right;
    padding: 9px !important
}

.pd-50-0 {
    padding: 50px 0px;
}
.al-self-center {
    align-self: center
}
.pd-14-10 {
    padding: 14px 10px;
}

.progress-circle {
    left: auto;
    right: auto;
    top: auto
}

.mr-r-10 {
    margin-right: 10px;
}

.w-100-imp {
    width: 100% !important;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 3px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: gray;
    }

.mr-r-6 {
    margin-right: 6px;
}

.modal-popup {
    min-width: 430px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}

.modal-footer {
    justify-content: center;
}

.div-create-account {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
}

.search-highlight {
    background-color: yellow;
    color: black;
    font-weight: 500
}

.pd-24 {
    padding: 24px
}

.pd-bottom-10 {
    padding-bottom: 10px;
}

.div-matcard-notify {
    /*   flex-wrap: wrap !important;*/
    padding: 10px;
    /*    display: flex;
    column-gap: 12px;
    word-break: break-all;
    text-align: justify;*/
}

.h-180px {
}

.org-flex {
    display: flex;
    flex-direction: row;
}

.nav-feedback {
    text-decoration-line: underline;
    font-size: 13px;
}
.flex-wrap{
    flex-wrap:wrap;
}
.group-btn-search-address {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    padding-left: 10px;
}
.mr-t-60{
    margin-top:60px;
}
.pd-20{
    padding:20px;
}
@media screen and (max-width: 848px) {
    .mdc-button__label {
        font-size: 13px !important;
    }
    .mr-t-60 {
        margin-top: 0px !important;
    }
    .mdc-button {
        font-size: 13px !important;
    }

    .div-matcard {
        display: flex !important;
        flex-wrap: wrap-reverse;
        justify-content: space-around;
    }

    .div-matcard-w50 {
        width: 100% !important;
        margin-bottom: 12px;
    }

    .matcard-content-body {
        height: 100px !important;
    }

    .width-50 {
        width: 100% !important;
    }

    .card-img-news {
        width: 100% !important;
    }

    .mdc-text-field__input {
        font-size: 13px !important;
    }

    .content-account {
        margin-top: 25px;
        display: flex;
        flex-direction: column-reverse !important;
    }

    .content-admin {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .card-img-upload {
        background-size: contain !important;
    }

    .text-ellipsis-notify {
        font-size: 16px !important;
    }

    .text-ellipsis-notify-content {
        font-size: 13px !important;
        -webkit-line-clamp: 3 !important;
    }

    .mat-card-content {
        padding: 0px !important;
    }

    .div-matcard-notify {
        display: unset !important;
        padding: 0px !important;
        min-height: 176px !important;
    }

    .card-icon {
        float: left !important;
        margin-right: 10px !important;
    }

    .mat-app-img {
        width: 100% !important;
    }

    .modal-popup {
        min-width: 100% !important;
    }

    .content-account {
        align-items: center !important;
    }

    .notification-img {
        width: 100%;
    }

    .div-matcard-custom {
        display: flex !important;
        row-gap: 10px;
        flex-direction: column;
    }

    .validation-message {
        font-size: 13px !important;
    }

    .modal-detail-title {
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .dropdown-content {
        min-width: 180px !important;
        top: 98% !important;
        width: 98% !important;
        overflow: auto !important;
        right: 0px !important;
        z-index: 2;
    }
    #floated {
        width: 180px !important;
    }
    .modal-detail-img {
        width: 180px !important;
        height: 100px !important;
    }
    .action-left button {
        margin-right: 0px !important;
    }
    .pd-50-0 {
        padding :unset !important;
    }

    .remove-image {
        top: 10px !important;
        right: 10px !important;
    }

    .text-ellipsis-title {
        font-size: 16px !important;
    }

    .modal-detail-subtitle {
        font-size: 13px !important;
    }

    .text-ellipsis {
        -webkit-line-clamp: 3 !important;
    }

    .card-img {
        width: 100% !important;
    }

    .card-imgae {
        width: 100% !important;
        height: 100% !important;
    }

    .card-icon-play-thumbnail {
        width: 100% !important;
        height: 100% !important;
    }

    .user-title {
        text-align: center;
    }

    .user-card {
        justify-content: center !important;
    }

    .card-section-date {
        display: flex !important;
    }

    .group-card-title {
        flex-wrap: wrap;
    }

    .div-search-notification {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: column !important;
    }

    .blazored-modal {
        width: 100% !important;
        min-width: 0% !important;
    }

    p {
        font-size: 13px !important;
    }

    .text-ellipsis-title {
        font-size: 16px;
    }

    .pd-24 {
        padding: 10px !important;
    }

    .mdc-floating-label {
        font-size: 13px !important;
    }

    .label-content-date {
        font-size: 13px !important;
    }

    .mat-accordion .mat-expansion-panel__header {
        font-size: 13px !important;
    }

    ::-webkit-scrollbar {
        width: 3px !important;
    }
    /*    .mdc-card__media {
        background-size: contain !important;
    }*/
    .mdc-drawer:hover, .mdc-drawer:hover .app-sidebar, .full .mdc-drawer, .full .app-sidebar {
        width: 100% !important;
    }

    .mini .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
        margin-left: 1px !important;
    }

    .mini .mdc-drawer {
        width: 1px !important;
    }

    .div-matcard-org {
        height: 180px !important
    }

    .section-orgs {
        flex-direction: column !important;
    }

    .Option {
        justify-content: flex-end !important;
        opacity: 1 !important;
        width: 64px;
        height: 36px;
    }

    .h-180px {
        height: 180px !important
    }

    .card-border-img {
        width: 80% !important;
    }

    .nav-account {
        margin: 10px 10px 0px 0px;
    }

    .nav-feedback {
        margin: 10px 10px 0px 0px;
    }

    .btn-group-org {
        margin-top: 27px !important;
    }

    .button-content {
        width: 100% !important;
        max-width: 100% !important;
    }

    .button-width-280 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .group-text-button {
        flex-direction: column-reverse !important;
        row-gap: 12px;
    }

    .field-address {
        width: 100% !important;
    }

    .div-direction-column {
        width: 100%;
    }

    .from-group {
        width: 100% !important;
    }

    .blazored-modal {
        max-height: 100% !important;
    }

    .dropdown-content-org {
        right: 0px !important;
        z-index: 2;
    }

    .mdc-floating-label {
        white-space: break-spaces !important;
    }

    .text-desc-feedback.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input {
        margin-top: 35px !important;
    }

    .org-flex {
        flex-direction: column !important;
    }

    .div-create-account {
        flex-direction: column-reverse !important;
    }
    .div-account-button {
        min-width: 100% !important;
        margin-left: unset !important;
    }
    .txt-date-mess {
        font-size: 9px !important;
    }
    .mat-h6{
        font-size:16px !important;
    }

}
.txt-date-mess {
    margin:0px !important;
}
.card-box-mess {
    max-width: 70%;
    padding: 18px 18px 2px 18px;
    border-radius: 3px !important;
    margin: 12px;
    display: inline-block;
    text-align: start;
}
.overflow {
    overflow: auto
}
.section-orgs {
    flex-direction: column !important;
}
.bd-radius-50 {
    border-radius: 50% !important;
}
.h-100{
    height: 100%;
}
.label-content-req-number {
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 15px;
}
.label-content-req-status {
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}
.footer-date-srnumber {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end !important;
    row-gap: 4px;
}

.AwaitingReview{
    color: gray;
}

.InProgress{
    color: orange;
}

.Completed {
    color: green;
}



.blazored-modal-center:has(.select-organisation-modal) {
    z-index: 5000 !important;
}
