.navigation {
    margin-top: 8px;
}

.radio {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .col-xl-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    #margin-btn-moderation {
        margin-bottom: 0;
    }
}

.avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: 0.8rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2e2e2;
    position: relative;
}

.avatar img {
    width: 110%;
    transition: 0.8s;
}

.avatar.square {
    border-radius: 24px;
    width: 112px;
    height: 112px;
    min-width: 112px;
    min-height: 112px;
}

.avatar:hover {
    filter: blur(1px);
}

.avatar:hover img {
    width: 120%;
}


.avatar.big {
    width: 180px;
    height: 180px;
    margin: auto;
    margin-bottom: 36px;
}

.header .options {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header .options a {
    font-size: 1rem;
    color: rgba(255, 255, 255, .65);
    font-weight: 500;
    padding: 1rem;
    transition: color .3s;
}

.header .logo {
    width: 48px;
    margin-left: 16px;
}

.header .options a:link, .header .options a:visited {
    color: rgba(255, 255, 255, .65);
}

.header .options a:hover {
    font-weight: bold;
    color: #ffebf3;
}

.header .options a.active {
    font-weight: bold;
    color: #ffebf3;
}


.search-bar {
    padding: 0 1.5rem;
}

.search-bar .form-group {
    position: relative;
}

.search-bar .form-group i {
    position: absolute;
    left: 0;
    bottom: 8px;
    font-size: 16px;
    transition: 0.2s;
    cursor: pointer;
}

.search-bar .form-group:hover i {
    bottom: 8px;
    font-size: 18px;
}


.search-bar input {
    padding-left: 24px;
    padding-right: 24px;
}

#login, #register-priest, #retrieve-registration {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 24px 42px;
    transition: 0.8s;
}

#register-priest .message, #retrieve-registration .message {
    text-align: center;
}

#register-priest .message b, #retrieve-registration .message b {
    color: #545454;
}

#register-priest input:disabled, #retrieve-registration input:disabled {
    background: #e2e2e2;
}

#register-priest, #retrieve-registration {
    transform: translateX(100vw);
}

#register-priest.only, #retrieve-registration.only {
    transform: none !important;
}

#login.go-left {
    transform: translateX(-100vw);
}

#register-priest.go-left, #retrieve-registration.go-left {
    transform: translateX(0);
}

#login .logo, #register-priest .logo, #retrieve-registration .logo {
    margin-bottom: 48px;
    max-width: 92px;
    height: auto;
}

#login .wanna-register {
    color: #e86f99;
    white-space: nowrap;
    transition: 0.5s;
    cursor: pointer;
}

#login .wanna-register:hover {
    color: #b1476c;
    font-weight: bold;
}

#register-priest .go-back, #retrieve-registration .go-back {
    cursor: pointer;
    color: #6d6d6d;
    text-decoration: underline;
    font-size: 1.05rem;
}

#register-priest .go-back:hover, #retrieve-registration .go-back:hover {
    font-weight: bold;
    color: #4e4e4e;
}

.primary, .primary:visited, .primary:link {
    background: #e77099;
    color: #fff !important;
    border-radius: 8px;
    outline: none;
    font-size: 1rem;
    border: none;
    padding: 12px 36px;
    cursor: pointer;
    transition: 0.4s;
}

button.cancel {
    background: #848484;
}

.primary:hover {
    background: #ce6086;
}

button.cancel:hover {
    background: #666666;
}

#login .primary:hover, #register-priest .primary:hover, #retrieve-registration .primary:hover {
    padding: 12px 64px;
}

.form-error {
    color: red;
    padding-top: 4px;
}

#login .form-group, #register-priest .form-group, #retrieve-registration .form-group {
    width: 100%;
    max-width: 279px;
    min-width: 200px;
    margin-bottom: 48px;
}

#register-priest .form-group, #retrieve-registration .form-group {
    margin-bottom: 0;
    max-height: 230px;
    overflow-y: auto;
    padding: 0 16px 16px 0;
}

#login input, #register-priest input, #retrieve-registration input {
    width: 100%;
}

#login .form-group input:nth-child(1) {
    margin-bottom: 24px;
}

tbody tr {
    cursor: pointer;
}

i.invert {
    transform: scaleX(-1);
}

select.form-control {
    cursor: pointer;
    padding: 0 24px 0 12px;
}

.select {
    position: relative;
    z-index: 10;
}

