@media only screen and (max-width: 1199px){
  .pos_section .pos_wrapper{
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 1024px){
  header .header_area{
    justify-content: space-between;
  }
  .barsicon{
    width: 30px;
    min-width: 30px;
  }
  .navbar-toggler{
    position: relative;
    width: 30px;
    height: 24px;
    display: inline-block;
  }
  .navbar-toggler span.bars{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #44535f;
    top: 11px;
    right: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
  }
  .navbar-toggler.collapsed span.bars{
    transform: rotate(0deg);
    top: 5px;
    transition: all 0.3s ease-in-out;
  }
  .navbar-toggler.collapsed span.bars:nth-child(2){
    bottom: 5px;
    top: unset;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
  }
  .navbar-toggler span.bars:nth-child(2){
    bottom: 11px;
    transform: rotate(-45deg);
    top: unset;
  }
  header .header_area .menu_area{
    display: flex;
    justify-content: center;    
    position: absolute;
    width: 100%;
    transform: translate(0%, -100%);
    left: 0;
    top: -100%;
    transition: all 0.3s ease-in-out;
  }
  header .header_area .menu_area.show{
    background: #fff;
    box-shadow: 5px 5px 20px 0px rgba(112, 122, 130, 0.05);
    border-top: 1px solid #e3e3e3;
    transform: translate(0%, 0%);
    top: 100%;
    animation: navslide 0.5s 1;
  }
  @keyframes navslide {
    from{
      top: -100%;
      transform: translate(0%, -100%);
      opacity: 0;
    }
    to{
      top: 100%;
      transform: translate(0%, 0%);
      opacity: 1;
    }
  }
  header .header_area .menu_area .menu_list{
    padding: 20px;
    display: flex;
    align-items: flex-start;
    width: 300px;
    flex-direction: column;
  }
  header .header_area .menu_area .menu_list li.menu_li{
    border-right: 0px;
  }
  .categories_wrapper{
    grid-template-columns: 100%;
  }
} 
@media only screen and (max-width: 991px){
  section.dashboard main{
    margin-left: 62px;
  }
  main .user_main, main .user_area .tab-content .tab-pane{
    padding: 15px 20px;
  }
  .users_tab .filter_wrapper{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    position: relative;
  }
  .users_tab .filter_wrapper .filter_outside .f_login button span{
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }
  .users_tab .filter_wrapper .filter_outside {
    /* display: flex;
    position: absolute;
    top: 100%;
    right: 0;
    align-items: flex-end;
    background: #fff;
    gap: 14px;
    flex-direction: column; */
  }
  .users_tab .filter_wrapper .filter_outside .f_login button{
    display: none;
  }
  .users_tab .filter_wrapper .filter_outside .f_search input{
    font-size: 14px;
  }
  .users_tab .filter_wrapper .filter_outside .f_add .btn-primary, .users_tab .filter_wrapper .filter_outside .f_export .dropdown button.btn, .users_tab .filter_wrapper button.filter{
    padding: 6px 10px;
    font-size: 14px;
  }
  .users_tab .users_wrapper ul li{
    font-size: 12px;
    padding: 8px 6px;
  }
  .users_tab .users_wrapper ul li p{
    font-size: 12px;
  }
  .users_tab .users_wrapper ul li span {
    display: none;
  }
  .rs_overflow{
    min-width: 850px;
  }
  .event_page .rs_overflow{
    min-width: 1340px;
  }
  .users_tab .users_wrapper{
    overflow: auto;
  }
  .users_tab .add_wrapper .add_gif{
    height: 80px;
  }
  .users_tab .add_wrapper .add_details h3 {
    font-size: 20px;
  }
  footer{
    position: relative;
  }
  footer .footer_section p.footer_content{
    font-size: 14px;
  }
  footer .footer_section .complete_percent{
    border-right: 0;
  }
  section.dashboard main{
    height: max-content;
  }
  footer .footer_section{
    padding: 0px 15px;
    gap: 10px;
    flex-direction: column;
  }
  section.dashboard .sidebar .sidebar_area .sidebar_main{
    height: calc(100% - 100px);
    bottom: 0;
  }
  header .header_area .logo_search .logo_inside a {
    width: 110px;
  }
  section.dashboard{
    padding-top: 75px;
  }
  footer .footer_section .modal .modal-content .modal-body .tab-content .tab-pane{
    position: relative;
  }
  footer .footer_section .modal .modal-content .modal-body .tab-content .tab-pane{
    width: 100%;
    height: auto;
  }
  footer .footer_section .modal .modal-content .modal-body nav{
    position: relative;
    padding: 20px 0px;
  }
  footer .footer_section .modal .modal-content .modal-body{
    position: relative;
    display: flex;
    flex-direction: column;
  }
  footer .footer_section .modal .modal-content .modal-body nav .nav.nav-tabs .nav-link::before, footer .footer_section .modal .modal-content .modal-body nav .nav.nav-tabs .nav-link::after, footer .footer_section .modal .modal-content .modal-body nav .nav.nav-tabs .nav-link .fa-check-circle{
    display: none;
  }
  footer .footer_section .modal .modal-content .modal-body nav .nav.nav-tabs .nav-link:nth-child(4), footer .footer_section .modal .modal-content .modal-body nav .nav.nav-tabs .nav-link:nth-child(4):hover{
    border-top: 0;
  }
  footer .footer_section .modal .modal-content .modal-body nav .nav.nav-tabs{
    flex-wrap: wrap;
  }
  footer .footer_section .modal .modal-content .modal-body nav .nav.nav-tabs .nav-link{
    flex: 50%;
  }
  footer .footer_section .modal .modal-content .modal-body .tab-content .tab-pane:nth-child(2), footer .footer_section .modal .modal-content .modal-body .tab-content .tab-pane:nth-child(3), footer .footer_section .modal .modal-content .modal-body .tab-content .tab-pane:nth-child(4), footer .footer_section .modal .modal-content .modal-body .tab-content .tab-pane:nth-child(5), footer .footer_section .modal .modal-content .modal-body .tab-content .tab-pane:nth-child(6), footer .footer_section .modal .modal-content .modal-body .tab-content .tab-pane:nth-child(7){
    left: 0;
    right: 0;
  }
  body{
    overflow: auto;
    height: 100%;
  }
  .settingmodal .modal-content{
    flex-direction: column;
  }
  .settingmodal .modal-content .setting_area{
    flex: 100%;
    margin: 0px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .settingmodal .modal-fullscreen{
    height: auto;
  }
  .settingmodal .modal-content .help_area{
    width: auto;
    margin: 0px 10px;
  }
  .settingmodal .modal-content .help_area .support, .settingmodal .modal-content .help_area .touch{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .settingmodal .modal-content .help_area .touch{
    margin-bottom: 10px;
    border-top-right-radius: 10px;
  }
  .dsmodal .btn-close{
    position: fixed;
    padding: 8px 14px 14px;
    line-height: 22px;
    background: #d4d4d4;
    top: 15px;
    z-index: 5;
    left:unset;
    right: 20px;
  }
  .pos_section .pos_wrapper .products .product_categeory ul{
    display: block;
  }
  main.categoriespage .user_main{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .categories_wrapper .order_histry .order_categories{
    grid-template-columns: 100%;
  }
}

@media only screen and (max-width: 767px){
  footer .footer_section .modal .modal-content .modal-body .tab-content .tab-pane .tabs_container{
    flex-direction: column;
  }
  main .user_area nav .nav-tabs .nav-link, main .user_main .user_details .manage_user{
    padding: 8px 10px;
    font-size: 14px;
  }
  p{
    font-size: 15px;
  }
  main .user_main .user_details .manage_user p, header .header_area .menu_area .menu_list li.menu_li a{
    font-size: 14px;
  }
  main .user_main{
    padding: 15px;
  }
  main .user_main .user_title h4{
    font-size: 20px;
  }
  main .user_main .user_title .user_icon img{
    width: 17px;
  }
  header .header_area .menu_area .menu_list li.menu_li .dropdown .dropdown-menu .dropdown-item{
    padding: 6px 7px;
  }
  .settingmodal .modal-body .setting_inside{
    flex-direction: column;
  }
  .settingmodal .modal-body .setting_inside .setting_menu nav .nav{
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .settingmodal .modal-body .setting_inside .setting_menu nav .nav li.nav-link{
    padding: 8px 10px;
    font-size: 14px;
  }
  .settingmodal .modal-body .setting_inside .setting_menu nav .nav li.nav-link.active{
    border-left-color: transparent;
    background: #4597e9;
    color: #ffffff;
  }
  .settingmodal .modal-body .setting_inside .setting_menu{
    overflow: unset;
  }
  .settingmodal .modal-body .setting_inside .setting_display .setting_box .set_box_area ul li{
    border-bottom: 1px solid #dddddd;
    flex-direction: column;
    gap: 10px;
  }
  .settingmodal .modal-body .setting_inside .setting_display .setting_box .set_box_area ul li .onoff_button .form-check-label{
    padding-left: 0;
  }
  .settingmodal .modal-body .setting_inside .setting_display .setting_box .set_box_area ul li .onoff_button .form-check.form-switch{
    flex: unset;
    padding-left: 34px;
    margin-right: 10px;
  }
  .pos_section .pos_wrapper .item_wrapper .item_add .accordion-body{
    flex-direction: column;
    align-items: flex-start;
  }
  .pos_section .pos_wrapper .item_wrapper .item_add .accordion-body .quantity_discount{
    flex: 0;
  }
  .pos_section .pos_wrapper .item_wrapper .item_add .accordion-body .quantity_discount{
    width: 100%;
  }
  .pos_section .modal-fullscreen .modal-header{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .pos_section .pos_nav{
    top: 120px;
    bottom: 0;
    height: auto;
  }
  .event_page .users_tab .order_wrapper .left_filter{
    flex-direction: column;
    align-items: flex-start;
  }
  .event_page .users_tab .order_wrapper .date_order, .modal-footer .modal_bar, .categories_wrapper .order_histry .order_list.users_tab .date_order{
    flex-wrap: wrap;
  }
  .dsmodal .modal-fullscreen .modal-content{
    height: auto;
  }
  .datemodal .helpbtn{
    top: 0;
  }
  .dsmodal .modal-title{
    padding-top: 10px;
  }
  .modal-footer .modal_bar .divs{
    flex-wrap: wrap;
    order: 2;
    margin: 20px 0;
    justify-content: flex-start;
    border-top: 0;
  }
  main.categoriespage .user_main .user_details{
    flex-direction: row;
    flex-wrap: wrap;
  }
  main .user_main .user_title .user_icon{
    height: max-content;
  }
  .categories_wrapper .order_histry .order_list.users_tab{
    padding: 0;
  }
  .categories_wrapper .order_histry .order_categories .order_number .all_number{
    flex-direction: column;
  }
  .categories_wrapper .order_histry .order_categories .order_number .all_number li{
    flex: 100%;
    width: 100%;
  }
  .categories_wrapper .order_histry .order_list.users_tab .date_order, .users_tab .filter_wrapper{
    padding: 10px;
  }
}

@media only screen and (max-width: 575px){
  .date_area{
    margin: 20px 15px;
    padding: 15px;
    width: auto;
  }
  .date_area .summary_area .summary_box{
    max-width: 100%;
    padding: 20px 10px;
  }
  .date_area .date_box .event_item, .date_area .setting_box .form-group{
    flex-wrap: wrap;
  }
  .timezone .form_country .dropdown_country-menu{
    left: unset;
    right: 0;
  }
  .date_area .publish_box{
    flex-direction: column;
    gap: 20px;
  }
  footer .footer_section .modal .modal-content .modal-body nav .nav.nav-tabs .nav-link{
    flex: 100%;
  }
  .users_tab .filter_wrapper .filter_outside .f_export .dropdown-menu li a{
    font-size: 14px;
  }
  .users_tab .filter_wrapper .filter_outside{
    flex-wrap: wrap;
  }
  .users_tab .filter_wrapper .filter_outside .f_search{
    flex: 0 0 100%;
  }
  header .header_area .logo_search .search_inside{
    display: none;
  }
  section.dashboard {
    padding-top: 70px;
  }
  main .user_area nav .nav-tabs{
    flex-direction: column;
    margin-bottom: 10px;
  }
  main .user_area nav .nav-tabs .nav-link, main .user_area nav .nav-tabs .nav-link.active, main .user_area .tab-content .tab-pane, main .user_area .tab-content .tab-pane:last-child{
    border-top-right-radius: unset;
    border-top-left-radius: unset;
    border-radius: 10px;
  }
  main .user_main, .pos_section .pos_wrapper .item_wrapper .customer, .pos_section .pos_wrapper .item_wrapper .order_area .payment_area .total, .pos_section .pos_wrapper .item_wrapper .order_area .payment_area .pay_button, .pos_section .modal-header .header_title{
    flex-direction: column;
    gap: 10px;
  }
  .pos_section .pos_wrapper .item_wrapper .order_area .payment_area .total{
    border-bottom: 1px solid #e3e3e3;
  }
  .pos_section .pos_wrapper .products .product_categeory, .pos_section .pos_wrapper .item_wrapper .items_area{
    padding: 10px;
  }
  .pos_section .pos_wrapper .products .product_categeory ul li{
    display: block;
  }
  .pos_section .pos_wrapper .products .product_categeory ul li button, .pos_section .modal-header .header_title, .pos_section .modal-header .header_search{
    width: 100%;
  }
  .pos_section .pos_wrapper .products .product_item .pr_detail .imgitem{
    width: 100px;
    height: 100px;
  }
  .pos_section .modal-header .header_icons{
    margin-right: 0;
    margin-left: auto;
  }
  .pos_section .pos_wrapper .item_wrapper .item_add .accordion-header .accordion-button{
    grid-template-columns: 100%;
  }
  .pos_section .pos_wrapper .item_wrapper .item_add .accordion-header .accordion-button .price_title{
    justify-content: space-between;
    padding-top: 10px;
  }
  .pos_section .pos_wrapper .item_wrapper .item_add .accordion-header .accordion-button .title_flex .title_items p{
    font-size: 15px;
  }
  .pos_section .pos_nav ul li a span{
    font-size: 10px;
  }
  .pos_section .modal-body{
    margin-left: 75px;
  }
  .pos_section .pos_wrapper .item_wrapper .order_area .coupon_inside ul li{
    display: block;
    text-align: right;
  }
  main .user_main .user_details{
    flex-direction: column;
    gap: 10px;
  }
  .dsmodal .ds_body, .ds_inner .decide_area{
    grid-template-columns: 1fr;
  }
  .ds_inner .limited_detail .amounttotal, .ds_inner .decide_area, .ds_inner.reminder .amounttotal.userspot{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

}