@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;

0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*========================================
    GLOBAL
========================================*/
body {
  color: #888888;
  font-size: 1rem;
  line-height: 1.5em;
}

.title-primary {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 6vh;
}

.text-sm {
  font-size: 0.8rem !important;
}

.text-md {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.2rem !important;
}

.text-xl {
  font-size: 1.4rem !important;
}

.text-weight-100 {
  font-weight: 100;
}

.text-weight-200 {
  font-weight: 200;
}

.text-weight-300 {
  font-weight: 300;
}

.text-weight-400 {
  font-weight: 400;
}

.text-weight-500 {
  font-weight: 500;
}

.text-weight-600 {
  font-weight: 600;
}

.text-weight-700 {
  font-weight: 700;
}

.text-weight-800 {
  font-weight: 800;
}

.text-weight-900 {
  font-weight: 900;
}

.font-roboto-condensed {
  font-family: "Roboto Condensed" !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto";
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
  line-height: 1.5em;
  color: unset;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: unset;
}

*:focus {
  outline: none !important;
  outline-color: none !important;
  box-shadow: none;
}

button {
  cursor: pointer;
}

.big-mt {
  margin-top: 4.5rem !important;
}

.medium-mt {
  margin-top: 2rem !important;
}

.small-mb {
  margin-bottom: 1rem !important;
}

.medium-mb {
  margin-bottom: 2rem !important;
}

.big-mb {
  margin-bottom: 4.5rem !important;
}

.color-primary {
  color: #4d8c16 !important;
}

.color-primary-contrast {
  color: #3A6006 !important;
}

.color-gray {
  color: #888888 !important;
}

.color-light {
  color: #ffffff !important;
}

.color-dark {
  color: #000000 !important;
}

.color-yellow {
  color: #CC9D00 !important;
}

.color-blue {
  color: #3490dc !important;
}

.color-red {
  color: #FF0000 !important;
}

.color-cyan {
  color: #6cb2eb !important;
}

.color-purple {
  color: #9561e2 !important;
}

.color-lime {
  color: #D1D721 !important;
}

.color-orange {
  color: #FF6C00 !important;
}

.color-bright-green {
  color: #4d8c16 !important;
}

.centered-btn {
  text-align: center;
}

.bg-primary {
  background-color: #4d8c16 !important;
}

.border-primary {
  border-color: #4d8c16 !important;
}

.btn-color-yellow {
  background-color: #CC9D00 !important;
  color: #fff;
}

.btn-color-gray {
  background-color: #888888 !important;
  color: #fff;
}

.btn-color-purple {
  background-color: #9561e2 !important;
  color: #fff;
}

.btn-color-cyan {
  background-color: #6cb2eb !important;
  color: #fff;
}

.btn-color-red {
  background-color: #FF0000 !important;
  color: #fff;
}

.btn-color-orange {
  background-color: #FF6C00 !important;
  color: #fff;
}

.preserve-white-space {
  white-space: pre-wrap;
}

.word-break {
  word-break: break-word;
}

.bg-light-green {
  background-color: #dbe8d0;
}

.bg-light-gray {
  background-color: #f5f5f5;
}

.border-green {
  border-color: #4d8c16 !important;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 3rem;
}

.row-gap-1 {
  row-gap: 0.25rem;
}

.row-gap-2 {
  row-gap: 0.5rem;
}

.row-gap-3 {
  row-gap: 1rem;
}

.row-gap-4 {
  row-gap: 1.5rem;
}

.row-gap-5 {
  row-gap: 3rem;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.column-gap-3 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.column-gap-5 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.color-brown {
  color: #CC9D00;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-30 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .large-button-max-width {
    max-width: 470px !important;
  }
}

/*======BUTTONS===========*/

.btn {
  padding: 10px 35px;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  transition: all 200ms;
}

.button,
.button--clean,
.button--blue,
.button--yellow,
.button--outlineGray,
.button--lightGray,
.button--bglight {
  padding: 10px 35px;
  text-transform: uppercase;
  background: #4d8c16;
  color: #ffffff;
  border: 1px solid #4d8c16;
  border-radius: 5px;
  text-align: center;
  transition: all 200ms;
}

.button:hover,
.button--clean:hover,
.button--blue:hover,
.button--yellow:hover,
.button--outlineGray:hover,
.button--lightGray:hover,
.button--bglight:hover {
  background: #42505C;
  color: #ffffff;
}

.button--bglight {
  background: #ffffff;
  color: #4d8c16;
  border: 1px solid #4d8c16;
}

.button--bglight:hover {
  background: #4d8c16;
  color: #ffffff;
}

.button--lightGray {
  background: #D3D3D3;
  color: #FF0000;
  border: none;
}

.button--lightGray:hover {
  background: #FF0000;
  color: #ffffff;
}

.button--outlineGray {
  background: transparent;
  color: #888888;
  border: 1px solid #888888;
}

.button--outlineGray:hover {
  background: #888888;
  color: #ffffff;
}

.button.fullwidth,
.fullwidth.button--clean,
.fullwidth.button--blue,
.fullwidth.button--yellow,
.fullwidth.button--bglight,
.fullwidth.button--lightGray,
.fullwidth.button--outlineGray {
  width: 100%;
}

.button--yellow {
  background: #CC9D00;
  color: #ffffff;
  border: 1px solid #CC9D00;
}

.button--yellow:hover {
  background: rgba(204, 157, 0, 0.8);
}

.button--blue {
  background: #0015B2;
  color: #ffffff;
  border: none;
}

.button--blue:hover {
  background: #3490dc;
}

.button--clean {
  background: transparent;
  color: #888888;
  border: none;
  text-decoration: underline;
}

.button--clean:hover {
  color: #4d8c16;
  background: transparent;
  text-decoration: underline;
}

.button--small {
  padding: 5px 12px !important;
  font-size: 0.8rem;
}

.negative-bm {
  position: relative;
  bottom: -2.4rem;
  margin-bottom: -3rem;
}

.btn--icon {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  transition: all 200ms;
}

.btn--icon p {
  margin-bottom: 0;
  margin-left: 5px;
  color: #888888;
}

