
@media (max-width: 1100px) {

    .event-card {
        flex-direction: column;
    }

    .event-card  .image{
        width: 100%;
    }

    .event-card  .image img{
        width: 100%;
    }
 

    .promo-banner-2{
        height: 800px;
    }
    
    .levels-card.top .level.third-level:after{
        height: 80%;
        top: 0;
    }

}

@media (max-width: 991px) {

    
    .levels-card .level figure {
        margin: auto;
    }

    .page-header .title-badge-wrapper:after{
        font-size: 10px;
    }

    .royal-header img {

        height: 200px;
    }

    .event-location .location-info{
        height: auto;
    }
    .levels-card.top .level.third-level:after{
        height: 37%;
        background-size: contain;
    }

    .incentives{
        width: 100% !important;
    }
}

@media (max-width: 768px) {


    .main-content {
        width: 100%;
        margin-left: 0;
        padding: 20px 10px 0 10px;
    }
    /*? ******** Sidebar-Responsive ********/
    .sidebar ~ .main-content .content-data {
        max-height: calc(100vh - 80px);
        overflow: auto;
        scrollbar-width: none;
    }
    .sidebar.responsive ~ .main-content {
        padding: 20px 10px 0 0;
        min-width: 100vw;
    }
    /*? ******** End ********/
    .table-data .table-wrapper table {
        table-layout: auto;
    }


    .page-header .title-badge-wrapper:after{
        font-size: 8px;
    }


    .main-content .topbar .logo {
        display: block;
    }

    .incentive-card {
        width: 100%;
        height: auto;
    }

    #program-manager-modal .info-container .info{
        width: 100%;
    }  
    
    #program-manager-modal .info-container .info:last-child{
        border-left: none;
    }


    /*  */

    .event-card .card-info {
        width: 100%;
        min-width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }


    .royal-header img {
        height: 180px;
    }

    .unlock-tier-section.congratulations p{

        width: auto;
    }
    
    
    .content-data.pages{
        padding: 10px;
    }

    .notifications-dropdown{
        right: -40px;
    }

    .promo-banner-2{
        height: 600px;
    }

    .levels-card.top .level.third-level h4:first-child {
        font-size: 26px !important;
        margin-bottom: 10px;
    }

    .levels-card.top .level.third-level h4:nth-child(2) {
        font-size: 20px !important;
        margin-bottom: 10px;
    }
}


@media (max-width: 700px) {
    .event-card .card-info .group-btn{

        width: 100%;
        flex-direction: row;


    }

    .event-card .card-info .group-btn .col-12{
        width: calc(100% / 2 - 10px) !important;
    }


    .banner .section-title{
        margin-bottom: 0px !important;
    }
    .banner .item{
        height: 150px;
    }

    .banner .owl-theme .owl-nav.disabled + .owl-dots{
        margin-top: -7px;
    }


    .main-content .topbar .user{
        margin: auto;
    }
}



@media (max-width: 575px) {
    /*? ******** Topbar(Navbar) ********/
    .main-content .topbar .user .image {
        width: 25px;
        height: 25px;
    }
    .main-content .topbar .user .image img {
        width: 15px;
        height: 15px;
    }
    .content-data .banner .item p {
        width: 100%;
    }
    /*? ******** End ********/
    .page-header .profit-badge {
        right: -50px;
        top: 3px;
    }
    .notifications-dropdown {
        top: 30px;
        width: 250px;
    }

    .promo-banner-2{
        height: 350px;
    }

    .incentive-card i, .banner.sec-w.m-auto .owl-item a i{
        font-size: 16px;
        padding: 0px;
        width: 28px;
        height: 28px;
        top: 35px;

    }


    .tiers-card .revenue-cards{
        gap: 10px;
    }

    .levels-card .level{

        padding: 20px 10px;
    }

    .tiers-card .tier-progress{

        margin-top: 10px;
      
    }

    .tiers-card .tier-progress .progress{
        width: 98%;
        margin: 0 auto;
    }

    .levels-card.next .level.third-level:after{
        background-position: center;
    }
    
}

@media (max-width: 492px) {
    .my-employee .user-card .actions {
        width: 100%;
    }
    .page-header {
        width: 83%;
    }
    .condition-icon {
        top: 10px;
        right: 10px;
    }
    .coming-events .event-card {
        flex-direction: column;
    }
    .coming-events .event-card .image img {
        border-radius: 12px 12px 0 0;
        height: 160px;
        width: 100%;
    }
    .team-management .user-card .actions {
        width: 100%;
        padding-top: 10px;
    }


     .incentive-card {
        width: 100%;
        height: auto;
    }

    .event-location img{
        width: 100%;
        
    }
    .royal-header{
        margin: 0 auto;
    }
    .royal-header img {

        height: 120px;
        margin-top: 10px;
    }

    .promo-banner-2{
        height: 300px;
    }

    .banner .owl-theme .owl-nav.disabled + .owl-dots{
        margin-top: -20px;
    }

    .banner .item {
        height: 110px;
    }
}

@media (max-width: 386px) {
    .main-title {
        padding-bottom: 20px;
    }

    /* .event-card .group-btn {
        flex-direction: column;
    }
    .event-card .group-btn .btn {
        width: 100%;
        padding: 0;
    } */
}

