@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/OpenSans-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Medium";
  src: url("../fonts/OpenSans-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

/* ========= INICIO - PADRÃO GERADOR ========= */

:root {
  /* --color-primary: #A1131B;
	--color-primary-rgb: 161,19,27;
	--color-primary-contrast: #ffffff;
	--color-primary-contrast-rgb: 255,255,255;
	--color-primary-shade: #8e1118;
	--color-primary-tint: #aa2b32; */

  /* --color-secondary: #fed530;
	--color-secondary-rgb: 161,19,27;
	--color-secondary-contrast: #ffffff;
	--color-secondary-contrast-rgb: 255,255,255;
	--color-secondary-shade: #8e1118;
	--color-secondary-tint: #aa2b32; */
}

.min-h-100vh {
  min-height: 100vh !important;
}

.invalid-form,
.invalid-image {
  border: 1px solid #ff0000;
}

.bg-filtrando {
  background: linear-gradient(135.53deg,
      #003efa1c -8.15%,
      #003efa17 54.89%,
      #003efa17 109.07%);
  background-size: cover;
}

.nav-tabs {
  border-bottom: 0px;
}

#pager {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 4px;
  padding: 0 1rem 1rem 1rem;
}

#pager .stepper-before,
#pager .stepper-next,
#pager .stepper {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  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;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  cursor: pointer;
}

#pager .stepper-before:hover,
#pager .stepper-next:hover,
#pager .stepper:hover,
#pager .stepper-active {
  color: #ffffff;
  background-color: #1c306d;
}

/* Login */
.bg-login-image {
  background-image: url("/img/alphacode_quadrado.jpg");
}

.bg-password-image {
  background-image: url("/img/alphacode_quadrado.jpg");
}

.footer-login p {
  color: #ffffff;
  font-size: small;
}

.footer-login img {
  height: 23px;
}

@media (max-width: 420px) {
  .footer-login img {
    height: 19px !important;
  }
}

@media (min-width: 420px) {
  footer.sticky-footer .copyright {
    font-size: 1rem;
  }
}

.form-control,
.form-control:focus {
  color: #4a4a4a;
}

/* ========= FIM - PADRÃO GERADOR ========= */

/* ========= INICIO - ON-BOARDING ========= */

