﻿/*portal*/
.disabled-color {
  color: #dddddd !important;
}

/* gotop */
#goTop {
  position: fixed;
  right: 12px;
  bottom: 64px;
  z-index: 1001;
}

#goTop a {
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #6C7C94;
  color: #FFF;
  position: fixed;
  z-index: 99;
  right: 16px;
  bottom: 70px;
  font-size: 18px;
  margin-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

#goTop a:hover {
  opacity: 0.7;
}

.badge-custom {
  border-radius: 6px;
  padding: 14px 8px;
  width: 100%;
}

.card-header-custom {
  display: flex;
  padding: 3px 2px !important;
  border-bottom: 1px solid #e1e1e1;
}

.card-tools {
  float: right;
  position: relative;
}

.card-tools.badge-custom {
  float: right;
}

.chip-data-vigencia {
  font-size: 10px;
  font-weight: bold;
  padding: 0px 7px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.appCardMenu {
  position: relative;
}

.mt-6 {
  margin-top: 50px !important;
}

.mt-7 {
  margin-top: 60px !important;
}

.mt-8 {
  margin-top: 70px !important;
}

.mt-9 {
  margin-top: 80px !important;
}

.mt-10 {
  margin-top: 90px !important;
}

.mb-6 {
  margin-bottom: 50px !important;
}

.mb-7 {
  margin-bottom: 60px !important;
}

.mb-8 {
  margin-bottom: 70px !important;
}

.mb-9 {
  margin-bottom: 80px !important;
}

.mb-10 {
  margin-bottom: 90px !important;
}

.card .card-body-lojas {
  padding: 2px 2px;
  line-height: 1.4em;
}

.card-body-lojas .item {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  color: #141515 !important;
  padding-right: 36px;
  padding: 6px 6px;
  position: relative;
}

.card-body-lojas .item .in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.card-body-lojas .imageWrapper {
  margin-right: 16px;
}

.card-lojas .card-footer {
  background: transparent;
  border-top: 0px solid #e1e1e1;
  color: #4f5050;
  padding: 10px 10px;
}

.card-body.card-body-lojas .item .in .badge {
  height: 24px;
  min-width: 81px;
  padding: 0px 12px;
  width: 86px;
}

body.dark-mode-active .card .in {
  color: #586d7f !important;
}

.menu-text-development {
  padding: 10px;
}

.menu-text-development {
  padding-right: 36px;
  display: grid;
  text-align: center;
}

.menu-text-version {
  text-align: center;
  padding-right: 36px;
}

.sidebar-buttons .button.button-disabled i.fas,
.sidebar-buttons .button.button-disabled i.far,
.sidebar-buttons .button.button-disabled i.fab,
.sidebar-buttons .button.button-disabled i.fal,
.sidebar-buttons .button.button-disabled strong {
  color: #dddddd !important;
}

.image-logo-background-color {
  background: #fff;
  border-radius: 5px;
}

body.dark-mode-active .form-control,
body.dark-mode-active .custom-select {
  color: #fff !important;
  background: #1B283B !important;
  border-color: #1B283B !important;
}

body.dark-mode-active .swal2-popup.swal2-modal.swal2-icon-question.swal2-show {
  background: #0f1c2f !important;
  border: 1px solid #87adbd !important;
}

.fab-button.animate .fab i[name=add],
.fab-button.animate .fab i[name=add-sharp],
.fab-button.animate .fab i[name=add-outline] {
  font-size: 28px;
}

.fab-button.animate .fab.show i[name=add],
.fab-button.animate .fab.show i[name=add-sharp],
.fab-button.animate .fab.show i[name=add-outline] {
  transform: rotate(45deg) !important;
  font-size: 28px;
}

.fab-button .dropdown-menu .dropdown-item i {
  font-size: 22px;
}

.card-tipo-peso,
card-body {
  text-align: center;
}

.card-tipo-peso .card-body i {
  font-size: 36px;
}

.card.card-tipo-peso.product-card.bg-success .title {
  color: #ffffff !important;
  font-weight: bold;
}

body.dark-mode-active .offcanvas-body-force-darkmode {
  background: #0c1624 !important;
}

body.dark-mode-active .input-container-produto-comparador {
  background: #0f1c2f !important;
  border: 1px solid #1b283b !important;
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
  background-color: transparent;
  border-bottom-right-radius: .25rem;
  border-left: 0;
  border-top-right-radius: .25rem;
  color: #777;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 44px;
  height: 44px;
}

.input-group-text {
  display: flex !important;
  align-items: center !important;
  /* padding: 2rem 1rem !important; */
  margin-bottom: 0;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057;
  text-align: center !important;
  white-space: nowrap !important;
  background-color: #e9ecef;
  border: 1px solid #ced4da !important;
  border-radius: .25rem;
}

body.dark-mode-active .input-group-text {
  background-color: #e9ecef;
  border: 1px solid #1B283B !important;
}

.input-group.input-group-login>.form-control,
.login-card-body .input-group.input-group-login .input-group-text span {
  font-size: 18px;
}

.input-group.input-group-login>.form-control {
  height: 44px;
}

.login-card-body .input-group.input-group-login .input-group-text {
  /* height: 44px; */
  margin-left: auto;
  margin-right: auto;
  padding: 0px !important;
}

.login-card-body .input-group.input-group-login .input-group-text span {
  /* height: 44px; */
  margin-left: auto;
  margin-right: auto;
}

.login-box,
.register-box {
  width: 360px;
  margin: auto;
}

@media (max-width: 576px) {

  .login-box,
  .register-box {
    margin-top: .5rem;
    width: 100%
  }
}

.bg-image {
  background-image: url(../images/bg-login.jpeg);
  filter: blur(8px);
  -webkit-filter: blur(8px);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.internet-status-info {
  width: 100%;
  position: relative;
  z-index: 9999;
  background-color: red;
  padding: 5px;
  color: #ffffff;
  display: block;
  text-align: center;
}

body #appCapsule .section .container-valortotal {
  background-color: #f9f9f9 !important;
}

body.dark-mode-active #appCapsule .section .container-valortotal {
  background-color: #0c1624 !important;
}

.font-weight-bold {
  font-weight: bold;
}
.orientacoes-item-resumo,
.orientacoes-item-resumo:hover
{
  color: #343a40;
}