a {
    color: #000;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    transition: all .2s;
}
a:hover {
    color: #237800;
}
.bg_orange{
    background: #f9a100;
}
select.muptiple_select{
    height: 150px;
}
select.muptiple_select option {
    margin-bottom: 3px;
    font-size: 12.5px;
}
.config_content .form-control.input_155{
    max-width: 155px;
    min-width: 155px;
    width: 155px;
}
.page-item.active .page-link{
    background-color :#419512;
    border-color: #419512;
}
.page-link{
    color: #419512;
}
.w_220{
    width: 140px;
    text-transform: lowercase;
}
.header {
    height: 55px;
    padding: 5px;
    box-shadow: 1px 1px 3px #888888;
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    left: 0;
    background: #f1f4f9;
}
.header_logo img {
    max-height: 50px;
    object-fit: contain;
}
.header_menu_user img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    overflow: hidden;
    border: 2px solid;
    border-radius: 50%;
    margin: 1px;
}
.header_menu_user_list {
    position: absolute;
    width: 100%;
    top: 100%;
    margin-top: 5px;
}
.header_menu_user_list li a {
    padding: 5px;
    color: #ffffff;
    background: #000;
    display: block;
    border-bottom: 1px solid;
    font-weight: 600;
    transition: all .2s;
}
.header_menu_user_list li:first-child a {
    border-top: none;
}
.header_menu_user_list li:hover>a {
    background: #ffffff;
    color: #000;
}
.sidebar {
    position: fixed;
    z-index: 1;
    top: 57px;
    left: 0;
    bottom: 0;
    height: calc(100vh - 55px);
    overflow: auto;
    background: #f1f4f9;
    font-weight: 600;
    width: 210px;
    box-shadow: 3px 0px 4px #888888;
    ;
}
.sidebar ul li a {
    display: block;
    padding: 5px 10px;
    font-weight: 600;
}
.sidebar>ul>li:last-child>a {
    border-bottom: none;
}
.sidebar ul li {
    position: relative;
    margin-top: 1px;
}
.sidebar ul li i {
    position: absolute;
    right: 5px;
    top: 8px;
    color: #ffffff;
}
.sidebar ul li>a:hover {
    background: #237800;
    color: #ffffff;
    border-color: #237800;
}
.bg_green {
    background: #237800;
}
.border_green {
    border: 1px solid #237800;
}
.border_red {
    border: 1px solid #ff0000;
}
.sidebar>ul>li.active>a,
.sidebar li>ul>li.active>a {
    background: #237800;
    color: #ffffff;
    border-color: #237800;
}
.sidebar li ul:has(> li.active) {
    display: block;
}
.sidebar>ul>li>a {
    margin: 5px 0;
    margin-left: 10px;
    background: #237800;
    color: #ffffff;
    border-radius: 10px 0 0 10px
}
.w_120 {
    width: 120px;
    min-width: 120px;
}
.sidebar li ul li a {
    color: #000;
    text-transform: capitalize;
    transition: all .2s;
    background: #ffffff;
    margin-left: 20px;
    border-radius: 10px 0 0 10px;
    margin-bottom: 2px;
}
.sidebar li ul li:last-child>a {
    border-bottom: none;
}
.sidebar li ul {
    display: none;
}
.supply_cate_menu_item{
    display: block;
    padding: 3px 9px;
    color: #fff;
    background: #237800;
    border-bottom: 1px solid #fff;
    font-weight: 700;
}
.supply_cate_menu_item:hover, .supply_cate_menu_item.active{
    background: none;
    color: #237800;
}
.list_item_child_linking {
    width: 100%;
    max-width: 550px;
}
a.device_supp_item {
    padding: 5px 15px;
    margin: 10px;
    background: #ebebeb;
    font-weight: 600;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    box-shadow: 1px 1px 3px #777777;
}
.breadcrumb_section {
    position: sticky;
    top: 55px;
    z-index: 1;
}
.pagination {
    z-index: 0;
}
.base_content {
    padding-top: 70px;
    padding-left: 210px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}