.background-login {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(165.89deg, #00031b 7.33%, #950054 89.96%);
}

.container-login {
  justify-content: center;
}

.logo-login {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.fonte-login {
  color: #ffffff;
  font-family: "OpenSans-Light";
}

.input-login {
  border-radius: 5px !important;
}

.btn-login {
  background-color: rgb(149, 0, 84) !important;
  color: #fff !important;
  border-radius: 5px !important;
}

.btn-login:hover {
  background-color: rgb(139 0 74) !important;
  color: #fff !important;
}

.btn-login:focus {
  background-color: rgb(129 0 64) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.btn-esqueci-senha {
  text-align: end;
  margin-top: 10px;
}

.btn-esqueci-senha a {
  color: #fff !important;
  text-decoration: none !important;
}

.titulo-login {
  margin-bottom: 4rem;
}

.btn-sair {
  color: #fff;
  background-color: #950054;
  border-color: #950054;
}

.btn-sair:hover {
  color: #fff;
  background-color: rgb(139, 0, 74);
  border-color: rgb(139, 0, 74);
  font-family: "OpenSans-Regular";
}

.font-modal {
  font-family: "OpenSans-Regular";
  color: #00031b;
}

.unselectable {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

::-webkit-calendar-picker-indicator {
  border-radius: 50%;
  margin-left: 0.1rem;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

::-webkit-calendar-picker-indicator:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
}

/* ========= FIM - ON-BOARDING ========= */

/* ========= INICIO - MENU DASHBOARD ========= */

.menu-dashboard {
  width: 15rem !important;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(165.89deg, #00031b 7.33%, #950054 89.96%);
}

.img-logo-menu {
  max-width: 100%;
  height: 2.5rem;
}

@media (min-width: 768px) {
  .sidebar {
    width: 14rem !important;
  }
}



.item-menu {
  color: #ffffff !important;
  margin: 5px 0px 0px 3px !important;
  width: 102% !important;
  height: 2.7rem !important;
  display: flex !important;
  align-items: center !important;
  border-top-width: 1px !important;
  border-right-width: 0px !important;
  border-left-width: 0px !important;
  border-bottom-width: 1px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
}

.nav-link[data-toggle="collapse"]::after {
  color: rgb(232, 230, 227) !important;
  font-size: 20px !important;
}

.nav-link {
  font-weight: 600 !important;
}

.item-permissoes {
  padding-left: 40px !important;
}

.item-destaque-permissoes {
  background-color: #1c306d  !important;
  color: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 0px 16px !important;
}

.item-destaque {
  background-color: #1c306d !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

#cadastro-abas:hover, #permissoes-abas:hover, #permissoes-shopping-abas:hover, #estacionamento-abas:hover, #servicos-abas:hover, #dados-abas:hover {
  background-color: #61093b !important;
  color: #ffffff !important;
} 

.item-menu:hover {
  background-color: #ff0090  !important;
  color: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px !important;
}

.item-menu:focus {
  background-color: #ff0090  !important;
  color: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px !important;
}

.nav-item-destaque:hover {
  background-color: #1c306d !important;
  box-shadow: none !important;
}
.nav-item.active,
.nav-item.active {
  background-color: #ff0090  !important;
  color: #ffffff !important;  
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px !important;
}

.nav-item-destaque.active {
  background-color: #1c306d !important;
  box-shadow: none !important;
}

.item-menu i {
  color: #ffffff !important;
  font-size: 1rem !important;
}

.nav-item.active i {
  color: #ffffff !important;
  font-size: 1rem !important;
}

.hidden {
  visibility: hidden !important;
}

.select {
  color: #fff !important;
  background-color: transparent !important; 
  border: none !important; 
  cursor: pointer !important;
  user-select: none !important;
  min-width: 200px !important;
  margin: 0 !important;
  height: 2.4rem !important;
}

.select option {
  font-size: 16px !important;
  background-color: #61093b !important;
  cursor: pointer !important;
  
}

/* ========= FIM - MENU DASHBOARD ========= */

/* ========= INICIO - DASHBOARD ========= */

.footer-dashboard {
  background-color: #95005400;
}

.navbar-dashboard {
  user-select: none !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(165.89deg, #00031b 7.33%, #950054 89.96%);
}

.nome-avatar {
  color: #ffffff;
}

.dropdown-item,
.icone-sair {
  color: #950054 !important;
  font-weight: 600;
}

/* .dropdown-menu:hover,
.dropdown-menu:active, */
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #eaecf4;
}

.logo-footer {
  height: 18px;
  filter: contrast(0.2);
}

.titulo-modulo {
  font-family: "OpenSans-Bold";
  color: #1c306d;
}

.titulo-contador {
  font-family: "OpenSans-Medium";
  color: #6d003d;
}

.qtd-contador {
  color: #00031b;
}

.borda-contador {
  border-left: 5px solid #600739;
}

.link-contador:hover {
  text-decoration: none;
}

.capa-dashboard {
  background-image: url(../img/capa_dashboard.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  height: 19rem;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}

.card-hover {
  background: #ffffff !important;
  transition: background-color 2s ease-out 400ms;
}

.card-hover:hover {
  background-color: #ff009005 !important;
  color: #ffffff !important;
  box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset, rgb(0 0 0 / 0%) 0px -36px 30px 0px inset, rgb(0 0 0 / 0%) 0px -79px 40px 0px inset, rgb(0 0 0 / 6%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 0%) 0px 16px 8px, rgb(0 0 0 / 0%) 0px 32px 16px !important;
  
}


/* ========= FIM - DASHBOARD ========= */

/* ========= INICIO - MODULOS ========= */

.btn-modulo {
  background-color: #1c306de3 !important;
  color: #ffff !important;;
  font-family: "OpenSans-Regular";
  margin-bottom: 5px;
}

.btn-modulo:hover {
  color: #ffffff;
}

.btn-modulo:hover {
  background-color: #173180d5 !important;
}

.btn-modulo:active {
  background-color: #173180d5 !important;
}

.btn-modulo:focus {
  background-color: #173180d5 !important;
}

.icon-btn-modulo {
  color: #ffffff;
}

.header-filtrar {
  background-color: #61093b;
}

.borda-header-filtrar {
  border-radius: 0 calc(0.35rem - 1px) 0 0 !important;
}

.titulo-header-filtrar {
  color: #ffffff;
  font-family: "OpenSans-Medium";
}

.card-tabela {
  padding: 0;
}

.thead-table thead,
#lista-usuarios thead {
  background-color: #61093b;
  color: #fff;
  font-family: "OpenSans-Regular";
  text-align: center;
}

.tbody-table tbody,
#lista-usuarios tbody {
  text-align: center;
  font-family: "OpenSans-Regular";
}

.border-table {
  border-radius: 8px 8px 0 0;
}

.border-table p {
  padding: 1rem 0 0 1rem;
}

.card-footer {
  background-color: unset !important;
  border: none !important;
}

.nav-tabs .nav-link {
  background-color: #ffffff;
  color: #61093b;
  border-color: #eaecf4 #eaecf4 #dddfeb !important;
  
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #61093b;
  color: #ffffff;
  
}

.custom-control-label {
  cursor: pointer !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-color: #61093b;
  border-radius: 5px;
  border-color: #61093b;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: #61093b;
  border-radius: 5px;
  border-color: #61093b;
  cursor: pointer !important; 
}

.-auservatar:hover {
  cursor: pointer;
}

#lista-permissoes {
  font-family: "OpenSans-Medium";
  color: #101526;
}

#lista-permissoes_row_0 {
  color: #61093b;
}

.table-hover tbody tr:hover {
  color: #101526;
  background-color: #1c306d2e;
}

.table-hover tbody tr {
  color: #101526a8;
}

.card {
  border-top: none;
}

.card-icon{
  display: flex;
  flex-direction: row;
}

#senha:focus {
  color: #5c5959f5;
}

.btn:focus {
  box-shadow: none !important;
}

.form-control,
label {
  font-family: "OpenSans-Regular" !important;
}

label {
  color: #00031b;
}

/* ========= FIM - MODULOS ========= */

/* ========= INICIO - CLIENTES ========= */

.titulo-dados {
  font-family: "OpenSans-Regular";
  color: #00031b;
  border-bottom: 1px solid #00031b3d;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.input-disabled {
  pointer-events: none;
  background-color: #ccccccb0;
}

/* ========= FIM - CLIENTES ========= */

/* ========= INICIO - BANNERS ========= */

.img-banner {
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
}

.img-banner:hover {
  cursor: pointer;
}

.label-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  user-select: none;
}

