body {
  width: 100vw;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #1e1e1e;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1fa764;
  letter-spacing: 0.08px; }

h1 {
  font-size: 20px;
  line-height: 24px; }

h4 {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #1e1e1e;
  padding-top: 1rem;
  margin-bottom: 1rem; }

a {
  text-decoration: none !important; }

.large-txt {
  font-size: 20px;
  line-height: 24px; }

.txt-gray {
  color: #808080 !important; }

.txt-black {
  color: #1e1e1e; }

.txt-orange {
  color: #ff812c; }

.text-danger {
  color: #f21919; }

.text-success {
  color: #26cd7a; }

.text-warning {
  color: #FF812C; }

.bg-gray {
  background-color: #F5F5F5; }

.spacing {
  display: block;
  width: 100%;
  height: 1rem;
  background-color: #f3f3f3; }

a:focus,
input:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none; }

select::-ms-expand {
  display: none; }

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 98.5% center;
  outline: none !important;
  background-image: linear-gradient(45deg, transparent 50%, #808080 50%), linear-gradient(135deg, #808080 50%, transparent 50%), linear-gradient(to right, #ffffff, #ffffff);
  background-position: calc(100% - 12px) 1em, calc(100% - 6px) 1em, 100% 0;
  background-size: 7px 6px, 7px 6px, 43px 43px;
  background-repeat: no-repeat;
  padding-right: 43px;
  padding-left: 10px;
  line-height: 1em;
  background-color: #ffffff; }
  select.smaller,
  select.form-control.smaller {
    background-position: calc(100% - 14px) calc(1em - 3px), calc(100% - 8px) calc(1em - 3px), 100% 0;
    background-size: 7px 6px, 7px 6px, 30px 30px;
    height: 30px;
    padding-right: 25px; }

header {
  height: 65px;
  background: #26cd7a;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10; }
  header + #main {
    /*min-height: 80vh;*/
    margin-top: 65px;
    max-height: calc(100vh - 65px);
    overflow-y: auto; }
  header + #admin-menu {
    margin-top: 65px; }
    header + #admin-menu + #main {
      margin-top: 0;
      max-height: calc(100vh - 115px); }
  header .navbar {
    justify-content: flex-start;
    padding: 0 1rem;
    height: 65px;
    max-width: 540px;
    margin: 0 auto;
    flex-wrap: unset;
    -ms-flex-wrap: unset; }
  header .navbar-brand,
  header .page-title {
    order: 1;
    color: #ffffff;
    font-size: 20px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
    margin-right: 0;
    width: calc(100vw - 90px); }
    header .navbar-brand small,
    header .page-title small {
      font-size: 13px;
      line-height: 15px;
      font-weight: 300; }
  header .navbar-toggler {
    order: 0;
    border: 0;
    padding: 0;
    margin-right: 5px; }
    header .navbar-toggler .navbar-toggler-icon {
      background-image: url(../images/navbar_mobile.png); }
  header .navbar-collapse {
    position: fixed;
    left: -290px;
    top: 0;
    width: 288px;
    height: auto;
    z-index: 2;
    min-height: 555px;
    transition: all 200ms; }
    header .navbar-collapse.show {
      left: 0;
      transition: all 200ms;
      display: block !important; }
      header .navbar-collapse.show .menu-overlay {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: -1; }
    header .navbar-collapse > .bg-blue {
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29); }
      header .navbar-collapse > .bg-blue img {
        margin: 0.5rem; }
    header .navbar-collapse .menu-style {
      background: #fff;
      padding: 0.5rem 1rem;
      max-height: calc(100vh - 82px);
      /*min-height: 420px;*/
      overflow-y: auto;
      display: block !important; }
      header .navbar-collapse .menu-style .nav-item .nav-link {
        padding: 1rem;
        padding-left: 2rem;
        background-size: 24px auto !important;
        color: #1e1e1e;
        font-size: 15px;
        line-height: 20px; }
        header .navbar-collapse .menu-style .nav-item .nav-link.nav-logout {
          background: url(../images/logout.svg) no-repeat left transparent; }
      header .navbar-collapse .menu-style .nav-item.active .nav-link {
        color: #26cd7a; }
  header .btn-back {
    display: inline-block;
    margin-right: 1rem; }

#main {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  #main .task-info {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden; }
  #main .table-product-requests {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%; }

#admin-menu {
  background: #ffffff;
  box-shadow: 0px -3px 12px rgba(13, 35, 65, 0.2);
  position: relative;
  z-index: 1; }
  #admin-menu .menu-tabs {
    text-align: center; }
    #admin-menu .menu-tabs a {
      display: inline-block;
      font-size: 13px;
      line-height: 50px;
      padding: 0;
      margin-left: 12px;
      margin-right: 12px;
      position: relative;
      color: #808080; }
      #admin-menu .menu-tabs a:after {
        content: "";
        height: 3px;
        width: 100%;
        background-color: transparent;
        position: absolute;
        bottom: -3px;
        left: 0; }
      #admin-menu .menu-tabs a.active {
        color: #26cd7a; }
        #admin-menu .menu-tabs a.active:after {
          background-color: #26cd7a; }

.form-search {
  margin-top: 1.5rem;
  margin-bottom: 1rem; }
  .form-search #search {
    background-color: #f3f3f3;
    border-radius: 4px;
    position: relative;
    padding-left: 40px;
    padding-right: 30px; }
    .form-search #search .btn-search {
      display: inline-block;
      border: 0;
      box-shadow: none;
      background-image: none;
      background-color: transparent;
      position: absolute;
      left: 10px;
      top: 7px;
      z-index: 2; }
    .form-search #search #btn-search-clear {
      border: 0;
      box-shadow: none;
      background-image: none;
      background-color: transparent;
      position: absolute;
      right: 10px;
      top: 8px;
      z-index: 2;
      display: none; }
    .form-search #search input[type="text"] {
      width: 100%;
      height: 40px;
      border: 0;
      background: transparent;
      padding: 0 10px;
      outline: none !important;
      box-shadow: none !important; }
      .form-search #search input[type="text"]:not(:placeholder-shown) + #btn-search-clear {
        display: inline-block; }