.primary.small {
    padding: 6px 22px;
    font-size: 0.9rem;
}

.card-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 24px;
}

.card-ext-title {
    font-size: 20px;
    font-weight: bold;
    color: #4d2f68;
    padding-bottom: 10px;
}

.icon {
    font-size: 30px;
    padding-top: 4px;
    float: left;
}

.icon-with-label {
    float: left;
    text-align: center;
}

.icon-with-label .icon {
    font-size: 24px;
    padding-top: 4px;
    float: none;
}

.icon-with-label .label {
    font-size: 12px;
}

.data {
    float: right;
}

.label.font-mini {
    font-size: 10px;
    line-height: 20px;
}

.data.float-left .label,
.data.float-left .value {
    text-align: left;
}

.data .label {
    text-align: right;
    color: #aeaeae;
}

.data .value {
    text-align: right;
    color: #362e29;
    font-size: 22px;
    font-weight: bold;
}

.card-body .compact-height {
    padding-top: 15px;
    padding-bottom: 15px;
}

.card-list .card-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card .card {
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 20%);
}

.user-card .status {
    position: absolute;
    top: 31px;
    right: 0;
    color: #929292;
    font-style: italic;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
    transition: color 0.2s;
}

.user-card:hover .status {
    color: #2e2e2e;
}

.user-card.DEACTIVED_BY_ADMIN, .user-card.INACTIVE {
    opacity: 0.92;
    padding-top: 12px;
}

.user-card .card-body .username {
    font-size: 1.2rem;
    color: #2e2e2e;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.user-card .card-body .description {
    margin-bottom: 8px;
    margin-top: 8px;
}

.user-card .card-body .profile {
    text-decoration: underline;
    cursor: pointer;
    color: #e77099;
    display: inline !important;
    font-weight: bold;
    font-size: 1rem;
    transition: 0.2s;
    position: absolute;
    right: 0;
}

.user-card:hover .card-body .profile {
    font-size: 1.02rem;
    color: #cf5580;
}

#modal-loader {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}

#modal-loader.active {
    z-index: 999;
    opacity: 1;
}


#modal-loader .loader-circle {
    width: 120px;
    height: 120px;
    border: 12px solid transparent;
    border-top: 12px solid #e77099;
    border-left: 12px solid #e77099;
    border-bottom: 12px solid #e77099;
}

#modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;

}

#modal.hide {
    z-index: -1;
}

#modal.active {
    background: rgba(0, 0, 0, 0.4);
}

#modal > div {
    position: absolute;
    transform: translateY(-100vh);
    opacity: 0;
    transition: 0.9s;
    max-width: 80vw;
    min-width: 320px;
    padding: 2.4rem;
}

#modal.active > div {
    opacity: 1;
    transform: translateY(0%);
}

.description.scrollable {
    max-height: 120px;
    word-break: break-word;
    overflow: auto;
}

.user-profile-card,
.chat-card .card-body {
    position: relative;
    border-radius: 8px;
}

.user-profile-card {
    max-width: 900px;
    height: auto;
    max-height: 900px;
}

.user-profile-card .card-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.user-profile-card .card-body .images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 12px;
}

.card-body .images > div {
    position: relative;
}

.card-body .images .delete {
    position: absolute;
    top: -4px;
    right: 3px;
    width: 28px;
    transition: 0.4s;
    cursor: pointer;
}

.user-profile-card .card-body .images .delete:hover {
    width: 30px;
    right: 2px;
    top: -5px;
}

.user-profile-card .card-body .info {
    padding-left: 36px;
}

.user-profile-card .card-body .info .username {
    font-weight: bold;
    font-size: 1.6rem;
    color: #2e2e2e;
    margin-bottom: 24px;
}

.user-profile-card .card-body .info .description {
    margin-bottom: 24px;
}

.user-profile-card .card-body .info .instagram {
    display: block;
    margin-bottom: 24px;
    font-size: 1.2rem;
    text-decoration: underline;
    color: #2e2e2e;
    cursor: pointer;
}

.user-profile-card .card-body .info .instagram:link,
.user-profile-card .card-body .info .instagram:visited {
    color: #2e2e2e;
}

.user-profile-card .card-body .info .instagram:hover {
    color: #000;
}

.user-profile-card .close,
.chat-card .close,
.inactivation-card .close {
    position: absolute;
    top: -12px;
    right: -12px;
    opacity: 0.95;
}

