.not-found{
    display: flex;
    justify-content: center;
    margin-top: 200px;
    opacity: 0;
}
.inbox-filter {
    opacity: 0;
}
.show {
    opacity: 1 !important;
    transition: opacity 0.5s !important;
}

.noty_theme__mint {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 14px 47px rgba(108, 108, 108, 0.18);
    box-shadow: 0px 14px 47px rgba(108, 108, 108, 0.18);
    border-radius: 15px;
    padding: 30px;
}

.noty_theme__mint .noty_body {
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
}

.noty_theme__mint .noty_buttons {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.noty_theme__mint .noty_buttons .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
}

.read .inbox-table__title:after {
    background: none;
}

.side-menu__foot {
    display: flex !important;
    justify-content: space-between;
}

.side-menu__foot .bsupp {
    width: 48% !important;
    font-size: 14px !important;
}

.mgform__l {
    max-width: 436px;
    width: 100%;
}

.copyright {
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
}

.terms h1 {
    font-size: 36px;
    padding-bottom: 20px;
}

.terms, .terms .welcome__txt {
    padding: 0px 20px 20px 20px;
    height: auto;
    width: 100%;
    max-width: 100%;
}

.terms .section {
    margin-bottom: 20px;
    text-align: left;
}

.terms .section h2 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.terms .section p, .terms .section li {
    font-size: 16px;
}

.inbox-table .td-msg {
    width: 70%;
}

.checkbox-mark__checked {
    stroke: #ff4848;
    fill: #ff4848;
}

.ql-tooltip.ql-editing {
    left: 0px !important;
}

.inbox-table__title:after {
    display: none;
}

#popup__sign-up .popup__close, #popup__create-email .popup__close, #popup__forget .popup__close {
    display: none;
}

@media only screen and (max-width: 580px) {
    .ql-toolbar.ql-snow .ql-formats {
        display: none;
    }
    .ql-toolbar.ql-snow > .ql-formats:nth-child(2) {
        display: block;
    }
}

.domain-hint {
    position: absolute;
    right: 45px;
    margin-top: -35px;
    color: #7a7a7a;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    justify-content: flex-end;
    opacity: 0;
}

.page-link {
    color: #737373;
    padding: 4px 13px;
    line-height: 23px;
    text-decoration: none;
    border: 1px solid #ddd;
    margin: 0 4px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.page-link:hover {
    background-color: #f0f0f0;
}

.page-link.current {
    background-color: #47c9e1;
    color: white;
    border-color: #47c9e1;
    pointer-events: none; /* Makes the current page non-clickable */
    cursor: default; /* Changes the cursor to default arrow */
}

.pagination .dots {
    color: #737373;
    margin-left: 7px;
    margin-right: 7px;
}

.inbox-table .td-date .d {
    line-height: 17px !important;
}

@media only screen and (max-width: 580px) {
    .support-tg {
        padding-left: 30px !important;
    }
}
