.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 100%;
    padding-left: 160px;
}

body,
html {
    overflow-x: hidden;
}

body {
    font-family: "K2D";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e;
    font-weight: 400;
}

h1 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

p {
    font-size: 18px;
    line-height: 28px;
    color: #9a9a9a;
    font-weight: 300;
}

a {
    text-decoration: none;
}

/*========================
   Side Bar And header CSS
==========================*/

div#sidebar {
    background: #f6f2f4 !important;
    text-align: center;
}

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 140px;
    background: #f6f2f4;
    overflow: hidden;
    transition: width 0.3s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head-left .wel-head h2 {
    font-size: 24px;
    line-height: 34px;
    color: #1e1e1e !important;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#sidebar.active {
    width: 280px;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
}

.logo-wrapper img {
    transition: width 0.3s ease;
}

#sidebar .nav-bar {
    list-style: none;
    padding-left: 0;
    margin: 0;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

#sidebar .nav-bar li {
    width: 100%;
    display: flex;
    justify-content: center;
}

#sidebar .nav-bar li a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    padding: 35px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #00000012;
    width: 80%;
    outline: unset;
}

#sidebar .nav-bar li a i {
    color: #ca6895;
    text-align: center;
    background: #fff !important;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 7px 5px #0000000f;
}

.menu-text {
    display: none;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    white-space: nowrap;
    color: #00000080 !important;
    font-size: 18px;
    font-family: "Inter";
}

#sidebar.active .nav-bar li a {
    justify-content: flex-start;
}

#sidebar.active .menu-text {
    display: inline;
    opacity: 1;
    transform: translateX(0);
}

.head-left {
    display: flex;
    align-items: center;
    gap: 30px;
    transition: transform 0.3s ease;
    /*padding-left: 150px; */
}

#sidebar.active ~ .main-content .head-left {
    transform: translateX(160px);
}

.toggle-btn {
    cursor: pointer;
    font-size: 18px;
    color: #ca6895;
    background: #f6f2f4;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
}

.main-content {
    margin-left: 0;
    border-bottom: 1px solid #00000012;
    padding-top: 15px;
    padding-bottom: 15px;
}

.head-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#sidebar .nav-bar li a span {
    color: #00000080 !important;
    font-size: 18px;
    font-family: "Inter";
}

.donate-btn .nav-link {
    background: #ca6895;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 20px !important;
    border-radius: 5px;
}

.main-content .row {
    align-items: center;
}

.log-wrapper a span {
    font-size: 20px;
    line-height: 20px;
    color: #9a9a9a;
    text-transform: capitalize;
    margin-right: 20px;
}

.head-right .navbar-nav {
    gap: 20px;
    align-items: center;
}

.log-wrapper a {
    padding: 0px !important;
}

.log-wrapper a img {
    width: 35px;
    height: auto;
}

.com-wrap a {
    color: #ca6895;
    background: #f6f2f4;
    padding: 12px !important;
    border-radius: 5px !important;
    line-height: 0;
    font-size: 18px;
}

.tet-wrap a {
    color: #fff;
    background: #ca6895;
    padding: 12px !important;
    border-radius: 5px !important;
    line-height: 0;
    font-size: 18px;
}

.main-content {
    position: relative;
    z-index: 9990;
}

#page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 900;
}

#sidebar.active ~ #page-overlay {
    opacity: 1;
    visibility: visible;
}

.head-left .wel-head h2,
.log-wrapper a span {
    color: #111;
    transition: color 0.3s ease;
}

#sidebar.active ~ .main-content .head-left .wel-head h2,
#sidebar.active ~ .main-content .head-right .log-wrapper a span {
    color: #fff !important;
}

#sidebar.active ~ .main-content {
    border-color: #fff;
}

.toggle-btn:after {
    content: "";
    border-right: 1px solid #fff;
    position: absolute;
    height: 20px;
    right: -13px;
    top: 10px;
}

.toggle-btn:after {
    content: "";
    border-right: 1px solid #fff;
    position: absolute;
    height: 20px;
    right: -17px;
    top: 10px;
}

/*========================
   Side Bar And header CSS
           END
==========================*/

/*========================
   Home DashBoard CSS
==========================*/
.h-warp h1 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.dash-view .dash-box {
    background: #f6f2f4;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.dash-view .dash-box .dash-icon {
    background: #ca6895;
    color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 40px;
}

.dash-view .dash-box span {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #1e1e1e;
}

.dash-view .dash-box p {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 0px;
    margin-top: 10px;
}

.dash-ovview .subs-list {
    background: #f4f0f2;
    border-radius: 10px;
    padding: 10px;
}

.subs-list .lister {
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    padding: 10px 15px;
    border-radius: 10px;
}

.subs-list .list-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #00000012;
    padding: 15px 0px;
}

.dash-ovvii {
    padding-top: 30px;
    padding-bottom: 40px;
}

.subs-list .list-wrapper span {
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
    text-transform: capitalize;
}

.subs-list .list-wrapper p {
    color: #9a9a9a;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0px;
}

.subs-list .lister a {
    text-decoration: none;
    font-size: 18px;
    color: #ca6895;
}

.traffic-card {
    background: #f4f0f2;
    padding: 10px;
    border-radius: 8px;
}

.traffic-title {
    background: #fff;
    padding: 15px 15px;
    border-radius: 10px;
    margin-bottom: 0;
}

.traffic-header {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.traffic-year-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #8b3a62;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.traffic-year-btn:hover {
    background: #8b3a62;
    color: #fff;
    border-color: #8b3a62;
}

.chart {
    display: flex;
}

.y-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
    margin-right: 20px;
    font-size: 16px;
    color: #9a9a9a;
}

.bars {
    display: flex;
    align-items: center;
    height: 390px;
    width: 100%;
    padding: 0 10px;
    position: relative;
}

.bars::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 47px;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        to top,
        #00000021,
        #00000021 1px,
        transparent 1px,
        transparent calc(100% / 6)
    );
    z-index: 0;
}

.bar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.bar {
    width: 60px;
    background: #ca6895;
    border-radius: 6px 6px 0 0;
}

.bar-item p {
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}

.card {
    width: 100%;
    background: #f6f2f4;
    border-radius: 8px;
    overflow: hidden;
    border: unset;
    padding: 7px;
}

.card-header {
    background: #873e5f;
    color: #fff;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h2 {
    color: #fff;
    margin-bottom: 0px;
}

.card .see-all {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
}

.card table {
    width: 100%;
    border-collapse: collapse;
}

.card thead {
    background: #f3f3f3;
}

.card th {
    font-weight: 300;
    color: #1e1e1e;
    font-size: 24px;
    padding: 20px 20px;
    border: 1px solid #e0e0e0;
}

.card td {
    padding: 20px 20px;
    border: 1px solid #e0e0e0;
    font-size: 24px;
    color: #9a9a9a;
    line-height: 30px;
    font-weight: 300;
    background: #fff;
}

.card tbody tr:hover {
    background: #ffdfed91;
}

.status-btn {
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s ease;
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-btn.light {
    background: #f1f1f1;
    color: #c05a86;
}

.status-btn.active {
    background: #c05a86;
    color: #ffffff;
}

.status-btn:hover {
    opacity: 0.85;
}

.announcement-card {
    margin: 40px auto;
    background: #f6f2f4;
    border-radius: 8px;
    overflow: hidden;
    padding: 7px;
}

.announcement-card .card-wrapper {
    background: #873e5f;
    color: #ffffff;
    padding: 18px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.announcement-card .card-wrapper h2 {
    margin: 0;
    color: #fff;
}

.announcement-card .card-wrapper a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.announcement-card .announcement-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 18px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.announcement-card .announcement-item:last-child {
    border-bottom: none;
}

.announcement-card .left-content {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 300;
}

.announcement-card .icon {
    color: #c35a84;
    font-size: 14px;
}

.announcement-card .right-content {
    display: flex;
    align-items: center;
}

.announcement-card .divider {
    width: 1px;
    height: 18px;
    background: #dddddd;
    margin-right: 20px;
}

.announcement-card .more-link {
    color: #ca6895;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.announcement-card .event-row {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 300;
}

.announcement-card .event-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

/*========================
   Home DashBoard CSS End
==========================*/

/*========================
  Inbox Page CSS
==========================*/
.mail-wrapper {
    height: 730px;
    background: #f6f2f4;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
}

.mail-header {
    background: #f7f7f7;
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
}

.mail-body {
    flex: 1;
    overflow-y: auto;
}

.section-title {
    background: #873e5f;
    color: #fff;
    padding: 10px 15px;
    font-weight: 400;
    border-radius: 4px;
    margin: 15px 0px;
    font-size: 20px;
    line-height: 34px;
}

.mail-row {
    padding: 12px 15px;
    border-bottom: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
}

.mail-row.inbox-clickable {
    cursor: pointer;
}

.mail-row.inbox-clickable:hover {
    background: #f3f0f2;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.mail-content {
    flex: 1;
}

.mail-content h6 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    color: #1e1e1e;
    line-height: 34px;
}

.mail-content h6 small {
    font-size: 16px;
    color: #9a9a9a;
}

.mail-content p {
    margin: 2px 0 0 0;
    font-size: 13px;
    color: #9a9a9a;
}

.mail-time {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
}

.mail-wrapper .icon-btn {
    color: #c35d8d;
    margin: 0 10px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 0px !important;
}

.search-box {
    width: 401px;
    height: 40px;
}

.mail-view {
    background: #f6f2f4;
    padding: 20px;
    border-radius: 10px;
}

.compose-btn {
    background: #c35d8d;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 20px;
    cursor: pointer;
}

.compose-btn i {
    margin-right: 15px;
}

.menu-item {
    background: #f6f2f4;
    padding: 14px 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    color: #777;
    border: 1px solid #eddde4;
    cursor: pointer;
}

.menu-item.active {
    background: #fff;
    color: #c35d8d;
}

.menu-left {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
}

.menu-item .menu-left i {
    font-size: 18px;
    color: #c35d8d;
}

.count {
    font-size: 16px;
    color: #888;
}

.menu-item.active .count {
    color: #c35d8d;
}

.mail-body::-webkit-scrollbar {
    width: 5px;
}

.mail-body::-webkit-scrollbar-track {
    background: #f1e4ea;
    border-radius: 5px;
}

.mail-body::-webkit-scrollbar-thumb {
    background: #c35d8d;
    border-radius: 5px;
}

.mail-body::-webkit-scrollbar-thumb:hover {
    background: #e77ab9;
}

.in-head h1 {
    margin-bottom: 0px;
    color: #9a9a9a;
    padding-top: 25px;
    padding-bottom: 25px;
}

.search-box #mailSearch {
    height: 40px;
    border: unset;
}

.search-box .input-group-prepend .input-group-text {
    height: 40px;
    border: unset;
    border-radius: unset;
    position: relative;
}

.search-box .input-group-prepend .input-group-text i {
    color: #c35d8d !important;
}

.search-box .input-group-prepend .input-group-text:after {
    content: "";
    border-right: 1px solid #b9b8b8;
    position: absolute;
    height: 15px;
    right: 1px;
    z-index: 999;
}

.searcher-d {
    gap: 10px;
}

.searcher-d .icon-btn {
    border: 1px solid #b5a0a052;
    padding: 5px 6px;
    line-height: 13px;
    background: #f1e6e6;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 1px;
}

/*========================
  Inbox Page CSS End
==========================*/

/*========================
  Calender Page CSS 
==========================*/

.calendar {
    margin: 20px auto;
    background: #f6f2f4;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
}

/* Topbar */
.calendar .topbar {
    background: #fff;
    padding: 13px 10px;
    margin-bottom: 20px;
}

.calendar .month-nav {
    display: flex;
    align-items: center;
}

.calendar .month-nav h2 {
    margin: 0 15px;
    font-weight: 400;
    font-size: 30px;
    color: #9a9a9a;
}

.calendar .month-nav button {
    background: #f6f2f4;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    color: #d46a94;
}

.calendar .today-btn {
    background: #d46a94;
    border: none;
    padding: 6px 17px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px;
}

.calendar .add-btn {
    background: #d46a94;
    border: none;
    padding: 6px 12px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 400;
}

.calendar .add-btn a {
    color: #fff;
}

.calendar .view-tabs button {
    background: #f6f2f4;
    border: none;
    padding: 5px 13px;
    color: #d46a94;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.calendar .view-tabs .active {
    background: #d46a94;
    color: #ffff;
}

.calendar .header-title {
    background: #873e5f;
    text-align: center;
    padding: 15px;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.calendar .weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: #f6f2f4;
}

.calendar .weekdays div {
    text-align: center;
    padding: 25px 0;
    border: 1px solid #ddd;
    font-size: 30px;
    color: #1e1e1e;
    font-weight: 400;
}

.calendar .dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 110px;
    background: #fff;
}

.calendar .dates div {
    border: 1px solid #ddd;
    padding: 8px;
    color: #9a9a9a;
    position: relative;
    text-align: end;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
}

.calendar .cal-day-number {
    align-self: flex-end;
    line-height: 1;
    margin-bottom: 6px;
}

.calendar .dates .cal-day-cell {
    cursor: default;
}

.calendar .dates .has-events {
    background: #fdf8fa;
}

.calendar .cal-day-events {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    text-align: left;
    flex: 1;
    overflow-y: auto;
}