.deletion-card .close {
    position: absolute;
    top: -12px;
    right: -12px;
    opacity: 0.95;
}

.user-profile-card .close:hover {
    opacity: 1 !important;
}

.chat-card .actions button:nth-child(1),
.user-profile-card .card-body .actions button:nth-child(1) {
    margin-right: 8px;
}

.user-profile-card .card-body .actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.user-profile-card .additional {
    margin-top: 20px;
    display: grid!important;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    margin-bottom: 24px;
}

.user-profile-card .additional > div {
    font-weight: bold;
    padding: 0;
    margin-bottom: 0;
    min-width: 124px;
}

.additional-description {
    min-width: 100% !important;
    font-weight: normal !important;
}

.user-profile-card .additional > div > span {
    font-weight: normal;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.chat-card {
    width: 100%;
    max-height: 80vh;
}

.chat-card .card-body {
    width: 100%;
    padding: 3rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow-y: auto;
}

.chat-card .card-body .actors {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 36px;
}

.chat-card .modal-chat {
    padding: 0 16px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    height: 100%;
}

.chat-card .division {
    width: 100%;
    height: 1px;
    background: #e2e2e2;
}

.chat-card .modal-chat::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
}

.chat-card .modal-chat::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 4px;
}

.chat-card .modal-chat::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 4px;
}

.chat-card .modal-chat::-webkit-scrollbar-thumb:hover {
    background: #8f8f8f;
    border-radius: 4px;
}

.scrollable::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 4px;
}

.scrollable::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
    background: #8f8f8f;
    border-radius: 4px;
}

.chat-list, .history-list {
    cursor: pointer;
    position: relative;
    min-height: 64px;
    max-height: 238px;
    overflow: auto;
}

.chat-card .modal-chat .message {
    max-width: 50%;
    width: 44%;
    cursor: pointer;
    padding: 12px 16px;
    background: #e2e2e2;
    border-radius: 8px;
    margin-bottom: 24px;
    cursor: pointer;
    transition: 0.4s;
    position: relative;
}

.chat-card .modal-chat .message .date {
    position: absolute;
    left: 8px;
    padding-top: 4px;
    top: 80%;
    font-size: 10px;
    color: #2e2e2e;
    opacity: 0;
    transition: 0.2s;
}

.chat-card .modal-chat .message:hover .date {
    opacity: 0.8;
    top: 100%;
}

.chat-card .modal-chat .message.left {
    padding-right: 12px;
    color: #000;
}

.chat-card .modal-chat .message.left:hover {
    background: #c4c4c4;
}

.chat-card .modal-chat .message.right {
    padding-left: 12px;
    background: #e77099;
    color: #fff;
    align-self: flex-end;
}

.chat-card .modal-chat .message.right:hover {
    background: #ce5f86;
}

.chat-card .chat-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-card .chat-footer span {
    font-size: 1.8rem;
}

.admin-card .card-body {
    align-items: center;
}


.new-invitation-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.new-invitation-card .card-body .form-group {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 16px;
    align-items: flex-start;
    flex-direction: row;
}

.new-invitation-card .card-body .form-group > div {
    width: 100%;
    margin: 0 8px;
}


.new-gift-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.new-gift-card .card-body .form-group {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 16px;
    align-items: flex-start;
    flex-direction: row;
}

.new-gift-card .card-body .form-group > div {
    width: 100%;
    margin: 0 8px;
}

input.error-id {
    border-color: red;
}

.customer-name, .other-name {
    cursor: pointer;
}

.customer-name:hover, .other-name:hover {
    text-decoration: underline;
}

.new-invitation-card {
    padding-top: 24px;
}

.new-invitation-card {
    margin-top: 24px;
}

.new-gift-card {
    padding-top: 24px;
}

.new-gift-card {
    margin-top: 24px;
}

.dz-error-message {
    display: none;
}

.small-col {
    width: 16px;
}

.small-col i {
    font-weight: bold;
    padding-left: 16px;
    color: #e77099;
}

.breadcrumb a {
    margin-right: 4px;
    text-decoration: underline;
    color: #e77099 !important;
}

.app-user-profile .info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-user-profile .info .images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 12px;
}

.app-user-profile .info .basic-info {
    padding-left: 24px;
    width: 100%;
}

.app-user-profile .info .basic-info .more-info {
    margin-top: 32px;
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    display: grid;
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 32px;
}

