@media(max-width:1200px){
    .statsSwiper{
        padding-bottom: 28px;
    }
}
@media(max-width:992px){
    .login-form{
        width: 100%;
        padding: 32px;
    }
    .login-form-box{
        padding: 24px;
    }
    .headerx{
        background-color: #fff;
        padding: 15px 0px;
        left: 0;
        width: 100%;
        padding-left:10px;
    }
    .footerx{
        left: 0;
        width: 100%;
    }
    .sidebarx{
        width: 290px;
        z-index: 99999;
        left: -292px;
        top: 94px;
        height:calc(100vh - 94px);
        transition: all 0.3s ease-in-out;
    }
    .sidebarx.active{
        left: 0;
        transition: all 0.3s ease-in-out;
    }
    .sidebarx-logo{
        display: none;
    }
    .sidebarx-nav ul li a{
        width: 100%;
    }
    .sidebarx-nav ul li a span{
        display: block;
    }
    .logout-btn .btnx span{
        display: block;
    }
    .main-content{
        margin-left: 0;
        padding: 10px;
    }
    .headerx-menu{
        border: none;
        background-color: transparent;
        justify-content: end;
    }
    .footerx-padding , .footerx{
        display: none;
    }
    .headerx-padding {
        padding-top: 100px;
    }
    .register-domain{
        margin-bottom: 30px;
        min-height: auto;
    }
    .mobile-d-done{
        display: none;
    }
    .recent-support-table .table{
        border-collapse: separate;
        border-spacing:0px 20px;
    }
    .recent-support-table .table td{
        padding: 0;
    }
    .product-table-filters{
        display: none !important;
    }
    .no-data-found{
        padding: 80px 0px;
    }
    .inner-header-content{
        margin-bottom: 24px;
    }
    .mobile-table-search{
        margin-bottom: 24px;
    }
    .mobile-table-search .theme-search .form-control{
        background-color: #fff;
        width: 100%;
        border: 1px solid #DCDCDC;
    }
    .domains-act-btns{
        margin-bottom: 30px;
    }
    .ticket-box{
        margin-bottom: 30px;
    }
    .store-section-header{
        margin-top: 30px;
    }
    .news-details{
        margin-bottom: 30px;
    }
}

@media(max-width:767px){
    .headerx-logo img{
        height: 45px;
    }
    .headerx-content h3{
        font-size: 26px;
    }
    .dashbaord-stats-boxes {
        margin: 20px 0px;
    }
    .dashbaord-products{
        padding: 20px;
    }
    .recent-support{
        padding:20px;
    }
    .product-table .table th, .product-table .table td{
        padding: 7px 0px;
    }

    .headerx-padding{
        padding-top: 90px;
    }
    .dashbaord-products{
        margin-bottom: 20px;
    }
    .product-table-description h4{
        font-size: 16px;
    }
    .register-domain{
        margin-bottom: 20px;
    }
    .register-domain-content h4{
        font-size: 20px;
    }
    .btnx-main{
        min-width: 125px;
    }
    .recent-support-header {
        margin-bottom: 18px;
    }
    .sidebarx{
        top: 74px;
        height: calc(100vh - 74px);
    }
    .dashboard-product-header{
        margin-bottom: 10px;
    }
    .product-header-left h4{
        font-size: 18px;
    }
    .no-data-found{
        padding: 24px;
    }
    .no-data-found-content h4{
        font-size: 20px;
    }
    .inner-header-content h4{
        font-size: 20px;
    }
    .no-data-found-content .btnx{
        padding: 10px 25px;
    }
    .domains-act-btns{
        padding: 20px;
        gap: 12px;
    }
    .domains-act-btns{
        margin-bottom: 20px;
    }
    .domains-actions-area {
        margin: 20px 0px;
    }
    .recent-support-table .table th{
        padding: 0;
    }
    .store-page-tabs ul li .text{
        display: none;
    }
    .product-box{
        padding: 20px 30px;
        margin-bottom: 20px;
    }
    .store-page-tabs ul li.completed{
        background-color: #f8f8f8;
        border: none;
    }
    .store-page-tabs ul li:first-child{
        padding-left: 0px;
    }
    .store-page-tabs ul li:last-child{
        padding-right: 0px;
    }
    .location-content-box{
        margin-bottom: 20px;
    }
    .form-group ul li{
        display: block;
        padding-bottom: 24px;
    }
    .ticket-box{
        margin-bottom: 20px;
    }
    .file-group{
        flex-direction: column;
    }
    .file-group label{
        height: 46px;
    }
    .store-section-header{
        margin-bottom: 20px;
    }
    .most-popular-search{
        padding: 0;
        border: none;
    }
    .popular-search-box{
        background-color: #fff;
    }
    .most-popular-search h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .category-box{
        padding: 15px;
        margin-bottom: 10px;
    }
    .popular-search-content h4{
        font-size: 14px;
    }
    .news-details{
        margin-bottom: 20px;
    }
    .popular-article{
        margin-bottom: 10px;
    }
    .category-area {
        margin-top: 20px;
    }
}

@media(max-width:480px){
    .headerx-content h3{
        font-size: 20px;
    }
    .product-table-image img{
        width: 80px;
        height: 50px;
    }
    .product-table-content{
        gap: 20px;
    }
    .headerx-menu-item ul{
        gap: 10px;
    }
    .main-content{
        padding: 5px;
    }
    .sidebarx{
        width: 100%;
        left: auto;
        right: 100%;
        transition: all 0.3s ease-in-out;
    }
    .sidebarx.active{
        right: 0%;
        left: auto;
        transition: all 0.3s ease-in-out;
    }
    .domains-act-btns{
        margin-bottom: 12px;
    }
    .domains-icon{
        width: 35px;
        height: 35px;
    }
    .ticket-box{
        margin-bottom: 12px;
    }
    .store-section-header{
        margin-bottom: 10px;
    }
}