.btn--icon:hover p {
  color: #4d8c16;
}

.btn--icon:hover svg g,
.btn--icon:hover svg g line,
.btn--icon:hover svg g path {
  stroke: #4d8c16;
}

.btn--icon.active p {
  color: #4d8c16;
}

.btn--icon.active svg g,
.btn--icon.active svg g line,
.btn--icon.active svg g path {
  stroke: #4d8c16;
}

.pointer {
  cursor: pointer !important;
}

/*========================================
LAYOUTS
========================================*/

body {
  background: #f5f5f5;
}

body .link-default {
  border: none;
  background: transparent;
  color: #4d8c16;
  cursor: pointer;
}

body .link-default:hover {
  color: #42505C;
}

.main-system {
  margin-bottom: 2rem;
}

.offline-alert {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
  background-color: #ea4646;
  color: #ffffff;
  transition: all 200ms;
  z-index: 1;
}

.offline-alert .close {
  color: #ffffff;
}

.warning-alert {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
  background-color: #ffc40d;
  color: #000000;
  transition: all 200ms;
  z-index: 1;
}

.warning-alert .close {
  color: #ffffff;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.wrapper.activity-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.wrapper.short {
  max-width: 800px;
  margin: 0 auto;
}

.wrapper .config-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.wrapper .config-wrapper .wrap-5 {
  width: 50%;
  padding: 3rem 4rem;
}

.wrapper .config-wrapper .wrap-7 {
  width: calc(100% - 18rem);
  padding: 3rem 0;
}

.system-header {
  padding: 1rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}

.system-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.system-header .system-logo {
  width: 200px;
  margin-top: -5px;
}

.system-header .system-nav {
  text-transform: uppercase;
  color: #000000;
}

.system-header .system-nav.flex {
  display: flex;
  align-items: center;
}

.system-header .system-nav .nav-link {
  display: inline-block;
  padding: 0.5rem;
  font-weight: 600;
}

.system-header .system-nav .nav-link.active {
  color: #4d8c16;
}

.system-header .nav-inner .nav-mobile {
  display: none;
}

.top-section {
  padding: 1rem 1rem 0px 1rem;
  background: #ffffff;
  color: #000000;
}

.top-section h2 {
  text-transform: uppercase;
}

.top-section h2 span {
  position: relative;
  top: -10px;
  font-size: 0.9rem;
}

.top-section.splash-side {
  padding: 1rem 1rem 3rem;
}

.top-section .header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -3rem;
}

.top-section .navigation-section {
  border-top: 1px solid rgba(211, 211, 211, 0.5);
}

.top-section .navigation-section .navigation-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-section.top-section--big-bottom {
  padding-bottom: 10rem;
  margin-bottom: -8rem;
}

.navigation__item {
  padding: 20px 12px;
  border-bottom: 3px solid transparent;
  transition: all 250ms;
}

.navigation__item:hover,
.navigation__item.active {
  color: #4d8c16;
  border-bottom-color: #4d8c16;
}

.navigation__item:hover svg g path,
.navigation__item:hover svg g line,
.navigation__item.active svg g path,
.navigation__item.active svg g line {
  stroke: #4d8c16;
}

.navigation__item:hover:first-child svg path,
.navigation__item.active:first-child svg path {
  fill: #4d8c16;
}

.navigation.admin-side {
  margin: 0 auto;
}

.navigation.admin-side .navigation__item {
  padding: 15px 25px;
  border-bottom: none;
}

.navigation.admin-side .navigation__item:hover,
.navigation.admin-side .navigation__item.active {
  color: #4d8c16;
  border-bottom-color: none;
}

.breadcrumbs {
  color: #888888;
  text-transform: uppercase;
  transition: all 250ms;
}

.breadcrumbs .breadcrumbs__item:last-child,
.breadcrumbs .breadcrumbs__item:hover {
  color: #4d8c16;
}

.data-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.data-content .data-box {
  width: 100%;
  max-width: 21.7%;
  text-align: center;
  margin-right: 0.7rem;
  font-weight: 600;
  padding: 0.7rem 0.8rem;
  background-color: #fff;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.12);
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  transition: all 200ms;
}

.data-content .data-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.17);
}

.data-content .data-box .data-title {
  margin-bottom: 10px;
  font-size: 0.7rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.data-content .data-box .data-number {
  font-size: 1.7rem;
}

.data-content .data-box.active {
  border-color: #4d8c16;
}

.content-section {
  margin-top: 2rem;
}

.content-section.full-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 15vh);
}

.enviamais-top {
  position: relative;
  width: 100%;
  height: 5vh;
  background: #4d8c16;
}