.app-user-profile .info .basic-info .more-info label {
    font-weight: bold;
}

.app-user-profile .info .basic-info .more-info span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    display: block;
}

.app-user-profile .info .basic-info .description {
    margin-top: 32px;
}

.app-user-profile h3 {
    margin-bottom: 24px;
}

.app-user-profile .history {
    margin-top: 36px;
}

.app-user-profile .history ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.app-user-profile .history {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.app-user-profile .history > div {
    flex-grow: 1;
}

.app-user-profile .history > div:nth-child(1) {
    padding-right: 36px;
}

.app-user-profile .history ul > li {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    padding: 12px 4px;
    cursor: pointer;
    transition: 0.5s;
}

.app-user-profile .history ul > li:hover {
    background: #e2e2e2;
}

.app-user-profile .history .arrow {
    position: relative;
    width: 10px;
    height: 2px;
    background: #585858;
    transform: rotate(45deg);
    bottom: 7px;
    margin-left: 16px;
    margin-right: 8px;
    display: inline-block;
    transition: 0.5s;
}

.app-user-profile .history ul > li:hover .arrow {
    transform: rotate(45deg) translate(4px, -4px);
}

.app-user-profile .history .arrow::after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    background: inherit;
    transform: rotate(90deg);
    left: 4px;
    top: 4px;
}

.content__title {
    padding: 0;
    padding-block: 40px;
    margin: 0;
}

