/* MODAL */
.close_modal {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: default;
}

.close_modal:hover {
  transform: scale(1.05);
  transition: 0.2s;
}

.close_modal span {
  font-size: 35px;
  color: #a3a3a3;
  font-weight: 800;
}

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 {
  backdrop-filter: blur(5px);
  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;
  text-align: center;
}

.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-custom);
  border-color: var(--color-custom);
}

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-custom);
  /* background-color: var(--color-custom); */
  border-color: var(--color-custom);
}

.page-link:focus {
  color: #fff;
  background-color: var(--color-custom);
  outline: 0;
  box-shadow: var(--sh-focus-box-shadow);
}

.form-control:focus {
  /* color: var(--color-custom); */
  /* background-color: var(--color-custom); */
  border-color: var(--color-custom);
  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-white);
}

/* 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(57 57 57 / 8%) !important;
}

.header .header-right .dropdown-menu {
  top: 5px !important;
}

/* LOGIN */
.login_container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white-10);
}

.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: block; */
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bolder;
  text-align: center;
  justify-content: center;
  max-width: 220px;
}

/* REMESSAS */
.block-remessa-school {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

.block-remessa-school {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0 30px 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-school:hover {
  /* box-shadow: var(--box-shadow-int); */
  transition: 0.4s;
  background-color: var(--color-white-5);
  box-shadow: var(--box-shadow-int);
}

.block-remessa-school>div {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.block-remessa-school>div h2 {
  margin-left: 16px;
}

.block-remessa-school p {
  color: var(--color-gray-40);
}

#list-remessa {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

.card-dispatch {
  background-color: transparent;
  color: #fff !important;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 1.5em;
  border-radius: 2em;
  border: solid 1px var(--color-custom);
  box-shadow: -4px -4px 14px rgba(255, 255, 255, 0.8),
    4px 4px 14px rgba(0, 0, 0, 0.2);
}

.dispatch-title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: var(--color-custom);
  font-weight: 600;
}

.dispatch-body {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-basis: 100%;
  padding-top: 14px;
  text-align: center;
}

.dispatch-body div {
  display: flex;
  width: 40%;
  flex-wrap: wrap;
}

.dispatch-body div label {
  width: 100%;
  color: var(--color-gray-40);
  font-size: 18px;
  font-weight: 800;
}

.dispatch-body div span {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  color: var(--color-custom);
}

.dispatch-footer {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-basis: 100%;
  padding-top: 14px;
  text-align: center;
}

.dispatch-footer div {
  display: flex;
  width: 40%;
  flex-wrap: wrap;
}

.dispatch-footer div label {
  width: 100%;
  color: var(--color-gray-40);
  font-size: 18px;
  font-weight: 800;
}

.dispatch-footer div span {
  width: 100%;
  font-size: 1em;
  font-weight: 700;
  color: var(--color-custom);
}

.dispatch-confirm {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 16px;
}

.block-remessa {
  width: 50%;
  box-sizing: border-box;
  padding: 30px 0 30px 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);
}

div.block-remessa:hover {
  /* box-shadow: var(--box-shadow-int); */
  box-shadow: none !important;
}

div.block-remessa {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0 30px 0;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 25% 1fr 20%;
  gap: 20px 0px;
  border-radius: 20px;
  border: 1px solid #cecece;
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
  max-width: 1400px;
  box-shadow: none;
}

.block-remessa>div {
  /* display: grid; */
  display: flex;
  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 20%;
}

.line-range-remessa-school {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 4;
  box-sizing: border-box;
  margin: 0 20%;
}

.line-range-remessa-school>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.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-custom);
  height: 30px;
  width: 30px;
  border-radius: 8px;
  box-shadow: var(--box-shadow-ext);
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-tab-txt {
  color: var(--color-custom);
  height: 30px;
  border-radius: 8px;
  box-shadow: var(--box-shadow-ext);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff !important;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.8em !important;
}

.more-tab-txt:focus {
  color: #fff;
  background-color: var(--color-custom) !important;
}

/*
*/

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-custom) !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;
}

