.top_profile {
    padding: 15px 24px;
}

.top_profile h2 {
    text-transform: capitalize;
    font-size: 28px;
    margin: 0;
    ;
}

.top_profile span {
    color: #2C8589;
    font-size: 15px;
}

.searchic * {
    display: inline-block;
    vertical-align: middle;
}

.home_stats {
    width: 23%;
    border-radius: 14px;
    padding: 20px 20px 10px;
    position: relative;
}

.home_stats label {
    font-size: 30px;
    font-weight: bold;
}

.home_stats.blue {
    background: #b2ceff;
}

.home_stats.green {
    background: #a1ff99;
}

.home_stats.orange {
    background: #ffe599;
}

.home_stats.pink {
    background: #ffb2b2;
}

.home_stats hr {
    margin: 0 -24px 10px;
    background: #fff;
}

.home_stats img {
    width: 30px;
    opacity: .5;
}

.home_stats a {
    color: #444;
}

.home_stats h3 {
    font-size: 16px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

.home_stats span {
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 6px;
    right: 30px;
    top: 40px;
    padding: 7px 0;
    text-align: center;
}

.stat_counts {
    padding: 50px 24px 25px;
    margin-bottom: 15px;
}

.cnt_dashboard {
    width: 69%;
}

.overviews,
.ovr_forms {
    padding: 13px 24px 0;
    border-radius: 14px;
    border: 1px solid #dee1e6;
    margin-left: 24px;
    margin-bottom: 20px;
}

.notices {
    width: 28%;
    margin-right: 24px;
}

.btn_view_more {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 20px 5px;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-top: 4px;
}

.btn_view_more:hover {
    background: #eaeaea;
}

.overviews h2,
.ovr_forms h2,
.new_updates h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
}

.overviews h2 span,
.ovr_forms h2 span,
.useful_tools h3 span,
.new_updates h2 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #444;
}

.new_updates>div {
    padding: 10px 15px 0;
}

.overviews ul,
.ovr_forms ul {
    margin-top: 25px;
}

.overviews ul li,
.ovr_forms ul li {
    padding: 10px 0;
    border: 1px solid #dee1e6;
    border-radius: 6px;
    margin-bottom: 10px;
    width: 48%;
}

.useful_tools span {
    display: block;
    font-size: 14px;
    background: #f3f4f6;
    margin-top: 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.useful_tools {
    margin-top: 20px;
}

.useful_tools h3 {
    font-size: 20px;
    margin-left: 15px;
    color: #000;
    margin-bottom: 0;
}

.useful_tools h3 span {
    width: auto;
    background: none;
    margin: 0;
    padding: 0;
}

.useful_tools .items {
    width: 48%;
    border: 1px solid #dee1e6;
    border-radius: 6px;
    padding: 10px 15px 0;
    margin-bottom: 20px;
}

.tblrow {
    padding: 10px 0;
    border-bottom: 1px solid #dee1e6;
}

.ovr_forms .tblrow:last-child {
    border-bottom: 0;
}

.tblrow .frm-icon {
    width: 8%;
    padding-left: 24px;
}

.tblrow .frm-name {
    width: 70%
}

.tblrow .frm-cat {
    width: 14%
}

.tblrow .frm-act {
    width: 8%;
    text-align: center;
}

.tblrow .frm-icon span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
}

.tblrow .frm-cat span {
    display: inline-block;
    font-size: 14px;
    color: #444;
    border: 1px solid #dee1e6;
    border-radius: 17px;
    padding: 4px 15px;
}

.tblheader {
    padding: 10px 0;
}

.slider {
    border: 1px solid #dee1e6;
    border-radius: 10px;
    box-shadow: 0 0 5px #dee1e6;
    padding: 6px;
}

.slider img {
    width: 100%;
}

.slider .date img {
    width: auto;
}

.slider .bottom-caption {
    padding: 8px 15px;
}

.slider_pic {
    position: relative;
    border-radius: 4px;
}

slider_pic img {
    transition: transform 0.6s ease;
}

.slider:hover .slider_pic img {
    transform: scale(1.04);
}

.slider_pic p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    margin: 0;

    padding: 12px 14px;

    color: #fff;
    font-size: 15px;
    font-weight: 500;

    background: linear-gradient(transparent,
            rgba(0, 0, 0, 0.85));
}

.new_updates {
    border: 1px solid #dee1e6;
    border-radius: 10px;
    box-shadow: 0 0 5px #dee1e6;
    padding: 6px;
    margin-top: 20px;
}

.news_list {
    margin-bottom: 0;
}

.news_list li {
    border-bottom: 1px solid #dee1e6;
    padding: 10px 15px;
}

.news_list li a {
    display: block;
    color: #444;
    text-decoration: none;
    font-size: 13px;
}

.news_list li a:hover {
    background: #eaeaea;
}