.content__title h1 {
    font-family: 'Roboto', sans-serif;
    color: var(--texto, #48453B);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.72px;
    text-transform: none;
}

.content__title .actions {
    top: 0;
}

.content__title .actions .form-group {
    padding-top: 28px;
}

.sidebar {
    z-index: 21;
}

.breadcrumb {
    background: #f3f3f3;
    z-index: 22;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    font-size: 0.85rem;
    height: 42px;
    display: flex;
    padding: 0;
    padding-left: 28px;
    box-shadow: none;
    border-bottom: 0;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumb .division {
    margin-right: 4px;
}

.new-system-user {
    display: inline-block;
    margin-right: 8px;
    z-index: 20;
    position: relative;
}

.user__email {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user__name {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

div.dt-container {
    padding-bottom: 20px !important;
}

div.dt-container div.dt-paging {
    margin-top: 30px !important;
}

div.dt-processing {
    display: none !important;
}

div.dt-processing > div:last-child > div {
    background: #e77099 !important;
}

.pagination > div {
    opacity: .6;
    background-color: #f3f3f3;
    display: inline-block;
    color: #54585c;
    vertical-align: top;
    border-radius: 50%;
    margin: 0 1px 0 2px;
    font-size: 1rem;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    transition: 0.2s;
}

.pagination > div:hover {
    background: #e2e2e2;
}

.pagination > .current,
.pagination .page-item.active .page-link {
    background: #e77099;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}

.pagination > .current:hover {
    background: #ce6086;
}

.pagination .previous::before {
    content: '\F2FF';
    font-family: Material-Design-Iconic-Font, sans-serif;
    font-size: 1rem;
    line-height: 2.55rem;
}

.pagination .next::before {
    content: '\F301';
    font-family: Material-Design-Iconic-Font, sans-serif;
    font-size: 1rem;
    line-height: 2.55rem;
}

.pagination .page-item .page-link {
    width: auto;
    min-width: 40px;
    min-height: 40px;
}

.pagination .page-item + .page-item {
    margin-left: 8px;
}

.pagination .page-item .page-link.previous,
.pagination .page-item .page-link.next,
.pagination .page-item .page-link.first,
.pagination .page-item .page-link.last {
    border-radius: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

.pagination .page-item .page-link.previous::before,
.pagination .page-item .page-link.next::before {
    margin-right: 4px;
}

.square_photo {
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 260px;
    padding: 24px;
}

.square_photo.drop {
    overflow: hidden;
    position: relative;
}

.square_photo.drop img {
    position: absolute;
    width: 200px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: 0.3s;
}

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

#admin-password {
    display: none;
}

.custom-toast {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00c400;
    padding: 12px 24px;
    border-radius: 12px;
    color: #fff;
    font-size: 1.1rem;
    top: -128px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    opacity: 0;
    transition: 0.6s;
    animation: show-custom-toast 10s forwards;
    animation-delay: 2s;
    cursor: pointer;
}

.custom-toast.fast {
    animation-delay: 0s;
    animation-duration: 5s;
}

.custom-toast.danger {
    background: #8f1201;
}

.custom-toast.danger:hover {
    background: #6e0d00;
}

.custom-toast:hover {
    background: #009b00;
}

.create-subscription-codes {
    position: fixed;
    z-index: -1;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 16px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: 0.4s;
    width: 50%;
}

.create-subscription-codes input, .create-subscription-codes select {
    margin: 16px 0;
    display: block;
    width: 100%;
    padding: 4px 8px;
    border-radius: 4px;
    outline: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.create-subscription-codes button {
    width: 100%;
    margin-top: 16px;
}

@keyframes show-custom-toast {
    0% {
        opacity: 0;
        top: -128px;
    }
    20% {
        opacity: 1;
        top: 18px;
    }
    80% {
        opacity: 1;
        top: 18px;
    }
    100% {
        opacity: 0;
        top: -128px;
    }
}

.loader-circle {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 36px;
    height: 36px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#table-list > tbody > tr:nth-child(even) {
    background: #ebebeb;
}

#table-list > tbody > tr:hover {
    background: #e2e2e2;
}

#table-list > tbody > tr.notfound {
    cursor: default !important;
}

.table-container {
    overflow: auto;
}

#table-list {
    min-width: 400px;
}

#table-list thead th, #table-list tbody td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

#table-list thead th.order {
    cursor: pointer;
}

table {
    padding-bottom: 20px !important;
}

.activate {
    text-decoration: underline;
    cursor: pointer;
    color: #e77099;
}

.new-admin-form .admin-password {
    display: none;
}

@media screen and (max-width: 1500px) {
    .card-list {
        grid-template-columns: 1fr;
    }

    .app-user-profile .info {
        flex-direction: column;
        text-align: center;
    }

    .app-user-profile .info .images {
        margin-bottom: 36px;
    }

    .app-user-profile .history {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 54px;
    }

    .app-user-profile .history > div {
        flex-grow: 0;
        width: 90%;
        margin-bottom: 36px;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .admin-card button {
        white-space: nowrap;
    }

    .chat-card .modal-chat .message {
        padding: 8px 12px;
        margin-bottom: 18px;
    }

    .chat-card .card-body .division {
        display: none;
    }

    .chat-card .card-body > div {
        flex-basis: 1;
        flex-grow: 1;
    }

    .chat-card .chat-footer span {
        font-size: 1.4rem;
    }

    .header .header__logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .header .header__logo {
        margin: auto;
    }

    .user-profile-card .card-body {
        flex-direction: column;
        justify-content: flex-start;
        padding: 64px 2rem;
        max-height: 82vh;
        overflow: auto;
    }

    .user-profile-card .card-body .info {
        padding: 36px 36px 0 36px;
    }

    .chat-card .actions,
    .user-profile-card .card-body .actions {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 16px;
    }

    .chat-card .actions button:nth-child(1),
    .user-profile-card .card-body .actions button:nth-child(1) {
        margin-right: 24px;
    }

}

@media screen and (max-width: 920px) {

    .card-list {
        grid-template-columns: 1fr;
    }

    .user-card {
        width: 100%;
        margin: auto;
        margin-bottom: 24px;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);
    }

    .card-list .card-body {
        display: block;
        justify-content: center;
        flex-direction: column;
    }

    .app-user-profile .info .basic-info .more-info {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767.98px) {
    .user-card .card-body .profile {
        bottom: 10px;
    }
}

@media screen and (max-width: 728px) {
    .new-invitation-form .form-group div:nth-child(2) {
        margin-top: 8px;
    }

    .new-gift-form .form-group div:nth-child(2) {
        margin-top: 8px;
    }

    .chat-card .chat-footer span {
        font-size: 1rem;
    }

    .primary {
        padding: 10px 28px;
        font-size: 0.8rem;
    }

    .primary:hover {
        padding: 10px 52px;
    }

    .chat-card .chat-footer {
        height: 180px;
        flex-direction: column;
    }

    .app-user-profile .history > div {
        font-size: 0.75rem;
    }

    #login .logo, #register-priest .logo, #retrieve-registration .logo {
        max-width: 72px;
    }

    #login .wanna-register {
        font-size: 0.8rem
    }

;
}

@media screen and (max-width: 600px) {
    .user-profile-card .card-body .images {
        grid-template-columns: 1fr 1fr;
    }

    .content__title .actions {
        top: -8px !important;
    }

    .app-user-profile .info .basic-info .more-info {
        grid-template-columns: 1fr;
    }

    .admin-card .button_container {
        flex-direction: column-reverse;
        justify-content: center;
        align-content: center;
    }

    .new-invitation-form button {
        width: 100%;
        margin-top: 16px;
    }

    .new-gift-form button {
        width: 100%;
        margin-top: 16px;
    }

    .user-card .status {
        top: 0;
    }
}

@media (max-width: 1199.98px) {
    .breadcrumb {
        display: none;
    }

    .sidebar {
        padding: 104px 2rem .5rem
    }

    .content__title .actions {
        top: -28px;
    }
}

@media screen and (max-width: 320px) {
    .user-card .status {
        left: 0;
    }
}

@media screen and (max-width: 320px) {
    .primary {
        padding: 6px 24px;
        font-size: 0.8rem;
    }

    .user-card .card-body .profile {
        left: 0;
    }

    .primary:hover {
        padding: 6px 48px;
    }

    #login .logo, #register-priest .logo, #retrieve-registration .logo {
        max-width: 58px;
    }

    .user-card .card-body .profile {
        position: relative;
        bottom: 0;
    }
}