.calendar .cal-event-item {
    display: block;
    font-size: 11px;
    line-height: 1.3;
    padding: 4px 6px;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.calendar .cal-event-item.is-active {
    background: #f0e0e8;
    color: #8e3d5f;
    text-decoration: none;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.calendar .cal-event-item.is-active:hover {
    background: #d46a94;
    color: #fff;
    transform: translateX(2px);
}

.calendar .cal-event-item.is-expired {
    background: #eee;
    color: #aaa;
    cursor: not-allowed;
}

.calendar .today.has-events {
    background: #ca6895;
}

.calendar .today .cal-event-item.is-active {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.calendar .today .cal-event-item.is-active:hover {
    background: rgba(255, 255, 255, 0.45);
    color: #fff;
}

.calendar .today .cal-event-item.is-expired {
    background: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.65);
}

.calendar-panel {
    background: #fff;
    min-height: 400px;
}

.calendar-panel__head {
    background: #f6f2f4;
    padding: 16px 20px;
    font-size: 20px;
    color: #8e3d5f;
    font-weight: 500;
    border-bottom: 1px solid #e8dde3;
}

.calendar-list-items,
.calendar-week-items,
.calendar-day-items {
    padding: 10px 0;
}

.calendar-list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    border-bottom: 1px solid #f0e8ec;
}

.calendar-list-row:last-child {
    border-bottom: none;
}

.calendar-list-row__date {
    min-width: 130px;
    font-size: 15px;
    color: #9a9a9a;
    font-weight: 500;
}

.calendar-list-row__name {
    flex: 1;
    font-size: 16px;
}

.calendar-list-row__name a {
    color: #8e3d5f;
    text-decoration: none;
    transition: color 0.2s ease;
}

.calendar-list-row__name a:hover {
    color: #d46a94;
}

.calendar-list-row__name .is-expired {
    color: #aaa;
    cursor: not-allowed;
}

.calendar-empty-msg {
    padding: 40px 20px;
    text-align: center;
    color: #aaa;
    font-size: 16px;
}

.calendar .other {
    color: #cfcfcf;
    background: #fafafa;
}

.calendar .today {
    border: 2px solid #ca6895 !important;
    color: #fff !important;
    font-weight: 600;
    background: #ca6895;
}

.calendar .selected {
    background: #c0628a;
    color: #fff !important;
}

.calendar .topbar .left-rander {
    display: flex;
    justify-content: end;
    align-items: center;
}

.calendar .topbar .top-rander {
    display: flex;
    align-items: center;
    gap: 30px;
}

/*========================
  Profile Page CSS 
==========================*/

.header-pro {
    height: 180px;
    background: #873e5f;
    border-radius: 5px 5px 0 0;
}

.profile-section {
    padding: 20px 20px;
    position: relative;
    background: #f6f2f4;
}

/* Child elements scoped under profile-section */

.profile-section .profile-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: -60px;
    left: 30px;
}

.profile-section .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-section .name {
    margin-top: 50px;
    font-size: 24px;
    font-weight: 400;
    color: #1e1e1e;
}

.profile-contact-actions {
    margin: 16px 0;
    text-align: center;
}

.add-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ca6895;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    transition: background 0.2s ease;
}

.add-contact-btn:hover {
    background: #b45682;
    color: #fff;
}

.contact-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 6px;
    background: #f0f0f0;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    justify-content: center;
}

.contact-status-badge.mutual {
    background: #e8f5e9;
    color: #2e7d32;
}

.remove-contact-btn {
    background: transparent;
    border: 1px solid #ccc;
    color: #777;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    width: 100%;
}

.remove-contact-btn:hover {
    border-color: #ca6895;
    color: #ca6895;
}

.contact-disabled-note {
    font-size: 13px;
    color: #888;
    text-align: center;
    margin: 0;
    padding: 0 8px;
}

.menu-badge {
    display: inline-block;
    background: #ca6895;
    color: #fff;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 10px;
    margin-left: 6px;
    vertical-align: middle;
}

.nav-notif-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #ca6895;
    color: #fff;
    font-size: 10px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    padding: 0 4px;
}

.notifications-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notification-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border-radius: 10px;
    padding: 16px 20px;
    border: 1px solid #eee;
    position: relative;
}

.notification-item.unread {
    border-left: 4px solid #ca6895;
    background: #fdf8fa;
}

.notification-item__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ca6895;
    font-size: 18px;
    flex-shrink: 0;
}

.notification-item__body h4 {
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 600;
}

.notification-item__body p {
    margin: 0 0 6px;
    color: #666;
    font-size: 14px;
}

.notification-item__time {
    font-size: 12px;
    color: #999;
}

.notification-item__link {
    font-size: 13px;
    color: #ca6895;
    font-weight: 600;
}

.notification-mark-read {
    position: absolute;
    top: 10px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.add-contact-btn.btn-sm,
.remove-contact-btn.btn-sm {
    padding: 8px 16px;
    font-size: 13px;
    width: auto;
}

.profile-section .username {
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0px;
}

.profile-section .tags {
    column-count: 3;
}

.profile-section .tag {
    background: #fff;
    padding: 9px 18px;
    border-radius: 10px;
    color: #9a9a9a;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.profile-section .divider {
    margin: 30px 0;
    height: 1px;
    background: #ddd;
}

.profile-section .stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.profile-section .stat-box {
    border: 1px solid #dfdfdf;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ca6895;
}

.profile-section .stat-box i {
    font-size: 18px;
}

.profile-section .stat-box span {
    color: #888;
}

.profile-section .inbox-title {
    background: #873e5f;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 30px 0 15px 0;
    font-weight: 400;
    font-size: 24px;
}

.profile-section .message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.profile-section .message-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-section .message-left img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

.profile-section .message-info h4 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 18px;
}

.profile-section .message-info p {
    color: #9a9a9a;
    font-size: 15px;
    margin-bottom: 0px;
}

.profile-section .time {
    color: #999;
    font-size: 14px;
}

.about-section {
    background: #f6f2f4;
    padding: 30px 20px;
    border-radius: 8px;
}

.about-section .about-header {
    background: #873e5f;
    color: #fff;
    padding: 14px 20px;
    font-size: 24px;
    font-weight: 400;
    border-radius: 5px;
}

.about-section .about-content {
    padding: 22px 0px;
    color: #8e8e8e;
    font-size: 15px;
    line-height: 1.8;
}

.about-section .about-divider {
    height: 1px;
    background: #ddd;
    margin: 10px 0 25px 0;
}

.about-section .info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 25px;
}

.about-section .info-box {
    padding: 14px 18px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #9a9a9a;
    font-size: 18px;
    border: 1px solid #d7d7d7;
}

.about-section .info-box i {
    color: #ca6895;
    font-size: 20px;
    min-width: 20px;
}

@media (max-width: 768px) {
    .about-section .info-grid {
        grid-template-columns: 1fr;
    }
}

.about-section .about-content p {
    margin-bottom: 0px;
}

.about-section .info-box span {
    position: relative;
    padding-left: 10px;
}

.about-section .info-box span:before {
    content: "";
    position: absolute;
    border-left: 1px solid #c9c9c9;
    height: 19px;
    left: 0px;
    top: 4px;
}

.profile-wrapper h1 {
    padding: 25px 0px;
    margin-bottom: 0px;
}

.overview-chart {
    background: #f4f0f2;
    padding: 10px;
    border-radius: 5px;
    margin-top: 30px;
}

.overview-chart .overview-title {
    background: #873e5f;
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.overview-chart .overview-chart-wrapper {
    display: flex;
}

.overview-chart .overview-y-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
    margin-right: 20px;
    font-size: 16px;
    color: #9a9a9a;
}

.overview-chart .overview-bars {
    display: flex;
    align-items: center;
    height: 390px;
    width: 100%;
    padding: 0 10px;
    position: relative;
}

.overview-chart .overview-bars::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 47px;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        to top,
        #00000021,
        #00000021 1px,
        transparent 1px,
        transparent calc(100% / 6)
    );
    z-index: 0;
}

.overview-chart .overview-bar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.overview-chart .overview-bar {
    width: 60px;
    background: #ca6895;
    border-radius: 6px 6px 0 0;
}

.overview-chart .overview-bar-item p {
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}

/*========================
  Profile Page CSS End
==========================*/

/*========================
  Setting Page CSS 
==========================*/
.settings-wrapper h1 {
    margin: 25px 0px;
}

.profile-form {
    background: #f6f2f4;
    padding: 15px;
    border-radius: 5px;
}

.profile-form .profile-form-title {
    background: #873e5f;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 24px;
    margin-bottom: 25px;
}

.profile-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 25px;
}

.profile-form .full-width {
    grid-column: 1 / 3;
}

.profile-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    color: #1e1e1e;
}

.profile-form input,
.profile-form textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-size: 18px;
    outline: none;
    color: #000000;
    font-weight: 300 !important;
}

.profile-form textarea {
    height: 130px;
    resize: none;
}

.profile-form .date-wrapper {
    position: relative;
}

.profile-form .date-wrapper i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ca6895;
    font-size: 18px;
}

.profile-form .form-footer {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-form .radio-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9a9a9a;
    font-size: 16px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.custom-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #ca6895;
    cursor: pointer;
}

.custom-checkbox label {
    cursor: pointer;
    margin-bottom: 0px;
    font-size: 16px;
    color: #9a9a9a;
}

.profile-form .save-btn {
    background: #ca6895;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.profile-picture-upload .profile-picture-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 8px;
}

.profile-picture-preview {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e8e8e8;
    flex-shrink: 0;
}

.profile-form input::placeholder,
.profile-form textarea::placeholder {
    color: #9a9a9a;
    font-weight: 300 !important;
}

.main-box {
    background: #f6f2f4;
    padding: 15px;
    border-radius: 5px;
}

.main-box .heading {
    background: #873e5f;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 24px;
}

.main-box label {
    display: block;
    font-weight: 400;
    font-size: 18px;
    margin: 16px 0px 7px;
}

.main-box input[type="text"],
.main-box select {
    color: #9a9a9a;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-size: 18px;
    font-weight: 300;
    outline: unset !important;
}

.main-box input[type="text"]::placeholder,
.main-box select::placeholder {
    font-size: 18px;
    color: #9a9a9a;
}

.main-box .checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.main-box .checkbox-wrap input {
    width: 18px;
    height: 18px;
    accent-color: #ca6895;
}

.main-box .social-title {
    font-weight: 400;
    font-size: 18px;
    margin: 16px 0px 7px;
}

.main-box .checkbox-wrap span {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 300;
}

.main-box .social-row {
    display: flex;
    align-items: center;
    margin-top: 12px;
    background: #f2e4eb;
    padding: 5px;
    border-radius: 5px;
    justify-content: space-between;
}

.main-box .social-row select {
    width: 35%;
    background: transparent;
}

.main-box .social-row input {
    width: 45%;
    background: transparent;
}

.main-box .delete-btn {
    background: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    color: #ca6895;
    font-size: 16px;
}

.main-box .add-btn {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    background: #fff;
    border-radius: 5px;
    color: #ca6895;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #dfdfdf;
}

.main-box .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.main-box .save-btn {
    background: #ca6895;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.change-password {
    background: #f6f2f4;
    padding: 15px;
    border-radius: 5px;
}

.change-password .cp-heading {
    background: #873e5f;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 24px;
}

.change-password label {
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #1e1e1e;
}

.change-password input[type="password"] {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-size: 18px;
    box-sizing: border-box;
    outline: unset;
    color: #9a9a9a;
}

.change-password .cp-bottom {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.change-password .cp-check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888;
    font-size: 14px;
}

.change-password input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #c06286;
}

.change-password .cp-btn {
    background: #ca6895;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.save-btn {
    background: #ca6895;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 74px;
    height: 44px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-switch .toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: 0.4s;
    border-radius: 5px;
    border: 1px solid #c1bfbf;
}

.toggle-switch .toggle-slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 6px;
    bottom: 6px;
    background-color: #ca6895;
    /* OFF = Pink Dot */
    transition: 0.4s;
}

.toggle-switch input:checked + .toggle-slider {
    background-color: #ca6895;
    /* ON = Pink */
}

.toggle-switch input:checked + .toggle-slider:before {
    transform: translateX(26px);
    background-color: #ffffff;
    /* ON = White Dot */
}

.email-notific {
    padding: 15px;
    border-radius: 8px;
    background: #f6f2f4;
}

.email-notific .panel {
    overflow: hidden;
}

.email-notific .card-header {
    background: #873e5f;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 24px;
}

.email-notific .notification-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #e3d7dd;
    font-size: 24px;
}

.email-notific .notification-item:last-child {
    border-bottom: none;
}

.dp-bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dp-check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888;
    font-size: 14px;
}

.dp-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #c06286;
}

.dp-btn {
    background: #ca6895;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.change-password .cp-check span {
    cursor: pointer;
    margin-bottom: 0px;
    font-size: 16px;
    color: #9a9a9a;
}

.settings-wrapper .tog-wrap {
    padding: 40px 0px;
}

/*========================
  Setting Page CSS End
==========================*/
/*========================
  Login Page CSS
==========================*/
.login-box {
    margin-top: 60px;
}

.login-box .form-label {
    color: #1e1e1e;
    font-size: 16px;
    margin-bottom: 10px;
}

.login-box .form-control {
    background: #f6f2f4 !important;
    border: none;
    height: 55px;
    border-radius: 5px;
    padding-left: 15px;
    color: #9a9a9a !important;
    font-size: 16px !important;
}

.login-box .form-control:focus {
    box-shadow: none;
}

.login-box .password-wrapper {
    position: relative;
}

.login-box .password-wrapper i {
    position: absolute;
    right: 15px;
    top: 49px;
    color: #9c4a6c;
    cursor: pointer;
}

.login-box .form-check-label {
    color: #9a9a9a;
    font-size: 16px;
}

.login-box .forgot-link {
    color: #ca6895;
    font-size: 15px;
}

.login-box .forgot-link:hover {
    text-decoration: underline;
}

.login-box .login-btn {
    background: #c15a82;
    border: none;
    height: 55px;
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: 1px;
}

.login-box .login-btn:hover {
    background: #a94b70;
}

.login-box .bottom-text {
    color: #9a9a9a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
}

.login-box .create-link {
    color: #873e5f;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 20px;
}

.login-box .create-link:hover {
    text-decoration: underline;
}

.login-box .form-control::placeholder {
    color: #9a9a9a;
    font-size: 16px;
}

.login-wrap .row {
    align-items: center;
}

.login-wrap {
    padding: 20px 0px;
}

.login-wrap h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 30px;
}

/*========================
  Login Page CSS End
==========================*/

/*========================
  Ticket  Page CSS 
==========================*/
.ticket-wrapper .ticket-raw {
    padding: 25px 0px;
}

.date-filter {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    flex-wrap: wrap;
}

.tickets-custom-range {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: flex-end;
    margin-top: 10px;
}