.btn-link,
.btn-link:hover {
  background-color: #1c306d9e;
  color: #ffff;
  font-family: "OpenSans-Regular";
  text-decoration: none;
}

.btn-link:active,
.btn-link:focus {
  background-color: #1c306dd4;
  text-decoration: none;
}

#lista-banner0_col_5 {
  width: 15%;
  text-align: end;
  padding-right: 0 !important;
}

.lista-banner_col_5 {
  padding-right: 0 !important;
}

.lista-banner_col_4 {
  padding-right: 0 !important;
  width: 10% !important;
}

.lista-banner_col_6 {
  padding-left: 0 !important;
}

/* ========= FIM - BANNERS ========= */

/* ========= INICIO - SHOPPING ========= */

.container-card-servico {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-servico {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  max-height: 50px;
  border-radius: 5px;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
  border-left: 5px solid #00031b;
  padding: 12px;
}

.card-servico i {
  color: #00031b;
}

.nome-servico,
.id-servico {
  font-family: "OpenSans-Regular";
  color: #00031bad;
}

.btn-servico,
.btn-servico:hover {
  color: #00031b;
  font-family: "OpenSans-Regular";
  font-size: 14px;
}

.btn-servico:hover {
  border-bottom: 2px solid #00031b;
  text-decoration: none;
}

.btn-servicos-estacionamento:hover {
  border-bottom: 2px solid #00031b;
  text-decoration: none;
}

.btn-servico i {
  margin-left: 5px;
  font-size: 13px;
}

.container-dados-servico {
  display: flex;
  justify-content: center;
  padding: 0;
}

.dados-servico {
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.busca-servico {
  display: flex;
  justify-content: center;
  padding: 12px;
}

.input-busca-servico {
  width: 100%;
  height: 30px;
  border: none;
}

.input-busca-servico:focus-visible {
  outline: none;
}

.container-busca {
  display: flex;
  align-items: center;
  border: 2px solid #00031b2b;
  border-radius: 50px;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
}

#btn-limpar-busca-servico {
  cursor: pointer;
}

.border-hour {
  border-left: 5px solid #00031b;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  border-top: 1px solid red;
}

#btn-horario {
  background-color: #61093b;
  border: none;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
}

#btn-horario-servico {
  background-color: #61093b;
  border: none;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
  padding: 8px;
  border-radius: 5px;
}