.profile-link {
    color: #929292;
    font-style: italic;
    text-decoration: underline;
}

.profile-link:hover {
    color: #2e2e2e;
    text-decoration: underline;
}

/* Style the tab */
.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    background-color: #f1f1f1;
    margin-bottom: 12px;
}

.tab-bar {
    padding: 0 1.5rem;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #e77099;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #e77099;
}

.btn-dropdown {
    color: #FFFFFF;
    background-color: #e77099;
    border-color: #e77099;
}

.btn-dropdown:hover {
    color: #FFFFFF;
    background-color: #f294b4;
    border-color: #e69ab4;
}

.btn-dropdown:focus, .btn-dropdown.focus {
    box-shadow: 0 0 0 0 rgba(66, 166, 245, 0.5);
}

.btn-dropdown.disabled, .btn-dropdown:disabled {
    color: #FFFFFF;
    background-color: #e77099;
    border-color: #e77099;
}

.btn-dropdown:not(:disabled):not(.disabled):active, .btn-dropdown:not(:disabled):not(.disabled).active,
.show > .btn-dropdown.dropdown-toggle {
    color: #FFFFFF;
    background-color: #e69ab4;
    border-color: #f5abc4;
}

.btn-dropdown:not(:disabled):not(.disabled):active:focus, .btn-dropdown:not(:disabled):not(.disabled).active:focus,
.show > .btn-dropdown.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(66, 166, 245, 0.5);
}

.btn-dropdown.focus,
.btn-dropdown:focus,
.btn-dropdown:not(:disabled):not(.disabled).active:focus,
.btn-dropdown:not(:disabled):not(.disabled):active:focus,
.show > .btn-dropdown.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(66, 166, 245, .5)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-dropdown {
    color: #FFF;
    background-color: #e77099;
    border-color: #e77099
}

.btn-dropdown:hover {
    color: #FFF;
    background-color: #f294b4;
    border-color: #e69ab4
}

.btn-dropdown.disabled, .btn-dropdown:disabled {
    color: #FFF;
    background-color: #e77099;
    border-color: #e77099
}

.btn-dropdown:not(:disabled):not(.disabled).active, .btn-dropdown:not(:disabled):not(.disabled):active, .show >
.btn-dropdown.dropdown-toggle {
    color: #FFF;
    background-color: #e69ab4;
    border-color: #f5abc4
}

.btn.clear-filters {
    color: #e76f99;
    font-size: 1rem;
}

.btn.clear-filters:hover {
    text-decoration: underline;
}