.df-date-input {
    background: #f6f2f4;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    color: #9a9a9a;
}

.df-date-sep {
    color: #9a9a9a;
    font-size: 14px;
}

.df-apply-btn {
    background: #d46a94;
    border: none;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.date-filter .df-label {
    font-size: 18px;
    color: #9a9a9a;
}

.date-filter .df-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.date-filter .df-select-wrapper i {
    position: absolute;
    left: 12px;
    color: #d36c8a;
    pointer-events: none;
    font-size: 18px;
}

.date-filter .df-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f6f2f4;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 8px 14px 8px 45px;
    font-size: 16px;
    color: #9a9a9a;
    min-width: 290px;
    cursor: pointer;
    outline: unset;
}

.date-filter .df-select-wrapper::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    font-size: 12px;
    color: #777;
    pointer-events: none;
}

.ticket-card {
    background: #f6f2f4;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
}

.ticket-card .ticket-header {
    background: #873e5f;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.ticket-card .ticket-header.ticket-header--cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ticket-card .ticket-header.ticket-header--cover .ticket-icon-box {
    display: none;
}

.event-card__image.event-card__image--cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.event-card__image.event-card__image--cover i {
    display: none;
}

.ticket-about-message {
    padding-right: 50px;
    margin-bottom: 30px;
    color: #666;
    line-height: 1.7;
}

.ticket-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.ticket-gallery__thumb {
    border: none;
    padding: 0;
    width: 90px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
}

.ticket-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ticket-buy-wrap {
    margin-bottom: 20px;
}

.buy-ticket-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    background-color: #c0638a;
    color: #fff;
    border: none;
    padding: 14px 36px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease;
}

.buy-ticket-btn:hover {
    background-color: #a84f74;
}

.ticket-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 30px;
}

.ticket-lightbox[hidden] {
    display: none !important;
}

.ticket-lightbox img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
}

.ticket-lightbox__close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
}

.ticket-det-wrap .tc-wrap h1 .event-draft-badge {
    margin-left: 12px;
    vertical-align: middle;
}

.ticket-card .ticket-icon-box {
    width: 150px;
    height: 95px;
    background: #ece8ea;
    border-radius: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket-card .ticket-icon-box:before,
.ticket-card .ticket-icon-box:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 50px;
    background: #8b3f5c;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.ticket-card .ticket-icon-box:before {
    left: -17px;
}

.ticket-card .ticket-icon-box:after {
    right: -17px;
}

.ticket-card .ticket-icon-box i {
    font-size: 34px;
    color: #8b3f5c;
}

.ticket-card .ticket-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 0px;
}

.ticket-card .ticket-row {
    display: flex;
    position: relative;
    padding: 14px 0;
    border-top: 1px solid #ddd;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.ticket-card .ticket-row:first-of-type {
    border-top: 1px solid #ddd;
}

.ticket-card .ticket-row:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #ddd;
}

.ticket-card .ticket-col {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #9a9a9a;
}

.ticket-card .ticket-col i {
    color: #d46a90;
    font-size: 16px;
}

.ticket-card .ticket-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.ticket-card .ticket-price {
    font-size: 24px;
    color: #9a9a9a;
    font-weight: 500;
}

.ticket-card .ticket-more {
    font-size: 16px;
    color: #ca6895;
    font-weight: 400;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.ticket-card .ticket-more i {
    margin-left: 6px;
    font-size: 12px;
}

/*========================
  Ticket  Page CSS End
==========================*/
/*========================
  Registration  Page CSS 
==========================*/
.register-box {
    margin-top: 60px;
}

.register-box .form-label {
    color: #1e1e1e;
    font-size: 16px;
    margin-bottom: 10px;
}

.register-box .form-control {
    background: #f6f2f4 !important;
    border: none;
    height: 55px;
    border-radius: 5px;
    padding-left: 15px;
    color: #9a9a9a !important;
    font-size: 16px !important;
}

.register-box .form-control:focus {
    box-shadow: none;
}

.register-box .password-wrapper {
    position: relative;
}

.register-box .password-wrapper i {
    position: absolute;
    right: 15px;
    top: 49px;
    color: #9c4a6c;
    cursor: pointer;
}

.register-box .form-check-label {
    color: #9a9a9a;
    font-size: 16px;
}

.register-box .forgot-link {
    color: #ca6895;
    font-size: 15px;
}

.register-box .forgot-link:hover {
    text-decoration: underline;
}

.register-box .register-btn {
    background: #c15a82;
    border: none;
    height: 55px;
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: 1px;
}

.register-box .register-btn:hover {
    background: #a94b70;
}

.register-box .bottom-text {
    color: #9a9a9a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
}

.register-box .create-link {
    color: #873e5f;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 20px;
}

.register-box .create-link:hover {
    text-decoration: underline;
}

.register-box .form-control::placeholder {
    color: #9a9a9a;
    font-size: 16px;
}

.register-wrap .row {
    align-items: center;
}

.register-wrap {
    padding: 20px 0px;
}

.register-wrap h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 30px;
}

/*==========================
 Registration  Page CSS End
============================*/

/*==========================
Recieved Donation Page CSS 
============================*/
.donation-overview {
    background: #f6f2f4;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
}

.donation-overview .overview-header {
    background: #8d4667;
    color: #ffffff;
    padding: 13px 17px;
    font-size: 24px;
    font-weight: 400;
    border-radius: 5px;
}

.donation-overview .overview-body {
    padding-top: 30px;
}

.donation-overview .overview-item {
    margin-bottom: 25px;
}

.donation-overview .overview-item label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.donation-overview .overview-field {
    background: #f1e9ec;
    border: 1px solid #e3cfd7;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 19px;
    color: #9a9a9a;
}

.donation-overview .overview-item:last-child {
    margin-bottom: 0px;
}

.payment-table-wrapper {
    background: #f6f2f4;
    overflow: hidden;
    padding: 15px;
    border-radius: 10px;
}

.payment-table-wrapper .payment-table {
    width: 100%;
    border-collapse: collapse;
}

.payment-table-wrapper thead {
    background: #8e3f61;
}

.payment-table-wrapper thead th {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    padding: 18px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.payment-table-wrapper thead th:last-child {
    border-right: none;
}

.payment-table-wrapper tbody tr {
    background: #fff;
}

.payment-table-wrapper tbody td {
    padding: 19px 20px;
    font-size: 16px;
    color: #9a9a9a;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    font-weight: 300;
}

.payment-table-wrapper tbody tr:last-child td {
    border-bottom: none;
}

.payment-table-wrapper .btn {
    padding: 9px 18px;
    border-radius: 6px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
    margin: 0 auto;
    display: flex;
}

.payment-table-wrapper .btn.active {
    background: #ca6895;
    color: #ffffff;
}

.payment-table-wrapper .btn.disabled {
    background: #f6f2f4;
    color: #9a9a9a;
    cursor: not-allowed;
}

.full-hist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f6f2f4;
    margin-top: 30px;
    padding: 50px 40px;
    border-radius: 10px;
}

.full-hist p {
    margin-bottom: 0px;
}

.full-hist .hist_btn {
    background: #ca6895;
    outline: unset;
    border: unset;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: capitalize;
}

.full-hist .hist_btn a {
    text-decoration: unset;
    color: #fff;
    font-size: 18px;
}

.received-dona .dec-rec {
    padding-bottom: 30px;
}

/*==========================
Recieved Donation Page CSS End
============================*/

/*==========================
Donation History Page CSS 
============================*/
.donate-hist-wrap .dnt-wrap {
    display: flex;
    gap: 20px;
}

.donate-hist-wrap .dnt-wrap .back-to-hist i {
    background: #f6f2f4 !important;
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border: 1px solid #dfdfdf;
    color: #ca6895;
    border-radius: 5px;
}

.donate-hist-wrap .dnt-wrap .back-to-hist {
    text-decoration: none;
}

.donate-hist-wrap .dnt-wrap h1 {
    margin-bottom: 0px;
}

.donate-hist-wrap .dt-top-raw {
    padding: 25px 0px;
}

.donate-hist-wrap .payment-table-wrapper tbody td {
    font-size: 24px;
    padding: 30px 20px;
}

.donate-hist-wrap .payment-table-wrapper thead th {
    font-size: 24px;
    font-weight: 200;
    padding: 20px 20px;
}

.donate-hist-wrap .payment-table-wrapper .btn {
    width: 60%;
    font-size: 20px;
    font-weight: 200;
    display: flex;
    justify-content: center;
}

.donate-hist-wrap .dipss {
    padding-bottom: 30px;
}

.receipt-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 38%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(6px);
}

.receipt-modal {
    width: 750px;
    background: #f6f2f4;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease;
}

.receipt-modal .receipt-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.receipt-modal .receipt-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

.receipt-modal .receipt-header p {
    margin: 5px 0 0;
    color: #9a9a9a;
    font-size: 18px;
}

.receipt-modal .close-modal {
    background: #f4e6ec;
    border: 1px solid #f1c7d7;
    color: #d86c98;
    font-size: 22px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    line-height: 0;
}

.receipt-modal hr {
    border: none;
    border-top: 1px solid #918c8c;
    margin: 25px 0;
}

.receipt-modal .receipt-row {
    display: flex;
}

.receipt-modal .space-between {
    justify-content: space-between;
}

.receipt-modal .align-center {
    align-items: center;
}

.receipt-modal .text-right {
    text-align: right;
}

.receipt-modal label {
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.receipt-modal .receipt-row p {
    margin: 0;
}

.receipt-modal .receipt-row h4 {
    margin: 5px 0;
    font-size: 18px;
}

.receipt-modal .receipt-row h3 {
    margin: 5px 0;
    font-size: 18px;
    color: #9a9a9a;
}

.receipt-modal .donor-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}

.receipt-modal .status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.receipt-modal .check {
    background: #f4e6ec;
    border: 1px solid #f1c7d7;
    color: #d86c98;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 600;
}

.receipt-modal .completed {
    color: #ca6895;
    font-weight: 500;
    font-size: 18px;
}

.receipt-modal .receipt-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.receipt-modal .btn-primary {
    flex: 1;
    background: #ca6895;
    border: none;
    padding: 14px;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.receipt-modal .btn-outline {
    flex: 1;
    background: #f8eef2;
    border: 1px solid #f1c7d7;
    padding: 14px;
    color: #c45a84;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.receipt-modal .btn-primary:hover {
    background: #b34d75;
}

.receipt-modal .btn-outline:hover {
    background: #f4e6ec;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==========================
Donation History Page CSS End
============================*/

.zeta-compose-btn {
    background: #c0618d;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.zeta-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 49%);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    backdrop-filter: blur(6px);
}

.zeta-modal-box {
    width: 700px;
    max-width: 90%;
    background: #f6f2f4;
    border-radius: 10px;
    padding: 25px;
}

.zeta-modal-header h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px;
}

.zeta-form label {
    font-size: 18px;
    color: #1e1e1e;
    margin-bottom: 8px;
}

.zeta-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zeta-close-btn {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 6px;
    background: #e9e8e9;
    cursor: pointer;
    color: #c0618d;
}

.zeta-divider {
    height: 1px;
    background: #ddd;
    margin: 15px 0;
}

.zeta-input-group {
    margin-bottom: 15px;
}

label.inbox-recipient-item input.member-recipient-cb {
    width: 10px !important;
}

.zeta-input-group input,
.zeta-input-group textarea {
    width: 100%;
    padding: 10px 20px;
    border-radius: 6px;
    border: unset;
    outline: unset;
}

.zeta-toolbar i {
    position: relative;
}

.zeta-toolbar i:after {
    content: "";
    border-right: 1px solid #c7c7c7;
    position: absolute;
    height: 14px;
    right: -30px;
}

.zeta-toolbar i:last-child:after {
    border-right: unset;
}

.zeta-input-group textarea {
    height: 120px;
    resize: none;
}

.zeta-toolbar {
    display: flex;
    color: #9a9a9a;
    justify-content: space-between;
}

.zeta-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zeta-send-btn {
    background: #ca6895;
    border: none;
    color: #fff;
    padding: 10px 27px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
}

.zeta-footer-icons {
    display: flex;
    gap: 10px;
}

.zeta-icon-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    color: #c0618d;
}

.inbox-recipient-list {
    max-height: 180px;
    overflow-y: auto;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 8px;
    background: #fafafa;
}

.inbox-recipient-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 4px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
}

.inbox-recipient-item + .inbox-recipient-item {
    border-top: 1px solid #eee;
}

.inbox-recipient-toolbar label {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
}

.inbox-recipient-toolbar label input#selectAllMembers {
    width: 10px !important;
}

.mail-row.inbox-unread .mail-content h6,
.mail-row.inbox-unread .mail-content p {
    font-weight: 600;
}

.inbox-detail-view .inbox-message-body {
    white-space: pre-wrap;
    line-height: 1.6;
}

.inbox-detail-view {
    min-height: 400px;
    background: #fff;
    border-radius: 8px;
}

.inbox-back-btn {
    color: #c0618d;
    text-decoration: none;
    font-weight: 500;
}

.inbox-folder-label {
    font-weight: 600;
    color: #333;
}