#btn-horario-servico:hover,
#btn-horario:hover {
  background-color: rgb(87, 0, 49);
}

#btn-horario-servico:active,
#btn-horario:active {
  background-color: rgb(77, 0, 39);
}

.remover-horario-servico,
.remover-horario-gratis {
  align-items: center;
  color: #00031b;
  justify-content: space-evenly;
  font-weight: 600;
  border: 1px solid;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
}

.remover-horario-servico:hover,
.remover-horario-gratis:hover {
  background-color: #00031be3;
  color: #fff;
}

.remover-horario-servico:active,
.remover-horario-gratis:active {
  background-color: #00031be8;
  color: #fff;
}

.note-editable {
  height: 150px !important;
}

.container-horario-servico-shopping {
  padding: 0 22px !important;
}

.horarios-servicos {
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
  border-radius: 5px;
  padding: 10px 0 !important;
}

.btn-horario-servico-shopping {
  border-radius: 50px;
  font-size: 20px;
  background-color: #1c316fe3;
  border: none;
}

.btn-horario-servico-shopping:hover {
  background-color: #162550e3;
}

.btn-horario-servico-shopping:active,
.btn-horario-servico-shopping:focus {
  background-color: #111d3ee3 !important;
}

.btn-remover-horario-servico-shopping {
  margin-top: 32px;
  background-color: #960155;
  border: none;
}

.btn-remover-horario-servico-shopping:hover {
  background-color: #830a4f;
}

.btn-remover-horario-servico-shopping:active,
.btn-remover-horario-servico-shopping:focus {
  background-color: #61093b !important;
}

.btn-remover-horario-shopping,
.btn-remover-horario-servico {
  margin-top: 32px;
  background-color: #960155;
  border: none;
  border-radius: 50px;
  width: 2.2rem;
}

.btn-remover-horario-shopping:hover,
.btn-remover-horario-servico:hover:enabled {
  background-color: #830a4f;
}

.btn-remover-horario-shopping:active,
.btn-remover-horario-servico:active:enabled,
.btn-remover-horario-shopping:focus,
.btn-remover-horario-servico:focus:enabled {
  background-color: #61093b !important;
}

.btn-adicionar-horario-shopping,
.btn-adicionar-horario-servico {
  margin-top: 32px;
  background-color: #1c316fe3;
  border: none;
  border-radius: 50px;
  width: 2.2rem;
}

.btn-adicionar-horario-shopping:hover,
.btn-adicionar-horario-servico:hover:enabled {
  background-color: #162550e3;
}

.btn-adicionar-horario-shopping:active,
.btn-adicionar-horario-servico:active:enabled,
.btn-adicionar-horario-shopping:focus,
.btn-adicionar-horario-servico:focus:enabled {
  background-color: #111d3ee3 !important;
}

/* ========= FIM - SHOPPING ========= */

/* ========= INICIO - TERMOS ========= */
#termos {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#termos>div {
  text-align: justify;
  page-break-before: always;
  page-break-after: always;
}

/* ========= FIM - TERMOS ========= */

/* ========= INICIO - FALE CONOSCO ========= */