.nova-marca {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.nova-marca .troca-logo {
  width: 27%;
}

.nova-marca .troca-logo:first-child {
  filter: grayscale(1);
}

.nova-marca .troca-logo.seta {
  max-width: 100px;
  transform: rotate(90deg);
  margin: 2rem;
}

.nova-marca .troca-logo:last-child {
  width: 50%;
  margin-bottom: 1.2rem;
}

.bg-gray-img {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 40vw;
  opacity: 0.2;
  z-index: -1;
  filter: grayscale(1);
}

.empty-cotation {
  width: 90%;
  margin: 0 auto;
  padding: 5rem 2rem;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.empty-cotation p {
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.grid-list {
  width: 95%;
  margin: 0 auto;
  border-left: 2px solid #888888;
  background: transparent;
}

.grid-list .list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  background: #ffffff;
  margin: 0 2rem 2rem;
  padding: 1.5rem;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.grid-list .list-item .item__title {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #000000;
}

.grid-list .list-item .item__text {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #888888;
}

.grid-list .list-item .row-dot {
  position: absolute;
  top: 50%;
  left: -2.8rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #4d8c16;
  transform: translateY(-50%);
}

.grid-list .list-item .row-dot.pendent {
  background: #CC9D00;
}

.grid-list .list-item .row-dot.canceled {
  background: #FF0000;
}

.grid-list .list-item .row-dot.execution {
  background: #4d8c16;
}

.grid-list .list-item .row-dot.top-dot {
  top: 0%;
  background: #000000;
  transform: none;
}

.grid-list .list-item .item__box {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 10.5%;
}

.grid-list .list-item .item__box.short {
  max-width: 9.5%;
}

.grid-list .list-item .item__box.action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-list .list-item .item__box.action img {
  width: 22px;
}

.grid-list .list-item .item__box.checkbox {
  display: none;
}

.grid-list .list-item .item__box.action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 15px;
}

@media screen and (max-width: 512px) {
  .grid-list .list-item .item__box.action-button {
    margin: auto;
  }
}

.white-card {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.sideinfo {
  width: 95%;
  background: #ffffff;
  margin: 0 0 2rem 2rem;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.config-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem 2rem;
}

.config-nav {
  width: 17rem;
  min-height: 350px;
  padding: 3rem 0;
  margin-right: 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.config-nav .config__item {
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  border-left: 5px solid transparent;
  text-transform: uppercase;
  transition: all 200ms;
}

.config-nav .config__item.active,
.config-nav .config__item:hover {
  color: #4d8c16;
  border-left: 5px solid #4d8c16;
}

/*=========  ==========*/

.client-top {
  padding: 2rem 1rem;
  background: #ffffff;
  color: #000000;
}

.client-top__li {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem;
  text-align: center;
  list-style: none;
}

.client-top__li .big {
  font-size: 2.2rem;
  font-weight: bold;
}

.client-top__li small {
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

@media (max-width: 467px) {
  .client-top__li .big {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .client-top__li small {
    font-size: 0.6rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
  }
}

.client-section {
  padding: 1rem;
}

.client-section .client-wrapper,
.client-section .client-wrapper--large {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 0;
  background: #ffffff;
  color: #000000;
}

.client-section .client-wrapper .client-heading,
.client-section .client-wrapper--large .client-heading {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0 1rem 2rem;
}

.client-section .client-wrapper--large {
  max-width: 1600px !important;
}

.dashboard-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  display: grid;
  grid-template-areas: "funil clients";
  grid-template-columns: 1fr 0.95fr;
  grid-template-rows: 1fr;
  grid-gap: 1rem;
}

.dashboard-block {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.dashboard-card {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px -2px 51px rgba(0, 0, 0, 0.102);
}

.dashboard-card.clients {
  grid-area: clients;
}

.dashboard-card.funil {
  grid-area: funil;
}

.dashboard-card.simulations {
  grid-area: simulations;
}

.dashboard-card .dashcard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  border-bottom: 2px solid rgba(211, 211, 211, 0.5);
}

.dashboard-card .dashcard-header.border-green {
  padding: 1.5rem 2rem;
  border-bottom: 2px solid #d6ffe9;
}

.dashboard-card .dashcard-header.border-none {
  border-bottom: none;
}

.dashboard-card .dashcard-header .dashcard__title {
  color: #000000;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
}

.dashboard-card .dashcard-header .dashcard__filters {
  flex: 2;
  display: flex;
  justify-content: end;
  align-items: center;
  max-width: 650px;
  font-size: 0.9rem;
  font-weight: 500;
  padding-left: 20px;
}

.dashboard-card .dashcard-body {
  padding: 2.3rem 2rem 1rem;
}

.dashboard-card .dashcard-body ul {
  list-style: none;
}

.dashboard-card .dashcard-body .clients-data-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.8rem;
}

.dashboard-card .dashcard-body .clients-data-row small {
  font: 1rem;
}

.dashboard-card .dashcard-body .clients-data-row .client-data__info {
  color: #4d8c16;
  font-size: 2.2rem;
  font-weight: bold;
}

/*=========  ==========*/

.top-page {
  margin-top: -10rem;
  top: 1rem;
}

.shadowed-box,
.contact-table {
  color: #000000;
  overflow: auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.shadowed-box.no-shadow,
.no-shadow.contact-table {
  box-shadow: none;
}

.shadowed-box .shadow-box,
.contact-table .shadow-box {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.shadowed-box .cotation__block,
.contact-table .cotation__block {
  background: #ffffff;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #4d8c16;
}

.shadowed-box .cotation__block:last-child,
.contact-table .cotation__block:last-child {
  border-bottom: none;
}

.shadowed-box .cotation__info,
.contact-table .cotation__info {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.shadowed-box .cotation__info span,
.contact-table .cotation__info span {
  color: #888888;
}

.timeline-list {
  margin: 0 1rem;
}

.timeline-list .timeline-item {
  margin-top: -1px;
  padding-left: 1rem;
  border-left: 2px solid #4d8c16;
  position: relative;
  padding-bottom: 0.3rem;
}

.timeline-list .timeline-item:last-child {
  border-left: none;
}

.timeline-list .timeline__dot {
  position: absolute;
  top: 0px;
  left: -0.55rem;
  width: 18px;
  height: 18px;
  background: #4d8c16;
  border-radius: 50%;
}

.timeline-list .timeline__dot.pendent {
  background: #CC9D00;
}

.timeline-list .timeline__dot.canceled {
  background: #FF0000;
}

.timeline-list .timeline__dot.execution {
  background: #4d8c16;
}

.timeline__title {
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.timeline__text {
  font-size: 0.9rem;
  color: #888888;
}

/* ORDER TRACKER */

.tracker-item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.tracker-item .tracker__date {
  position: relative;
  width: 100px;
  padding: 0 1.5rem 1.5rem 0;
  border-right: 2px solid #4d8c16;
  line-height: 1.3em;
  text-align: right;
  color: #888888;
  flex-grow: 0;
  flex-shrink: 0;
}

.tracker-item .tracker__date .tracker__dot {
  position: absolute;
  top: 0px;
  right: -1rem;
  width: 32px;
  height: 32px;
}

.tracker-item .tracker__date .tracker__dot.complete {
  background: #4d8c16;
}

.tracker-item .tracker__date .tracker__dot.canceled {
  background: #FF0000;
}

.tracker-item:last-child .tracker__date {
  border-right: none;
}

.tracker-item .tracker__info {
  padding: 0 1.5rem 1.5rem 2rem;
  line-height: 1.2em;
}

/* PERFIL */

.grid-1-4 {
  width: 20%;
  padding: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.1em;
}

.grid-1-4:first-child {
  border-right: 1px solid rgba(77, 140, 22, 0.2);
}

.avatar {
  width: 100%;
}

.order-done .order-done__top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vh;
}

.order-done .order-done__img {
  width: 90%;
  max-width: 300px;
}

.order-done .order-done__content {
  max-width: 500px;
  margin: 0 auto;
}

.animation-arrow-up {
  transform: rotate(0deg);
  transition: transform 0.3s ease-out;
}

.animation-arrow-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease-out;
}

.btn-accent {
  color: #fff;
  background-color: #4d8c16;
  border-color: #4d8c16;
  font-family: "Roboto Condensed";
  font-weight: 700;
}

.btn-accent:disabled {
  cursor: default;
  color: #fff;
}

.btn-accent:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 140, 22, 0.5) !important;
  border-color: #4d8c16;
}

.btn-accent:hover:not(:disabled),
.btn-accent:active:not(:disabled) {
  color: #fff;
  background-color: #417613;
}

.btn-outline-accent {
  background-color: #fff;
  color: #4d8c16;
  border-color: #4d8c16;
  font-family: "Roboto Condensed";
  font-weight: 700;
}

.btn-outline-accent:disabled {
  cursor: default;
}

.btn-outline-accent:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 140, 22, 0.5) !important;
}

.btn-outline-accent:hover:not(:disabled),
.btn-outline-accent:active:not(:disabled),
.btn-outline-accent.active:not(:disabled) {
  color: #fff;
  background-color: #4d8c16;
  border-color: #4d8c16;
}

.horizontal-line-divider {
  height: 1px;
  width: 100%;
  background-color: #70707015;
}

.btn-rounded {
  border-radius: 20px;
  padding: 2px 1.2em 2px 1.2em;
}

.text-accent {
  color: #4d8c16 !important;
}

.text-gray {
  color: #bfbfbf;
}

.text-dark-gray {
  color: #626262;
}

.text-status-green {
  color: #00B254;
}

.text-status-yellow {
  color: #FFA700;
}

.text-download-green {
  color: #00B254;
}

.card-line {
  border-bottom: #3acc7f69 solid 1px;
}

.target {
  border-left: #4d8c1682 solid 1px;
}

.card-line-upper {
  border-top: #3acc7f69 solid 1px;
}

.payment-search-btn {
  height: calc(1.5em + 0.75rem + 2px);
  background-color: transparent;
}

.btn-gray {
  background-color: #B5B5B5;
  color: white;
}

.balcony-order-border {
  border: #eaeaea solid 1px;
  border-radius: 50px;
  padding: 0.1em 1em 0.1em 1em;
}

.circle {
  position: absolute;
  display: block;
  background: #4d8c16;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  left: -0.65rem;
  margin: 0;
}

.border-payment-button {
  border: 1px solid #4d8c16;
}

.border-warning-info {
  border: 1px solid #FFA700;
}

.btn-select-and-pay {
  background-color: #6500FF;
  color: #fff;
}

.btn-select-and-pay:hover {
  background-color: #5201CE;
  color: #fff;
}

.btn-romaneio {
  padding: 10px 5px !important;
  font-size: 14px !important;
  word-break: break-word;
  background-color: #fff;
  color: #28A745;
  border: 1px solid #28A745;
  border-radius: 4px;
}

.btn-etiquetas {
  padding: 10px 5px !important;
  font-size: 14px !important;
  word-break: break-word;
  background-color: #fff;
  color: #28A745;
  border: 1px solid #28A745;
  border-radius: 4px;
}

.btn-list {
  border-radius: 2px !important;
  padding: 10px 25px;
}

.form-search-field {
  height: auto !important;
  border-right: 0px;
}

.form-search-icon {
  border-left: 0px;
  background-color: #fff !important;
}

.button-credit-card {
  border: 1px solid #4d8c16 !important;
  color: #4d8c16 !important;
  background-color: transparent !important;
}

.button-order-now {
  height: 72px !important;
}

.destiny-location {
  padding: 1.5rem;
}

.destiny-location .list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  background: #ffffff;
  margin: 0 0.5rem 0;
}

.destiny-location .list-item .header {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  font-weight: bold;
}

.destiny-location .list-item .zip-code {
  font-size: 16px;
  margin-left: 10px;
  color: #00B254;
  font-weight: bold;
}

.destiny-location .list-item .row-dot {
  position: absolute;
  top: 0%;
  left: -0.7rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #4d8c16;
}

.destiny-location .list-item .text-container {
  padding-left: 2rem;
}

.destiny-location .list-item:nth-child(1) {
  border-left: 2px solid #4d8c16;
}

.destiny-location .list-item:nth-child(1) .row-dot {
  left: -0.75rem;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 140, 22, 0.5) !important;
  border-color: #4d8c16;
}