.inbox-selected-files {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.inbox-selected-file {
    font-size: 13px;
    color: #555;
    padding: 4px 8px;
    background: #f7f7f7;
    border-radius: 4px;
}

.inbox-selected-file.is-invalid {
    color: #b42318;
    background: #fef3f2;
}

.inbox-attachments-title {
    font-size: 16px;
    margin-bottom: 12px;
    color: #333;
}

.inbox-attachment-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inbox-attachment-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.inbox-attachment-link {
    color: #c0618d;
    text-decoration: none;
    font-size: 14px;
}

.inbox-attachment-link:hover {
    text-decoration: underline;
}

.inbox-attachment-preview img {
    max-width: 220px;
    max-height: 160px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    object-fit: cover;
}

.inbox-draft-attachments .inbox-attachment-link {
    margin-bottom: 4px;
}

.zeta-input-group input[type="file"].form-control {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

/*==========================
ticket-detail Page CSS
============================*/
.ticket-det-wrap .tc-wrap {
    padding: 25px 0px;
}

.ticket-det-wrap .tc-wrap h1 {
    margin-bottom: 0px;
}

.ticket-det-wrap .tk-wrap {
    padding-bottom: 30px;
}

.event-card {
    background: #f6f2f4;
    overflow: hidden;
    padding: 15px;
}

.event-card__title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.event-card__image {
    height: 460px;
    background-color: #8c3f5f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.event-card__image i {
    font-size: 130px;
    color: #ffffff;
}

.event-card__details {
    padding: 25px 30px;
}

.event-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.event-row:last-child {
    border-bottom: none;
}

.event-item {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 45%;
}

.event-icon {
    width: 50px;
    height: 50px;
    background-color: #c0638a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.event-icon i {
    color: #ffffff;
    font-size: 20px;
}

.event-item span {
    font-size: 20px;
    color: #9a9a9a;
    letter-spacing: 1px;
}

.event-divider {
    width: 1px;
    height: 40px;
    background-color: #dcdcdc;
}

.ticket-info-wrapper {
    background-color: #f6f2f4;
    padding: 15px;
    border-radius: 10px;
}

.ticket-section__title {
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

.ticket-section__content {
    padding: 50px 30px 0 30px;
}

.ticket-section__content p {
    padding-right: 50px;
    margin-bottom: 30px;
}

.edit-ticket {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    background-color: #ededed;
    color: #b76a8c;
    border: 1px solid #e2cfd8;
    padding: 11px 30px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease;
    margin-bottom: 30px;
}

.ticketOnum span {
    color: #8c3f5f;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.ticketOnum {
    margin-bottom: 20px;
}

/*==========================
ticket-detail Page CSS End
============================*/

.customModal_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(6px);
}

.customModal_box {
    width: 1100px;
    background: #f6f2f4;
    border-radius: 10px;
    padding: 30px;
}

.customModal_box--event {
    width: min(95vw, 1200px);
    max-height: 92vh;
    overflow-y: auto;
}

.customModal_box--event .add-eve-b {
    margin: 0;
}

.customModal_box--event .ad-h00dms {
    max-height: none;
    overflow: visible;
}

.customModal_overlay.is-open {
    display: flex;
}

button.edit-ticket {
    border: none;
    font-family: inherit;
}

.customModal_box .divider {
    margin: 24px 0 32px;
    opacity: 0.15;
}

.customModal_box .customInput {
    height: 50px;
    border: none;
    border-radius: 12px;
    padding: 0 15px;
    padding-right: 50px;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    color: #9a9a9a;
    font-size: 18px;
}

.customModal_box .customInput:focus {
    outline: none;
    box-shadow: none;
}

.customModal_box .customTextarea {
    height: 100px;
    border: none;
    border-radius: 12px;
    background: #fff;
    resize: none;
    padding: 15px 20px;
}

.customModal_box .customTextarea:focus {
    outline: none;
    box-shadow: none;
}

.customModal_box input[type="date"]::-webkit-calendar-picker-indicator,
.customModal_box input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.customModal_box .fieldIcon {
    position: absolute;
    right: 25px;
    top: 67%;
    transform: translateY(-50%);
    color: #c05a87;
    pointer-events: none;
}

.customModal_box .leftIcon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #c05a87;
    pointer-events: none;
}

.customModal_box .rightSmallIcon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #c05a87;
    pointer-events: none;
}

.customModal_box .smallBtn {
    background: #f4eef1;
    border: none;
    height: 50px;
    padding: 0 20px;
    border-radius: 12px;
    color: #ca6895;
    white-space: nowrap;
    border: 1px solid #e5caca;
}

.customModal_box .discardBtn {
    background: #f4eef1;
    border: 1px solid #efc9c9;
    padding: 12px 34px;
    border-radius: 12px;
    color: #c05a87;
}

.customModal_box .saveBtn {
    background: #c05a87;
    border: none;
    padding: 14px 36px;
    border-radius: 12px;
    color: #fff;
}

.customModal_box .closeBtn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e6cbd7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #c05a87;
}

.customModal_box h5 {
    font-size: 24px;
    margin-bottom: 0px;
}

.customModal_box label.form-label {
    color: #1e1e1e;
    font-size: 18px;
    margin-bottom: 5px;
}

.customModal_box .customInput::placeholder {
    color: #9a9a9a;
    font-size: 18px;
}

/*==========================
     Help  Page CSS 
============================*/
.help-wrapper .help-box {
    background: #f6f2f4;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
}

.buy-ticket a {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    background-color: #ededed;
    color: #b76a8c;
    border: 1px solid #e2cfd8;
    padding: 11px 30px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease;
}

button.buy-ticket {
    border: unset;
    padding: 0;
}

.help-wrapper .help-box .help-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.help-wrapper .help-box .help-items .help-title {
    margin-bottom: 0px;
    color: #1e1e1e;
    font-size: 24px;
    line-height: 34px;
}

.help-wrapper .help-box .help-items .box-num {
    background: #ca6895;
    font-size: 30px;
    line-height: 0;
    border-radius: 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 70px;
}

.help-wrapper .help-box hr {
    color: #9b9494;
}

.help-wrapper .help-box .help-para {
    color: #9a9a9a;
    margin-bottom: 0px;
}

.faq-title {
    background: #8d4563;
    color: #fff;
    padding: 18px 25px;
    font-size: 24px;
    font-weight: 500;
    border-radius: 5px;
}

.faq-item {
    margin-top: 18px;
    border: 1px solid #e4cbd6;
    border-radius: 6px;
    overflow: hidden;
    background: #f7f7f7;
}

.faq-question {
    padding: 20px 20px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #1e1e1e;
    background: #fff;
}

.faq-question::after {
    content: "\276F";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 14px;
    color: #c25b83;
    transition: 0.3s;
}

.faq-item.active .faq-question::after {
    transform: translateY(-50%) rotate(-90deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #f6f2f4;
    transition:
        max-height 0.4s ease,
        padding 0.3s ease;
    padding: 0 25px;
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.faq-item.active .faq-answer {
    padding: 18px 25px;
    max-height: 200px;
}

.faq-container {
    background: #f6f2f4;
    padding: 15px;
    border-radius: 10px;
}

.help-wrapper .dsfssf {
    padding: 25px 0px;
    align-items: center;
}

.help-wrapper .faq-wrap {
    padding-bottom: 20px;
}

.help-wrapper .searcher-d {
    justify-content: end;
}

.help-wrapper .searcher-d .input-group.search-box {
    background: #f6f2f4;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.question-form {
    background: #f6f2f4;
    padding: 15px;
    border-radius: 10px;
}

.question-form__header {
    background: #8e3d5f;
    color: #ffffff;
    padding: 18px 25px;
    font-size: 24px;
    font-weight: 500;
    border-radius: 5px;
}

.question-form__text {
    color: #9a9a9a;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 15px;
}

.question-form__divider {
    border: none;
    height: 1px;
    background: #c5c1c3;
    margin-bottom: 25px;
}

.question-form__group {
    margin-bottom: 20px;
}

.question-form__group label {
    display: block;
    color: #9a9a9a;
    margin-bottom: 8px;
    font-size: 18px;
}

.question-form__input {
    width: 100%;
    padding: 14px;
    border: none;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    outline: none;
    color: #9a9a9a;
}

.question-form__textarea {
    width: 100%;
    padding: 14px;
    border: none;
    background: #fff;
    border-radius: 5px;
    height: 60px;
    resize: none;
    font-size: 14px;
    outline: none;
    font-size: 18px;
    color: #9a9a9a;
}

.question-form__footer {
    margin-top: 10px;
}

.question-form__checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.question-form__checkbox {
    width: 18px;
    height: 18px;
    accent-color: #b95c85;
}

.question-form__checkbox-wrap label {
    color: #8b8b8b;
    font-size: 14px;
    margin: 0;
}

.question-form__btn {
    background: #b95c85;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.question-form__btn:hover {
    opacity: 0.9;
}

.question-form__input::placeholder {
    color: #9a9a9a;
    font-size: 18px;
}

.question-form__textarea::placeholder {
    font-size: 18px;
    color: #9a9a9a;
}

/*==========================
   Help  Page CSS End
============================*/

/*===================================
  recent-announcements  Page CSS 
====================================*/
.announcement-box {
    background: #f6f2f4;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.event-announce h1 {
    margin-bottom: 0px;
    padding: 25px 0px;
}

.announcement-box__top {
    background: #873e5f;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.announcement-box__icon {
    font-size: 80px;
    color: #e9e6e8;
}

.announcement-box__meta {
    display: flex;
    align-items: center;
    gap: 40px;
    color: #9b9b9b;
    font-size: 16px;
    margin: 15px 0px;
}

.announcement-box__meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.announcement-box__divider {
    width: 1px;
    height: 18px;
    background: #c2bfc1;
}

.announcement-box__text {
    font-size: 20px;
    color: #1e1e1e;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.announcement-box__more {
    text-decoration: none;
    color: #c04d7e;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.announcement-box__meta-item i {
    color: #ca6895;
}

/*===================================
  recent-announcements  Page CSS End
====================================*/

/*========================
  Top Events Page CSS 
==========================*/
.top-events-wrapper .top-events-raw {
    padding: 25px 0px;
}

.top-events-date-filter {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}

.top-events-df-label {
    font-size: 18px;
    color: #9a9a9a;
}

.top-events-df-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.top-events-df-select-wrapper i {
    position: absolute;
    left: 12px;
    color: #d36c8a;
    pointer-events: none;
    font-size: 18px;
}

.top-events-df-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f6f2f4;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 8px 14px 8px 45px;
    font-size: 16px;
    color: #9a9a9a;
    min-width: 290px;
    cursor: pointer;
    outline: unset;
}

.top-events-df-select-wrapper::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    font-size: 12px;
    color: #777;
    pointer-events: none;
}

.top-events-card {
    background: #f6f2f4;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 15px;
}

.top-events-card .top-events-header {
    background: #873e5f;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.top-events-card .top-events-icon-box {
    width: 150px;
    height: 95px;
    background: #ece8ea;
    border-radius: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.top-events-card .top-events-icon-box:before,
.top-events-card .top-events-icon-box:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 50px;
    background: #8b3f5c;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.top-events-card .top-events-icon-box:before {
    left: -17px;
}

.top-events-card .top-events-icon-box:after {
    right: -17px;
}

.top-events-card .top-events-icon-box i {
    font-size: 34px;
    color: #8b3f5c;
}

.top-events-card .top-events-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 0px;
    text-transform: uppercase;
}

.top-events-card .top-events-row {
    display: flex;
    position: relative;
    padding: 14px 0;
    border-top: 1px solid #ddd;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.top-events-card .top-events-row:first-of-type {
    border-top: 1px solid #ddd;
}

.top-events-card .top-events-row:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #ddd;
}

.top-events-card .top-events-col {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #9a9a9a;
}

.top-events-card .top-events-col i {
    color: #d46a90;
    font-size: 16px;
}

.top-events-card .top-events-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.top-events-card .top-events-price {
    font-size: 24px;
    color: #873e5f;
    font-weight: 500;
}

.top-events-card .top-events-more {
    font-size: 16px;
    color: #ca6895;
    font-weight: 400;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.top-events-card .top-events-more i {
    margin-left: 6px;
    font-size: 12px;
}

.top-events-wrapper .top-events-raw .add-btn {
    background: #d46a94;
    border: none;
    padding: 6px 12px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 400;
}

.top-events-wrapper .top-events-raw .add-btn a {
    color: #fff;
}

/*========================
  Top Events Page CSS End
==========================*/

/*========================
  Add-event Page CSS End
==========================*/
.cex-wrapper {
    background: #f6f2f4;
    padding: 15px;
}

.cex-header {
    background: #8e3d5f;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 24px;
}

.cex-wrapper label {
    display: block;
    margin: 18px 0 6px;
    font-size: 14px;
    color: #1e1e1e;
    font-size: 18px;
}

.cex-input {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    background: #fff;
    outline: none;
    border: unset;
    color: #9a9a9a;
    font-size: 18px;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(34%) sepia(32%) saturate(937%) hue-rotate(297deg)
        brightness(89%) contrast(89%);
    cursor: pointer;
}

.cex-row {
    display: flex;
    gap: 20px;
}

.cex-col {
    flex: 1;
}

.cex-upload {
    border: 2px dashed #e3c9d4;
    background: #faf7f8;
    padding: 60px;
    text-align: center;
    border-radius: 8px;
    position: relative;
}

.cex-upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

.cex-upload i {
    font-size: 40px;
    color: #c1648d;
    margin-bottom: 10px;
}

.cex-upload span {
    color: #c1648d;
}

.cex-section {
    background: #efe5e9;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid #e2cfd8;
    margin-top: 25px;
}

.cex-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cex-section-title {
    font-size: 18px;
    color: #1e1e1e;
}

.cex-dropdown {
    position: relative;
}

.cex-type-btn {
    background: #c1648d;
    color: #fff;
    border: none;
    padding: 7px 14px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 400;
}

.cex-dropdown-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 140px;
    display: none;
    z-index: 100;
}

.cex-dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
}

.cex-dropdown-item:hover {
    background: #f3eef1;
}

.cex-dropdown.show .cex-dropdown-menu {
    display: block;
}

.cex-delete {
    background: #f7eef2;
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
    color: #c1648d;
    cursor: pointer;
}

.cex-editor {
    min-height: 150px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px;
}

.cex-toolbar {
    display: flex;
    gap: 15px;
    padding: 10px 0;
    color: #888;
    font-size: 14px;
}

.cex-toolbar button {
    background: #f7eef2;
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
    color: #8e3d5f;
    cursor: pointer;
}

.event-day-time-label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
}

.event-cover-preview img,
.event-gallery-preview img {
    max-width: 180px;
    max-height: 120px;
    object-fit: cover;
    border-radius: 6px;
    margin-top: 10px;
}

