.buzzen-birthdays-page {
    position: relative;
}

.buzzen-birthdays-page .pcontainer {
    padding-top: 18px;
    padding-bottom: 34px;
}

.buzzen-birthdays-page #pholder {
    max-width: 1180px;
}

.buzzen-birthdays-panel {
    position: relative;
    min-height: 260px;
    margin: 22px 0 34px !important;
    padding: 18px 22px 26px !important;
    border: 1px solid rgba(35, 93, 137, .18);
    border-radius: 18px;
    background: rgba(246, 250, 253, .88);
    box-shadow: 0 22px 55px rgba(13, 43, 72, .18), inset 0 1px 0 rgba(255,255,255,.85);
    overflow: hidden;
}

.buzzen-birthdays-panel:before {
    content: "";
    position: absolute;
    right: -105px;
    top: -135px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(255, 210, 74, .15);
    pointer-events: none;
}

.buzzen-birthdays-title {
    position: relative;
    z-index: 1;
    margin: 0 0 12px !important;
    padding: 11px 15px;
    border: 1px solid rgba(71, 151, 213, .22);
    border-radius: 14px 14px 6px 6px;
    background: linear-gradient(135deg, #103858 0%, #155c91 72%, #1b79bd 100%);
    color: #fff !important;
    font-family: var(--buzzen-font-heading);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .3px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,.28);
    box-shadow: 0 10px 22px rgba(12, 55, 91, .14), inset 0 1px 0 rgba(255,255,255,.12);
    word-wrap: break-word;
    overflow: hidden;
}

.buzzen-birthdays-title:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 76px;
    height: 3px;
    border-radius: 999px;
    background: #ffd24a;
    box-shadow: 0 0 18px rgba(255, 210, 74, .45);
}

.buzzen-birthdays-title .fa-solid {
    color: #ffd24a;
    margin-right: 8px;
}

.buzzen-birthdays-rule {
    height: 1px;
    margin: 14px 0 16px;
    border: 0;
    background: linear-gradient(to right, transparent, rgba(25, 92, 142, .25), transparent);
}

.buzzen-birthdays-page .breadcrumbuser {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    padding: 9px 12px;
    border: 1px solid rgba(34, 103, 154, .13);
    border-radius: 12px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 7px 18px rgba(17, 71, 111, .06);
}

.buzzen-birthdays-page .breadcrumbuser a {
    color: #13527f;
    font-weight: 700;
}

.buzzen-birthdays-page .breadcrumbuser > .active {
    color: #607888;
    font-weight: 700;
}

.buzzen-birthdays-layout {
    position: relative;
    z-index: 1;
}

.buzzen-birthdays-card,
.buzzen-birthdays-side-card {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    border: 1px solid rgba(34, 103, 154, .14);
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 30px rgba(17, 71, 111, .08);
    overflow: hidden;
}

.buzzen-birthdays-card-header {
    position: relative;
    padding: 17px 20px 14px;
    border-bottom: 1px solid rgba(34, 103, 154, .10);
    background: linear-gradient(135deg, #fbfdff 0%, #f2f9fe 100%);
}

.buzzen-birthdays-card-header:after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 90px;
    height: 3px;
    border-radius: 999px;
    background: #f5ad24;
}

.buzzen-birthdays-card-header h3 {
    margin: 0;
    color: #123d5c;
    font-family: var(--buzzen-font-heading);
    font-size: 24px;
    font-weight: 800;
}

.buzzen-birthdays-card-header h3 i {
    color: #f5ad24 !important;
    margin-right: 7px;
}

.buzzen-birthdays-card-header p {
    margin: 6px 0 0;
    color: #61798a;
    font-size: 13px;
    font-weight: 700;
}

.buzzen-birthdays-list {
    padding: 12px;
}

.buzzen-birthdays-member {
    display: flex;
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(34, 103, 154, .10);
    border-radius: 14px;
    background: #fff;
    color: #345a72;
    box-shadow: 0 8px 20px rgba(17, 71, 111, .05);
}

.buzzen-birthdays-member + .buzzen-birthdays-member {
    margin-top: 12px;
}

.buzzen-birthdays-member.altbg {
    background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%) !important;
}