@media screen and (min-width: 775px) {
  .menu-sub {
    padding-left: 50px;
  }

  .target {
    border-left: #4d8c1682 solid 0px;
  }

  .circle {
    position: absolute;
    display: block;
    background: #4d8c16;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin: 0;
    top: -3.7rem;
    left: 1rem;
  }

  .destiny-location {
    padding: 0;
  }
}

.cep-dropdown {
  text-align: left;
  padding: 10px 10px;
}

.cep-line-price {
  border-bottom: 1px solid #d3d3d380;
}

.calculator-confirmation-header {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: normal;
  color: #888888;
}

.calculator-confirmation-description {
  font-family: "Roboto Condensed" !important;
  font-size: 14px;
  font-weight: bold;
  color: #888888;
}

.calculator-submit {
  position: absolute;
  margin-top: -1.5em;
  font-family: "Roboto Condensed" !important;
  background-color: #4d8c16;
  padding: 15px 25px;
  color: white;
  font-weight: bold;
  border: 1px solid #4d8c16;
  border-radius: 25px;
  font-size: 20px;
}

.calculator-submit:disabled {
  background-color: #888888;
  border: 1px solid #888888;
}

.text-info-yellow {
  color: #cc9d00;
}

.calculator-results-header {
  font-family: "Roboto Condensed" !important;
  font-size: 20px;
  font-weight: bold;
}

