/* 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 .accordion-menu>li:hover .sub-menu {
	    display: block;
	    opacity: 1;
	}

}

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

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

.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; */
    min-height: calc(100vh - 130px);
}

.loader {
    /* position: absolute; */
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: #3e3f4230;
}

.page-sidebar {
    width: 225px;
}
.page-container {
    margin-left: 225px;
}

/*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, table.dataTable td, table.dataTable th {
    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%); */
    background: #0d8d61;
    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%
}
.pd3{
    padding: 3px;
}
.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;
    background: #0d8d61;
}

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

@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; */
    height: calc(100vh - 250px);
    position:relative;
}

::-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;
}

.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;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated_fast {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

#setup-menu-wrapper{
    position: absolute;
    top: 0px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    min-height: 100%;
}

/* override */
.accordion-menu {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
    border-radius: 10px
}

.accordion-menu .animated>li {
    border-radius: 10px;
    overflow: hidden
}

.accordion-menu .animated>li>a {
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    color: rgba(125, 125, 131, .8);
    line-height: 20px;
    -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;
    font-weight: 600
}

.accordion-menu .animated>li>a>i {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: top;
    line-height: 20px
}

.accordion-menu .animated li a i.has-sub-menu {
    float: right;
    margin-right: 0;
    -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
}

.accordion-menu .animated>li {
    margin: 3px 0;
    -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
}

.accordion-menu .animated li.open {
    background: rgba(0, 0, 0, .02)
}

.accordion-menu .animated li.open>a {
    color: #057c53
}

.accordion-menu .animated>li.active-page>a,
.accordion-menu .animated>li>a:hover {
    color: #057c53;
    background: rgba(0, 0, 0, .01)
}

.accordion-menu .animated li.active-page>a:only-child {
    background: #057c53;
    color: #fff
}

.accordion-menu .animated li.open a i.has-sub-menu {
    transform: rotate(135deg)
}

.accordion-menu .animated li.sidebar-title {
    padding: 20px 20px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 0, 0);
    font-size: 12px;
    opacity: .25;
    font-family: Montserrat, sans-serif
}

.accordion-menu .animated li.sidebar-title:first-child {
    padding-top: 15px
}

.accordion-menu .animated li ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 0;
    -webkit-transition: background .05s ease-in-out;
    -moz-transition: background .05s ease-in-out;
    -o-transition: background .05s ease-in-out;
    transition: background .05s ease-in-out
}

.accordion-menu .animated li ul li a {
    display: block;
    padding: 8px 20px 8px 48px;
    font-size: 13px;
    color: rgba(125, 125, 131, .7);
    font-weight: 700;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out ease-in-out;
    opacity: 0
}

.accordion-menu .animated li ul li a.active,
.accordion-menu .animated li ul li a:hover {
    color: #64646b
}

.accordion-menu .animated li.open>ul>li>a {
    opacity: 1
}

@media (min-width:1200px) {
    .compact-sidebar .page-sidebar {
        width: 80px;
        padding: 30px 0;
        position: static;
        box-shadow: none
    }

    .compact-sidebar .page-sidebar:before {
        position: fixed;
        top: 0;
        height: 100%;
        width: 80px;
        background: #fff;
        display: block;
        content: '';
        box-shadow: 0 0 1.25rem rgba(31, 45, 61, .04)
    }

    .compact-sidebar .accordion-menu .animated>li:not(.sidebar-title),
    .compact-sidebar .page-sidebar .page-sidebar-inner,
    .compact-sidebar .page-sidebar .slimScrollDiv {
        overflow: visible !important
    }

    .compact-sidebar .accordion-menu .animated>li {
        position: relative
    }

    .compact-sidebar .page-container {
        width: calc(100% - 80px);
        margin-left: 0
    }

    .compact-sidebar .logo-box {
        text-align: center
    }

    .compact-sidebar .logo-box .logo-text {
        display: none
    }

    .compact-sidebar .logo-box #sidebar-state {
        float: none;
        display: block
    }

    .compact-sidebar .accordion-menu {
        padding: 0 12px
    }

    .compact-sidebar .accordion-menu .sidebar-title {
        padding: 20px 0 10px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        hyphens: auto;
        overflow: hidden
    }

    .compact-sidebar .accordion-menu .animated>li>a {
        font-size: 0;
        line-height: 0;
        border-radius: 10px
    }

    .compact-sidebar .accordion-menu .animated>li>a>i.has-sub-menu {
        display: none
    }

}

.accordion-menu .animated li.active-page>a {
    background: #057c53;
    color: #fff;
}

.btn.btn-primary{
    background: #057c53;
}

.accordion-menu .animated>li>a {
    padding: 12px 20px;
    font-weight: 500;
}
.accordion-menu .animated>li>a {
    font-size: 13px;
    color: #121212;
}

.accordion-menu .animated li ul li a {
    color: #121212;
}
/* end override menu */

/* .compact-sidebar .accordion-menu ul{
    z-index: 1;
} */
.page-sidebar{
    transition: transform 650ms ease,width 150ms ease;
    z-index: 222;
} 

@media (min-width: 1200px){
    .page-sidebar {
        transform: translateX(0);
        z-index: 222;
    }
}

.page-footer{
    display: block;
    clear: both;
    margin-top: auto;
    padding: 20px 6px;
    border-top: 1px solid #ccc;
    margin-top: 5px;
}

.compact-sidebar .accordion-menu ul{
    left: 77px;
}

.nk-sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(16,25,36,.4);
    z-index: 111;
    animation: overlay-fade-in .4s ease 1;
}

.accordion-menu>li>a>i, .accordion-menu .animated>li>a>i{
    font-size: 22px;
}
.accordion-menu>li>a>i.has-sub-menu, .accordion-menu .animated>li>a>i.has-sub-menu{
    font-size: 18px;
}
.compact-sidebar .accordion-menu{position: relative;}

/* .page-sidebar li a {
    position: relative;
    transition: color .3s,background-color .3s;
} */

/* a {
    transition: color .4s,background-color .4s,border .4s,box-shadow .4s;
} */

.accordion-menu .animated li.sidebar-title-admin {
    font-weight: 400;
    color: rgba(0, 0, 0);
    opacity: 1;
}

@media (max-width: 1199px){
    .page-content {
        margin-top: 61px!important;
    }
}
.minw-50{
    min-width: 50px;
}
.minw-100{
    min-width: 100px;
}
.minw-150{
    min-width: 150px;
}

.nav-tabs .nav-link {
    max-width: 30%;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 2.4;
}

.disabled {
    cursor: not-allowed;
    pointer-events: all !important;
    opacity: .65;
}

.modal.bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 80%;
    bottom: 0px;
    left: 0%;
    right: 0%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.col-footer button{
    margin: 2px;
}
.border-bottom-dot{
    text-decoration: none;
    border-bottom: dashed 1px #0088cc !important;
}
/* .search-item-para input, .search-item-para .input-group{
    margin-bottom: 10px;
} */
.search-item-para .input-group-text{
    background: none !important;
    border: 0px !important
}

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

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

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

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

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

.table-custom .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-custom 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;
}
/* end table custom */

.custom-scrollbars .track-vertical{
    opacity: 0 !important;
    transition: opacity 200ms ease
}

.custom-scrollbars:hover .track-vertical{
    opacity: 1 !important
}

/* .item-name .name {
    white-space: nowrap;
    color: #1b2539;
    font-size: 1.375em;
    font-weight: 700;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
} */