.search-results {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  margin-bottom: 1rem; }
  .search-results ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none; }
  .search-results li {
    list-style: none;
    padding: 0; }
    .search-results li a {
      padding: 0.8rem 1rem;
      display: block;
      color: #1e1e1e; }
    .search-results li:nth-child(2n) a {
      background-color: #f3f3f3; }

select.sort-by {
  font-size: 13px;
  line-height: 15px;
  border-color: #c9c9c9;
  padding: 3px 26px 3px 10px;
  border-radius: 4px;
  height: 32px; }

.table,
table {
  font-size: 13px;
  line-height: 15px; }
  .table thead th,
  table thead th {
    vertical-align: middle;
    border: 0;
    text-transform: uppercase;
    padding: 0.75rem 0.25rem;
    text-align: center; }
    .table thead th:first-child,
    table thead th:first-child {
      text-align: left;
      padding-left: 15px; }
    .table thead th:last-child,
    table thead th:last-child {
      text-align: right;
      padding-right: 15px; }
    .table thead th[align="right"],
    table thead th[align="right"] {
      text-align: right; }
  .table td,
  table td {
    padding: 0.5rem 0.25rem;
    border: 0;
    text-align: center;
    vertical-align: middle; }
    .table td:first-child,
    table td:first-child {
      text-align: left;
      padding-left: 15px; }
    .table td:last-child,
    table td:last-child {
      text-align: right;
      padding-right: 15px; }
    .table td.price,
    table td.price {
      font-weight: 600; }
    .table td[align="right"],
    table td[align="right"] {
      text-align: right; }

.table-products {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  width: 100%; }
  .table-products > table {
    margin-bottom: 0; }

.bg-blue {
  background-color: #26cd7a;
  color: #ffffff; }

.bg-white {
  background-color: #ffffff; }

.form-control {
  height: 40px;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 18px; }

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

textarea.form-control {
  height: auto; }

.btn {
  background-color: #ff812c;
  border-radius: 24px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 10px 30px; }
  .btn.disabled, .btn.btn-gray {
    background: #808080;
    border-color: #808080; }

.btn-primary {
  background: #f35353;
  border-color: #f35353; }

.btn-white {
  background-color: #ffffff;
  color: #1e1e1e !important;
  border-color: #1e1e1e; }

.btn-border {
  color: #f35353 !important;
  border-color: #f35353;
  background-color: #ffffff;
  line-height: 24px; }

.btn-border-green {
  color: #1fa764 !important;
  border-color: #1fa764;
  background-color: #ffffff; }

.btn-border-red {
  color: #F21919 !important;
  border-color: #F21919;
  background-color: #ffffff; }

.modal.show .modal-dialog {
  margin-top: 30vh;
  margin-bottom: 0; }
  @media (min-width: 480px) {
    .modal.show .modal-dialog {
      margin-top: 15vh; } }

.modal .modal-header {
  padding-top: 2rem;
  justify-content: center;
  border-bottom: 0; }
  .modal .modal-header .close {
    position: absolute;
    top: 7px;
    right: 10px; }

.modal .modal-body {
  text-align: center; }
  .modal .modal-body h4 {
    padding: 0;
    margin: 0; }

.modal .modal-footer {
  padding-bottom: 2rem;
  justify-content: center;
  border-top: 0; }
  .modal .modal-footer .btn {
    min-width: 135px;
    max-width: 180px; }
  .modal .modal-footer .btn-large {
    min-width: 220px; }

.modal .product-update {
  margin-top: 10vh; }
  .modal .product-update .modal-body {
    padding: 0; }
  .modal .product-update .modal-content {
    border: none;
    border-radius: 0; }

.status {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  padding: 0 10px;
  line-height: 20px;
  border: 1px solid;
  border-radius: 20px; }
  .status.available {
    color: #26cd7a;
    border-color: #26cd7a; }
  .status.unavailable {
    color: #f21919;
    border-color: #f21919; }
  .status.request-waiting {
    color: #ffffff;
    background-color: #0090ff;
    border-color: #0090ff; }
  .status.request-processing {
    color: #ffffff;
    background-color: #ffab00;
    border-color: #ffab00; }
  .status.request-successful {
    color: #ffffff;
    background-color: #00b14f;
    border-color: #00b14f; }
  .status.request-canceled {
    color: #ffffff;
    background-color: #ff4530;
    border-color: #ff4530; }

.switch {
  position: relative;
  display: inline-block; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 48px;
  height: 22px;
  border-radius: 22px;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0; }

#switch-value {
  white-space: nowrap; }

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 13px; }

input:checked + .slider {
  background-color: #26cd7a; }

input:focus + .slider {
  box-shadow: 0 0 1px #26cd7a; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

div.login .logo-wrap {
  margin-top: 3rem;
  margin-bottom: -70px;
  position: relative;
  z-index: 2; }

div.login .form-wrap {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px #0000002e;
  border-radius: 4px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 3rem;
  padding: 70px 1rem 3rem; }

div.login .login-form .form-group {
  margin-bottom: 1.5rem; }
  div.login .login-form .form-group .form-control {
    border: 0;
    height: 48px;
    background-color: #f3f3f3;
    border-radius: 0; }

.fixed-button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  padding: 1rem;
  /*box-shadow: 0px 3px 12px rgba(0,0,0,0.29);*/
  z-index: 9; }
  .fixed-button.justify-content-between .btn {
    min-width: 48%; }
    @media (max-width: 374px) {
      .fixed-button.justify-content-between .btn {
        min-width: 36%; } }

.grey-txt {
  color: #8b8b8b !important; }

.blue-txt {
  color: #26cd7a !important; }

span.require-field {
  display: inline-block;
  vertical-align: top;
  color: red; }

.product-summary {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .product-summary .product-thumb {
    width: 80px;
    height: 80px;
    border: 1px solid #c9c9c9;
    margin-right: 1rem;
    text-align: center; }
    .product-summary .product-thumb img {
      width: 100%;
      max-height: 100%;
      max-width: 100%;
      display: inline-block; }

.product-info {
  padding-top: 1rem;
  max-height: calc(100vh - 300px);
  margin-bottom: 60px;
  /* padding-bottom: 1rem; */
  overflow-x: hidden;
  overflow-y: auto; }

.navbar-expand-xl .navbar-toggler {
  display: inline-block !important; }

/*============ Management =============*/
.filter-task input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }
  .filter-task input:checked + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: 7px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 2; }
  .filter-task input:checked + label:after {
    background-color: #21af68;
    border: 2px solid #21af68; }

.filter-task label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0; }
  .filter-task label:after {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 0.5rem;
    border-radius: 2px;
    border: 2px solid #808080; }

.management-content.empty {
  text-align: center; }

.management-content .title {
  color: #1e1e1e;
  font-weight: 600;
  margin-top: 1.5rem; }

.table-managements {
  width: 100%; }
  .table-managements td {
    font-size: 13px;
    line-height: 20px; }
    .table-managements td.button {
      width: 40px;
      padding-left: 0; }

.img-selected {
  margin-bottom: 0; }
  .img-selected > span {
    background: #ffffff;
    width: 70px;
    height: 70px;
    border: 1px solid #c9c9c9;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 5px; }
    .img-selected > span .remove-img {
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url("../images/close.png");
      background-size: cover;
      position: absolute;
      top: 1px;
      right: 1px; }

/*============ End Management =============*/
/*============ Begin statistical ===========*/
.statistical-list > a {
  align-items: center; }
  .statistical-list > a span {
    display: inline-block;
    vertical-align: middle; }

.form-file {
  position: relative; }
  .form-file input[type="file"] {
    opacity: 0;
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    z-index: 2; }
  .form-file .input-label {
    border: 1px dashed #d1d1d1;
    width: 100%;
    text-align: center;
    padding: 0 1rem;
    position: static;
    font-size: 15px;
    line-height: 38px;
    display: block;
    border-radius: 4px;
    margin-bottom: 1rem; }

/*============ End statistical ===========*/
/*============ Begin Upload ===========*/
.alert {
  font-size: 13px;
  padding: 0.5rem 1rem; }

.alert-danger {
  color: #1e1e1e;
  background-color: #fff1f1;
  border-color: #ff3a3a; }

.upload-flow .upload-tab-title {
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  color: #808080;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  flex: 0 0 30%; }
  .upload-flow .upload-tab-title img {
    display: inline-block;
    vertical-align: text-bottom; }
    .upload-flow .upload-tab-title img.active {
      display: none; }
  .upload-flow .upload-tab-title.active {
    color: #26cd7a;
    border: 1px solid #26cd7a; }
    .upload-flow .upload-tab-title.active img {
      display: none; }
      .upload-flow .upload-tab-title.active img.active {
        display: inline-block; }

.upload-flow .form-file input[type="file"] {
  height: 50px; }

.upload-flow .form-file .input-label {
  line-height: 50px;
  color: #808080;
  text-transform: uppercase; }

.form-search.search-custom {
  margin: 0;
  display: inline-block; }
  .form-search.search-custom #search {
    background-color: #fff;
    padding-left: 0;
    padding-right: 30px;
    border: 1px solid #c9c9c9; }
    .form-search.search-custom #search #btn-search-clear {
      z-index: 3;
      background-color: #fff;
      top: 4px;
      right: 0;
      width: 30px;
      height: 26px;
      text-align: center; }
    .form-search.search-custom #search input[type="text"] {
      height: 32px;
      font-size: 13px; }
    .form-search.search-custom #search .btn-search {
      left: auto;
      right: 0;
      top: 3px;
      width: 30px;
      height: 26px; }

/*============ End Upload ===========*/
/*============ Begin Distributor ===========*/
#admin-menu.distributor-menu .menu-tabs a {
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  min-width: 49%; }

.product-summary {
  overflow: hidden; }
  .product-summary + .product-summary {
    border-top: 1px solid #c9c9c9; }
  .product-summary .product-thumb {
    float: left; }

.products-list {
  max-height: calc(100vh - 205px);
  overflow-y: auto; }
  .products-list .product-summary:first-child {
    padding-top: 0; }

.quality {
  min-width: 118px; }
  .quality button, .quality input {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #c9c9c9;
    background-color: #ffffff;
    float: left;
    color: #ff812c; }
  .quality .input {
    margin-left: 5px;
    margin-right: 5px;
    color: #1e1e1e;
    min-width: 44px;
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2; }
  .quality button {
    cursor: pointer; }
    .quality button span {
      font-size: 16px;
      line-height: 14px;
      font-weight: bold; }
    .quality button.disable {
      color: #c9c9c9;
      cursor: default; }

.line-height-18 {
  line-height: 18px !important; }

.table-orders {
  max-height: calc(100vh - 190px);
  overflow-y: auto;
  width: 100%; }

.order-list-empty {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-top: 35%;
  z-index: 0; }

.w-100px {
  width: 100px; }

/*============ End Distributor ===========*/