.calculator-results-term {
  font-family: "Roboto Condensed" !important;
  font-size: 20px;
  font-weight: bold;
}

.calculator-package {
  padding: 0 1rem 0 2.45rem;
}

.calculator-bookmark {
  color: #2128CC;
}

.calculator-uf label {
  font-weight: bold;
}

.calculator-price-result-line {
  border-bottom: 1px solid #d3d3d380;
}

.text-underline {
  text-decoration: underline;
}

.calculator-price-row {
  font-family: "Roboto Condensed" !important;
}

.word-line-divider span {
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.word-line-divider::before,
.word-line-divider::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #70707015;
}

/*========================================
COMPONENTS
========================================*/

/*======FORM===========*/

.input-group-text {
  background: transparent;
}

.search-box input {
  border-right: none;
}

.search-box .btn-search {
  padding: 6px 12px;
  border: 1px solid #ced4da;
  border-left: none;
}

.input-link {
  color: #4d8c16;
  font-size: 0.8rem;
  text-decoration: underline;
  position: absolute;
  top: 2px;
  right: 2rem;
}

.inner-fileBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.big-select {
  width: 100%;
  height: 50px;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
}

.report-filterbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
}

.report-filterbox .select-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1;
}

.report-filterbox .select-container .form-group {
  margin-bottom: 1rem !important;
  width: 18%;
  margin-right: 2% !important;
}

.report-filterbox .select-container .form-group label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.report-filterbox .select-container .form-control {
  font-size: 0.87rem;
  color: gray;
  height: 40px;
}

.report-filterbox .select-container .vdp-datepicker input {
  width: 100%;
  border: none !important;
}

.report-filterbox .button,
.report-filterbox .button--bglight,
.report-filterbox .button--lightGray,
.report-filterbox .button--outlineGray,
.report-filterbox .button--yellow,
.report-filterbox .button--blue,
.report-filterbox .button--clean {
  margin-top: 1.6rem;
  width: 100%;
  max-width: 210px;
}

.input-layout {
  color: #888888;
  font-size: 14px;
  height: 47px;
  padding: 10px 0 10px 10px;
  border: #e2e2e2 solid 1px;
  border-radius: 4px;
}

.input-layout::-moz-placeholder {
  color: #cececc;
}

.input-layout:-ms-input-placeholder {
  color: #cececc;
}

.input-layout::placeholder {
  color: #cececc;
}

.textarea-layout {
  color: #888888 !important;
  font-size: 14px;
  padding: 10px 0 10px 10px !important;
  border: #e2e2e2 solid 1px !important;
  border-radius: 4px !important;
}

.form-group label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.required::after {
  content: "*";
  color: #DC3545;
}

/*======CHECKBOX===========*/

/* The check */