.news_list li span.time {
    display: block;
    font-size: 14px;
    color: #444;
}

.news_list li:last-child {
    border-bottom: 0;
}

.logo_wrap {
    text-align: center;
    margin-bottom: 25px;
    padding: 21px 0;
    border-bottom: 1px solid #dee1e6;
}

.text-center {
    text-align: center;
}

.logo_wrap img {
    width: 46px;
    height: 46px;
    margin-top: -6px;
}

.logo_wrap span {
    font-size: 28px;
    font-weight: bold;
    color: #f38a33;
    margin-left: 10px;
}

.user_profile {
    padding: 0 24px 20px;
}

.user_profile_pic {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
}

.user_profile_pic img {
    width: 100%;
    height: 100%;
}

.user_profile .user_name {
    font-size: 15px;
    color: #444;
    text-transform: capitalize;
}

.kebab {
    display: inline-block;
    width: 24px;
    padding: 5px 0;
    text-align: center;
}

.kebab img {
    width: 100%;
}

.kebab-menu {
    position: relative;
    display: inline-block;
}

.kebab {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.kebab img {
    width: 22px;
}

.kebab-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 38px;
    width: 180px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    overflow: hidden;
    z-index: 9999;
}

.kebab-dropdown a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    transition: .2s;
}

.kebab-dropdown a:hover {
    background: #f5f5f5;
}

.text-danger {
    color: #dc3545 !important;
}

.product-image {
    height: 220px !important;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    position: relative;
}

.product-image img {
    width: 80%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15px;
    margin: auto;
}

#bannerPreview {
    width: 500px;
    height: 705px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#titleText {
    position: absolute;
    top: 80px;
    left: 40px;
    color: #000;
    font-size: 50px;
    font-weight: bold;
    max-width: 90%;
    /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6); */
    cursor: move;
}

#descText {
    position: absolute;
    top: 180px;
    left: 40px;
    color: #000;
    font-size: 30px;
    max-width: 90%;
    line-height: normal;
    /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6); */
    cursor: move;
}

.background-list {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.bg-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: 0.3s;
    border: 1px solid #ccc;
}

.bg-thumb:hover {
    transform: scale(1.05);
}

.active-bg {
    border-color: #007bff;
}

.text-color-list {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.color-option {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid transparent;
}

.active-color {
    border-color: #28a745;
    transform: scale(1.15);
}

.selected-text {
    outline: 2px dashed #28a745;
    outline-offset: 5px;
}

.poster-text {
    padding: 5px;
}

.selected-text {
    outline: 3px dashed #28a745;
    outline-offset: 5px;
}

.controls input,
.controls textarea,
.controls select {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
}

.link_arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #eaeaea;
    position: relative;
    margin-top: 8px;
}

.link_arrow.ative {
    background: #5fc4db;
}

.link_arrow.ative:hover {
    background: #81dbf0;
}

.link_arrow.ative img {
    filter: invert(100%);
}

.link_arrow img {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
}

.product_list h5 {
    font-size: 1rem;
}

.product-card {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
    text-decoration: none;
    color: #333;
    transition: .25s;
    background: #fff;
}

.product-card:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .12);
    transform: translateY(-2px);
}

.product-thumb {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f5f5;
    flex-shrink: 0;
    margin-right: 15px;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    flex: 1;
}

.product-info h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.product-info small {
    display: block;
    color: #777;
    margin: 3px 0;
}

.price {
    color: #28a745;
    font-weight: bold;
}

.featured_products h2 {
    font-size: 23px;
}

.featured_products h2 span {
    display: block;
    font-size: 18px;
    font-weight: normal;
}

.coming-soon-wrapper {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.coming-soon-box {
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 12px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    border: 1px solid #ececec;
}

.coming-soon-box img {
    width: 90px;
    margin-bottom: 20px;
}

.coming-soon-box h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.coming-soon-box p {
    color: #777;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.btn-dashboard {
    display: inline-block;
    padding: 10px 25px;
    background: #007bff;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: .3s;
}

.btn-dashboard:hover {
    background: #0056b3;
    color: #fff;
}

.billing-landing {

    background: #f7f9fc;

}

.feature-card {

    background: #fff;

    border-radius: 12px;

    padding: 30px;

    text-align: center;

    transition: .3s;

    box-shadow: 0 3px 12px rgba(0, 0, 0, .08);

    height: 100%;

}

.feature-card:hover {

    transform: translateY(-6px);

}

.feature-card i {

    font-size: 40px;

    color: #0d6efd;

    margin-bottom: 20px;

}

.feature-list {

    list-style: none;

    padding: 0;

}

.feature-list li {

    padding: 10px 0;

    font-size: 17px;

}

.preview-box {
    height: 220px;
    border: 2px dashed #d6d6d6;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    color: #888;
    font-size: 18px;
}

.preview-box img {
    height: 100%;
}

.card {
    border-radius: 15px;
}


.content_serach {
    padding: 0 24px;
}

.results_search {
    margin-top: 20px;
}

.events-slider-wrapper {
    position: relative;
}

#eventsCarousel .carousel-item {
    transition: transform 0.7s ease-in-out;
}