.dropdown-menu.show {
    box-shadow: 3px 3px 6px #777;
}
.command_icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    padding: 3px;
    transform: rotate(0deg);
    transition: all .3s;
}
.main_item_command {
    background-color: #ffffff;
    transition: all 2s;
}
.main_item_command:hover {
    transform: scale(1.01);
    background-color: #95bdff;
    transition: all 2s;
}
.table_base_view.not_set_height{
    max-height: 100%;
    overflow: unset;
}
.list_table_func>a,
.list_table_func>button {
    color: #ffffff;
    padding: 0;
    display: flex;
    width: 23px;
    height: 23px;
    justify-content: center;
    align-items: center;
    background: #237800;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #555;
}
.list_table_func>button.bg_red {
    background: #ff0000;
    border: none;
}
.header_chose_supp_device {
    padding: 15px;
    background: #f1f4f9;
    border-radius: 10px;
}
.page_content .table td,
.page_content .table th {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    min-width: 120px;
    max-width: 300px;
}
.handle_title {
    max-width: 868px;
    font-weight: 800;
}
.pro_nav_link {
    position: sticky;
    top: 95px;
    z-index: 2;
    background: #f9f9f9;
    padding: 5px 0;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #000000;
}
.page_content .table td {
    font-weight: normal;
}
.page_content .table th {
    text-align: center;
}
.page_content .table.table_main tr td:first-child,
.page_content .table.table_main tr th.parentth:first-child {
    min-width: auto;
    position: sticky;
    left: -1px;
    background: #f1f4f9;
    color: #237800;
}
.page_content .table.table_main tr td:last-child,
.page_content .table.table_main tr th.parentth:last-child {
    min-width: auto;
    position: sticky;
    right: -1px;
    background: #f1f4f9;
    color: #237800;
    min-width: 98px;
}
.border_right {
    border-right: 1px solid #000;
}
.list_kpi_type div.kpi_type_item:first-child{
    border-right: 1px solid #000;
}
.border_right_green {
    border-right: 1px solid #237800;
}
.width_max{
    width: max-content !important;
}
.form-group.form_group_none{
    display: none !important;
}
.table_base_view .w_max_content {
    width: max-content;
    max-width: 220px;
}
.w_max{
    width: max-content !important;
}
.max_75{
    max-width: 75px !important;
    min-width: 75px !important;
}
.max_w_100{
    max-width: 100px !important;
    min-width: 100px !important;
}
.linking_table {
    width: max-content;
    max-width: 220px;
    margin: auto;
}
.table_base_view {
    overflow: auto;
    max-height: calc(100vh - 180px);
    box-shadow: 1px 1px 10px #888888;
}
.table_base_view table thead{
    position: sticky;
    top: -1px;
    background: #f1f4f9;
    z-index: 1;
}
.table_base_view table tfoot{
    position: sticky;
    bottom: -3px;
    background: #f1f4f9;
    z-index: 1;
}
.min_width_auto{
    min-width: auto;
}
.base_table_form_search .form-control,
.base_table_form_search .select2-container, .base_table_form_search .__report_range_time{
    max-width: 350px;
    min-width: 350px;
}
.base_table_form_search .rp_time_form_control{
    max-width: auto;
    min-width: auto;
}
.config_content .select2-container{
    min-width: 330px;
}
.select2-container{
    width: 100% !important;
    max-width: 330px;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex_nowrap{
    flex-wrap: nowrap;
}
.list_linking_view_update {
    width: 100%;
}
.ver_align_top{
    vertical-align: top !important;
}
.remove_data_linking_button{
    right: 5px;
    top: 5px;
}
.handle_stage_item {
    display: flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
}
.notify_style {
    text-align: center;
    background: #d50202;
    min-width: 22px;
    margin: auto;
    -webkit-text-fill-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -5px;
    padding: 2px;
    z-index: 1;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #237800;
    content: "\f105";
    font-family: 'FontAwesome';
}
.file_upload_v2_module {
    min-width: 330px;
}
.__browse_file_v2_button {
    background-color: #237800;
    border-color: #237800;
    transition: all .2s;
}
.__browse_file_v2_button:hover {
    background-color: #237800;
    border-color: #237800;
}
.progress-bar {
    background-color: #237800;
}
.border_left_eb{
    border-left: 1px solid #ebebeb;
}
/* print data style  */
.header_printdata_logo img {
    max-width: 275px;
}
.w_66 {
    width: 66px;
}
.bg_pink {
    background: #ffc5cf;
}
.w_80 {
    width: 80px;
}
.w_100 {
    width: 100px;
}
.border_top_dashed {
    border-top: 1px dashed #000;
}
.border_bot_eb_dashed {
    border-bottom: 1px dashed #ebebeb;
}
.__target_note_buying{
    position: absolute;
    top: 0;
    right: 0;
}
.border_bot_main {
    border-bottom: 1px solid #000;
}
.border_top_main {
    border-top: 1px solid #000;
}
.remove_parent_element_button {
    position: absolute;
    font-size: 18px;
    cursor: pointer;
}
.__json_field_module{
    padding: 5px;
    background: #ebebeb;
}
.config_content .form-control.length_input_155{
    max-width: 155px;
    min-width: 155px;
    width: 155px;
}
.__json_field_item{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #888;
}
.__json_field_button_add{
    padding: 3px 5px;
}
.__json_field_remove_btn{
    position: absolute;
    top: -10px;
    right: -10px;
}
.print_data_section{
    font-weight: 500;
}
.print_data_section .table thead th {
    border-color: #000;
}
.print_data_section .table-bordered td, .print_data_section .table-bordered th{
    border-color: #000;
}
.print_data_section .table td, .print_data_section .table th{
    padding: 0 5px;
}
.num_td{
    max-width: 50px;
    width: 50px;
}
.code_td{
    max-width: 120px;
    width: 120px;
}
.qty_td{
    max-width: 100px;
    width: 100px;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-container::after {
    content: "";
    flex: 1 1 100%;
}
.flex-container li {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
}
.flex-container .label {
    flex: 0 0 88px;
}
.flex-container .colon {
    flex: 0 0 10px;
    text-align: center;
}
.flex-container .content {
    flex: 1;
}
.limit_line_1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.__select_ajax_clear_btn {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
}
.quick_edit_form .form-control {
    border: none;
    min-width: auto;
    width: auto;
    padding: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field{
    padding-left: 5px;
}
.btn_remove_style{
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background: #ff4646;
    color: #fff;
    border: 1px solid #ff4646;
}
.btn_remove_style:hover{
    background: #fff;
    color: #ff4646;
}
.__remove_file_btn{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
}
.page_content .table_debt_content .table td, .page_content .table_debt_content .table th
{
    padding: 5px;
    min-width: 105px;
    max-width: 100px;
}
@page {
    size: A4;
    margin: 1cm;
}
@media print {
    html,
    body {
        width: 100%;
        width: 210mm;
        height: 297mm;
        position: relative;
        color: #000000 !important;
        border-width: 1px;
    }
    .print_data_section .table thead th {
        border: 1px solid #000 !important;
    }
    
    .print_data_section .table-bordered td, .print_data_section .table-bordered th{
        border: 1px solid #000 !important;
    }
}
.page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
}
.min_210 {
    min-width: 210px;
}
.min_230 {
    min-width: 230px !important;
}
.home_index {
    max-width: 1400px;
    margin: auto;
}
.__header_notify_list{
    right: 0;
    width: 300px;
}
.tada_animate{
    animation: tada;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.swing_animate{
    animation: swing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.__header_notify_list{
    max-height: calc(100vh - 200px);
    overflow: hidden;
    overflow-y: auto;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #111;
}
.__header_notify_list li a{
    background: #ebebeb;
    color: #000;
}
.ntf_des{
    color: #666;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical
}
/* table responsive */
@media screen and (max-width: 600px) {
    table.table_responsive {
      border: 0;
    }
    .__header_notify_list{
        position: fixed;
        top: 55px;
        right: 20px;
    }
    .page_content .table td, .page_content .table th{
        max-width: 100%;
    }
    .table_base_view table tfoot{
        display: none;
    }
    table.table_responsive thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table.table_responsive tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    table.table_responsive td {
      border-bottom: 1px solid #ddd;
      display: flex;
      font-size: 12px;
      padding: 0 !important;
      align-items: center;
    }
    
    table.table_responsive td::before {
      content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        text-align: left;
        margin-right: 5px;
        width: 120px;
        min-width: 120px;
        background: #ebebeb80;
        padding: 5px;
      
    }
    .table_base_view .w_max_content {
        width: 100%;
        max-width: 62%;
        white-space: inherit;
    }
    
    .page_content .table.table_main.table_responsive td:last-child {
      padding-top: 5px !important;
      position: relative;
      justify-content: center;
      padding-left: 5px ;
      padding-right: 5px;
    }
    .page_content .table.table_main.table_responsive td:last-child::before{
        content: '';
        display: none;
    } 
    .admin_sidebar{
        transform: translateX(-100%);
        visibility: hidden;
        opacity: 0;
        transition: all .2s;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        height: 100vh;
        overflow: auto;
        width: 55%;
        max-width: 350px;
    }
    .bg_sidebar_menu{
        position: fixed;
        top: 0;
        left: 0;
        background: #000000cf;
        width: 100%;
        height: 100%;
        z-index: 2;
        transform: translateX(100%);
        visibility: hidden;
        opacity: 0;
        transition: all .2s;
    }
    .show_mobile{
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        transition: all .2s;
    }
    .base_content{
        padding-left: 0;
        padding-bottom: 30px;
    }
    .min_210{
        min-width: 110px;
    }
    .table_responsive thead{
        display: none;    
    }
    .page_content .table.table_responsive tr td:first-child, 
    .page_content .table.table_responsive tr th.parentth:first-child{
        display: none;
    }
    .font_weight_initial{
        font-weight: initial;
    }
    .table_responsive .linking_table{
        margin: 0;
        padding: 0;
    }
    .base_table_form_search .form-control, .base_table_form_search .select2-container{
        min-width: auto;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        padding: 3px 6px;
        margin-top: 2px;
        margin-right: 2px;
        width: 100%;
        max-width: 285px;
        font-size: 11px;
    }
}
/* end table responsive  */
@media (max-width: 1400px) {
    body,
    html {
        font-size: 12px;
    }
    .fs-13,
    .nav-pills .nav-link {
        font-size: 12px;
    }
    .fs-80{
        font-size: 66px;
    }
}
@media (max-width: 850px) {
    .fs-80{
        font-size: 45px;
    }
    .modalAction .modal-body{
        padding: 0;
    } 
    .page_content .form-group {
        display: block !important;
    }
    .base_label_input{
        justify-content: start !important;
    }
    .config_content .form-control, .config_content .btn-group, .btn-group-vertical, .config_content .multiselect-container {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
    }
    .config_content .form-control.length_input, .config_content .form-control.medium_input, .config_content .form-control.short_input {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100%;
    }
    .base_table_form_search .form-control,
    .base_table_form_search .select2-container {
        max-width: 100%;
    }
    .config_content .form-group .select2-container{
        width: 100% !important;
        min-width: 100%;
    }
    .group_btn_action_form{
        width: 100%;
        height: auto;
    }
    .group_btn_action_form button, .group_btn_action_form a {
        margin-bottom: 2px;
        margin-top: 2px;
    }
    .file_upload_v2_module{
        min-width: 100%;
    }
    .select2-container{
        width: 100% !important;
        max-width: 350px;
    }
}