/* Write your custom CSS here */
/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp');*/

body {
    color: #323238;
    margin: 0;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
} */

/* body {
   color: #323238;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
} */

a, body, span, text {
    font-family: Arial,Helvetica,sans-serif;
}

@media (min-width: 768px){
	/*.compact-sidebar .page-sidebar-inner ul li:hover .sub-menu {
	    display: block;
	    opacity: 1;
	    pointer-events: auto;
	    visibility: visible;
	    transform: translate(0) translateX(-50%);
	    animation: show-navbar-dropdown .25s ease forwards;
	    opacity: 1;
	}*/
	.compact-sidebar .accordion-menu>li:hover .sub-menu {
	    display: block;
	    opacity: 1;
	    /*pointer-events: auto;
	    visibility: visible;
	    transform: translate(0) translateX(-50%);
	    animation: show-navbar-dropdown .25s ease forwards;
	    opacity: 1;*/
	}

}

.page-header .navbar {
    padding: 5px 15px 5px;
}

.accordion-menu>li>a {
    font-size: 13px;
    color: rgb(33 33 37 / 80%);
}

.accordion-menu li ul li a {
    color: rgb(33 33 37 / 80%);
}
.page-sidebar{
	padding: 10px;
}
.page-content {
    padding: 0 15px;
}

.page-content .main-wrapper {
    padding-top: 10px;
    position: relative;
    min-height: 400px;
}

.loader {
    /* position: absolute; */
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: #3e3f4230;
}
/*.page-header{
	background: #5fd0a5;
}
.page-header .navbar ul.navbar-nav>li>a{
	color: #ffffff;
}*/
.page-sidebar {
    width: 215px;
}
.page-container {
    margin-left: 215px;
}

/*moi*/
.page-sidebar {
    background: #f8faf9;
}
body {
    background-color: #ffffff;
}
.card, .page-sidebar {
    box-shadow: none;
}
@media (min-width: 1200px){
	.compact-sidebar .page-sidebar:before {
	    position: fixed;
	    top: 0;
	    height: 100%;
	    width: 80px;
	    background: #f8faf9;
	    display: block;
	    content: '';
	     box-shadow: none; 
	}
}
.slimScrollBar {
    background: rgb(6 6 6)!important;
}

.accordion-menu>li>a {
    padding: 12px 20px;
    font-weight: 500;
}

/*het moi*/

.main-wrapper .card-body{
	padding: 2px;
}
.loader .spinner-border {
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    position: absolute;
}

.form-control {
    /* height: calc(2em + .75rem + 2px); */
    height: auto;
}
.input-group-text{
    padding: 0.375rem 0.75rem;
}

.form-control, .single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    font-weight: 400;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

@media (min-width: 1200px){
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	    float: left;
	}
}

.form-group {
    margin-bottom: 1rem;
}

.form-horizontal .form-group {
    margin-right: -5px;
    margin-left: -5px;
    clear: both;
}

.clearfix:before, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
    clear: both;
}

.required {
    color: red;
}

.react-datepicker__input-container input {
   width: 100%;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    font-weight: 400;
    padding: 6px 12px;
}
.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px !important;
    vertical-align: inherit;
}
.pdl10{
    padding-left: 10px;
}
/* .pdr10{
    padding-right: 10px;
} */
.mdr10{
    margin-right: 10px;
}
.mdr5{
    margin-right: 5px;
}
body:not(.modal-open){
  padding-right: 0px !important;
}

/*tabs*/
.nav-tabs {
    margin-bottom: 0;
    padding: 0;
}
.nav-tabs > li {
    margin-bottom: -3px;
    text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    padding: 5px;
}