.img-dash img {
  border-radius: 10px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li {
  margin-bottom: 0px !important;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a.active,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a:hover {
  font-size: 14px !important;
  border: none !important;
}

/* ROCKET */

.loader {
  width: 32px;
  height: 90px;
  display: block;
  margin: 20px auto 50px auto;
  position: relative;
  border-radius: 50% 50% 0 0;
  border-bottom: 10px solid #ff3d00;
  background-color: #fff;
  background-image: radial-gradient(ellipse at center,
      #fff 34%,
      #ff3d00 35%,
      #ff3d00 54%,
      #fff 55%),
    linear-gradient(#ff3d00 10px, transparent 0);
  background-size: 28px 28px;
  background-position: center 20px, center 2px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: animloaderBack 1s linear infinite alternate;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0px 15px #ff3d00 inset;
  top: 67px;
}

.loader::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 34px;
  height: 34px;
  top: 112%;
  background: radial-gradient(ellipse at center,
      #ffdf00 8%,
      rgba(249, 62, 0, 0.6) 24%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 50% 50% 0;
  background-repeat: no-repeat;
  background-position: -44px -44px;
  background-size: 100px 100px;
  box-shadow: 4px 4px 12px 0px rgba(255, 61, 0, 0.5);
  box-sizing: border-box;
  animation: animloader 1s linear infinite alternate;
}

@keyframes animloaderBack {

  0%,
  30%,
  70% {
    transform: translateY(0px);
  }

  20%,
  40%,
  100% {
    transform: translateY(-5px);
  }
}

@keyframes animloader {
  0% {
    box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, 0.75);
    width: 34px;
    height: 34px;
    background-position: -44px -44px;
    background-size: 100px 100px;
  }

  100% {
    box-shadow: 2px 2px 8px 0px rgba(255, 61, 0, 0.5);
    width: 30px;
    height: 28px;
    background-position: -36px -36px;
    background-size: 80px 80px;
  }
}

/* NEWS */
.emails-news {
  flex-basis: 25%;
}

.select_usr input[type="checkbox"] {
  display: none;
  /* Esconde os inputs */
}

input[type="search"] {
  text-align: center !important;
}

.select_usr label {
  padding: 0.4em 1em;
  background-color: whitesmoke;
  border-radius: 7px;
  color: #ffffff;
  font-weight: 300;
  margin-right: 1.1%;
  margin-bottom: 1.5%;
  flex-basis: auto;
  width: -webkit-fill-available;
}

.select_usr input[type="checkbox"]:checked+label {
  color: #fff !important;
  background-color: var(--color-custom) !important;
}

.select2-container--default .select2-selection--multiple {
  background-color: transparent !important;
}

.div_form {
  display: none;
}

.div_mvno {
  display: none;
}

.check_list {
  flex-direction: inherit !important;
}

.col-grid {
  gap: 0 !important;
}

/* .col-grid span {
  width: 100% !important;
} */

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--color-custom);
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-color: var(--color-custom);
  background-color: var(--color-white-10);
  margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 16px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 16px;
  padding-right: 6px;
  margin-left: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0 12px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  margin: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  gap: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  gap: 12px 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.select2-container--default,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.selection {
  width: 100%;
}

.select2-search {
  width: 100%;
}

.div_mvno>.grid-input:first-child {
  margin-bottom: 20px;
}

.holder {
  width: max-content;
  height: max-content;
  margin: 0 auto;
}

.holder img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 160px;
  object-fit: contain;
  border: 4px solid var(--color-white-10);
  box-shadow: var(--box-shadow-ext) !important;
}

.holder_mobile {
  width: max-content;
  height: max-content;
  margin: 0 !important;
}

.holder_mobile img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 160px;
  object-fit: contain;
  border: 4px solid var(--color-white-10);
  box-shadow: var(--box-shadow-ext) !important;
}

/* BANNER */

.holder_banner {
  width: max-content;
  height: max-content;
  margin: 0 !important;
}

.holder_banner img {
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 160px;
  object-fit: contain;
  border: 4px solid var(--color-white-10);
  box-shadow: var(--box-shadow-ext) !important;
}

.holder_banner_mobile {
  width: max-content;
  height: max-content;
  margin: 0 !important;
}

.holder_banner_mobile img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 260px;
  object-fit: contain;
  border: 4px solid var(--color-white-10);
  box-shadow: var(--box-shadow-ext) !important;
}

.content-input-row {
  display: flex;
  flex-direction: row;
}

/* input[type="color"] {
  -webkit-appearance: none;
  border: none;
  width: 32px;
  height: 32px;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
} */

.input-color-container {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: solid 2px #ddd;
  border-radius: 40px;
}

.input-color {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 56px;
  height: 56px;
  border: none;
}

.input-color-label {
  cursor: pointer;
  /* text-decoration: underline; */
  color: #767676;
}

.input-color {
  /* height: auto !important; */
  padding: 0 !important;
}

/* COLOR_TXT */

.input-color-container-txt {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: solid 2px #ddd;
  border-radius: 40px;
}

.input-color-txt {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 56px;
  height: 56px;
  border: none;
}

