.show-text {
    display: none;
}

.hovered-email-report-button,
.email-report-btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 300;
    width: 1.875rem;
    transition: 0.5s ease-in-out;
    height: 1.875rem;
    border-radius: 50%;
    border: none;
    color: #fff;
    background-color: #268bff;
    top: 6rem;
    right: 2.5%;
    position: absolute;
    box-shadow:
        0 6px 10px 0 rgba(0, 0, 0, 0.3),
        0 2px 2px 0 rgba(0, 0, 0, 0.2);
    font-size: var(--page-link-fs);

    .icon {
        float: right;
        margin-left: auto;
    }

    .show-text {
        display: none;
    }

    .show-icon {
        color: white;
        font-size: 1.125rem;
        transform: rotate(315deg);
        margin-left: 0.125rem;
        margin-top: -0.25rem;
    }

    &:disabled {
        background-color: #979797;
        cursor: not-allowed !important;
        opacity: 1;
    }
}

.w-180.hovered-email-report-button {
    width: 180px !important;
}

.hovered-email-report-button {
    color: white;
    width: 120px;
    height: 1.875rem;
    padding: 8px;
    border-radius: 0.9375rem;
    box-shadow:
        0 6px 10px 0 rgba(0, 0, 0, 0.3),
        0 2px 2px 0 rgba(0, 0, 0, 0.2);

    .show-text {
        display: block;
        transition: fadeInRight 0.5s ease-in-out;
        white-space: nowrap;
        white-space: nowrap;
        overflow: hidden;
    }

    .mdi-menu-down {
        display: block !important;
        font-size: 14px;
    }

    .show-icon {
        display: none;
    }
}

.send-mi {
    color: white;
    font-size: 1.125rem;
    transform: rotate(315deg);
    margin-left: 0.125rem;
    margin-top: 0.125rem;
}

