/* MODAL */

body .modal {
  height: 100vh;
  width: 100%;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: row;
  opacity: 0;
  justify-content: center;
  align-items: flex-start;
  z-index: 11;
}

body .modal-form {
  height: 100vh;
  width: 100%;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: row;
  opacity: 0;
  justify-content: center;
  align-items: flex-start;
  z-index: 11;
}

body .modal-function {
  height: 100vh;
  width: 100%;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: row;
  opacity: 0;
  justify-content: center;
  align-items: flex-start;
  z-index: 111;
  top: 0;
}

.modal-box {
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  height: max-content;
  border-radius: 5px;
  opacity: 0;
  margin-top: -100px;
  z-index: 9999;
}

.modal-box .block-form {
  box-shadow: none !important;
  padding: 36px 20px !important;
}

.modal-box .form-select-escritorio {
  padding: 0.5em 2em;
  display: flex;
  flex-wrap: wrap;
  width: 600px;
}

.modal-box .modal-all {
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  background-color: var(--color-white-10);
  position: relative;
}

.modal-box .modal-all div {
  border: none !important;
  justify-content: center !important;
}

.modal-box .modal-all button,
.modal-box .modal-all a {
  min-width: 170px !important;
}

.form-phone {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: space-between;
}

.form-phone {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: space-between;
}

.header-modal-box {
  display: flex;
  margin: 0;
  border-radius: 0;
  width: 100%;
}

.header-modal-box .close {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
}

.header-modal-box .close {
  line-height: 0;
  cursor: pointer;
  transition: 0.2s;
}

.header-modal-box .close:hover {
  transform: scale(1.05);
  transition: 0.2s;
}

.header-modal-box .close span {
  color: var(--color-solid-danger);
}

.footer-box {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #ccc;
  border-radius: 0;
  margin-top: 5%;
  padding: 3% 0;
  width: 100%;
}

.footer-box .footer-btn {
  padding: 0.8em 0;
}

/* TOOLS */
.action .dropdown-item {
  padding: 0 !important;
}

/* TABLE */
.table-striped {
  border-radius: 10px !important;
}

.table-striped td,
.table-striped th {
  border: none;
  text-align: left;
  padding: 8px;
}

.table-striped td:first-of-type {
  border-right-color: transparent;
}

.table-striped th {
  text-align: center !important;
}

.table-striped td {
  text-align: center;
}

.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

table.dataTable thead {
  background-color: var(--color-white);
}

table.dataTable tbody tr:last-child td {
  padding-bottom: 16px !important;
}

table.dataTable {
  background-color: var(--color-white-10);
  border-radius: 20px !important;
  box-shadow: var(--box-shadow-ext);
  margin-top: 12px !important;
  overflow: hidden;
}

.table-striped td,
.table-striped th {
  padding: 16px 8px;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #a1a4a9;
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid
    var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
  color: var(--color-primary);
  /* background-color: var(--color-primary); */
  border-color: var(--color-primary);
}

.page-link:focus {
  color: #fff;
  background-color: var(--color-primary);
  outline: 0;
  box-shadow: var(--sh-focus-box-shadow);
}

.form-control:focus {
  /* color: var(--color-primary); */
  /* background-color: var(--color-primary); */
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: var(--sh-focus-box-shadow);
}

table.dataTable.table-striped > tbody > tr.odd > *,
table.dataTable.table-striped > tbody > tr.even > * {
  box-shadow: none !important;
  border-bottom: 1px solid var(--color-gray-70);
}

/* HEADER */
/* .header .header-right .dropdown-menu li a {
  padding: 8px 12px;
  display: flex;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
} */

.header .header-right .profile-box .dropdown-menu li a:hover {
  background-color: rgb(254 80 0 / 8%) !important;
}

.header .header-right .dropdown-menu {
  top: 5px !important;
}

/* TABLE STATIC */

.table-static {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

.table-static tbody tr:first-child > * {
  padding-top: 10px !important;
}
.table-static tbody tr:last-child > * {
  padding-bottom: 10px !important;
}

.table-static {
  background-color: var(--color-white-10);
  border-radius: 20px !important;
  box-shadow: var(--box-shadow-ext);
  margin-top: 12px !important;
  overflow: hidden;
}

.table-static td {
  padding: 0.5em 2em;
}

.table-static thead {
  background-color: var(--color-white);
  text-align: center;
}

/* LOGIN */

.login_container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ebebeb;
}

.login_box {
  display: flex;
  flex-wrap: wrap;
  width: 440px;
}