.check,
.check--inline {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check--inline {
  display: inline-block;
}

.check small,
.check--inline small {
  font-size: 90%;
}

.check-shipments-list {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-shipments-list small {
  font-size: 90%;
}

.check-shipments-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.check-shipments-list input:checked ~ .checkmark {
  background-color: #4d8c16;
}

.check-shipments-list input:checked ~ .checkmark:after {
  display: block;
}

.check-shipments-list .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-color: #4d8c16;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
}

.check-shipments-list .checkmark:after {
  left: 5px;
  top: 1px;
  width: 10px;
  height: 15px;
  border: solid;
  border-color: #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Hide the browser's default checkbox */

.check input,
.check--inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-color: #4d8c16;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
}

/* When the checkbox is checked, add a blue background */

.check input:checked ~ .checkmark,
.check--inline input:checked ~ .checkmark {
  background-color: #4d8c16;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.check input:checked ~ .checkmark:after,
.check--inline input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.check .checkmark:after,
.check--inline .checkmark:after {
  left: 5px;
  top: 1px;
  width: 10px;
  height: 15px;
  border: solid;
  border-color: #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*  RIGHT SIDE  */

/* The check */

.check-right,
.check-right--inline {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-top: 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-right--inline {
  display: inline-block;
}

.check-right small,
.check-right--inline small {
  font-size: 90%;
}

/* Hide the browser's default checkbox */

.check-right input,
.check-right--inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */

.checkmark-right {
  position: absolute;
  top: 2rem;
  right: 0;
  height: 25px;
  width: 25px;
  border-color: #00B254;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
}

/* When the checkbox is checked, add a blue background */

.check-right input:checked ~ .checkmark-right,
.check-right--inline input:checked ~ .checkmark-right {
  background-color: #4d8c16;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark-right:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.check-right input:checked ~ .checkmark-right:after,
.check-right--inline input:checked ~ .checkmark-right:after {
  display: block;
}

/* Style the checkmark/indicator */

.check-right .checkmark-right:after,
.check-right--inline .checkmark-right:after {
  left: 5px;
  top: 1px;
  width: 10px;
  height: 15px;
  border: solid;
  border-color: #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*======RADIO===========*/

/* The radio */

.radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.checkround {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-color: #4d8c16;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */

.radio input:checked ~ .checkround {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkround:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio input:checked ~ .checkround:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.radio .checkround:after {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4d8c16;
}

/*======MODAL===========*/

.modal {
  color: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
  overflow-y: auto;
}

.modal-body {
  font-size: 0.9rem;
}

.modal-body .modal-title {
  color: #000000;
}

.modal-body .calculation-section {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}

.modal-body .calculation-section .negative-bm {
  position: relative;
  bottom: -2.4rem;
  margin-bottom: 1rem;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.modal-header {
  align-items: center;
}

/*======TABLEs===========*/

.table th,
.table td {
  padding: 1rem;
  vertical-align: middle;
}

.contact-table {
  font-size: 0.7rem;
  text-transform: uppercase;
  background: #ffffff;
}

.contact-table thead {
  background: #D8D8D8;
  color: #000000;
  border: none;
}

/* CONFIG TABLE */

.config-thead,
.dashboard-table {
  background-color: #D6FFE9;
}

.config-thead th,
.dashboard-table th {
  font-size: 0.75rem;
}

.dashboard-table th {
  font-size: 0.6rem;
  line-height: 1.2em;
}

.dashboard-table th,
.dashboard-table td {
  padding: 1rem 1rem !important;
}

.contact-item td,
.contact-item th {
  font-size: 0.8rem;
  line-height: 1.2em;
}

/* CLIENT TABLE */

.client-table {
  position: relative;
  width: 100%;
}

.client-table .client-thead {
  background-color: #D6FFE9;
  padding: 0.5rem 0;
}

.client-table .client-thead th {
  font-size: 0.65rem;
}

.client-table .client__item th span {
  padding: 9px;
  background-color: #D6FFE9;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: lighter;
}

.client-table .client__item td {
  font-size: 0.8rem;
  white-space: nowrap;
}

.pagination-arrow {
  background: #ffffff;
  padding: 3px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.pagination-arrow:hover {
  filter: saturate(0);
}

.pagination-arrow img {
  width: 50%;
  opacity: 0.6;
}

.pagination-arrow.rotate img {
  transform: rotate(180deg);
}

.number-pointer span {
  cursor: help;
}

.border-second tr {
  border-top: 1px solid #D3D3D3;
}

.border-second tr:first-child {
  border: none;
}

.border-second tr td {
  vertical-align: top;
  border: none;
}

.border-second tr td.td-last {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px !important;
  padding: 0 !important;
  height: 40px;
  transition: all 200ms;
}

.border-second tr td.td-last:hover {
  color: #FF0000;
}

.pagination-texts {
  color: #000;
  font-size: 0.8rem;
}

/*======NAVBAR===========*/

.navbar-item {
  font-family: "Roboto Condensed", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

.navbar-item:first-child {
  padding: 0 0.4rem 0 0;
}

.navbar-item:last-child {
  padding: 0 0 0 0.4rem;
}

.navbar-item:hover {
  color: #4d8c16;
}

.navbar-item.active {
  color: #4d8c16;
}

@media screen and (max-width: 992px) {
  .navbar-item {
    flex-direction: column;
    font-size: 12px;
    gap: 0.2rem;
  }

  .navbar-item img {
    height: 18px;
  }
}

.navbar-item-fixed {
  font-family: "Roboto Condensed", sans-serif !important;
  size: 14px;
}

@media screen and (max-width: 1139px) {
  .navbar-item-fixed {
    font-size: 12px;
  }
}

.navbar-unit {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #ccc;
  size: 10px;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-color {
  background-color: white;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}

.navbar-img {
  width: 100%;
  max-width: 200px;
}

/*======HEADER===========*/

.header-style {
  background-color: white;
}

.header-back:hover {
  cursor: pointer;
}

.header-image {
  display: flex;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #4d8c16;
  border-radius: 50%;
  margin: 0 1rem;
}

@media screen and (max-width: 767px) {
  .header-image {
    width: 30px;
    height: 30px;
  }
}

.header-name {
  font-size: 26px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .header-name {
    font-size: 20px;
  }
}

.header-company-info :not(:last-child) {
  margin-right: 1rem;
}

.header-company-info span {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 18px;
  font-weight: 300;
}

.header-company-info span:nth-child(2) {
  color: #4d8c16;
}

.header-line {
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}

.navigation-header {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 14px;
}

.navigation-header.mobile {
  background-color: white;
  border-top: 1px solid #88888820;
  border-bottom: 1px solid #88888820;
}

.header-active {
  border-bottom: 3px solid #4d8c16 !important;
  color: #4d8c16 !important;
}

.header-active:hover {
  color: #4d8c16 !important;
}

.calculator-button-header {
  margin: 0.75rem 0;
  background-color: white;
  border: 1px solid #4d8c16;
  font-weight: bold;
  color: #4d8c16;
  padding: 0 1rem;
  border-radius: 25px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 12px;
  flex-wrap: no-wrap;
}

/*======HEADER===========*/

.shipment-line-divider {
  height: 1px;
  background-color: #70707020;
}

.shipment-line-divider-auto {
  width: 1px;
  height: inherit;
  background-color: #70707020;
}

@media screen and (max-width: 767.98px) {
  .shipment-line-divider-auto {
    width: 100%;
    height: 1px;
  }
}

.shipment-form-radio-checkmark {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
}

.shipment-form-radio-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ccc;
  color: red;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.shipment-form-radio-checkbox:checked {
  background-color: #fff;
  border: 0.5rem solid #4d8c16;
}

.shipment-form-submit {
  background: #4d8c16;
  border: 1px solid #4d8c16;
  border-radius: 4.8px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.shipment-form-submit:hover {
  background-color: #3A6006;
}

.shipment-form-submit-outline {
  background: #F0F0F0;
  border-radius: 4px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.shipment-form-submit-outline:hover {
  background-color: #d4d3d3;
}

.shipment-form-submit-warning {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}

.shipment-form-submit-or {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}

.shipment-form {
  background-color: white;
}

.shipment-form-header-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.shipment-form-description span {
  font-family: "Roboto Condensed", sans-serif;
}

.shipment-form-description span:first-child {
  font-size: 14px;
  font-weight: bold;
}

.shipment-form-description span:nth-child(2) {
  font-size: 16px;
  margin-bottom: 10px;
}

.shipment-form-description .header {
  margin-bottom: 20px;
}

.warning-img {
  width: 30;
}

.warning-img > img {
  height: 100%;
  width: 100%;
}

.barcode-scanner-button {
  margin-top: -0.7rem;
  margin-left: -4.2rem;
  padding: 0.5rem 10px;
  height: 47px;
  background-color: white;
  border-top: #e2e2e2 solid 1px;
  border-bottom: #e2e2e2 solid 1px;
  border-right: #e2e2e2 solid 1px;
  border-left: #e2e2e2 solid 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.barcode-scanner-input input {
  border-right: #e2e2e2 solid 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.badge-info {
  background-color: #2128cc;
  color: white;
}

.info-blue-text {
  color: #2128cc;
}

.info-blue-btn-outline {
  color: #2128cc;
  border-color: #2128cc;
}

.info-blue-btn-outline:hover {
  border-color: #2128cc;
  background-color: #2128cc;
  color: #fff;
}

.info-blue-outline {
  padding: 10px 35px;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  color: #2128cc;
  border: 1px solid #2128cc;
}

.shipment-payment-option-check {
  position: relative;
}

.shipment-payment-option-check > input {
  width: 40px;
  height: 40px;
}

.shipment-payment-option-check > img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}

.shipment-line-in-text::after,
.shipment-line-in-text::before {
  height: 1px;
  width: 100%;
  background-color: #70707050;
  content: "";
}

/*======HEADER===========*/

.shipment-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 1rem;
}

.shipment-grid-header div {
  color: #888888;
  background-color: transparent;
}

.shipment-grid-border-top {
  border-top: 1px solid #88888888;
}

.shipment-grid-item-small {
  font-size: 14px !important;
}

.shipment-grid-mobile-line-divider {
  border-top: 1px solid #00B25478;
}

@media (max-width: 768px) {
  .shipment-grid {
    display: none;
  }
}

@media (min-width: 768px) {
  .shipment-grid-mobile {
    display: none;
  }
}

/*======COMPLETE REGISTRATION===========*/

.banner-login {
  background-color: #4D8C16;
}

.modal-window {
  max-width: none !important;
  margin: inherit !important;
  cursor: default;
}

.span-banner {
  color: #fff;
  text-align: center;
}

.banner-img {
  min-width: 90px;
}

.modal-form {
  font-weight: 500 !important;
}

.span-phone-confirmation {
  color: #888888;
}

.phone-confirmation-link {
  text-decoration: underline;
  -webkit-text-decoration-color: #4D8C16;
          text-decoration-color: #4D8C16;
}

.close-button,
.close-button-final {
  z-index: 999;
  opacity: 1;
  border: none !important;
  background-color: transparent !important;
  text-align: left !important;
}

.close-button-final {
  position: absolute;
  transform: translate(-50%, -50%);
}

.close-button {
  position: absolute;
  transform: translate(-70%, -50%);
}

.modal-banner {
  border: none !important;
}

/*======ANIMATION===========*/

@media (max-width: 992px) {
  .scale-up-center-md {
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
}

@media (max-width: 768px) {
  .scale-up-center-sm {
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
}

@media (max-width: 575px) {
  .scale-up-center-xs {
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-1-19 10:14:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */

@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

/*======PRINTSs===========*/

/*========================================
MEDIA QUERIES
========================================*/

@media screen and (max-width: 1024px) {
  .top-section .header-left {
    margin-left: -2rem;
  }

  .data-content {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .data-content .data-box {
    max-width: 22.3%;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 865px) {
  .grid-list {
    width: 100%;
    margin: 0 auto;
    border-left: none;
  }

  .grid-list .list-item {
    margin: 0 0.5rem 2rem 0.5rem;
    flex-wrap: wrap;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.2);
  }

  .grid-list .list-item .row-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    border-radius: 5% 5% 0 0;
    transform: none;
  }

  .grid-list .list-item .item__box,
  .grid-list .list-item .item__box.short {
    width: 48%;
    margin-bottom: 1rem;
    max-width: unset;
  }

  .grid-list .list-item .item__box.action {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .grid-list .list-item .item__box.action-button {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .grid-list .list-item .item__box.checkbox {
    display: block;
  }
}

@media screen and (max-width: 770px) {
  #content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .index-section {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .index-section .today-deliver,
  .index-section .later-delivery {
    min-height: unset;
  }

  #img-lauch {
    width: 55%;
  }

  .top-section .header-left {
    margin-left: -2rem;
  }

  .button.top-button,
  .top-button.button--bglight,
  .top-button.button--lightGray,
  .top-button.button--outlineGray,
  .top-button.button--yellow,
  .top-button.button--blue,
  .top-button.button--clean {
    width: 100%;
    padding: 15px 10px;
    text-align: center;
  }

  .data-content {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .data-content .data-box {
    max-width: 30%;
    margin-bottom: 1rem;
  }

  #ordenation {
    margin-top: 1rem !important;
  }

  .row.mobile-flex {
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }

  .row.mobile-flex .top-button {
    width: auto;
  }

  .dashboard-grid {
    grid-template-areas: "clients clients" "funil funil";
    grid-template-columns: 1fr 1fr;
  }

  .report-filterbox {
    flex-wrap: wrap;
  }

  .report-filterbox .select-container .form-group {
    width: 31%;
  }
}

/* ================================================*/

@media screen and (max-width: 775px) {
  #section-frete {
    display: flex;
    flex-direction: column-reverse;
  }

  .frete-about {
    min-height: unset !important;
    text-align: center;
  }

  .title-primary {
    font-size: 2rem;
  }

  .frete-inner h2 {
    font-size: 1.2rem !important;
  }

  .login-nav {
    align-items: center;
    flex-direction: column;
    margin-top: 1rem;
  }

  .login-nav .login-nav__dot {
    margin-bottom: 1rem;
    opacity: 0;
  }

  .top-section .col-7 {
    max-width: 100% !important;
    flex: 100% !important;
  }

  .top-section .row.mb-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .calculation-section {
    padding: 1rem 6vw 1.5rem;
  }

  .calculation-section .row > div {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .modal-content .modal-body,
  .modal-content .modal-footer {
    padding: 1.5rem !important;
  }

  .modal-content .modal-footer {
    justify-content: center !important;
    text-align: center;
  }

  .modal-content .modal-footer .login-nav {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .index-brand {
    height: 15vh;
  }

  .index-brand #index-logo {
    width: 300px;
    margin-bottom: 1rem;
  }

  .index-grid {
    display: flex !important;
    flex-wrap: wrap;
  }

  .index-grid .grid-item {
    margin-bottom: 1.5rem;
  }

  .index-grid .grid-item a {
    margin-bottom: 15px;
    font-weight: 400;
  }

  .today-deliver {
    border-right: none;
    border-bottom: 1px solid #00b254;
    padding: 1vh 3vw 3vh 6vw;
  }

  .later-delivery .grid-item {
    padding: 4vh 4vw 15vh 6vw;
  }

  .later-delivery .grid-item a {
    margin-bottom: 14px;
  }

  /* SYSTEM */

  .system-header {
    padding: 0.5rem;
  }

  .system-header .wrapper {
    flex-wrap: wrap;
    padding: 0;
  }

  .system-header .system-logo {
    text-align: center;
  }

  .system-header .system-logo img {
    max-width: 200px;
  }

  .system-header .system-nav.flex {
    justify-content: center;
  }

  .navigation.client-side {
    order: 3;
  }

  .system-nav .nav-link {
    padding: 0.4rem !important;
    margin-bottom: 1rem !important;
  }

  .wrapper {
    padding: 0;
  }

  .wrapper.activity-wrapper {
    flex-direction: column-reverse;
  }

  .wrapper > div {
    flex: 100%;
    max-width: 100%;
  }

  .top-section .header-left {
    margin-left: -1rem;
    margin-bottom: 1rem;
  }

  .top-section h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
  }

  .wrapper.navigation-inner {
    flex-wrap: wrap-reverse;
    margin-top: 1rem;
    justify-content: center !important;
    text-align: center;
  }

  .top-section-title {
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }

  .client-top__li {
    margin-top: 1.5rem;
  }

  .client-top h2 {
    text-align: center;
  }

  .client-heading {
    flex-wrap: wrap;
  }

  .client-heading .button.top-button,
  .client-heading .top-button.button--bglight,
  .client-heading .top-button.button--lightGray,
  .client-heading .top-button.button--outlineGray,
  .client-heading .top-button.button--yellow,
  .client-heading .top-button.button--blue,
  .client-heading .top-button.button--clean {
    margin-top: 1.5rem;
  }

  .data-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    flex: 100%;
  }

  .data-content .data-box {
    max-width: 44%;
    margin-bottom: 0;
    padding: 0.2rem;
  }

  .sideinfo {
    width: 100%;
    margin-left: 0;
  }

  #ordenation .col-3,
  #ordenation .col-4 {
    flex: 100%;
    max-width: 100%;
    padding: 0 10px 0 0 !important;
  }

  #ordenation .col-6 {
    flex: 100%;
    max-width: 100%;
    padding: 0 25px 0 15px !important;
  }

  #ordenation .form-inline {
    flex-wrap: nowrap;
  }

  .dashboard-grid {
    grid-template-areas: "clients" "funil";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dashcard-header.header-wrap {
    flex-wrap: wrap;
  }

  .dashcard-header.header-wrap .dashcard__title {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .dashcard-header.header-wrap .dashcard__filters {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dashcard-header.header-wrap .dashcard__filters #qntClient,
  .dashcard-header.header-wrap .dashcard__filters #order {
    width: 47%;
    margin: 0 !important;
  }

  #section-heading {
    flex-direction: column;
    justify-content: flex-start !important;
  }

  #section-heading .col-4 {
    flex: 100% !important;
    max-width: 100% !important;
  }

  #section-heading .col-3 {
    flex: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    margin-top: 1rem;
  }

  .table-container {
    overflow: scroll;
    width: 100%;
    white-space: nowrap;
  }

  .config-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 1rem !important;
  }

  .config-wrapper .config-nav {
    width: 100%;
    min-height: auto;
    margin: 0 auto 2rem;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .config-wrapper .config-nav .config__item {
    background: #fff;
    margin-bottom: 0.5rem;
  }

  .config-wrapper .wrap-5 {
    width: 100% !important;
    padding: 2rem 2rem !important;
  }

  .config-wrapper .wrap-7 {
    width: 100% !important;
    padding: 2rem 0 !important;
  }

  .config-heading {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 1rem 1rem;
    justify-content: center;
  }

  .config-heading .form-group,
  .config-heading h3 {
    margin-bottom: 1rem !important;
  }

  .shadowed-box,
  .contact-table {
    flex-wrap: wrap;
  }

  .shadowed-box.top-page,
  .top-page.contact-table {
    margin-top: 0;
    top: 0;
  }

  .shadowed-box .grid-1-4,
  .contact-table .grid-1-4 {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1.1rem;
  }

  .shadowed-box .grid-1-4 .avatar,
  .contact-table .grid-1-4 .avatar {
    width: 200px;
  }

  .shadowed-box .grid-1-4 .mb-5,
  .contact-table .grid-1-4 .mb-5 {
    margin-bottom: 2rem !important;
  }

  .shadowed-box .grid-1-4 .mb-5 p,
  .contact-table .grid-1-4 .mb-5 p {
    margin-bottom: 0.5rem !important;
  }

  .shadowed-box .grid-1-4:first-child,
  .contact-table .grid-1-4:first-child {
    border-right: none;
    text-align: center;
  }

  .shadowed-box .button--bglight.button--small.mb-5.d-block,
  .contact-table .button--bglight.button--small.mb-5.d-block {
    margin-bottom: 1.5rem !important;
  }

  div.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .detail-modal {
    flex-direction: column;
  }

  .detail-modal > div[class*=col-] {
    max-width: 100%;
    flex: 100%;
  }

  .sm-break {
    flex-direction: column;
  }

  .sm-break > div[class*=col-] {
    max-width: 100%;
    flex: 100%;
  }

  .modal-footer .btn-sm {
    margin-bottom: 1rem;
  }

  #orderForm {
    flex-direction: column-reverse;
  }

  #orderForm > [class*=col-] {
    max-width: 100%;
    flex: 100%;
    padding-left: 1rem !important;
  }

  #orderForm .shadowed-box .cotation__block,
  #orderForm .contact-table .cotation__block {
    flex-direction: column;
    padding: 1rem;
  }

  #orderForm .shadowed-box .cotation__block > [class*=col-],
  #orderForm .contact-table .cotation__block > [class*=col-] {
    max-width: 100%;
    flex: 100%;
    padding-bottom: 1rem !important;
  }

  #orderForm .col-5 .shadowed-box,
  #orderForm .col-5 .contact-table {
    margin-bottom: 1.5rem;
  }

  #orderForm .col-7 form .shadowed-box,
  #orderForm .col-7 form .contact-table {
    padding: 1.5rem !important;
  }

  .mobile-none {
    display: none;
  }

  .report-filterbox {
    flex-direction: column;
  }

  .report-filterbox .select-container {
    justify-content: space-between;
  }

  .report-filterbox .form-group.form-date {
    width: 46% !important;
  }
}