.event-cover-preview--current,
.event-gallery-preview--current {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.event-cover-preview--current span {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #888;
    margin-top: 6px;
}

.edit-ticket {
    text-decoration: none;
}

.event-gallery-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.event-draft-badge {
    display: inline-block;
    background: #f0ad4e;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
    text-transform: uppercase;
}

.top-events-admin-note {
    font-size: 13px;
    color: #888;
    margin: 8px 0 0;
}

.cex-value-row {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.cex-add-btn {
    margin-top: 15px;
    background: #c1648d;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

.cex-add-section {
    margin-top: 25px;
    background: #c1648d;
    color: #fff;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.ticket-srm {
    background: #f6f2f4;
    overflow: hidden;
    padding: 15px;
}

.ticket-srm__header {
    background: #8e3d5f;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 24px;
}

.ticket-srm__group {
    margin-bottom: 20px;
}

.ticket-srm__group label {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    color: #1e1e1e;
}

.ticket-srm__type {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.ticket-srm__input {
    display: flex;
    gap: 10px;
}

.ticket-srm__input input {
    flex: 1;
}

.ticket-srm input {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: unset;
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 200;
    outline: unset;
    height: 60px;
}

.ticket-srm__row {
    display: flex;
    justify-content: space-between;
}

.ticket-srm__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}

.ticket-srm .tag {
    background: #f2e8ed;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.ticket-srm .remove {
    margin-left: 8px;
    cursor: pointer;
    color: #8b3e5f;
}

.ticket-srm__add {
    background: #ca6895;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

.ticket-srm__new {
    display: none;
    margin-top: 15px;
    gap: 10px;
}

.ticket-srm__new input {
    flex: 1;
}

.ticket-srm__new button {
    background: #8b3e5f;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
}

.ticket-srm__invite {
    width: 100%;
    background: #ca6895;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 18px;
}

.ticket-srm__footer {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.ticket-srm .draft {
    flex: 1;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 18px;
    color: #ca6895;
}

.ticket-srm .publish {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: #ca6895;
    color: #fff;
    font-size: 18px;
}

.ticket-srm .check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ticket-srm .check input {
    display: none;
}

.ticket-srm .check span {
    width: 18px;
    height: 18px;
    border: 2px solid #c05882;
    border-radius: 4px;
    position: relative;
}

.ticket-srm .check input:checked + span::after {
    content: "ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â";
    font-size: 12px;
    position: absolute;
    left: 2px;
    top: -2px;
    color: #c05882;
}

.ticket-srm input::placeholder {
    color: #9a9a9a;
    font-size: 18px;
}

.ticket-srm__group .check {
    font-size: 16px;
    color: #9a9a9a;
    font-weight: 200;
}

.ticket-srm p {
    font-size: 18px;
    color: #873e5f;
    margin-top: 20px;
}

.ticket-srm #clearInput {
    background: #f7f4f4;
    border: 1px solid #d1cfcf;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    color: #ca6895;
    font-size: 18px;
}

.add-event-udg7 .add-eve-b {
    padding-top: 20px;
    padding-bottom: 20px;
}

.add-event-udg7 .add-eve-b .ad-h00dms {
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.add-event-udg7 .add-eve-b .ad-h00dms::-webkit-scrollbar {
    display: none;
}

/*========================
  Add-event Page CSS End
==========================*/
/*==============================
 events registration user list page CSS 
===============================*/
.event-table {
    width: 100%;
    padding: 0;
    background: #f3f1f2;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
}

.event-table table {
    width: 100%;
    border-collapse: collapse;
}

.event-table thead tr {
    background: #8b3d5c;
}

.event-table thead th {
    font-size: 24px;
    font-weight: 200;
    padding: 20px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.event-table thead th:last-child {
    border-right: none;
}

.event-table tbody tr {
    background: #fff;
}

.event-table tbody td {
    font-size: 24px;
    color: #9a9a9a;
    border-top: 1px solid #e2dee0;
    border-right: 1px solid #e2dee0;
    font-weight: 200;
    padding: 30px 20px;
}

.event-table tbody td:last-child {
    border-right: none;
}

.event-table .status {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
}

.event-table .status.light {
    background: #e7e3e5;
    color: #c0537e;
}

.event-table .status.dark {
    background: #ca6895;
    color: #ffffff;
}

.regi-user-list .add-usero0o {
    background: #d46a94;
    border: none;
    padding: 6px 12px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 400;
}

.regi-user-list .regi-1raw {
    padding: 25px 0px;
}

.regi-user-list .regi-1raw .btn-j0j {
    text-align: end;
}

.regi-user-list .event-table {
    margin-bottom: 20px;
}

/*=========================================
  events registration user list Page CSS End
===========================================*/

/*=========================================
   user list Page CSS 
===========================================*/
.user-list-inc .usps-1raw {
    padding: 25px 0px 70px;
}

.user-list-inc .usps-1raw h1 {
    margin-bottom: 0px;
}

.user-list-inc .usps-1raw .btn-j0qaj {
    text-align: end;
}

.su-adduser-btn {
    background: #d46a94;
    border: none;
    padding: 6px 12px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 400;
}

.profile-card {
    background: #e5e5e5;
    box-shadow: 0 10px 30px rgb(202 104 149 / 20%);
    padding: 15px;
    margin-bottom: 80px;
    height: -webkit-fill-available;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ca6895;
}

.profile-card__image img {
    width: 80px;
    height: auto !important;
    object-fit: cover;
    display: block;
    border-radius: 200px;
    position: absolute;
    top: -50px;
    border: 6px solid #ca6895;
}

.profile-card__content {
    padding: 25px 0px;
}

.profile-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-card__header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #1e1e1e;
}

.profile-card__header h2 span {
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    margin-left: 8px;
}

.profile-card__more a {
    color: #c85b83;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
}

.profile-card__more i {
    margin-left: 5px;
    font-size: 12px;
}

.profile-card__divider {
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}

.profile-card__info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.profile-card__row {
    display: unset;
    justify-content: space-between;
    border-bottom: 1px solid #d3cdcd;
    padding-bottom: 10px;
    align-items: center;
}

.profile-card__item {
    display: block;
    align-items: center;
    gap: 12px;
    width: 100%;
    color: #9a9a9a;
    font-size: 16px;
    padding-bottom: 5px;
}

.profile-card__item i {
    color: #ca6895;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.su-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(6px);
}

.su-popup-box {
    background: #f6f2f4;
    width: 700px;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.su-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.su-popup-header h3 {
    margin: 0;
}

.su-popup-close {
    cursor: pointer;
    font-size: 22px;
    color: #c05b86;
}

.su-form-group {
    margin-bottom: 15px;
}

.su-form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #1e1e1e;
    margin-bottom: 5px;
}

.su-form-group input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    height: 50px;
    outline: unset;
}

.su-submit-btn {
    width: 100%;
    padding: 12px;
    background: #c05b86;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
}

/*=========================================
   user list Page CSS End
===========================================*/

/*==========================
Event Detail Page CSS
============================*/

.event-wrap-rex .rex-tc-wrap {
    padding: 25px 0px;
}

.event-wrap-rex .rex-tc-wrap h1 {
    margin-bottom: 0px;
}

.event-wrap-rex .rex-tk-wrap {
    padding-bottom: 30px;
}

.rex-event-card {
    background: #f6f2f4;
    overflow: hidden;
    padding: 15px;
}

.rex-event-card__image {
    height: 460px;
    background-color: #8c3f5f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.rex-event-card__image i {
    font-size: 130px;
    color: #ffffff;
}

.rex-event-card__details {
    padding: 25px 30px;
}

.rex-event-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.rex-event-row:last-child {
    border-bottom: none;
}

.rex-event-item {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 45%;
}

.rex-event-icon {
    width: 50px;
    height: 50px;
    background-color: #c0638a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.rex-event-icon i {
    color: #ffffff;
    font-size: 20px;
}

.rex-event-item span {
    font-size: 20px;
    color: #9a9a9a;
    letter-spacing: 1px;
}

.rex-event-divider {
    width: 1px;
    height: 40px;
    background-color: #dcdcdc;
}

.rex-ticket-info-wrapper {
    background-color: #f6f2f4;
    padding: 15px;
    border-radius: 10px;
}

.rex-ticket-section__title {
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.rex-ticket-section__content {
    padding: 50px 30px 0 30px;
}

.rex-ticket-section__content p {
    padding-right: 50px;
    margin-bottom: 30px;
}

.rex-edit-ticket {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    background-color: #ededed;
    color: #b76a8c;
    border: 1px solid #e2cfd8;
    padding: 11px 30px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease;
    margin-bottom: 30px;
}

.rex-ticketOnum span {
    color: #8c3f5f;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.rex-ticketOnum {
    margin-bottom: 20px;
}

/*==========================
Event Detail Page CSS End
============================*/
/*==========================
  Inbox Detail Page CSS 
============================*/
.top-bar {
    background: #f6f2f4;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
}

.left-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.left-header i {
    color: #e0568d;
    font-size: 18px;
}

.title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.right-header {
    display: flex;
    align-items: center;
    gap: 25px;
}

.right-header i {
    color: #e0568d;
    font-size: 16px;
}

.inbox-set {
    background: #f6f2f4;
    padding: 25px;
}

.inbox-set .email-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.inbox-set .user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.inbox-set .avatar {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
}

.inbox-set .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inbox-set .name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.inbox-set .email {
    font-size: 14px;
    color: #9ca3af;
}

.inbox-set .time {
    font-size: 14px;
    color: #9ca3af;
}

.inbox-set .divider {
    border-top: 1px solid #e5e7eb;
    margin: 25px 0;
}

.inbox-set .content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333;
}

.inbox-set .content p {
    color: #9a9a9a;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 15px;
}

.inbox-set .gallery {
    display: flex;
    gap: 18px;
    margin-top: 25px;
}

.inbox-set .thumb {
    flex: 1;
    height: 115px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
}

.inbox-set .thumb i {
    font-size: 28px;
    color: #e0568d;
}

.inbox-set .reply-section {
    margin-top: 40px;
}

.inbox-set .reply-box {
    display: flex;
    gap: 15px;
}

.inbox-set .editor {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.inbox-set .toolbar {
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 72px;
    color: #9ca3af;
    font-size: 14px;
}

.inbox-set .toolbar i {
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.inbox-set .textarea {
    padding: 18px;
    min-height: 120px;
    font-size: 15px;
    color: #333;
}

.inbox-set .toolbar i:after {
    content: "";
    border-right: 1px solid #e1e1e1;
    height: 15px;
    position: absolute;
    right: -42px;
}

.inbox-dash {
    padding: 25px 0px;
}

/*==========================
  Inbox Detail Page CSS End
============================*/
/*==========================
  User dashboard Page CSS 
============================*/
.helpers {
    background: #f6f2f4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}

.helpers .help-btnss a {
    background: #ca6895;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 25px !important;
    border-radius: 5px;
    text-transform: capitalize;
}

.user-dash .dsdsfw {
    padding: 25px 0px;
    align-items: center;
}

.top-eventsdesk {
    background: #f6f2f4;
    border-radius: 10px;
    padding: 10px;
}

.top-eventsdesk .event-header {
    background: #8b3f5e;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px 5px 0px 0px;
}

.top-eventsdesk .event-header a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.top-eventsdesk .event-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    color: #9a9a9a;
    background: #fff;
}

.top-eventsdesk .event-row:last-child {
    border-bottom: none;
}

.top-eventsdesk .event-date i {
    color: #8b3f5e;
    margin-right: 6px;
}

.top-eventsdesk .divider {
    color: #cfcfcf;
}

.top-eventsdesk .buy-ticket {
    color: #873e5f;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.top-eventsdesk .event-header h2 {
    margin-bottom: 0px;
    color: #fff;
}

.user-dash .dwqwdqw {
    padding-bottom: 25px;
}

/*==========================
  User dashboard Page CSS End
============================*/

/*==========================
  CheckOut  Page CSS 
============================*/

.buy-form-wrap .payment-method {
    padding: 20px;
}

.buy-form-wrap .payment-option {
    border: 1px solid #ead3dc;
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
}

.buy-form-wrap .payment-option label {
    width: 100%;
    cursor: pointer;
    margin: 0;
}

.buy-form-wrap .payment-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: #fff;
}

.buy-form-wrap .payment-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #1e1e1e;
}

.buy-form-wrap .payment-title input {
    accent-color: #873e5f;
}

.buy-form-wrap .payment-icons i {
    font-size: 22px;
    margin-left: 6px;
}

.buy-form-wrap .payment-desc {
    background: #f1f1f1;
    padding: 15px 16px;
    font-size: 16px;
    color: #9a9a9a;
}

.buy-tick h1 {
    padding: 25px 0px;
    margin-bottom: 0px;
}

.buy-form-wrap .box {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 10px;
}

.buy-form-wrap .box h2 {
    background: #873e5f;
    color: #fff;
    padding: 15px;
    margin: 0;
    border-radius: 5px;
    font-weight: 400;
}

.buy-form-wrap .order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    color: #9a9a9a;
    background: #fff;
}

.buy-form-wrap .order-item i {
    color: #ca6895;
    margin-right: 6px;
    font-size: 15px;
}

.buy-form-wrap .total-bar {
    background: #873e5f;
    color: #fff;
    padding: 15px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    border-radius: 5px;
}

.buy-form-wrap .summary-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #9a9a9a;
    font-size: 18px;
    background: #fff;
}

.buy-form-wrap .checkout-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.buy-form-wrap .checkout-btn {
    background: #c46b90;
    border: none;
    padding: 10px 22px;
    color: #fff;
    border-radius: 5px;
}

.buy-form-wrap .form-control {
    height: 60px;
    border-radius: 5px;
    outline: unset;
    border: unset;
    color: #9a9a9a;
}

.buy-form-wrap .form-group {
    margin-bottom: 15px;
}

.buy-form-wrap .payment-box {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
}

.buy-form-wrap .payment-box p {
    margin: 8px 0 0;
    font-size: 13px;
    color: #777;
}

.buy-form-wrap .secure-box {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 6px;
    margin-top: 30px;
}

.buy-form-wrap .secure-icon {
    width: 60px;
    height: 60px;
    background: #c46b90;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
}

.buy-form-wrap .checkout-wrap label {
    color: #9a9a9a;
    font-size: 16px;
}

.buy-form-wrap .form-group label {
    font-size: 18px;
    color: #1e1e1e;
    margin: 15px 0px;
}

.buy-form-wrap .form-control::placeholder {
    color: #9a9a9a;
}

/*==========================
  CheckOut  Page CSS End
============================*/
/*==========================
  Subscription Detail Page CSS 
============================*/

.billing-panel-ui .bp-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 6px;
    overflow: hidden;
}

.billing-panel-ui .bp-table th {
    background: #8b3d5c;
    color: #fff;
    padding: 22px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.billing-panel-ui .bp-table td {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-right: 1px solid #d6d6d6;
}

.billing-panel-ui .bp-table td:last-child {
    border-right: none;
}

.billing-panel-ui .bp-plan-title {
    font-size: 24px;
    margin-bottom: 6px;
    color: #1e1e1e;
}

.billing-panel-ui .bp-plan-sub {
    font-size: 13px;
    color: #8a8a8a;
}

.billing-panel-ui .bp-status-badge {
    display: inline-block;
    background: #e6e1e4;
    color: #c1537c;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 8px;
}

.billing-panel-ui .bp-small {
    font-size: 13px;
    color: #8a8a8a;
}

.billing-panel-ui .bp-price {
    font-size: 24px;
    margin-bottom: 6px;
    color: #1e1e1e;
}

.billing-panel-ui .bp-days {
    font-size: 24px;
    margin-bottom: 4px;
    color: #1e1e1e;
}

.billing-panel-ui .bp-btn {
    display: block;
    width: 140px;
    margin: 7px auto;
    padding: 10px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.billing-panel-ui .bp-btn-renew {
    background: #e6e1e4;
    color: #c1537c;
}

.billing-panel-ui .bp-btn-change {
    background: #c1537c;
    color: #fff;
}

.billing-panel-ui .bp-section-title {
    margin: 20px 0px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #1e1e1e;
}

.billing-panel-ui .bp-grid {
    display: flex;
    gap: 30px;
}

.billing-panel-ui .bp-select-box {
    flex: 1;
    background: #f6f2f4;
    padding: 28px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    min-height: 120px;
}

.my_subs .col-md-12 h1 {
    padding: 25px 0px;
}

.billing-panel-ui .bp-select-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.billing-panel-ui .bp-checkbox {
    position: relative;
    width: 38px;
    height: 38px;
}

.billing-panel-ui .bp-checkbox input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.billing-panel-ui .bp-checkbox-ui {
    width: 38px;
    height: 38px;
    background: #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
}

.billing-panel-ui .bp-checkbox input:checked + .bp-checkbox-ui {
    background: #c1537c;
}

.billing-panel-ui .bp-option-title {
    font-size: 18px;
    color: #333;
}

.billing-panel-ui .bp-option-sub {
    font-size: 16px;
    color: #9a9a9a;
}

.billing-panel-ui .bp-payment-icon {
    font-size: 30px;
    color: #292a8e;
}

.billing-panel-ui .bp-edit-icon {
    font-size: 18px;
    color: #c1537c;
    cursor: pointer;
}

.billing-panel-ui .bp-settings-row {
    display: flex;
    gap: 45px;
}

.billing-panel-ui .bp-setting {
    display: flex;
    align-items: center;
    gap: 12px;
}

.billing-panel-ui .bp-container .tabsa {
    padding: 10px;
    background: #f6f2f4;
    border-radius: 10px;
}

/*==========================
  Subscription Detail Page CSS End
============================*/

/*==========================
  Subscription Plan Page CSS 
============================*/
.pricing-card {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
    text-align: left;
    position: relative;
}

.pricing-icon {
    width: 60px;
    height: 60px;
    background: #c96a93;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

.pricing-title {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.pricing-price {
    margin-bottom: 15px;
}

.pricing-price .price {
    font-size: 50px;
    color: #ca6895;
    font-weight: 400;
}

.pricing-price .month {
    color: #777;
    font-size: 30px;
}

.pricing-btn {
    width: 100%;
    background: #c96a93;
    border: none;
    padding: 12px;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    margin-bottom: 20px;
}

.pricing-btn.outline {
    background: transparent;
    border: 1px solid #f0d3de;
    color: #ca6895;
    font-size: 18px;
    background: #fff;
}

.pricing-sub {
    color: #888;
    font-size: 14px;
    margin-bottom: 20px;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-list li {
    margin-bottom: 20px;
    color: #9a9a9a;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-list i {
    width: 28px;
    height: 28px;
    border: 1px solid #e4b6c9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #c96a93;
    font-size: 12px;
}

.pricing-badge {
    position: absolute;
    top: 20px;
    right: 0;
    background: #7d3b58;
    color: #fff;
    padding: 6px 18px;
    font-size: 20px;
    border-radius: 4px 0 0 4px;
    font-weight: 400;
}

.subs_plan h1 {
    margin-bottom: 0px;
    padding: 25px 0px;
}

/*==========================
  Subscription Plan Page CSS End
============================*/

/*==========================
  User Donate Page CSS 
============================*/
.donx-wrapper {
    max-width: 850px;
    margin: auto;
}

.donx-card {
    background: #f6f2f4;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 0 0 1px #eee;
}

.donx-card h2 {
    background: #873e5f;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.donx-label {
    display: block;
    margin-bottom: 8px;
    color: #1e1e1e;
    font-size: 18px;
}

.donx-input {
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 6px;
    padding-left: 14px;
    font-size: 15px;
    background: #fff;
    outline: unset !important;
}

.donx-amount-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.donx-amount-box {
    flex: 1;
    height: 45px;
    border: 1px solid #e7cdd7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    background: #faf7f8;
    cursor: pointer;
    font-size: 15px;
}

.donx-amount-box.is-selected {
    background: #c0618d;
    border-color: #c0618d;
    color: #fff;
    font-weight: 600;
}

.donx-stripe-card {
    border: 1px solid #e7cdd7;
    border-radius: 6px;
    padding: 12px;
    background: #fff;
    min-height: 44px;
}

.full-hist .hist_btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.full-hist a.hist_btn {
    color: #fff;
    line-height: 40px;
}

.donx-frequency {
    display: flex;
    border: 1px solid #e7cdd7;
    border-radius: 6px;
    overflow: hidden;
}

.donx-frequency button {
    flex: 1;
    height: 48px;
    border: none;
    background: #f4f1f2;
    color: #888;
    font-size: 16px;
    cursor: pointer;
}

.donx-frequency .donx-active {
    background: #c0658c;
    color: #fff;
}

.donx-card-input {
    position: relative;
}

.donx-card-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
}

.donx-card-icon img {
    width: 28px;
}

.donx-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.donx-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #777;
}

.donx-check input {
    width: 18px;
    height: 18px;
    accent-color: #c0658c;
}

.donx-btn {
    background: #c0658c;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

/*==========================
  User Donate Page CSS End
============================*/
/*==========================
   >>> CRM RESPONSIVE CSS 
============================*/
.main-content button.off-btn {
    display: none !important;
}

@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1660px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 120px;
    }

    #sidebar .nav-bar li a {
        padding: 25px 0;
    }

    #sidebar.active {
        width: 260px;
    }

    #sidebar .nav-bar li a span {
        font-size: 16px;
    }

    #sidebar {
        width: 100px;
    }

    .bar {
        width: 50px;
    }

    .dash-view .dash-box {
        padding: 15px;
        gap: 20px;
    }

    .dash-view .dash-box .dash-icon {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }

    .card td {
        padding: 15px 15px;
        font-size: 20px;
    }

    .card th {
        font-size: 20px;
        padding: 15px 15px;
    }

    .announcement-card .announcement-item {
        padding: 15px 15px;
    }

    .announcement-card .event-row {
        gap: 10px;
        font-size: 15px;
        padding: 15px 0;
    }

    .dash-view .dash-box p {
        font-size: 15px;
        margin-top: 5px;
    }

    .head-left .wel-head h2 {
        font-size: 22px;
    }

    .log-wrapper a span {
        font-size: 18px;
    }

    .mail-view {
        padding: 15px;
    }

    .mail-wrapper {
        padding: 15px;
    }

    .mail-header {
        padding: 3px 0px;
    }

    .search-box {
        width: 270px;
        height: 40px;
    }

    .calendar .month-nav h2 {
        margin: 0 10px;
        font-size: 22px;
    }

    .calendar .header-title {
        padding: 12px;
        font-size: 24px;
    }

    .calendar {
        padding: 15px;
    }

    .calendar .weekdays div {
        padding: 15px 0;
        font-size: 22px;
    }

    .calendar .dates div {
        font-size: 20px;
    }

    .ticket-card .ticket-header {
        height: 150px;
    }

    .ticket-card .ticket-title {
        font-size: 22px;
        margin: 8px 0px;
    }

    .ticket-card .ticket-col {
        gap: 10px;
        font-size: 14px;
    }

    .ticket-card .ticket-price {
        font-size: 18px;
    }

    .ticket-card {
        padding: 12px;
    }

    .ticket-card .ticket-more {
        font-size: 15px;
    }

    .ticket-card .ticket-row:after {
        left: 59%;
    }

    .ticket-card .ticket-col i {
        font-size: 14px;
    }

    .event-card__image {
        height: 350px;
    }

    .event-card__image i {
        font-size: 110px;
    }

    .event-card__details {
        padding: 10px 10px;
    }

    .event-icon {
        width: 30px;
        height: 30px;
    }

    .event-icon i {
        color: #ffffff;
        font-size: 15px;
    }

    .event-item span {
        font-size: 18px;
        letter-spacing: 0px;
    }

    .ticket-section__title {
        padding: 12px 15px;
        font-size: 22px;
    }

    .ticket-section__content p {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .profile-section .tag {
        padding: 8px 8px;
        font-size: 14px;
    }

    .overview-chart .overview-bar {
        width: 50px;
    }

    .email-notific .notification-item {
        padding: 15px 0px;
        font-size: 20px;
    }

    .payment-table-wrapper tbody td {
        padding: 15px 15px;
        font-size: 15px;
    }

    .payment-table-wrapper thead th {
        font-size: 15px;
        padding: 15px 15px;
    }

    .donate-hist-wrap .payment-table-wrapper tbody td {
        font-size: 18px;
        padding: 15px 15px;
    }

    .donate-hist-wrap .payment-table-wrapper thead th {
        font-size: 18px;
        padding: 15px 15px;
    }

    .donate-hist-wrap .payment-table-wrapper .btn {
        width: 60%;
        font-size: 16px;
    }

    .event-table thead th {
        font-size: 20px;
        padding: 15px;
    }

    .event-table tbody td {
        font-size: 20px;
        padding: 15px;
    }

    .profile-card__image img {
        height: 220px;
    }

    .profile-card__header h2 {
        font-size: 20px;
    }

    .profile-card__header h2 span {
        font-size: 14px;
    }

    .profile-card__more a {
        font-size: 15px;
    }

    .profile-card {
        padding: 10px;
    }

    .profile-card__row {
        padding-bottom: 15px;
    }

    .profile-card__item {
        gap: 5px;
        width: 100%;
        font-size: 14px;
    }

    .profile-card__item i {
        width: unset;
        font-size: 15px;
    }

    .announcement-box {
        padding: 10px;
        margin-bottom: 15px;
    }

    .announcement-box__meta {
        gap: 30px;
        font-size: 15px;
        margin: 10px 0px;
    }

    .announcement-box__text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .announcement-box__more i {
        font-size: 14px;
    }

    .announcement-box__more {
        font-size: 15px;
    }

    .rex-event-card__image {
        height: 350px;
    }

    .rex-event-card__details {
        padding: 15px 0px;
    }

    .rex-event-item span {
        font-size: 18px;
        letter-spacing: 0px;
    }

    .rex-event-icon {
        width: 40px;
        height: 40px;
    }

    .rex-event-icon i {
        font-size: 18px;
    }

    .top-events-card .top-events-title {
        font-size: 22px;
    }

    .top-events-card {
        margin-bottom: 15px;
        padding: 10px;
    }

    .top-events-card .top-events-col {
        gap: 6px;
        font-size: 15px;
    }

    .top-events-card .top-events-price {
        font-size: 20px;
    }

    .help-wrapper .help-box .help-items .box-num {
        font-size: 24px;
        width: 80px;
        height: 50px;
    }

    .help-wrapper .help-box {
        padding: 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 100px;
    }

    #sidebar.active {
        width: 190px;
    }

    #sidebar.active ~ .main-content .head-left {
        transform: translateX(110px);
    }

    #sidebar .nav-bar li a span {
        font-size: 15px;
    }

    #sidebar .nav-bar li a {
        padding: 22px 0;
        gap: 8px;
    }

    #sidebar .nav-bar li a i {
        padding: 8px;
        font-size: 18px;
        border-radius: 8px;
    }

    .logo-wrapper {
        padding: 15px 0;
    }

    .logo-wrapper img {
        height: 60px;
        width: 100%;
        object-fit: cover !important;
    }

    #sidebar {
        width: 80px;
    }

    .dash-view .dash-box .dash-icon {
        width: 70px;
        height: 70px;
        font-size: 26px;
    }

    .dash-view .dash-box {
        padding: 12px;
        gap: 15px;
    }

    .dash-view .dash-box p {
        font-size: 14px;
        margin-top: 5px;
    }

    .dash-view .dash-box span {
        font-size: 22px;
        line-height: 22px;
    }

    .bar {
        width: 45px;
    }

    h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .card td {
        padding: 12px 12px;
        font-size: 18px;
    }

    .card th {
        font-size: 18px;
        padding: 12px 12px;
    }

    .status-btn {
        font-size: 15px;
        height: 45px;
    }

    .card .see-all {
        font-size: 18px;
    }

    .announcement-card .announcement-item {
        padding: 12px 12px;
    }

    .announcement-card .event-row {
        gap: 5px;
        font-size: 14px;
        padding: 12px 0;
    }

    .announcement-card .left-content {
        gap: 10px;
        font-size: 16px;
    }

    .mail-wrapper .icon-btn {
        margin: 0 6px;
        font-size: 15px;
    }

    .searcher-d span.text-muted.mr-2 {
        font-size: 14px;
    }

    .ticketOnum span {
        font-size: 18px;
    }

    p {
        font-size: 15px;
        line-height: 26px;
    }

    .ticket-section__content {
        padding: 20px 10px 0 10px;
    }

    .event-item span {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .event-card__details {
        padding: 10px 0px;
    }

    .about-section .about-header {
        padding: 15px;
        font-size: 22px;
    }

    .about-section {
        background: #f6f2f4;
        padding: 15px 15px;
        border-radius: 8px;
    }

    .profile-section {
        padding: 12px 12px;
    }

    .profile-section .tags {
        column-count: 2;
    }

    .profile-section .stat-box {
        padding: 10px;
        gap: 10px;
        font-size: 14px;
    }

    .profile-section .inbox-title {
        padding: 15px;
        margin: 15px 0 15px 0;
        font-size: 22px;
        line-height: 22px;
    }

    .overview-chart .overview-title {
        padding: 15px;
        margin-bottom: 30px;
        font-size: 22px;
    }

    .overview-chart .overview-bar {
        width: 45px;
    }

    .profile-section .message {
        padding: 15px 0;
    }

    .profile-section .message-left {
        gap: 8px;
    }

    .profile-section .time {
        font-size: 12px;
    }

    .profile-section .message-info p {
        font-size: 14px;
        line-height: 20px;
    }

    .about-section .info-box {
        padding: 12px;
        gap: 10px;
        font-size: 15px;
    }

    .about-section .info-box i {
        font-size: 15px;
    }

    .profile-section .stat-box i {
        font-size: 15px;
    }

    .profile-form .profile-form-title {
        padding: 15px;
        font-size: 22px;
        line-height: 22px;
    }

    .main-box .heading {
        padding: 15px;
        font-size: 22px;
        line-height: 22px;
    }

    .profile-form {
        padding: 12px;
    }

    .main-box {
        padding: 12px;
    }

    .profile-form label {
        font-size: 16px;
    }

    .main-box label {
        font-size: 16px;
    }

    .main-box .social-title {
        font-size: 16px;
    }

    .change-password {
        padding: 12px;
    }

    .email-notific {
        padding: 12px;
    }

    .change-password label {
        font-size: 16px;
    }

    .change-password .cp-heading {
        padding: 15px;
        font-size: 22px;
        line-height: 22px;
    }

    .email-notific .card-header {
        padding: 15px;
        font-size: 22px;
        line-height: 22px;
    }

    .email-notific .notification-item {
        padding: 12px 0px;
        font-size: 18px;
    }

    .profile-form .save-btn {
        padding: 12px;
        font-size: 15px;
    }

    .main-box .save-btn {
        padding: 12px;
        font-size: 15px;
    }

    .change-password .cp-btn {
        padding: 15px;
        font-size: 15px;
    }

    .dp-btn {
        padding: 15px;
        font-size: 15px;
    }

    .profile-form input,
    .profile-form textarea {
        padding: 10px;
        font-size: 15px;
    }

    .main-box input[type="text"],
    .main-box select {
        padding: 10px;
        font-size: 15px;
    }

    .main-box .add-btn {
        padding: 10px;
        font-size: 15px;
    }

    .cex-header {
        padding: 15px;
        font-size: 22px;
        line-height: 22px;
    }

    .ticket-srm__header {
        padding: 15px;
        font-size: 22px;
        line-height: 22px;
    }

    .cex-wrapper {
        padding: 12px;
    }

    .ticket-srm {
        padding: 12px;
    }

    .ticket-srm .check span {
        width: 24px;
        height: 21px;
        align-items: center;
    }

    .cex-wrapper label {
        font-size: 15px;
    }

    .cex-section-title {
        font-size: 15px;
    }

    .cex-input {
        font-size: 15px;
    }

    .cex-section {
        padding: 12px;
    }

    .ticket-srm input {
        padding: 10px;
        font-size: 15px;
        height: 50px;
    }

    .ticket-srm__row {
        display: block;
    }

    .ticket-srm__add {
        padding: 15px;
        font-size: 15px;
    }

    .cex-type-btn {
        padding: 7px 14px;
        font-size: 15px;
    }

    .cex-type-btn i {
        font-size: 10px;
    }

    .ticket-srm__group label {
        font-size: 15px;
    }

    .cex-add-btn {
        padding: 7px 10px;
        font-size: 15px;
    }

    .ticket-srm__invite {
        padding: 15px;
        font-size: 15px;
    }

    .ticket-srm__group .check {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 23px;
    }

    .ticket-srm .publish {
        padding: 12px;
        font-size: 16px;
    }

    .ticket-srm .draft {
        font-size: 16px;
    }

    .donation-overview .overview-item label {
        font-size: 15px;
    }

    .donation-overview .overview-field {
        padding: 15px;
        font-size: 16px;
    }

    .payment-table-wrapper {
        padding: 10px;
    }

    .donation-overview {
        padding: 10px;
    }

    .payment-table-wrapper tbody td {
        padding: 8px;
        font-size: 14px;
    }

    .payment-table-wrapper .btn {
        padding: 9px 15px;
        font-size: 12px;
    }

    .full-hist .hist_btn a {
        font-size: 15px;
    }

    .full-hist {
        padding: 20px 10px;
    }

    .event-table tbody td {
        font-size: 18px;
        padding: 12px;
    }

    .event-table thead th {
        font-size: 18px;
        padding: 12px;
    }

    .event-table .status {
        padding: 10px 25px;
        font-size: 15px;
    }

    .event-table {
        padding: 10px;
    }

    .profile-card__row {
        display: block;
        padding-bottom: 10px;
    }

    .profile-card__item {
        gap: 8px;
        width: 100%;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .profile-card__divider {
        margin: 10px 0;
    }

    .profile-card__content {
        padding: 10px 0px;
    }

    .announcement-card .more-link {
        font-size: 15px;
    }

    .announcement-box__meta-item i {
        font-size: 14px;
    }

    .announcement-box__top {
        height: 160px;
    }

    .announcement-box__icon {
        font-size: 50px;
    }

    .announcement-box__text {
        font-size: 16px;
        line-height: 25px;
    }

    .announcement-box__meta {
        gap: 20px;
        font-size: 13px;
        margin: 10px 0px;
    }

    .rex-event-item span {
        font-size: 16px;
    }

    .rex-ticket-section__title {
        padding: 15px;
        font-size: 22px;
        line-height: 22px;
    }

    .rex-ticketOnum span {
        font-size: 18px;
    }

    .rex-ticket-section__content {
        padding: 20px 10px 0 10px;
    }

    .top-events-card .top-events-row:after {
        left: 61%;
    }

    .top-events-card .top-events-col i {
        color: #d46a90;
        font-size: 15px;
    }

    .top-events-card .top-events-col {
        font-size: 13px;
    }

    .top-events-card .top-events-more {
        font-size: 15px;
    }

    .top-events-card .top-events-price {
        font-size: 18px;
    }

    .help-wrapper .help-box .help-items .help-title {
        font-size: 20px;
        line-height: 28px;
    }

    .faq-title {
        font-size: 22px;
        line-height: 22px;
        padding: 15px;
    }

    .question-form__header {
        font-size: 22px;
        line-height: 22px;
        padding: 15px;
    }

    .question-form__group label {
        font-size: 15px;
    }

    .question-form__input {
        padding: 10px;
        font-size: 15px;
    }

    .inbox-set .reply-box {
        display: block;
    }

    .inbox-set .avatar {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -320px;
        width: 280px;
        height: 100%;
        background: #f6f2f4;
        padding: 30px 10px;
        transition: 0.4s ease-in-out;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        display: block !important;
    }

    .navbar-collapse.active {
        right: 0;
    }

    .off-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
        background: #ca6895;
        color: #fff;
        line-height: 25px;
    }

    .navbar-nav {
        margin-top: 40px;
        flex-direction: column;
    }

    .navbar-toggler {
        border: none;
    }

    .navbar-toggler {
        background: #f6f2f4 !important;
        color: #fff !important;
        border: 1px solid #ffc8e1 !important;
        font-size: 14px !important;
    }

    .bar {
        width: 32px;
    }

    #sidebar .nav-bar li a i {
        padding: 6px;
        font-size: 15px;
        border-radius: 8px;
    }

    .logo-wrapper img {
        height: 40px;
    }

    #sidebar {
        width: 55px;
    }

    #sidebar .nav-bar li a span {
        font-size: 14px;
    }

    #sidebar.active {
        width: 170px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 70px;
    }

    .dash-view .dash-box .dash-icon {
        width: 54px;
        height: 47px;
        font-size: 20px;
    }

    .dash-view .dash-box span {
        font-size: 18px;
        line-height: 20px;
    }

    .dash-view .dash-box {
        padding: 10px;
        gap: 7px;
    }

    .dash-view .dash-box p {
        font-size: 11px;
        margin-top: 5px;
    }

    .calendar .dates {
        grid-auto-rows: 60px;
        background: #fff;
    }

    h1 {
        font-size: 26px;
        line-height: 28px;
    }

    .subs-list .lister {
        padding: 10px;
    }

    .traffic-title {
        padding: 10px;
    }

    h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .subs-list .lister a {
        font-size: 15px;
    }

    .card-header {
        padding: 15px;
    }

    .card .see-all {
        font-size: 15px;
    }

    .subs-list .list-wrapper {
        gap: 10px;
        padding: 12px 0px;
    }

    .announcement-card .announcement-item {
        padding: 10px;
    }

    .announcement-card .card-wrapper a {
        font-size: 15px;
    }

    .card-header {
        padding: 10px;
    }

    .announcement-card .card-wrapper {
        padding: 10px;
    }

    .card td {
        padding: 10px 10px;
        font-size: 15px;
    }

    .card th {
        font-size: 15px;
        padding: 10px 10px;
    }

    .event-table thead th {
        font-size: 15px;
        padding: 10px;
    }

    .event-table tbody td {
        font-size: 15px;
        padding: 10px;
    }

    .event-table .status {
        padding: 10px 20px;
        font-size: 15px;
    }

    .su-adduser-btn {
        padding: 6px 10px;
        font-size: 15px;
    }

    .su-form-group label {
        font-size: 15px;
    }

    .su-submit-btn {
        padding: 10px;
        font-size: 15px;
    }

    .buy-form-wrap .form-group label {
        font-size: 15px;
        margin: 15px 0px;
    }

    .top-events-card .top-events-title {
        font-size: 18px;
    }

    .top-events-card .top-events-row {
        display: block;
    }

    .top-events-card .top-events-row:after {
        display: none;
    }

    .top-events-card .top-events-price {
        font-size: 16px;
    }

    .top-events-df-select {
        padding: 8px 14px 8px 31px;
        font-size: 15px;
        min-width: 260px;
    }

    .top-events-df-label {
        font-size: 14px;
    }

    .top-events-date-filter {
        gap: 8px;
    }

    .top-events-df-select-wrapper i {
        font-size: 15px;
    }

    .top-events-card .top-events-header {
        height: 150px;
    }

    .top-events-card .top-events-col {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .top-events-wrapper .top-events-raw .add-btn {
        padding: 9px 8px;
        font-size: 14px;
    }

    .ticket-srm {
        padding: 10px;
    }

    .cex-header {
        padding: 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .ticket-srm__header {
        padding: 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .ticket-srm .publish {
        padding: 10px;
        font-size: 15px;
    }

    .ticket-srm__add {
        padding: 10px;
        font-size: 15px;
    }

    .cex-add-section {
        padding: 10px;
        font-size: 15px;
    }

    .cex-type-btn {
        padding: 10px;
        font-size: 14px;
    }

    .cex-add-btn {
        padding: 10px;
        font-size: 15px;
    }

    .ticket-srm #clearInput {
        width: 40px;
        height: 50px;
        font-size: 15px;
    }

    .mail-view {
        padding: 10px;
    }

    .zeta-compose-btn {
        padding: 10px;
        font-size: 15px;
    }

    .menu-item {
        padding: 10px;
        font-size: 15px;
    }

    .menu-left {
        gap: 10px;
        font-size: 15px;
    }

    .count {
        font-size: 15px;
    }

    .menu-item .menu-left i {
        font-size: 15px;
    }

    .mail-wrapper {
        padding: 10px;
    }

    .mail-row {
        padding: 10px 10px;
    }

    .section-title {
        padding: 10px;
        font-size: 18px;
    }

    .mail-wrapper .icon-btn {
        margin: 0 5px;
        font-size: 14px;
    }

    .search-box {
        width: 240px;
        height: 40px;
    }

    .calendar .header-title {
        padding: 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .calendar .weekdays div {
        padding: 10px 0;
        font-size: 18px;
    }

    .calendar .dates div {
        font-size: 18px;
        padding: 10px !important;
        height: 60px;
    }

    .calendar .add-btn {
        font-size: 15px;
    }

    .calendar .view-tabs button {
        font-size: 15px;
    }

    .calendar .today-btn {
        font-size: 15px;
    }

    .calendar .month-nav h2 {
        margin: 0 8px;
        font-size: 20px;
    }

    .ticket-card .ticket-icon-box {
        width: 130px;
        height: 85px;
    }

    .ticket-card .ticket-row {
        padding: 10px 0;
        display: block;
    }

    .ticket-card .ticket-row:after {
        display: none;
    }

    .ticket-card .ticket-col {
        gap: 10px;
        font-size: 14px;
        margin-bottom: 7px;
    }

    .ticket-card .ticket-price {
        font-size: 15px;
    }

    .ticket-card .ticket-title {
        font-size: 20px;
    }

    .ticket-section__title {
        padding: 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .edit-ticket {
        gap: 10px;
        padding: 10px 15px;
        font-size: 15px;
    }

    .event-item span {
        font-size: 15px;
    }

    .ticket-info-wrapper {
        padding: 10px;
    }

    .event-card {
        padding: 10px;
    }

    .rex-ticket-section__title {
        padding: 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .rex-event-item span {
        font-size: 15px;
    }

    .rex-ticket-info-wrapper {
        padding: 10px;
    }

    .rex-event-card {
        padding: 10px;
    }

    .about-section {
        padding: 10px;
    }

    .about-section .about-header {
        padding: 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .about-section .info-box {
        padding: 7px;
        gap: 7px;
        font-size: 15px;
    }

    .profile-section {
        padding: 10px;
    }

    .overview-chart .overview-title {
        padding: 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .overview-chart .overview-bar {
        width: 35px;
    }

    .profile-section .inbox-title {
        padding: 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .header-pro {
        height: 150px;
        background: #873e5f;
        border-radius: 5px 5px 0 0;
    }

    .profile-section .stat-box {
        padding: 8px;
        gap: 5px;
        font-size: 13px;
    }

    .profile-form .profile-form-title {
        padding: 10px;
        font-size: 18px;
        line-height: 20px;
    }

    .main-box .heading {
        padding: 10px;
        font-size: 18px;
        line-height: 20px;
    }

    .change-password .cp-heading {
        padding: 10px;
        font-size: 18px;
        line-height: 20px;
    }

    .email-notific .card-header {
        padding: 10px;
        font-size: 18px;
        line-height: 20px;
    }

    .profile-form {
        padding: 10px;
    }

    .main-box {
        padding: 10px;
    }

    .main-box .bottom-row {
        display: block;
    }

    .main-box .save-btn {
        margin-top: 20px;
    }

    .profile-form .form-footer {
        display: block;
    }

    .profile-form .save-btn {
        margin-top: 20px;
    }

    .change-password .cp-bottom {
        display: block;
    }

    .change-password .cp-btn {
        margin-top: 20px;
    }

    .dp-bottom {
        display: block;
    }

    .dp-btn {
        margin-top: 20px;
    }

    .donation-overview .overview-header {
        padding: 10px;
        font-size: 18px;
        line-height: 20px;
    }

    .donation-overview .overview-field {
        padding: 10px;
        font-size: 15px;
    }

    .payment-table-wrapper thead th {
        font-size: 14px;
        padding: 10px;
    }

    .full-hist {
        padding: 15px 10px;
        display: block;
    }

    .full-hist .hist_btn a {
        font-size: 15px;
    }

    .full-hist .hist_btn {
        padding: 10px !important;
        margin-top: 15px;
    }

    .receipt-modal .btn-primary {
        padding: 10px;
        font-size: 15px;
    }

    .receipt-modal .btn-outline {
        padding: 10px;
        font-size: 15px;
    }

    .help-wrapper .help-box .help-items .box-num {
        font-size: 20px;
        width: 70px;
        height: 40px;
    }

    .help-wrapper .help-box .help-items .help-title {
        font-size: 18px;
        line-height: 25px;
    }

    .help-wrapper .help-box {
        padding: 10px;
    }

    .faq-title {
        font-size: 18px;
        line-height: 20px;
        padding: 10px;
    }

    .question-form__header {
        font-size: 18px;
        line-height: 20px;
        padding: 10px;
    }

    .question-form__text {
        margin-bottom: 10px;
        font-size: 15px;
        margin-top: 10px;
    }

    .question-form__footer {
        display: block !important;
    }

    .question-form__btn {
        margin-top: 20px;
    }

    .register-wrap h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .register-box {
        margin-top: 10px;
    }

    .register-box .register-btn {
        height: 50px;
        font-size: 15px;
    }

    .register-box .form-control {
        height: 50px;
    }

    .login-wrap h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .login-box {
        margin-top: 10px;
    }

    .login-box .login-btn {
        height: 50px;
        font-size: 15px;
    }

    .login-box .form-control {
        height: 50px;
    }

    .navbar-collapse.active button.off-btn {
        display: block !important;
    }

    .donate-hist-wrap .payment-table-wrapper tbody td {
        font-size: 15px;
        padding: 10px 10px;
    }

    .buy-form-wrap .total-bar {
        font-size: 18px;
        line-height: 18px;
    }

    .buy-form-wrap .checkout-wrap {
        padding: 15px 0px;
        display: block;
    }

    .buy-form-wrap .checkout-btn {
        margin-top: 10px;
    }

    .buy-form-wrap .order-item {
        padding: 14px 10px;
        font-size: 15px;
    }

    .buy-form-wrap .summary-row {
        padding: 14px 10px;
        font-size: 15px;
    }

    .buy-form-wrap .payment-method {
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 960px) {
    .dash-ovview .col-md-4,
    .dash-ovview .col-md-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .dash-ovview .subs-list {
        margin-bottom: 20px;
    }

    .helpers {
        display: block;
    }

    .top-eventsdesk .event-row {
        padding: 24px 0px;
        font-size: 14px;
    }

    .hm_sec_3 .row {
        display: block !important;
    }

    .hm_sec_3 .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .announcement-card {
        margin: 20px auto;
    }

    .status-btn {
        padding: 5px;
        font-size: 14px;
    }

    .card td {
        padding: 5px 5px;
        font-size: 14px;
    }

    .event-table .status {
        padding: 9px;
        font-size: 14px;
        width: 100%;
    }

    .event-table tbody td {
        font-size: 14px;
        padding: 8px;
    }

    .su-popup-box {
        width: 560px;
        padding: 20px;
    }

    h1 {
        font-size: 20px;
        line-height: 25px;
        padding-left: 20px !important;
    }

    .profile-card__image img {
        height: 110px;
    }

    .profile-card__divider {
        margin: 5px 0;
    }

    .profile-card__row {
        padding-bottom: 5px;
    }

    .profile-card__info {
        gap: 8px;
    }

    .profile-card__header {
        display: block;
    }

    .announcement-box__top {
        height: 160px;
    }

    .announcement-box__text {
        font-size: 15px;
        line-height: 22px;
    }

    .rex-event-card__image {
        height: 210px;
    }

    .rex-event-row {
        padding: 10px 0;
    }

    .rex-ticket-section__content p {
        padding-right: 0px;
    }

    .rex-event-item {
        width: 100%;
    }

    .rex-event-row {
        display: block;
    }

    .rex-event-divider {
        display: none;
    }

    .rex-event-item {
        width: 100%;
        gap: 10px;
        margin-bottom: 10px;
    }

    .top-events-card .top-events-header {
        height: 160px;
    }

    .top-events-card .top-events-title {
        font-size: 15px;
    }

    .top-events-df-select {
        padding: 8px 14px 8px 41px;
        font-size: 15px;
        min-width: 100%;
        margin: 10px 0px;
    }

    .top-events-date-filter {
        display: block;
    }

    .dash-view .dash-box .dash-icon {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .dash-view .dash-box {
        display: block;
        text-align: center;
    }

    .inbox-content .in-bx {
        display: block !important;
    }

    .inbox-content .in-bx > .col-md-4,
    .inbox-content .in-bx > .col-md-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .mail-view {
        margin-bottom: 20px;
    }

    .calendar .topbar .row {
        display: block !important;
    }

    .calendar .topbar .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 10px;
        justify-content: center;
    }

    .calendar .topbar .left-rander {
        margin-top: 20px;
    }

    .add-event-udg7 .add-eve-b .ad-h00dms {
        max-height: max-content;
        overflow-y: unset;
        scrollbar-width: unset;
        -ms-overflow-style: none;
    }

    .add-event-udg7 .row.add-eve-b {
        display: block !important;
    }

    .add-event-udg7 .col-md-8,
    .add-event-udg7 .col-md-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px;
    }

    .profile-wrapper .row {
        display: block !important;
    }

    .profile-wrapper .col-md-4,
    .profile-wrapper .col-md-8 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px;
    }

    .kspkps .col-md-3 {
        width: 50%;
        max-width: 50%;
        float: left;
        margin-bottom: 20px;
    }

    .ddaadw {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .ddaadw > .col-md-3 {
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 20px;
    }

    .afrwa {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .afrwa > .col-md-3 {
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 20px;
    }

    .event-card__image {
        height: 220px;
    }

    .wdsad > .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tog-wrap > .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .profile-form {
        margin-bottom: 20px;
    }

    .change-password {
        margin-bottom: 20px;
    }

    .faq-wrap > .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .question-form {
        margin-top: 20px;
    }

    .dec-rec .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .donation-overview {
        margin-bottom: 20px;
    }

    .donate-hist-wrap .payment-table-wrapper .btn {
        width: 100%;
        font-size: 15px;
    }

    .login-box .bottom-text {
        font-size: 15px;
    }

    .login-box .create-link {
        font-size: 15px;
    }

    .login-wrap h1 {
        font-size: 30px;
        line-height: 40px;
        padding-left: 0px !important;
    }

    .register-wrap h1 {
        font-size: 30px;
        line-height: 40px;
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 440px) {
    .dash-view .dash-box {
        margin-bottom: 20px;
    }

    .bars {
        overflow-y: scroll;
        gap: 9px;
        scrollbar-width: thin;
        scrollbar-color: #ca6895 transparent;
    }

    .dash-userlist .card {
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: #ca6895 transparent;
    }

    .dash-userlist table {
        min-width: 900px;
        width: 100%;
    }

    .announcement-card {
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: #ca6895 transparent;
    }

    .announcement-card .announcement-item {
        min-width: 700px;
    }

    .event-table {
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: #ca6895 transparent;
    }

    .event-table table {
        min-width: 900px;
        width: 100%;
    }

    .ddaadw > .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .kspkps .col-md-3 {
        width: 100%;
        max-width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .calendar .topbar .left-rander {
        display: block;
    }

    .calendar .view-tabs {
        margin-bottom: 10px;
    }

    .afrwa > .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .customModal_box {
        width: 90%;
        padding: 15px;
        overflow-x: scroll;
        height: 750px;
        scrollbar-width: thin;
        scrollbar-color: #ca6895 transparent;
    }

    .overview-chart .overview-bars {
        gap: 10px;
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: #ca6895 transparent;
    }

    .payment-table-wrapper {
        overflow-x: auto;
    }

    .payment-table-wrapper table {
        min-width: 800px;
        width: 100%;
        border-collapse: collapse;
        scrollbar-width: thin;
        scrollbar-color: #ca6895 transparent !important;
    }

    .receipt-modal {
        width: 92%;
    }
}

.received-dona h1 {
    margin-bottom: 0px;
    padding: 25px 0px;
}

.jd-user-box {
    position: relative;
}

.jd-user-btn {
    cursor: pointer;
    gap: 10px;
}

.jd-dropdown {
    position: absolute;
    top: 45px;
    right: 0;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: none;
    overflow: hidden;
    padding: 15px;
}

.jd-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
}

.jd-profile img {
    width: 45px;
    height: 45px;
    border-radius: 6px;
}

.jd-profile h4 {
    margin: 0;
    font-size: 16px;
}

.jd-profile span {
    font-size: 13px;
    color: #999;
}

.jd-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 0px !important;
    color: #777;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}

.jd-menu a i {
    background: #f3eef1;
    padding: 10px;
    border-radius: 8px;
    color: #c05a86;
    width: 45px;
    text-align: center;
    font-size: 18px;
    height: 45px;
    justify-content: center;
    line-height: 1.5;
}

.jd-menu a:hover {
    background: #fafafa;
}

.jd-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #c05a86;
    color: #fff;
    padding: 12px !important;
    border-radius: 6px;
    text-decoration: none;
}

.jd-logout button,
.jd-logout button:hover {
    color: white;
}

/* Stripe checkout */
.stripe-checkout-body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background: #fff;
}

.stripe-checkout {
    display: flex;
    min-height: 100vh;
}

.stripe-checkout__summary {
    flex: 0 0 42%;
    background: linear-gradient(160deg, #2d3142 0%, #1a1d28 100%);
    color: #fff;
    padding: 40px 48px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.stripe-checkout__back {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    opacity: 0.8;
    margin-bottom: 24px;
}

.stripe-checkout__brand img {
    max-height: 48px;
    margin-bottom: 48px;
}

.stripe-checkout__label {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 8px;
    color: white;
}

.stripe-checkout__amount {
    font-family: "K2D", sans-serif;
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 8px;
    color: white;
}

.stripe-checkout__sub {
    opacity: 0.75;
    font-size: 14px;
    color: white;
}

.stripe-checkout__footer {
    margin-top: auto;
    font-size: 12px;
    opacity: 0.6;
}

.stripe-checkout__form-wrap {
    flex: 1;
    padding: 48px 64px;
    max-width: 520px;
}

.stripe-checkout__form-wrap h2 {
    font-family: "K2D", sans-serif;
    font-size: 24px;
    margin-bottom: 24px;
    color: #333;
}

.stripe-checkout__form-wrap label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    margin: 16px 0 6px;
}

.stripe-input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
}

.stripe-card-element {
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.stripe-card-errors {
    color: #c05a86;
    font-size: 13px;
    margin-top: 8px;
}

.stripe-pay-btn {
    width: 100%;
    margin-top: 24px;
    padding: 14px;
    background: #c05a86;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.stripe-pay-btn:hover {
    background: #a84a72;
}

.stripe-pay-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .stripe-checkout {
        flex-direction: column;
    }

    .stripe-checkout__summary {
        flex: none;
        padding: 32px 24px;
    }

    .stripe-checkout__form-wrap {
        padding: 32px 24px;
        max-width: none;
    }
}

.onboarding-banner {
    background: #fff3cd;
    border-bottom: 1px solid #ffecb5;
    color: #664d03;
    padding: 12px 24px;
    text-align: center;
    font-size: 14px;
}

.onboarding-banner a {
    color: #c05a86;
    font-weight: 600;
}

.profile-subscription-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #c05a86;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

.profile-subscription-btn:hover {
    background: #a84a72;
    color: #fff !important;
}

.member-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px 24px;
    margin: 24px 0;
    padding: 20px;
    background: #f9f7f8;
    border-radius: 8px;
    font-size: 14px;
    color: #555;
}

.bp-status-badge--inactive {
    background: #eee !important;
    color: #888 !important;
}

.settings-save-footer {
    margin-top: 8px;
    padding-top: 8px;
}

.profile-card--reviewing {
    border: 2px solid #f0ad4e;
    box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.15);
    position: relative;
}

.profile-card__review-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    background: #f0ad4e;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.admin-review-actions {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.admin-reject-btn {
    background: #fff;
    color: #c05a86;
    border: 2px solid #c05a86;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.admin-reject-btn:hover {
    background: #fdf5f8;
}