.login_box h1 {
  text-align: center;
  margin-bottom: 2%;
  flex-basis: 100%;
}

.login_box p {
  /* font-size: 0.8em; */
  /* font-weight: 300; */
  /* text-align: center; */
  /* margin-bottom: 4%; */
  text-align: center;
  margin: 0 auto;
}

.dry-sub-title {
  height: 33px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b9b9b9;
}

/* STATUS */
.codestatus {
  padding: 0.4em 0.9em;
  border-radius: 15px;
  color: #fff;
  /* display: flex; */
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bolder;
  text-align: center;
  justify-content: center;
}

/* REMESSAS */
#list-remessa {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

.block-remessa {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 0 0 0;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 25% 1fr 20%;
  gap: 20px 0px;
  border-radius: 20px;
  box-shadow: -4px -4px 14px rgba(255, 255, 255, 0.8),
    4px 4px 14px rgba(0, 0, 0, 0.2);
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
  max-width: 1400px;
}

.block-remessa:hover {
  /* box-shadow: var(--box-shadow-int); */
  transition: 0.4s;
  background-color: var(--color-white-5);
  box-shadow: var(--box-shadow-int);
}

.block-remessa > div {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.block-remessa > div h2 {
  margin-left: 16px;
}

.block-remessa p {
  color: var(--color-gray-40);
}

.tag-card {
  display: flex !important;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px;
  width: 200px;
  border-bottom-left-radius: 16px;
  justify-content: center !important;
  color: #fff;
}

.type-pack {
  background-color: var(--color-gray-40);
  border-radius: 8px;
  padding: 0px 8px;
  text-align: center;
}

.type-pack p {
  color: var(--color-white);
}

.tag-card p {
  color: #fff;
}

.tag-bg-green {
  background-color: #007d38;
}

.line-range-remessa {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 4;
  box-sizing: border-box;
  margin: 0 10%;
}

.line-range-remessa > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.line-description-remessa {
  grid-row-start: 3;
  grid-column-start: 1;
  grid-column-end: 4;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex !important;
  justify-content: center !important;
}

/* FIM REMESSAS */

/* DOPRO */
/* .tooltip {
    background: #f90;
    color: #fff;
    padding: 15px;
    position: relative;
    width: 200px;
  } */

.dropdown-menu-dry:before {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fe590d;
  content: "";
  top: -20px;
  position: absolute;
  right: 10px;
}

.more-tab {
  color: var(--color-primary);
  height: 30px;
  width: 30px;
  border-radius: 8px;
  box-shadow: var(--box-shadow-ext);
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
 */

aside.sidebar-nav-wrapper::-webkit-scrollbar {
  display: none;
}

.space-bottom-16 {
  margin-bottom: 16px !important;
}

.multiple-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.dataTables_wrapper > div:first-child {
  margin-bottom: 16px;
}

.header .header-right button span {
  top: 0 !important;
  right: 0 !important;
}

div.dataTables_processing > div:last-child > div {
  background: var(--color-primary) !important;
}

/* .col-md-6 .dataTables_filter label {
  width: 50% !important;
}

.col-md-6 .dataTables_filter label input {
  width: 100% !important;
} */

tbody td {
  font-size: 14px;
  font-weight: 500;
}

thead th {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-gray-40);
  text-transform: uppercase;
}

/* pagination table */

.pagination .page-link {
  border-radius: 20px !important;
  border: none !important;
  height: 40px !important;
  width: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: var(--box-shadow-ext) !important;
  cursor: pointer;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  width: auto !important;
  border-radius: 20px !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 16px 0 !important;
  gap: 8px;
}

div.dataTables_wrapper div.dataTables_length select {
  padding: 0px 32px 0 16px !important;
}

/* modal */

.app_modal_box {
  background-color: var(--color-white-10) !important;
  border-radius: 20px;
  position: relative;
}

.app_modal_box p {
  margin: 0 !important;
}

.app_modal_box .block-form {
  box-shadow: none !important;
}

.close-modal {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: var(--color-solid-danger);
  cursor: pointer;
  transition: 0.2s;
}

.close-modal p {
  color: var(--color-white);
}

.close-modal:hover {
  transform: scale(1.05);
  transition: 0.2s;
}

/* view order */

.align-horizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.align-horizontal > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.view-details-pack h1 {
  color: var(--color-gray-60);
}

.view-details-pack label {
  color: var(--color-gray-40);
}

.view-details-pack .content-input {
  gap: 0;
  margin-left: 20px;
}