.input-color-label-txt {
  cursor: pointer;
  /* text-decoration: underline; */
  color: #767676;
}

.input-color-txt {
  /* height: auto !important; */
  padding: 0 !important;
}

/* mostrar */
.btn-mostrar {
  color: var(--color-custom);
  float: right;
  margin-right: 10%;
  border: none;
  margin-top: -5%;
  background: transparent;
}

.div-btn {
  width: 100%;
}

/* BTN ANCORA */
.button-ancor {
  background-color: transparent !important;
  border: none !important;
}

/* CARDS SLIDER */
.card-slider {
  display: flex;
  flex-wrap: wrap;
  width: calc(25% - 2%);
  background-color: #f3f3f3;
  float: left;
  margin-right: 2%;
  border-radius: 20px;
  overflow: auto;
  margin-bottom: 2%;
  position: relative;
  box-shadow: var(--box-shadow-ext) !important;
}

.card-title {
  font-weight: bold;
  padding: 0.7em 1em;
  flex-basis: 49%;
  color: var(--color-custom);
  font-size: 1.1em;
  align-items: center;
  display: flex;
  font-weight: 500;
  gap: 10px;
}

.card-tools {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  width: 50%;
  gap: 20px;
  color: var(--color-custom) !important;
}

.card-tools a {
  color: var(--color-custom) !important;
  text-decoration: none;
}

.card-tools a:hover {
  color: var(--color-custom) !important;
}

.card-bg {
  width: 100%;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  border-radius: 0;
}

.sliderDes {
  background-color: rgb(194, 59, 59);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* position: absolute; */
  right: 10px;
  bottom: 10px;
}

.sliderAti {
  background-color: rgb(122, 235, 122);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* position: absolute; */
  right: 10px;
  bottom: 10px;
}

.tools {
  display: flex;
  gap: 20px;
}

/* NOTIFYTINY */
.tox-notification {
  display: none !important;
}

/* SLIDER */
.slider-off {
  color: red;
  font-weight: 400;
  padding: 0.5em 1em;
  border: 1px solid;
  border-radius: 20px;
  display: unset;
  font-size: 0.5em;
}

.btn-config {
  color: var(--color-solid-progress) !important;
}

.ver-post {
  display: flex;
  width: fit-content;
  padding: 5px 10px;
}

.flex-th {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  gap: 5px;
}

/* tr th {
  text-transform: uppercase !important;
} */

.div_filtro button {
  border-radius: 10px;
  padding: 0.3em 1em;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

div.dt-buttons>.dt-button,
div.dt-buttons>div.dt-button-split .dt-button {
  color: #fff !important;
  border-radius: 10px !important;
  border: none !important;
}

button.dt-button.buttons-collection.buttons-page-length:first-child {
  background: #011947;
  color: #fff !important;
  box-shadow: none !important;
}

.buttons-page-length span {
  color: #fff !important;
}

.states_title {
  background-color: var(--color-solid-progress);
  padding: 2px 15px;
  border-radius: 10px;
  color: white;
  text-align: center;
  margin-bottom: 7px;
  border: 2px solid #fff;
}

.title-states-h2 {
  margin-bottom: 7px;
  font-size: 26px !important;
  color: var(--color-custom);
}

.align_title_h {
  align-items: center;
  display: inline-flex;
  gap: 15px;
}

/* DASHBOARD */
.container__dashboard {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-wrap: wrap;
}

.container__dashboard h1 {
  color: var(--color-gray-60);
}

.card__line--full {
  width: 100%;
  display: flex;
  gap: 40px;
}

.line-type {
  position: absolute;
  bottom: 15px;
  left: 25px;
  padding: 5px 15px;
  background-color: #ffffff;
  color: #bbb;
  width: min-content;
  text-align: center;
  display: flex !important;
  font-size: 0.7em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 10px;
}

.card__white {
  box-shadow: var(--box-shadow-ext);
  background-color: var(--color-white-10);
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flex__row {
  display: flex;
}

.flex__column {
  display: flex;
  flex-direction: column;
}

.card__valuedash {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 16px;
  box-shadow: var(--box-shadow-int);
  padding: 16px;
  margin: 0 10px;
  width: 100%;
  gap: 12px;
}

.card__valuedash div {
  text-align: center;
}

.card__valuedash span {
  font-size: 86px;
  color: var(--color-gray-70);
}

.card__valuedash p {
  color: var(--color-gray-40);
  text-transform: uppercase;
}

.span__success {
  color: var(--color-solid-success);
}

.span__warning {
  color: var(--color-solid-warning);
}

.span__danger {
  color: var(--color-solid-danger);
}