.lista-fale-conosco_col_3 {
  width: 200px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mensagem {
  resize: none;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar .ck-rounded-corners {
  background-color: #fff;
  border-radius: 0.35rem 0.35rem 0 0 !important;
  border: 1px solid #c0c2cf;
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,
.ck.ck-editor__main>.ck-editor__editable .ck-rounded-corners {
  background-color: #fff;
  border-radius: 0 0 0.35rem 0.35rem !important;
  border: 1px solid #d1d3e2;
}

.ck-editor__editable {
  height: 200px;
}

.ck-toolbar {
  border-bottom: none !important;
}

.ck-focused {
  border-color: #bac8f3 !important;
  box-shadow: 0 0 0 0.2rem rgb(78 115 223 / 25%) !important;
}

.disabled-resposta {
  pointer-events: none;
  background-color: #eaecf4 !important;
  color: #4a4a4a !important;
}
.disabled {
  cursor: default !important;
}

/* ========= FIM - FALE CONOSCO ========= */

/* ========= INICIO - LOJAS ========= */

.img-loja {
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
}

.disabled-descricao>.note-editor,
.disabled-descricao>.note-editor>.note-toolbar {
  pointer-events: none;
  background-color: #eaecf4 !important;
  color: #4a4a4a !important;
}

.card-contato {
  height: 100px;
  display: flex;
  align-items: center;
  border: 1px solid #4a4a4a4a;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
}

.btn-contato {
  background-color: #61093b;
  color: #ffff;
  font-family: "OpenSans-Regular";
}

.btn-contato:hover {
  background-color: rgb(87, 9, 49);
  color: #ffff;
}

.btn-contato:active {
  background-color: rgb(77, 9, 39);
  color: #ffff;
}

.cadastro-contato {
  border: 1px solid #4a4a4a4a;
  border-radius: 5px;
  padding: 10px;
}

.contador-prioridade {
  color: #00031b;
  width: 20px;
  background: none;
  border: none;
}

.arrows-prioridade {
  display: flex;
  align-items: center;
}

.up-prioridade,
.down-prioridade {
  border: none;
  background: none;
}

.up-prioridade i {
  color: #61093b;
}

.down-prioridade i {
  border: 1px solid #61093b;
  border-radius: 50px;
  background-color: #61093b;
  color: #fff;
}

.close-contato {
  position: absolute;
  right: 15px;
  cursor: pointer;
}

.close-contato i {
  color: #00031b;
}

.excluir-contato i {
  color: #00031b;
  cursor: pointer;
}

.img-contato {
  height: 70px;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
}

.container-arrows {
  height: calc(1.5em + 0.75rem + 2px);
  padding-top: 5px;
}

#remover-banner-loja, #remover-imagem-loja {
  color: #1c306d;
}

.exibir-telefone {
  width: 10% !important;
}

.exibir-telefone:focus {
  box-shadow: none !important;
}

/* ========= FIM - LOJAS ========= */

/* ========= INICIO - CONTATOS LOJAS ========= */

.logo-contato {
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
  cursor: pointer;
}

.lista-contato_col_1 {
  width: 400px;
}

/* ========= FIM - CONTATOS LOJAS ========= */

/* ========= INICIO - MOTIVOS ERROS DE CUPONS ========= */
.lista-motivoerrocupom_col_2 {
  width: 160px;
}

/* ========= FIM - MOTIVOS ERROS DE CUPONS ========= */

/* ========= INICIO - UTILIZAR CUPOM ========= */

.label-instrucao {
  color: #646464f7;
  font-size: 13px;
}

@media (max-width: 980px) {
  .instrucao {
    font-size: 22px !important;
  }
}

@media (max-width: 780px) {
  .instrucao {
    font-size: 19px !important;
  }
}

@media (max-width: 590px) {
  .instrucao {
    font-size: 16px !important;
  }
}

.camera-qrcode {
  transform: scaleX(1) !important;
  /* width: 100% !important; */
  /* max-height: 380px !important; */
  /* height: 350px !important; */
  width: -webkit-fill-available !important;
  height: 250px -webkit-fill-available !important;
}

/* ========= FIM - UTILIZAR CUPOM ========= */

/* ========= INICIO - ACONTECE ========= */

.lista-shopping-acontece_col_1 {
  width: 400px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ========= FIM - ACONTECE ========= */

/* ========= INICIO - SERVIÇOS ========= */

.container-horarios-servico {
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
}

/* ========= FIM - SERVIÇOS ========= */

/* ========= INICIO - HACK FIDELIDADE ========= */

.div-cupom {
  border: 1px solid #00000042;
  border-radius: 5px;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
}

.card-cupom-hack {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: auto;
  border-radius: 5px;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
  border-left: 5px solid #00031b;
  padding: 10px;
}

.excluir-cupom {
  background-color: #950054 !important;
}

.link-btn-hacker {
  border-left: 2px solid #1c306de3;
  border-radius: 0;
}

.link-btn-hacker a {
  font-family: "OpenSans-Regular" !important;
  color: #1c306de3;
}

.link-btn-hacker:hover {
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
  border-radius: 0 5px 5px 0;
}

.link-btn-hacker a:hover {
  color: #0a114d;
}

/* ========= FIM - HACK FIDELIDADE ========= */

/* ========= INICIO - GESTÃO DE CUPONS ========= */

.img-cupom {
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%);
  border-radius: 5px;
  cursor: zoom-in;
}

.img-cupom-zoom {
  width: 100%;
  height: 38em;
}

.icon-fechar-cupom {
  color: #fff;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  font-size: 20px;
  cursor: pointer;
  background-color: #0000007a;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.lista-gestao-cupons_col_5 {
  width: 200px;
  max-width: 200px;
}

.btn-validar {
  background-color: rgb(149, 0, 84);
}

.btn-validar:hover {
  background-color: rgb(139, 0, 74);
}

.btn-validar:active {
  background-color: rgb(129, 0, 64);
}

.btn-validar:focus {
  background-color: rgb(119, 0, 54);
}

/* ========= FIM - GESTÃO DE CUPONS ========= */



/* ========= INICIO - SITE SHOPPING (HOME) ========= */

.card-block {
  padding: 10px;
}

.scrollcards {
  background-color: #fff;
  overflow: auto;
  white-space: nowrap;
}


div.scrollcards .card {
  display: inline-block;
  padding: 14px;
  text-decoration: none;
  height: auto; 
  margin-bottom: 30px;
  margin-top: 30px;
}

.dropdown-item,
.text-truncate {
  color: #000 !important;
  font-weight: 600;
}

/* ========= FIM - SITE SHOPPING (HOME) ========= */


/* ========= INICIO - SITE SHOPPING (LOJAS) ========= */

.element::-webkit-scrollbar {
  height: 0px !important;
  background-color: #eaecf4 !important;
  border-radius: 4px;
}

.element:hover::-webkit-scrollbar {
  height: 8px !important;
}

.element::-webkit-scrollbar-track {
  background: transparent !important; 
}

.element::-webkit-scrollbar-thumb {
  background-color: rgb(18 38 99 / 89%) !important;
  border-radius: 4px;
  
}

.element:hover{
  background-color: #eaecf4 !important;
}

.lds-ring {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align:center;
  color: white;  
  position: absolute;
  top: 50%; /* posiciona na metade da tela */
  margin-top: -25px; /* e retrocede metade da altura */
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #1c306de3;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1c306de3 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.spinner {
  font-size: 18px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 8px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.overlay {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
/* ========= FIM - SITE SHOPPING (LOJAS) ========= */

/* ========= INICIO - FIQUE POR DENTRO ========= */
.preview-video {
  display: inline-block !important;
  border-radius: 10px !important;
  border: 1px solid #00000029 !important;
  margin-left: 20px !important;
  width: 500px !important;
  height: 200px !important;
  box-shadow: 1.12302px 4.49206px 10px rgb(0 0 0 / 24%) !important;
}

.display-none {
  display: none !important;
}

.fa-trash-alt {
  color: #1c306d !important;
}
/* ========= FIM - FIQUE POR DENTRO ========= */

/* ========= INICIO - DASHBOARD LOJISTA ========= */

.icon i{
  color: #838383; 
  padding-right: 1rem;
  cursor: pointer;  
}

.modal-lojista {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.2);
}

.modal-lojista-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 25px;
  width: 30%;
  color: #838383;
  border-radius: 1.3rem;
}

.modal-lojista-content > p{
  margin: .7rem 0;
  font-weight: 600;
}

.footer-dashboard-lojista{
  padding: 1rem 1.5rem 0 1.5rem;
}

.footer-dashboard-lojista > p{
  margin-bottom: 0;
  font-size: .8rem;
}
/* ========= FIM - DASHBOARD LOJISTA========= */

.entrou {
  background-color: #1c306d2e !important;
}

.width-preview-video-acontece {
  width: 500px;
  margin-left: 20px;
}

.width-img-acontece {
  width: 280px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  
  .menu-dashboard {
    width: 8rem !important;
  }

  #accordionSidebar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }

  .navbar-nav .nav-item.item-menu {
    width: 100% !important;
    height: 70px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sidebar .nav-item .nav-link span {
    font-size: 12px;
    line-height: 16px;
  }

  .container-logo-beneficio-cadastrado {
    justify-content: center;
  }

  .campo-desktop {
    display: none;
  }
  
  .titulo-contador-lojista{
    color: #3F3F3F;
  }
  .qtd-contador-lojista{
    color: #3F3F3F;
  }
  .col{
    align-items: baseline;
  }
  .campo-mobile {
    display: flex;
    gap: 0.3rem;
  }
  .h5 {
    font-size: 1.1rem;
  }

  .modal-lojista-content {
    width: 90%;
    margin: 60% auto;
    padding: 20px;

  }
  
}

.radio-link-banner {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #4a4a4a !important;
  background-color: #FFFFFF !important;
  border: 1px solid #d1d3e2;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.disabled {
  background-color: #eaecf4 !important;
  border: 1px solid #d1d3e2;
}