.dropleft .dropdown-menu {
    inset: unset !important;
    right: 101% !important;
    left: unset !important;
    top: 5px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Style the tab */
.tab-options {
    overflow: hidden;
    width: fit-content;
    /* border: 1px solid #ccc; */
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab-options button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab-options button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab-options button.active {
    background-color: #e77099;
    color: #FFF;
}

.table td {
    vertical-align: inherit;
}


/* Invite Request Page */

.invite-requests-container {
    background-color: #FFFFFF;
    padding: 40px 30px;
    border-radius: 12px;
}

.invite-requests-container .head-invite-requests {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.invite-requests-container .head-invite-requests .menu-table {
    display: flex;
    gap: 32px;
    width: fit-content;
}

.invite-requests-container .head-invite-requests .menu-table .menu-box {
    display: flex;
    gap: 8px;
    height: fit-content;
    padding: 2px;
    cursor: pointer;
}

.invite-requests-container .head-invite-requests .menu-table .menu-box.activated {
    border-bottom: 3px #6E3EFF solid;
}

.invite-requests-container .head-invite-requests .menu-table .menu-box p {
    margin: 0;
}

.invite-requests-container .head-invite-requests .menu-table .menu-box .title {
    color: #48453B;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.48px;
    margin: 0;
}

.invite-requests-container .head-invite-requests .menu-table .menu-box .notification {
    background-color: #BE0000;
    padding-inline: 7px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invite-requests-container .head-invite-requests .menu-table .menu-box .notification p {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.48px;
    line-height: 0px;
}

.invite-requests-container .search-invite {
    width: calc(100% - 600px);
    position: relative;
}

.invite-requests-container .search-invite input {
    border-radius: 15px;
    border: 1px solid #F1F1F5;
    background: #FAFAFB;
    width: 100%;
    height: 50px;
    padding: 5px 46px 5px 14px;
    color: #92929D;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.invite-requests-container .search-invite img {
    position: absolute;
    right: 16px;
    top: 13px;
}

.invite-requests-container .filter-invite {
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #6E3EFF;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 50px;
}

.invite-requests-container .filter-invite p {
    color: #6E3EFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.table-invite {
    border-collapse: collapse;
    width: 100%;
}

.table-invite th, td {
    color: #7E7E7E;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.table-invite th {
    background-color: #F3F6F9;
    padding: 15px;
    font-weight: 600;
}

.table-invite td {
    width: fit-content;
    padding-inline: 15px;
    padding-top: 45px;
    font-weight: 500;
}

.table-invite th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.table-invite th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.table-invite tr:last-child {
    padding-bottom: 45px;
}

.table-invite tbody tr {
    cursor: default;
}

.option-invite {
    width: 92px;
    height: 32px;
    border-radius: 30px;
    background-color: #6E3EFF;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.option-invite .code-invite {
    color: #FFF !important;
}

.option-invite .code-invite:hover {
    color: #FFF !important;
}

.dropdown-menu {
    border-radius: 10px;
}

.dropdown-menu li {
    padding: 16px;
    cursor: pointer;
}

.dropdown-menu li:hover {
    color: #6E3EFF;
    background-color: #ebebebe7;
}

/* Invite Request Code */
.current-page {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}

.current-page p {
    margin: 0;
}

.current-page .before {
    color: var(--cinza-desativado, #9E9E9E);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
}

.current-page .current {
    color: var(--v-2-roxo, #6E3EFF);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
}

.invite-requests-codes-container {
    background-color: #FFFFFF;
    padding: 40px 30px;
    border-radius: 12px;
}

.invite-requests-codes-container .head-invite-requests-codes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.invite-requests-codes-container .search-invite {
    width: calc(100% - 600px);
    position: relative;
}

.invite-requests-codes-container .search-invite input {
    border-radius: 15px;
    border: 1px solid #F1F1F5;
    background: #FAFAFB;
    width: 100%;
    height: 50px;
    padding: 5px 46px 5px 14px;
    color: #92929D;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.invite-requests-codes-container .search-invite img {
    position: absolute;
    right: 16px;
    top: 13px;
}

.invite-requests-codes-container .export-code {
    background-color: #6E3EFF;
    border-radius: 30px;
    border: 1px solid #6E3EFF;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
}

.invite-requests-codes-container .export-code p {
    color: #fff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.code {
    width: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 8px;
}

.code.available {
    background: #DFF1C7;
    color: #00781A;
}

.code.used {
    background: #FBF8B1;
    color: #786C00;
}

.info-user-invite {
    display: flex;
    border-radius: 6px;
    background: rgba(110, 62, 255, 0.10);
    padding: 16px;
    justify-content: space-between;
    margin-bottom: 45px;
}

.info-user-invite div h2 {
    color: var(--texto, #48453B);
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.36px;
}

.info-user-invite div p {
    color: var(--texto, #48453B);
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.36px;
    margin: 0;
}

/* Modal */

.modal-content {
    border-radius: 12px;
}

.modal-header .close {
    z-index: 100;
}

.less-padding {
    padding: 10px 15px 0 !important;
}

.aproved-content-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

.aproved-content-modal .icon {
    position: absolute;
    top: -10px;
}

.aproved-content-modal .icon div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 8px solid var(--success-50, #ECFDF3);
    background: var(--success-100, #D1FADF);
    width: 48px;
    height: 48px;
}

.aproved-content-modal h2 {
    color: var(--texto, #48453B);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 8px;
}

.aproved-content-modal p {
    color: var(--v-2-cinza, #7E7E7E);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.5px;
    margin: 0;
}

.user-infos-modal {
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding-top: 20px;
}

.user-infos-modal .icon {
    padding: 0;
}

.user-infos-modal .icon div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 4px solid var(--success-50, #c0aaff);
    background: var(--success-100, #d4c6ff);
    width: 48px;
    height: 48px;
    position: relative;
}

.box-icon {
    position: absolute;
    top: -20px;
    left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #e2d8ff;
    width: 60px;
    height: 60px;
}

.user-infos-modal h2 {
    color: var(--texto, #48453B);
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 8px;
}

.user-infos-modal .infos {
    display: flex;
    flex-direction: column;
}

.user-infos-modal label {
    color: var(--texto, #48453B);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.5px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.user-infos-modal span {
    color: var(--texto, #48453B);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20.5px;
    font-weight: 700;
}

.failed-content-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 24px;
}

.failed-content-modal .icon {
    position: absolute;
    top: -10px;
}

.failed-content-modal .icon div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 8px solid var(--warning-50, #FFFAEB);
    background: var(--warning-100, #FEF0C7);
    width: 48px;
    height: 48px;
}

.failed-content-modal h2 {
    color: var(--texto, #48453B);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 8px;
}

.failed-content-modal p {
    color: var(--v-2-cinza, #7E7E7E);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.5px;
    margin: 0;
}

.failed-content-modal textarea {
    width: 100%;
    border-radius: 10px;
    border: 2px solid var(--v-2-traado, #DFE6EB);
    background: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    padding: 15px;
    margin-block: 16px;
    font-size: 16px;
}

.buttonModal {
    width: 100%;
    padding: 10px 18px;
    border-radius: 100px;
    border: none;
    background: var(--v-2-roxo, #6E3EFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--base-white, #FFF);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 32px;
    cursor: pointer;
}

.buttonLineModal {
    width: 100%;
    padding: 10px 18px;
    border-radius: 100px;
    border: 2px var(--v-2-roxo, #6E3EFF) solid;
    background: transparent;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--v-2-roxo, #6E3EFF);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 12px;
    cursor: pointer;
}

.wrapper-profile {
    max-width: 900px;
    max-height: 900px;
}

.wrapper-profile #form-edit-content {
    width: 100%;
}

.edit-profile-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.edit-profile-button .username {
    margin-bottom: 0 !important;
}

.edit-profile-button #church-role-icon {
    height: 27px;
    width: 27px;
    position: unset !important;
}

.edit-profile-button #edit-content {
    color: rgb(231, 111, 153) !important;
    font-size: 1.1rem;
    position: unset !important;
    min-width: 130px;
}

.user-profile-card .card-body .info > div > div {
    padding-left: 0 !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 440px;
    }
}

@media (max-height: 850px) {
    .wrapper-profile {
        height: 90vh;
        padding-bottom: 10px;
    }

    .wrapper-profile #report-settings {
        padding-top: 0 !important;
    }

    .user-profile-card {
        overflow-y: auto;
        margin-bottom: 0;
    }

    .user-profile-card .card-body {
        flex-direction: column;
        padding-bottom: 0 !important;
    }

    .user-profile-card .close {
        top: 10px;
        right: 10px;
    }

    .user-profile-card .card-body .info {
        margin-top: 20px;
        padding-left: 0;
    }


    .description.scrollable {
        max-height: none;
    }

    #buttons-report-customer {
        margin-top: 20px;
    }
}

.toast-container{
    z-index: 9999;
}
.toast-container .toast-body{
    flex: 1;
}

.toast-container .btn-close,
.toast-container .btn-close:hover{
    color: white!important;
    z-index: 9999;
    min-width: 30px;
}

.no-event{
    pointer-events: none!important;
}