#eventsCarousel .slider {
    width: 100%;
}

#eventsCarousel .slider_pic {
    position: relative;
}

#eventsCarousel .slider_pic img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

#eventsCarousel .carousel-item.active .slider_pic img {
    animation: eventImageZoom 5s ease;
}

@keyframes eventImageZoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.04);
    }
}

#eventsCarousel .slider_pic p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    margin: 0;
    padding: 12px 14px;

    color: #fff;
    font-size: 15px;

    background: linear-gradient(
        transparent,
        rgba(0, 0, 0, 0.85)
    );
}

#eventsCarousel .carousel-control-prev,
#eventsCarousel .carousel-control-next {
    width: 40px;
}

#eventsCarousel .carousel-control-prev-icon,
#eventsCarousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    padding: 18px;
    background-size: 45%;
}

#eventsCarousel .carousel-indicators {
    bottom: 45px;
}

#eventsCarousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/* ==========================================
   EVENTS PAGE
========================================== */

.events-page {
    max-width: 1000px;
    margin: 0 auto;
}


/* Event Card */

.event-card {
    display: flex;

    background: #fff;

    border-radius: 10px;

    margin-bottom: 20px;

    overflow: hidden;

    border: 1px solid #e2e6ea;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.event-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.12);
}


/* Image */

.event-image {
    width: 280px;

    min-width: 280px;

    height: 210px;

    overflow: hidden;

    background: #f1f3f5;
}


.event-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 0.5s ease;
}


.event-card:hover .event-image img {
    transform: scale(1.04);
}


/* No Image */

.event-no-image {
    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #8b98a7;

    font-size: 50px;

    background: #eef2f6;
}


/* Content */

.event-content {
    flex: 1;

    padding: 22px 28px;

    display: flex;

    flex-direction: column;
}


.event-title {
    margin: 0 0 12px;

    font-size: 22px;

    font-weight: 600;

    line-height: 1.35;
}


.event-title a {
    color: #1d4f91;

    text-decoration: none;
}


.event-title a:hover {
    color: #007bff;
}


/* Description */

.event-description {
    color: #687585;

    font-size: 14px;

    line-height: 1.7;

    flex: 1;

    display: -webkit-box;

    -webkit-line-clamp: 5;

    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* Footer */

.event-footer {
    margin-top: 15px;

    padding-top: 10px;

    border-top: 1px solid #edf0f3;
}


.event-link {
    color: #007bff;

    font-size: 13px;

    font-weight: 600;
}


.event-link i {
    margin-right: 5px;
}


/* Mobile */

@media (max-width: 767px) {

    .event-card {
        display: block;
    }

    .event-image {
        width: 100%;
        min-width: 100%;
        height: 220px;
    }

    .event-content {
        padding: 18px 20px;
    }

    .event-title {
        font-size: 19px;
    }

    .event-description {
        -webkit-line-clamp: 6;
    }

}

/* ==========================================
   EVENT DETAILS
========================================== */

.event-details-card {
    background: #fff;

    border-radius: 12px;

    overflow: hidden;

    border: 1px solid #e2e6ea;

    box-shadow:
        0 4px 18px rgba(0, 0, 0, 0.08);

    margin: 20px 0 40px;
}


/* Header */

.event-details-header {
    padding: 28px 35px 22px;

    border-bottom: 1px solid #edf0f3;

    background: #fff;
}


.event-details-header h1 {
    margin: 0;

    color: #1d4f91;

    font-size: 30px;

    font-weight: 700;

    line-height: 1.35;
}


/* Image */

.event-details-image {
    width: 100%;

    background: #f3f5f7;

    text-align: center;
}


.event-details-image img {
    width: 100%;

    max-height: 600px;

    object-fit: contain;

    display: block;

    margin: 0 auto;
}


/* Description */

.event-details-content {
    padding: 30px 35px;
}


.event-details-description {
    color: #4f5d6b;

    font-size: 16px;

    line-height: 1.9;

    white-space: normal;
}


/* Footer */

.event-details-footer {
    padding: 18px 35px;

    border-top: 1px solid #edf0f3;

    background: #fafbfc;
}


.back-events {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #1d63c5;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none;
}


.back-events:hover {
    color: #0b4d9c;

    text-decoration: none;
}


/* Mobile */

@media (max-width: 767px) {

    .event-details-header {
        padding: 20px;
    }

    .event-details-header h1 {
        font-size: 23px;
    }

    .event-details-content {
        padding: 22px 20px;
    }

    .event-details-description {
        font-size: 14px;

        line-height: 1.8;
    }

    .event-details-footer {
        padding: 15px 20px;
    }

}