.modal-body .tab-content > .tab-pane{
    padding: 5px 0;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs .nav-link {
    margin-right: 2px;
}
/*end tabs*/
select.form-control[multiple], textarea.form-control{
    padding: 6px 12px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/*.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}*/

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/*authors*/
.card .card-header h5:after {
    content: "";
    background-color: #04a9f5;
    position: absolute;
    left: -25px;
    top: 0;
    width: 4px;
    height: 20px;
}

.module_action input[type="checkbox"], input[type="radio"] {
    border-width: 1px;
    border-style: solid;
    border-color: #bbb;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    /*-webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    color: #555;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

input[type="checkbox"], input[type="radio"], select {
    cursor: pointer;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}
.panel-info {
    border-color: #23c6c8;
}

.panel-info .panel-body {
    padding: 15px;
}
/*end authors*/
.show_sub{
    display: block;
}
.hidden_sub{
    display: none;
}

.accordion-menu li.active-page>a{
    background: linear-gradient( 90deg,#55c3b7 0,#00bc7e 48%,#66da90 100%);
    color: #fff;
}

.nav-link{
    border-radius: 0px !important;
}
.page-sidebar-inner, .slimScrollDiv {
    height: 94%!important;
}
.page-header .navbar ul li.nav-profile>a img{
    width: 42px;
    height: 42px;
}
.w300{
    width: 300px;
}
.cur_point{
    cursor: pointer;
}
.w500{
    width: 500px;
}
.table-responsive {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
    padding: 0px 2px;
}

.table-responsive::before{
    clear: both;
}

@media screen and (max-width: 767px){
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive .non-scroll{
        display: flex !important;
    }
    .mar5{
        margin: 5px;
    }
}

.mar5{
    margin: 5px;
}

.title_cut{
    max-height: 30px;
    word-break: break-word;
    overflow: hidden;
    /*display: -webkit-box;*/
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.lab-radio{
    position: relative;
    top: -15px;
    margin-right: 10px;
}

.table_form td, .table_form th {
    padding: 6px 15px;
}
.w200 {
    width: 200px;
}
.pull-left {
    float: left!important;
}

/*media*/
.btn-toolbar .btn-group{
    margin-right: 5px;
}

@media (min-width: 768px){
    .hidden-md-up {
        display: none!important;
    }
}
#notifications {
    padding: 8px 0;
}
@media (min-width: 768px){
    .col-md-12 {
        width: 100%;
    }
}
#media-container {
    border: 1px solid #ccc;
}
/*end media*/
.modal-90w{
    width: 90%;
}
.line{
    height: 1px;
    background-color: #dee2e6;
    /*border: 1px solid #dee2e6;*/
    margin: 0px 0 10px 0;
}
.mart10{
    margin-top: 10px;
}

.marb10{
    margin-bottom: 10px;
}


.text-white .modal-title, .text-white button{
    color: #fff !important;
}

.modal-footer {
    margin-top: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

@media (min-width: 992px){
    /*.modal-lg, .modal-xl {
        min-width: 80%;
    }*/

    .modal-80w{
        min-width: 80%;
    }

    .modal-90w{
        min-width: 90%;
    }
}
.table-pd75 td, .table-pd75 th{
    padding: .75em !important;
}


/*begin upload img*/
.dropzone {
    box-sizing: border-box;
    min-height: 90px;
    border: 1px solid #dddddd;
    background: #f1f1f1;
    padding: 15px;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
div.filepicker {
    text-align: center;
    padding: 5px;
    background-color: #E1E1E1;
    border-radius: 5px;
    min-height: 60px;
    border: 2px dashed #C7C7C7;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 8px 8px 0 0;
    min-height: 100px;
}
.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-started .dz-message {
    display: none;
}
.content-img-dz{
    background-color: #fff;
    padding: 10px;
}
.file-row .name{
    max-height: 30px;
    /*word-break: break-word;*/
    overflow: hidden;
    /*display: -webkit-box;*/
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.content-img-thumb .card .card-body{
    padding: 5px;
    background: #ededf1;
}
.content-img-thumb .file .file-icon{
    padding: 5px;
}
.content-img-thumb .file-options>a{
    margin: 5px 5px;
}
.content-img-thumb .card {
    box-shadow: 0 0 1.25rem rgb(31 45 61 / 8%);
    margin-bottom: 20px;
}
.content-img-thumb .dropdown-menu{
    margin: 0;
}

.delete {
    cursor: pointer !important;
    font-size: 20px;
    position: absolute;
    color: white;
    border: none;
    background: none;
    right: -5px;
    top: -5px;
    line-height: 1;
    font-weight: bold;
    z-index: 99;
    padding: 0;
}
.delete span {
    height: 20px;
    width: 20px;
    background-color: #f90a0a;
    border-radius: 50%;
    display: block;
}
/*end upload img*/

.autocompleted{
    position: relative;
    width: 100%;
}

ul.ui-autocomplete {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #cccccc;
    z-index: 1;
    max-height: 350px !important;
    overflow: auto !important;
}
.group_autocompleted{
    position: relative;
}
.group_autocompleted span {
    position: absolute;
    display: block;
    top: 45px;
    color: #6f7080;
    right: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.group_autocompleted ul li a{
    cursor: pointer;
}

.group_autocompleted ul li a:hover{
    color: #fff456;
}

fieldset {
    background: #ffffff;
    border: 1px solid #e6e8e8;
    border-radius: 5px;
    margin: 5px 0 5px 0;
    padding: 15px;
    position: relative;
}

fieldset legend {
    background: inherit;
    font-family: "Lato", sans-serif;
    color: #007AFF;
    font-size: 15px;
    left: 10px;
    padding: 0 10px;
    position: absolute;
    top: -12px;
    font-weight: 400;
    width: auto !important;
    border: none !important;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.editable-btn button{
    margin-top: 13px;
    margin-left: 3px;
}
.div_editTable .editable-container a{
    margin-top: 10px;
}
.click-change {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}

.editable-container input {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: auto;
    white-space: normal;
    zoom: 1;
    /* *: ; */
    display: inline;
}
.editable-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    zoom: 1;
    *display: inline;
}

.editable-container .has-error input {
    border-color: #f30c07 !important;
}

textarea.underline, select.underline, input[type="text"].underline, input[type="password"].underline, input[type="datetime"].underline, input[type="datetime-local"].underline, input[type="date"].underline, input[type="month"].underline, input[type="time"].underline, input[type="week"].underline, input[type="number"].underline, input[type="email"].underline, input[type="url"].underline, input[type="search"].underline, input[type="tel"].underline, input[type="color"].underline {
    background: none !important;
    background-image: none;
    border: 1px solid #c8c7cc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0 0 0 0 !important;
    color: #5b5b60;
    font-family: inherit;
    font-size: 14px;
    /*line-height: 1.2 !important;*/
    padding: 5px 4px;
    transition-duration: 0.1s;
    box-shadow: none !important;
    -moz-transition: border 300ms ease-out;
    -o-transition: border 300ms ease-out;
    -webkit-transition: border 300ms ease-out;
    transition: border 300ms ease-out;
}
.list-search .dropdown-menu{
    opacity: 1 !important;
    visibility: visible;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
}

table .cell-auto {
    min-width: 120px;
}

.table_auto td, .table_auto th {
    padding: 15px 5px !important;
}

.table_auto th {
    background: #dcf4fc;
}

@media only screen and (min-width: 1025px) { /*for pc*/
    
}

.zoom-order{
    min-height: 400px;
}

.zoom-order .empty-product-order {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    height: auto!important;
    font-size: 16px;
    color: #111;
    text-align: center;
}
/*excel button file*/
.excel-zoom{
    border: 1px solid #cccccc;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}


.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.lable-file span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding: 0.625rem 1.25rem;
}
.lable-file strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #128e52;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
}
/*end excel button file*/


/* .dropdown-item.active, .dropdown-item:active{
    color: #ffffff !important;
} */

.list-search .dropdown-menu a.dropdown-item:hover{
    background: #00bc7e;
    color: #ffffff !important;
}

.form_order_tab .input-group-text{
    /*background: none;*/
    border-radius: .25rem;
    padding: .375rem .75rem;
    /*border-width: 1px;*/
    border: 0px;
}

.form_order_tab .underline, .table_auto .underline {
    margin-top: -5px;
    height: 29px;
    line-height: 31px;
    padding: 0px;
    text-indent: 0px;
    display: block;
    min-width: 79%;
}
.form_order_tab label{
    margin-top: 0px;
}
.form_order_tab .fa-plus, .form_order_tab .fa-edit{
    cursor: pointer;
}
.form_order_tab .add_plus:hover{
    background-color: #e5e5e5;
    outline: 0;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form_order_tab .input-group-prepend+.form-control{
    border-right: 0px;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.input-group .css-yk16xz-control{
    border-color: none;
    border-radius: 0px;
    border-style: 0;
    border-width: 0px;
    min-height: 29px;
}

.css-2b097c-container{
    /*background: none !important;
    background-image: none;
    border: 1px solid #c8c7cc !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0 0 0 0 !important;
    color: #5b5b60;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2 !important;
    padding: 5px 4px;
    transition-duration: 0.1s;
    box-shadow: none !important;
    -moz-transition: border 300ms ease-out;
    -o-transition: border 300ms ease-out;
    -webkit-transition: border 300ms ease-out;
    transition: border 300ms ease-out;*/
    line-height: 1.2 !important;
    height: 29px;
    flex: 1 1;
}
.css-1pahdxg-control{
    border-color: #ffffff !important;
}

.input-group .react-datepicker-wrapper{
    width: 72%;
}

.input-group .form_order_tab .underline:focus{
    outline: none;
}

::selection {
    color: #fff;
    background: #4bac4d;
    text-shadow: none;
}

.input-group .react-datepicker-wrapper::selection{
    background: #4bac4d;
}

.fell-order{
    padding: 5px 4px;
}
.logo-box {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
}

.Datepicker:focus { outline: none; }

.form_order_tab .underline input{
    background: none !important;
    background-image: none;
    border: 1px solid #c8c7cc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0 0 0 0 !important;
    color: #5b5b60;
    font-family: inherit;
    font-size: 14px;
    /* line-height: 1.2 !important; */
    padding: 5px 4px;
    transition-duration: 0.1s;
    box-shadow: none !important;
    -moz-transition: border 300ms ease-out;
    -o-transition: border 300ms ease-out;
    -webkit-transition: border 300ms ease-out;
    transition: border 300ms ease-out;
    height: 29px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0;
}

.form_order_tab .text-underline{
    display: block;
    width: 100%;
    padding: 5px 4px;
    border-style: solid;
    border-color: #c8c7cc;
    line-height: 18px;
    background-color: transparent;
    border-width: 0 0 1px;
    height: 29px;
    color: #111;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}
.list-search{
    width: 100%
}
.pd4{
    padding: 4px;
}
.popover{ 
    max-width: 290px; 
    border: 1px solid #56ad51;
}
.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after{
    border-left-color: #56ad51;
}
.input-group-text{
    border-radius: 0px;
}
.search-group .list-search{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1% !important;
    margin-bottom: 0;
}

.w6r .spinner-grow, .w6r .spinner-border{
    width: 6rem !important;
    height: 6rem !important;
}

.np-state-hover{
    border-bottom: 2px solid #4bac4d;
}
.input-group-prepend+.form-control {
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}


.App {
    text-align: center;
  }
  
  .App-logo {
    height: 40vmin;
    pointer-events: none;
  }
  
  @media (prefers-reduced-motion: no-preference) {
    .App-logo {
      animation: App-logo-spin infinite 20s linear;
    }
  }
  
  .App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
  }
  
  .App-link {
    color: #61dafb;
  }
  
  @keyframes App-logo-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  
  label {
    display: block;
    margin-top: 10px;
  }
  
  .card-container.card {
    max-width: 350px !important;
    padding: 40px 40px;
  }
  
  /*.card {
    background-color: #f7f7f7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }*/
  
  .login-container .card{
      padding: 20px 25px 30px;
      margin: 0 auto 25px;
      margin-top: 50px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
  }
  .profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
.page-header{
    background: linear-gradient( 90deg,#55c3b7 0,#00bc7e 48%,#66da90 100%);
    color: #fff;
}

.page-header .navbar ul.navbar-nav>li>a {
    font-size: 13px;
    margin: 0 10px 0 0;
    color: #ffffff;
    line-height: 22px;
}

.page-header .navbar ul.navbar-nav>li>a.head-img-shipment {
    align-items: center;
    display: flex;
}
.head-img-shipment .UserAvatar{
    margin-right: 10px;
}
.page-shipment .nav-tabs a{
    align-items: center;
    display: flex;
}

.page-shipment .nav-tabs a span{
    margin-right: 5px;
}
.mgr5{
    margin-right: 5px;
}


.list-info-shipment li span{
    display: block;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    padding: 3px;
    color: #7d7d83;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media (max-width: 1199px){
    .page-header {
        position: fixed;
        top: 0;
    }
}

/* .compact-sidebar .page-sidebar-inner .accordion-menu > li:hover .sub-menu{
    display:block !important;
} */

.mb5{
    margin-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 1000px;
    }
}

.underline .css-g1d714-ValueContainer{
    padding: 0px;
}

.underline .css-1uccc91-singleValue{
    top: 40%;
}

/* .underline .css-yk16xz-control{
    border-bottom: 1px solid #c8c7cc !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    height: 29px;
    min-height: 29px;
}

.underline .css-1uccc91-singleValue{
    top: 45%;
}
.underline .css-tlfecz-indicatorContainer{
    padding: 0px
}

.underline .css-g1d714-ValueContainer:focus{
    outline: none;
}
.underline .css-g1d714-ValueContainer,  .underline .css-1hb7zxy-IndicatorsContainer{
    max-height: 29px;
}
.underline .css-1pahdxg-control{
    border-bottom: 1px solid #c8c7cc !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    height: 29px;
    min-height: 29px;
}
.css-2b097c-container:focus{
    outline: none;
} */

.dropdown-menu a.dropdown-item.active{
    /* color: #00bc7e;
    background: 0 0; */
    background: #00bc7e;
    color: #ffffff;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.3;
}

.pagination{
    display: block;
}

.bs-popover-bottom>.arrow::after{
    border-bottom-color: #56ad51;
}

.photo .file-icon img{
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.form-control:disabled, .form-control[readonly]{
    cursor: not-allowed;
    pointer-events: all !important;
    background-color: #ddf0f1;
}
.icon-back-page{
    line-height: 0;
    position: relative;
    font-size: 24px;
    top: 5px;
}
.table .material-icons-outlined{
    font-size: 18px;
}
.backdropmodal-confirm.show{
    z-index: 2222;
}
.modal-confirm{
    z-index: 9999;
}
.react-datepicker-wrapper{
    width: 100%;
}

table.dataTable {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.zome_table_data{
    background-color: #F5F5F5;
    margin-bottom: 10px;
    overflow:auto; 
    width:100%;
    height:400px;
    position:relative;
}

.zome_table_data::-webkit-scrollbar {
    width: 8px;
    height: .55em;
    position: absolute;
}
.zome_table_data::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    cursor: pointer;
}
.zome_table_data::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.0);
    border-radius: 8px;
    cursor: pointer;
}

.pd-10{
    padding: 10px;
}
.mart5{
    margin-top: 5px;
}
.text-trans{
    text-transform: uppercase;
}

/* pagding datatable */
.dataTables_wrapper .dataTables_paginate{
    padding-top: 0.55em !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #ffffff !important;
    border: 1px solid #46d18a !important;
    background: #42cf8a !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0em 0.5em 0em 0.5em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: #fff!important;
    border: 1px solid #46d18a !important;
    background: #42cf8a !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff!important;
    border: 1px solid #46d18a !important;
    background: #42cf8a !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
/*end pagding datatable */

.stats-card-td .stats-icon.change-danger {
    color: #f05154;
    background: #fcdcdc;
    padding-top: 2px;
}
  
.stats-card-td .stats-icon.change-success {
    color: #00bc7e;
    background-color: #ddf0f1;
    padding-top: 2px;
}
.underline .css-yk16xz-control{
    border-bottom: 1px solid #c8c7cc !important;
    cursor: pointer;
}

.underline .css-yk16xz-control:focus{
    outline: none;
}

.underline .css-yk16xz-control, .underline .css-1pahdxg-control{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    box-shadow: 0 0 0 1px #fff !important;
    border-style:none;
}

.inputReportCheck{
    position: relative;
    padding: 10px 15px !important;
}


::-webkit-scrollbar {
    width: 8px;
    height: 1em;
    position: absolute;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    cursor: pointer;
}
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.0);
    border-radius: 8px;
    cursor: pointer;
}

.profile-pic{
    background: darkseagreen;
    color: #eeeeee;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
}

.UserAvatar .UserAvatar--inner{
    color: #ffffff;
}
td.img-name{
    align-items: center;
    display: flex;
}
.isFullName{
    margin-left: 5px;
}
.imgThum_product{
    max-width: 48px;
    width: 48px;
    max-height: 48px;
    height: 48px;
}

@media (max-width: 991px){
    .dropdown-menu a.dropdown-item {
        padding: 0.25rem 1.5rem;
        border-bottom: 1px dotted;
    }
    .text-overflow {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-weight: 700;
    }
}

img {
    max-width: 100%;
}

.dashboard_compoment h3{
    border-bottom: 1px solid #ededf1;
}


/* .tab-pos-order .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #0cbf80;
    border-color: #dee2e6 #dee2e6 #3dce89;
} */

/* begin fls */
@media screen and (min-width:550px) {
    .medium-1 {
        max-width:8.33333%;
        -ms-flex-preferred-size:8.33333%;
        flex-basis:8.33333%;
      }
    .medium-2 {
        max-width:16.66667%;
        -ms-flex-preferred-size:16.66667%;
        flex-basis:16.66667%;
      }
    .medium-3 {
        max-width:25%;
        -ms-flex-preferred-size:25%;
        flex-basis:25%;
      }
    .medium-4 {
        max-width:33.33333%;
        -ms-flex-preferred-size:33.33333%;
        flex-basis:33.33333%;
      }
    .medium-5 {
        max-width:41.66667%;
        -ms-flex-preferred-size:41.66667%;
        flex-basis:41.66667%;
      }
    .medium-6 {
        max-width:50%;
        -ms-flex-preferred-size:50%;
        flex-basis:50%;
      }
    .medium-7 {
        max-width:58.33333%;
        -ms-flex-preferred-size:58.33333%;
        flex-basis:58.33333%;
      }
    .medium-8 {
        max-width:66.66667%;
        -ms-flex-preferred-size:66.66667%;
        flex-basis:66.66667%;
      }
    .medium-9 {
        max-width:75%;
        -ms-flex-preferred-size:75%;
        flex-basis:75%;
      }
    .medium-10 {
        max-width:83.33333%;
        -ms-flex-preferred-size:83.33333%;
        flex-basis:83.33333%;
      }
    .medium-11 {
        max-width:91.66667%;
        -ms-flex-preferred-size:91.66667%;
        flex-basis:91.66667%;
      }
    .medium-12 {
        max-width:100%;
        -ms-flex-preferred-size:100%;
        flex-basis:100%;
      }
}

@media (max-width:549px) {
    [data-show="hide-for-small"],
    .hide-for-small {
      display:none !important;
    }
    .small-text-center {
      text-align:center !important;
      width:100% !important;
      float:none !important;
    }
    .banner .banner-single-item{
        height: 150px !important;
    }
}

@media (max-width:849px) {
    [data-show="hide-for-medium"],
    .hide-for-medium {
      display:none !important;
    }
    .medium-text-center .pull-left,
    .medium-text-center .pull-right {
      float:none;
    }
    .medium-text-center .ml {
      margin-left:auto;
    }
    .medium-text-center .mr {
      margin-right:auto;
    }
    .medium-text-center {
      text-align:center !important;
      width:100% !important;
      float:none !important;
    }
    .content .list-content .box-info-content{
        padding: 0px !important;
    }
}
  
@media (min-width:850px) {
    [data-show="hide-for-large"],
    .hide-for-large {
      display:none !important;
    }
    
}

/* end fls */

.page_order_check .nav-tabs a {
    align-items: center;
    display: flex;
}

.s-status {
    display: inline-block;
    padding: 6px 18px;
    text-transform: uppercase;
}

.label-success {
    background: 0 0;
    border: 1px solid #84c529;
    color: #1ac482;
}
.label-danger {
    background: 0 0;
    border: 1px solid #fc2d42;
    color: #fc2d42;
}

.label-warning {
    background: 0 0;
    border: 1px solid #ff6f00;
    color: #ff6f00;
}

.btn-default {
    color: #fff;
    background-color: #1ac482;
    border: 0;
}
.mgb10{
    margin-bottom: 10px;
}
.pull-right {
    float: right!important;
}
.action-order-check-main .btn{
    margin-right: 5px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.mbottom5{ margin-bottom: 5px;}

.mright5 {
    margin-right: 5px;
}
.staff-profile-xs-image {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.feed-item .text-has-action {
    margin-bottom: 7px;
    display: inline-block;
}

.text-has-action {
    border-bottom: 1px dashed #bbb;
    padding-bottom: 2px;
}
.activity-feed .feed-item:last-child {
    border-color: transparent;
}
.activity-feed .feed-item {
    position: relative;
    padding-bottom: 30px;
    padding-left: 30px;
    border-left: 2px solid #84c529;
}
.activity-feed .feed-item .date {
    position: relative;
    top: -5px;
    color: #4b5158;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #4b5158;
}
.mtop10{ margin-top: 10px;}
.btn-icon {
    padding: 3px 7px !important;
    margin-right: 5px;
}
.table-payment-order .table .fa {
    font-size: 13px !important;
}
/* 
@media (max-width: 768px){
    .nav-tabs>a {
        width: 100%;
    }
} */

.title-img-order{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.khach_ct {
    font-size: 18px;
    color: #3d933c;
    font-weight: bold;
}
#mytable_all .dataTables_empty{
    display: none !important;
}

.modal.bottom .modal-dialog{
    position: fixed;
    margin: auto;
    width: 420px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.modal.bottom .modal-dialog .modal-content{
    border-radius: 0px !important;
}

.table-detail-shipment thead tr th {
    background: #dbe5fc !important;
    border: 1px solid #5768b2 !important;
}

.table-detail-shipment th {
    padding: 0.75rem;
}
.table-detail-shipment tr, .table-detail-shipment td{
    padding: 1px !important;
}
.table-detail-shipment tr td input, .table-detail-shipment tr td textarea, .table-detail-shipment tr td select, .table-detail-shipment tr td button{
    border: 0px !important;
    min-height: 50px;
}
.mg5{
    margin: 5px;
}

.table-detail-shipment td{
    vertical-align: inherit !important;
}

.table-detail-shipment .form-group {
    margin-bottom: 0px !important;
} 

/* .table-detail-shipment tr td {
    height: 53px;
} */

/* .table-detail-shipment tr td span{
    padding: 15px 24px;
} */

.table-detail-shipment tr td .btn{
    padding: 5px 24px !important;
}

.table-detail-shipment .form-control:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.1rem rgb(18 20 163 / 99%) !important;
} 

.hiddenRow {
    padding: 0!important;
}
.mgt10{
    margin-top: 10px;
}

.shipfeebyd, td.gird-flex {
    align-items: center;
    display: flex;
}
.table-detail-view tr td{
    min-width: 100px;
}
.pd-0-5{
    padding: 0px 5px !important;
}
.center-item{
    text-align: center;
    vertical-align: inherit !important;
}
.table-detail-shipment thead tr th, .table-detail-view thead tr th{
    padding: 5px !important;
}

.table-detail-view tr td{
    padding: 5px !important;
}

.border-bottom-dotted {
    border-bottom: 1px dotted;
    padding-bottom: 2px;
}
/* .table-detail-shipment tr td input.border-success{
    border: 1px solid #00bc7e!important;
}
.table-detail-shipment tr td input.border-danger{
    border: 1px solid #f05154!important
} */