/**** responsive css - mobile - starts ****/ 
@media only screen and (max-width:767px) {
   .main_right_section {
        width: 100%;
        padding: 19px 20px 26px 20px;
    }
    .dashboard_top_blks>div {
        width: 100%;
        margin: 0px 0px 20px;
    }
    .dashboard_top_blks {
        flex-wrap: wrap;
    }
    .dashboard_chart1_section {
        flex-wrap: wrap;
    }
    .sales_chart_blk {
        width: 100%;
        margin: 0px 0px 20px;
    }
    .work_plan_table {
        width: 100%;
    }
    .sidemenu_icon {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #ecf6fd;
    }
    .sidemenu_icon > span {
        width: 15px;
        height: 2px;
        background-color: black;
        display: block;
    }
    .respons_dnone {
        display: none;
    }
    .sidemenu_icon > span:not(:last-child) {
        margin-bottom: 3px;
    }
    aside.side_menu {
        left: -234px;
        top: 0;
        transition: 0.5s ease-in-out;
        z-index: 3;
        min-height: 100vh;
        height: 100%;
        overflow: auto;
        border-radius: 0;
        position: fixed;
    }
    aside.side_menu.red {
        left: 0;
    }
    .aside_close_icon {
        display:block;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .filter_section {
        flex-wrap: wrap;
    }
    .filter_section>div:not(:last-child) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .form_save_btn {
        padding: 13px 41px!important;
    }
    .form_cancel_btn {
        padding: 9px 32px !important;
    }
    .my_profile.align-items-start{
        align-items: center !important;
    }
    .success_msg_modal .modal-dialog {
        width: auto;
    }
    .noti_timestamp .time_section {
        align-items: flex-start !important;
    }
    .noti_timestamp .time_section img {
        margin-top: 2px;
    }
    .login_main_section {
        flex-direction: column;
    }
    .login_main_section .login_left_section, .forgotpswd_left_section, .forgotpswd_rgt_section {
        width: 100%;
    }
    .login_main_section .login_content {
        width: 80%;
    }
    .login_content {
        padding: 30px 0px 0px !important;
    }
    .login_rgt_section {
        width: 100%;
    }
    .left_input_blk {
        padding: 10px 30px 20px 30px;
    }
    .left_input_blk form.mt_65 {
        margin-top:0px
    }
    .left_input_blk form .mb_58 {
        margin-bottom:10px;
    }
    .left_input_blk form .mb_43, .left_input_blk form .mb_29  {
        margin-bottom: 25px;
    }
    .left_input_blk form.mb_27 {
        margin-bottom: 20px;
    }
    .rght_first_section {
        padding: 20px;
    }
    .forgotpswd_rgt_section {
        padding: 20px 40px;
    }
    .forgotpswd_left_section  .rght_first_section .forgot_img  {
        width: 100%;
        height: 230px;
    }
    .forgot_nav {
        margin-bottom: 20px;
    }
    .fpswd_content.mb_55 {
        margin-bottom: 25px;
    }
    .changepswd_rgt_section {
        width: 100%;
        padding: 20px;
    } 
    .changepswd_rgt_content {
        padding: 19px 0px 19px 10px !important;
    }
    .changepswd_left_content {
        padding: 19px 0px 19px 10px !important;
    }
    .top_bredcrumb_align {
        width:calc(100% - 40px);
    }
        .profile_section {
        padding: 35px 20px 82px 28px;
    }
    .profile_data {
        border-right: none;
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: 100%;
        order:2
    }
    .profile_img_sec {
        padding: 20px 0px 40px 0px  !important;
        width: 100%;
        order: 1;
    }
    .profile_form_btns {
        order: 3;
    }
    #view_notify {
        width: calc(100% - 42px);
    }
    .add_packing_details>td:not(:last-child) {
        width: 27%;
    }
}
/**** responsive css - mobile - ends  ****/ 
/**** responsive css - tab - starts ***/
@media only screen and (min-width:768px) and (max-width:1023px){
    .dashboard_top_blks {
        flex-wrap: wrap;
    }
    .dashboard_top_blks>div, .filter_section>div:not(:last-child) {
        width: 48%;
        margin-bottom: 20px;
    }
    .dashboard_top_blks>div:nth-child(even),  .filter_section>div:nth-child(even) {
        margin-right: 0px;
    }
    .tab_w100 {
        width:100% !important;
    }
    .tab_w50 {
        width:50% !important;
    }
    .dashboard_chart1_section {
        flex-direction: column;
    }
    .dashboard_chart1_section>div:first-child {
        margin-bottom: 20px;
    }
    .filter_section {
        flex-wrap: wrap;
    }
    .form_save_btn {
        padding: 13px 41px;
    }
    .form_cancel_btn {
        padding: 9px 32px;
    }
    .sales_chart_blk {
        width: 100%;
    }
    .forgot_nav {
        margin-bottom: 20px;
    }
    .fpswd_content.mb_55 {
        margin-bottom: 25px;
    }
    .forgotpswd_rgt_section {
        padding: 20px 40px;
    }
    .login_main_section {
        flex-direction: column;
    }
    .login_main_section .login_left_section, .forgotpswd_left_section, .forgotpswd_rgt_section, .changepswd_rgt_section {
        width: 100%;
    }
    .login_main_section .login_content {
        width: 80%;
    }
    .login_content {
        padding: 30px 0px 0px !important;
    }
    .login_rgt_section {
        width: 100%;
    }
    .left_input_blk {
        padding: 10px 64px 20px 63px;
    }
    .left_input_blk form.mt_65 {
        margin-top:0px
    }
    .left_input_blk form .mb_58 {
        margin-bottom:10px;
    }
    .login_left_img  {
        height: 360px;
    }
    .respons_dnone, .aside_close_icon {
        display: none;
    } 
    .work_plan_table {
        width: 100%;
    }
    .add_produc_row>div:last-child {
        width:100%;
    }
    .add_produc_row>div {
        width: 50%;
    }  
    .forgotpswd_left_section  .rght_first_section .forgot_img  {
        width: 100%;
        height: 230px;
    }
    .filter_section.d-flex.align-items-end {
        align-items:center !important;
    } 
    .profile_section {
    padding: 35px 20px 82px 28px;
}
.profile_data {
    border-right: none;
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 100%;
    order:2
}
.profile_img_sec {
    padding: 20px 0px 40px 0px  !important;
    width: 100%;
    order: 1;
}
.profile_form_btns {
    order: 3;
}
.respons_dragdrop .font-14 {
    font-size: 11px;
    line-height: 14px;
}
.form_cancel_btn, .form_cancel_btn:hover {
    padding: 12px 25px;
}

}
/**** responsive css - tab - ends ***/