.buzzen-birthdays-member.transbg {
    background: linear-gradient(135deg, #f7fbff 0%, #eef7fd 100%) !important;
}

.buzzen-birthdays-avatar {
    flex: 0 0 auto;
    display: block;
    width: 72px;
    height: 72px;
    padding: 3px;
    border: 1px solid rgba(34, 103, 154, .20);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(17, 71, 111, .10);
}

.buzzen-birthdays-avatar img {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.buzzen-birthdays-member-body {
    min-width: 0;
    flex: 1 1 auto;
}

.buzzen-birthdays-member-title {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: baseline;
    margin-bottom: 7px;
}

.buzzen-birthdays-member-title a {
    color: #0d4f7a;
    font-size: 20px;
    font-weight: 900;
}

.buzzen-birthdays-member-title a:hover,
.buzzen-birthdays-member-title a:focus {
    color: #1b79bd;
    text-decoration: none;
}

.buzzen-birthdays-member-title span {
    color: #607888;
    font-size: 13px;
    font-weight: 700;
}

.buzzen-birthdays-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.buzzen-birthdays-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 9px;
    border: 1px solid rgba(34, 103, 154, .12);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: #345a72;
    font-size: 12px;
    font-weight: 800;
}

.buzzen-birthdays-meta i {
    color: #f5ad24 !important;
}

.buzzen-birthdays-detail {
    margin-top: 5px;
    color: #45677c;
    font-size: 13px;
    font-weight: 700;
}

.buzzen-birthdays-inline-icon {
    max-width: 18px;
    max-height: 18px;
    margin: -2px 4px 0 0;
    border: 0;
    vertical-align: middle;
}

.buzzen-birthdays-actions {
    margin-top: 10px;
}

.buzzen-birthdays-action {
    margin: 0 5px 5px 0;
    border-radius: 999px !important;
    font-weight: 800 !important;
}

.buzzen-birthdays-action i {
    margin-right: 4px;
}

.buzzen-birthdays-empty {
    padding: 22px;
    color: #61798a;
    font-weight: 800;
    text-align: center;
}

.buzzen-birthdays-empty i {
    color: #f5ad24 !important;
    margin-right: 6px;
}

.buzzen-birthdays-side-card {
    padding: 18px;
    text-align: center;
}

.buzzen-birthdays-side-title {
    margin-bottom: 14px;
    color: #123d5c;
    font-family: var(--buzzen-font-heading);
    font-size: 21px;
    font-weight: 800;
}

.buzzen-birthdays-side-title i {
    color: #f5ad24 !important;
    margin-right: 7px;
}

.buzzen-birthdays-side-card img {
    margin: 0 auto 14px;
    border-radius: 14px;
}

.buzzen-birthdays-side-card p {
    margin: 0;
    color: #61798a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.buzzen-birthdays-pagination {
    margin-top: 16px !important;
}

.buzzen-birthdays-pagination > li > a,
.buzzen-birthdays-pagination > li > span {
    border-color: rgba(34, 103, 154, .16) !important;
    color: #13527f !important;
    font-weight: 800;
}

.buzzen-birthdays-pagination > .active > a,
.buzzen-birthdays-pagination > .active > span,
.buzzen-birthdays-pagination > .active > a:hover,
.buzzen-birthdays-pagination > .active > span:hover,
.buzzen-birthdays-pagination > .active > a:focus,
.buzzen-birthdays-pagination > .active > span:focus {
    border-color: #123d5c !important;
    background: #123d5c !important;
    color: #ffd24a !important;
}

@media screen and (max-width: 767px) {
    .buzzen-birthdays-panel {
        margin-top: 14px !important;
        padding: 14px 14px 20px !important;
    }

    .buzzen-birthdays-title {
        font-size: 20px;
    }

    .buzzen-birthdays-card-header {
        padding-left: 16px;
        padding-right: 16px;
    }

    .buzzen-birthdays-list {
        padding: 10px;
    }

    .buzzen-birthdays-member {
        display: block;
    }

    .buzzen-birthdays-avatar {
        margin: 0 auto 12px;
    }

    .buzzen-birthdays-member-title,
    .buzzen-birthdays-meta,
    .buzzen-birthdays-actions {
        justify-content: center;
        text-align: center;
    }

    .buzzen-birthdays-detail {
        text-align: center;
    }
}

/* Buzzen blocked users page theme */
.buzzen-blockedusers-page {
    position: relative;
}

.buzzen-blockedusers-page .pcontainer {
    padding-top: 18px;
    padding-bottom: 34px;
