/*
* Base structure
*/

/*  @font-face {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
  } */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap");

@font-face {
  font-family: "nunito-bold";
  src: url("../fonts/NunitoSans-Bold.ttf");

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

  font-weight: normal;
  font-style: normal;
}

body,
a,
button,
p,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
input,
button,
select,
textarea,
label,
div {
  font-family: "Inter-Regular", Helvetica;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  background: #f5f5f5;
}

body::-webkit-scrollbar {
  margin-right: 15px;
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: rgb(253, 113, 39);
}

body::-webkit-scrollbar-thumb {
  background: rgb(211, 98, 36);
}

body::-webkit-scrollbar-thumb:hover {
  background: rgb(194, 89, 33);
}

.nav-tabs > li {
  margin-left: 1px !important;
  margin-bottom: -1px !important;
}

.lixeira {
  width: 20px;
  height: 20px;
  background-image: url("../images/lixeira.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.div-container {
  width: 220px;
  height: 40px;
  /* background-color: lawngreen; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.visitantes {
  width: 220px;
  height: 40px;
  /* background-color: lawngreen; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.dica {
  width: 16px;
  height: 16px;
  background-color: #2f2f2f;
  margin-left: auto;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("../images/info_icone.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.fechar {
  width: 20px;
  height: 20px;
  background-color: #2f2f2f;
  color: #fff;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
}
input[type="checkbox"] + label {
  display: block;
  cursor: pointer;
  padding: 0.2em;
  height: 16px;
  width: 35px;
}

/* input[type=checkbox] {
    display: none;
  } */

.single-radio input[type="checkbox"] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: top;
  color: transparent;
  transition: 0.2s;
  background-color: #f9fafc;
  border-color: #bcb9c9;
}

input[type="checkbox"] + label:active:before {
  transform: scale(0);
}

input[type="checkbox"]:checked + label:before {
  background-color: #f9fafc;
  border-color: #f07038;
  color: #f07038;
  line-height: 14px;
  /* border-radius: 6px; */
  padding-top: 0px;
}
.dica-sorteio {
  width: 14%;
  min-height: 20px;
  height: auto;
}
.area-total-usuario {
  width: 150px;
  min-height: 100px;
  height: auto;
  margin-left: auto;
}

.titulo-modal {
  text-align: center;
  color: #2f2f2f;
  font-family: nunito-bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.p-sorteio {
  padding: 0 20px 0 20px;
  margin-bottom: 15px;
  font-family: nunito-regular;
}
.modal-vagas {
  width: 65%;
  margin: auto;
  margin-top: 14%;
  border-radius: 0px;
  border: 0px;
}

.estrelasListar {
  width: 20px;
  margin: 3px;
}

.estrelasVer {
  width: 28px;
  margin: 4px;
}

.avaliacoes {
  width: 28px;
}

.texto-total {
  width: inherit;
  height: 30px;
  font-family: nunito-bold;
  font-size: 16px;
  text-align: center;
}

/* .tab:hover{
    font-weight: bold;
  
    color: #FFF !important;
  } */

.total {
  width: inherit;
  min-height: 60px;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  font-family: nunito-regular;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

span .glyphicon-chevron-left {
  color: #2f2f2f !important;
}

form label {
  color: grey;
  font-weight: 100;
}

span.stepper-next {
  cursor: pointer;
  font-size: 15px;
  user-select: none;
  font-weight: bold;
  color: black;
  margin-left: 10px;
}

span.stepper-next:hover {
  color: rgb(50, 50, 50);
  text-decoration: underline;
}

span.stepper-before {
  cursor: pointer;
  font-size: 15px;
  user-select: none;
  font-weight: bold;
  color: black;
  margin-right: 10px;
}

span.stepper-before:hover {
  color: rgb(50, 50, 50);
  text-decoration: underline;
}

.container-categorias {
  height: 400px;
}
.texto-espelho {
  font-size: 15px;
  color: white;
  width: 100px;
  text-align: center;
  /* padding-left: 9px; */
  /* padding-right: 9px; */
  padding-top: 3%;
  word-wrap: break-word;
  position: absolute;
}

.exibe-categorias {
  width: 110px;
  height: 110px;
  background-color: #000;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border-radius: 10px;
  margin-top: 20px;
}
.botao-left {
  margin-left: 340px;
}

a {
  color: #ffffff;
}

#align-center {
  text-align: center !important;
  color: #2f2f2f !important;
}

.btn-vermelho {
  width: 80%;
  height: 33px;
  background: #2f2f2f;
  border: 0;
  border-radius: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 20px;
  font-size: 12px;
}

.btn-vermelho:focus {
  border-color: none;
  outline: 0;
  box-shadow: 0px 3px 14px 0px rgba(199, 197, 199, 1);
}

.logo-myhome {
  width: 35%;
  height: 70px;

  background-image: url("../images/logo-myhome.svg");
  background-size: cover;
  background-position: center;
}

.centralizar-conteudo {
  margin-right: auto;
  margin-left: auto;
}
.btn-success .glyphicon {
  line-height: 0px;
  font-family: "Inter-Regular", Helvetica;
  font-size: 25px;
  top: 1px;
  font-weight: lighter;
  right: 0.5px;
}
.btn-success {
  height: 40px;
  width: 86px;
  padding-left: 8px;
  padding-top: 10px;
  background-color: #f07800 !important;
  border-color: #f07800 !important;
  color: white !important;
  /* border-radius: 200px !important; */
}
.btn-success:focus {
  outline: 0 !important;
}
.btn-success:hover {
  background-color: #ee5818 !important;
}
.btn-success:active {
  background-color: #ec4b06 !important;
}
.btn-danger {
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
  color: white !important;
  border-radius: 20px !important;
}

.btn-laranja {
  background-color: #2f2f2f !important;
  /* border-color: #E9AA00!important; */
  color: #fff !important;
}
.border-radius {
  border-radius: 5px;
  text-transform: uppercase;
}
.inserir_modulo {
  border-radius: 100% !important;
}
.total-relatorio {
  font-weight: 100;
  padding-top: 9%;
  padding-left: 0;
  text-align: left;
}
.dashboard_title {
  background-color: #fff !important;
  color: #878891 !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  border-top: 1px solid rgb(240, 240, 240);
  line-height: 1.42857143;
  vertical-align: top;
  color: rgb(120, 120, 120);
  /* border-top: 1px solid #ddd; */
}

.Titulo_fornecedor {
  margin-top: 0px;
  margin-bottom: 10px;
}

#anexar {
  margin-top: 40px;
}

.row-anexar {
  background: #a5a5a5;
  border-radius: 21px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -3;
  width: 100%;
  height: 32px;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
}

.dias_semana {
  margin-top: 30px !important;
  margin-bottom: 5px;
}

.dias {
  margin-top: 8px;
  margin-bottom: 3px;
}

.h5-anexar {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
}

.h5-opcional {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4%;
}

.btn-insert {
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
  color: #fff !important;
  width: 50px;
  border-radius: 50px 50px;
}

.table > thead > tr > th,
.table > tbody > tr > th {
  border: 0 !important;
}

.table-responsive thead {
  background: #fff;
  padding: 20px;
  color: #2f2f2f;
}
.table-responsive thead tr {
  padding: 10px;
}

.fontAwesome {
  font-family: FontAwesome, sans-serif;
}

.img-equip-evento {
  max-width: 200px;
  max-height: 120px;
  margin: 3%;
}

.img-modal-equipamento {
  margin-left: 30%;
  max-width: 800px;
  max-height: 600px;
  padding-bottom: inherit;
}

.modal-position {
  width: 50%;
  margin: auto;
  margin-top: 35%;
  border-radius: 0px;
  border: 0px;
}

.modal-backdrop {
  background-color: #fff !important;
}

.modal-backdrop.in {
  opacity: 0.5 !important;
  /* z-index: 9998; */
  position: fixed;
}

.close {
  color: #fff !important;
  opacity: 1 !important;
  background-color: #2f2f2f !important;
  border-radius: 50%;
  font-size: 15px;
  padding-top: 1% !important;
  padding-bottom: 1% !important;
  padding-left: 1.5% !important;
  padding-right: 1.5% !important;
}

.modal-header {
  border: 0px !important;
}

.row-info-dashboard {
  margin-bottom: 3.5%;
}

.btn-dashboard {
  color: #fff;
  border: 0px !important;
  background-color: #2f2f2f;
  border-radius: 50px 50px !important;
}

.btn-default {
  font-family: "Nunito", sans-serif;
  border-radius: 7px;
  color: #fff;
  background-color: #000000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  color: #ffffff;
  border-color: #000000;
}

.btn-default:focus:active {
  outline: none !important;
  background-color: #000000;
}

.invalid {
  border-color: rgb(235, 38, 38) !important;
}
.menu-admin:hover {
  background-color: #315887 !important;
  color: #fff !important;
}
.centralizar {
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centralizar-contador {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table > thead:first-child > tr:first-child > td {
  text-transform: uppercase;
  background-color: #fff;
  color: #444444;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 700;
  font-family: "Inter-Regular", Helvetica;
}

.table-bordered > tbody > tr > td {
  border: 0px;
}

.table-produtos {
  text-align: center;
  box-shadow: 0px 4px 4px 0px #0000001a !important;
}

.table-produtos > tbody > tr > td {
  background-color: #fff;
}

.table-produtos > thead:first-child > tr:first-child > td {
  text-transform: uppercase;
  background-color: #979797;
  color: #ffffff;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 700;
  font-family: "Inter-Regular", Helvetica;
}

.sweet-alert h2 {
  color: #004593 !important;
}

.pad-5 {
  margin-left: 5px;
}

.link-central-ajuda {
  text-decoration: none !important;
}

#status {
  color: grey;
}

.form-control[enabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: none;
}

.img-100 {
  width: 100px;
  max-width: 150px !important;
}

.img-usuarios {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.title-image {
  font-weight: bold;
  letter-spacing: 1;
}

.bootstrap-tagsinput .tag {
  background-color: #2e8b57;
}

.contador-panels {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  margin-top: 20px;
  color: #2f2f2f;
}

.color-h4 {
  color: #000352;
}

.nome-panels {
  font-size: 15px;
  padding-top: -11px;
  margin-bottom: 0px;
  color: #a5a6ad;
}

.title-panels {
  display: block;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 10px;
}

.no-padding {
  padding: 0 !important;
}

.button-alterar-times {
  width: 132px;
  margin: auto;
  padding-top: 10px;
}

.padding-10 {
  padding: 10px;
}

.padding-5 {
  padding: 5px;
}

.padding {
  padding: 0px;
}

.btn-voltar {
  padding-left: 60% !important;
  background: transparent;
  color: #d6b9a6;
  font-size: 25px;
}
.btn-voltar:focus {
  outline: 0 !important;
}

.btn-tam {
  margin-top: 10px;
  margin-bottom: 10px;
}

.input {
  border: 1px solid #ebebf2 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 255) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 255) !important;
  font-weight: 100;
}

.title-input {
  color: grey;
  font-size: 13px;
  font-weight: 100;
}

.custom-select-filtro::before {
  content: "\f107";
  font-family: "fontawesome";
  position: absolute;
  right: 30px;
  top: 55%;
  color: #4f515e;
}

.custom-select-filtro > select {
  -webkit-appearance: none;
  -webkit-appearance: none;
}

.custom-select::before {
  content: "\f107";
  font-family: "fontawesome";
  position: absolute;
  right: 30px;
  top: 35px;
  color: #4f515e;
}

.custom-select > select {
  -webkit-appearance: none;
  -webkit-appearance: none;
}

.button-alterar-times {
  width: 132px;
  margin: auto;
  padding-top: 10px;
}

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

.bootstrap-select > .dropdown-toggle {
  height: 100% !important;
}

.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid transparent;
  margin-bottom: 0;
  outline: 0;
}

.button-reverse {
  width: 48px;
  height: 40px;
  margin: auto;
  padding-top: 10px;
}

.icon-versos {
  width: 100px;
  height: 10px;
  margin: auto;
  padding-right: 10px;
}

.direction {
  flex-direction: row-reverse;
}

.image-checkbox-checked {
  border-color: #4783b0;
}

.image-checkbox .fa {
  position: absolute;
  color: #4a79a3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}
.image-checkbox-checked .fa {
  display: block !important;
}

.img-tamanho {
  height: 100px;
  margin: auto;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* Top navigation - Hide default border to remove 1px line. */
.navbar-fixed-top {
  border: 0;
}

/* Sidebar */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar {
    width: 268px !important;
  }

  .dropdown-toggle:hover {
    background: none !important;
    color: black !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .remove_button {
    margin-top: 6%;
  }
  .dropdown-toggle .responsivo:hover {
    background-color: #315887 !important;
    color: white !important;
  }
  #menuMobile {
    display: none !important;
  }
  .dropdown-toggle {
    background-color: #fff !important;
  }
  .dropdown-toggle:hover {
    background-color: #fff !important;
    color: black !important;
  }
}

.main {
  padding: 40px;
}

@media (min-width: 768px) {
  .main {
    padding-right: 60px;
    padding-left: 50px;
  }
}
.main .page-header {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #444444;
  font-size: 30px;
  font-family: "Inter-Regular", Helvetica;
  user-select: none;
  border-bottom: 0px;
  font-weight: 600;
}

/* Placeholder dashboard ideas  */
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
.navbar-brand {
  padding: 0px !important;
  height: 68px;
  background-color: #fff;
}
.navbar-brand img {
  width: 100%;

  background-color: #fff;
  background-size: cover;
  margin-top: 0px;
  margin-bottom: 30px;
}
.navbar-inverse {
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #000;
  padding: 6px;
  box-shadow: 1px 1px 5px 1px rgb(0, 0, 0, 5%);
}

.tool {
  position: relative;
  text-align: center;
}

.tool::before,
.tool::after {
  position: absolute;
  left: 50%;
  opacity: 0;
  z-index: 1000000000;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
  opacity: 1;
  z-index: 1000000000;
  font-size: 11px;
  text-transform: uppercase;
}

/* .tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: rgba(141, 17, 17, 0.8) transparent transparent transparent;
    bottom: 100%;
    margin-left: -0.5em;
    content: " ";
  } 
  
   .tool::after {
    background: rgba(141, 17, 17, 0.8);
    border-radius: 20px;
    bottom: 125%;
    color: white;
    min-width: 14.5em;
    padding: 3px;
    margin-left: -8.75em;
    content: attr(data-tip);
  } */

.form-busca .col-md-4 {
  margin-bottom: 10px;
}

.form-busca .col-md-3 {
  margin-bottom: 10px;
}

.form-control.required {
  /* background-color: #fff !important; */
}

button {
  border-radius: 25px;
  border: 0px;
}

.button-radius {
  border-radius: 25px !important;
}

.btn-voltar {
  border-radius: 25px !important;
  border: 0px;
  background-color: transparent;
  color: rgb(240, 120, 0) !important;
}

.form-busca .form-control {
  /* -webkit-appearance: none; */
  /* -webkit-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px ;
    -ms-border-radius: 15px ; */
}

select {
  /* border-radius: 15px !important;
    -webkit-border-radius: 15px !important; */
}

.form-adicionar .form-control {
  /* border-radius: 15px; */
}

.form-mostruario .form-control {
  /* border-radius: 15px; */
}

.form-adicionar .col-md-4 {
  margin-bottom: 10px;
}

.recovery {
  cursor: hand !important;
}

.profile-photo .slim {
  width: 150px;
  border-radius: 50%;
}

.form-adicionar .col-md-3 {
  margin-bottom: 10px;
}

.form-adicionar .col-lg-12 {
  margin-bottom: 10px;
}

.panel-title {
  color: #f07800;
  padding: 10px;
  background-color: #fcfcfc;
  font-weight: 900;
  font-size: 14px;
  font-family: "Inter-Regular", Helvetica;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 2px 10px 0px #00000040;
}

.panel-heading {
  padding: 0 !important;
}

.panel-footer {
  border: none;
  background-color: #fff;
  padding-bottom: 30px;
}

.panel-footer button {
  padding: 10px 60px;
}

.center {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.stepper {
  display: inline-block;
  width: 50px;
  border-radius: 50px;
  margin: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
  user-select: none;
  border: 2px solid rgb(253, 113, 39);
  text-align: center;
}

.stepper:hover {
  border: 2px solid rgb(252, 145, 87);
}

.stepper:active {
  border: 2px solid rgb(255, 172, 128);
}

.stepper-active {
  background-color: rgb(253, 113, 39);
  border: 2px solid rgb(253, 113, 39);
  color: #fff;
}

.stepper-active:hover {
  background-color: rgb(240, 108, 37);
  border: 2px solid rgb(240, 108, 37);
}

.stepper-active:active {
  background-color: rgb(226, 100, 33);
  border: 2px solid rgb(226, 100, 33);
}

.buscar {
  border-radius: 30px !important;
  background-color: #2f2f2f !important;
  color: white !important;
  padding: 10px;
}

.valid {
  border: 1px solid green;
}

.filtroativo {
  background-color: rgb(255, 255, 255);
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  background-color: #315887;
}

.btn-info {
  background-color: #f07038;
  border-color: #f07038;
  border-radius: 20px;
  width: auto;
  margin-right: 8px;
  border-radius: 6px;
}

.btn-info:hover,
.btn-default:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.btn-info:active:focus,
.btn-info:focus,
.btn-default:active,
.btn-default:focus {
  background-color: #000000;
  border-color: #000000;
  outline: none;
  color: #fff;
}

#imagem_troca.invalid + label img {
  border: 2px solid red;
}

#menuMobile {
  max-height: 1000px !important;
  background-color: #800000 !important;
  color: white !important;
}

#menuMobile li {
  line-height: 15px !important;
  font-size: 12px !important;
  padding: 0;
}

#subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 33px;
  font-weight: bold;
}

.rodape {
  background-color: none;
  text-align: center;
  color: #5a5a5a;
  font-size: 13px;
  padding-top: 5px;
  position: relative;
  bottom: 0px;
  height: 40px;
  width: 100%;
  z-index: 9999;
}

.rodape-login {
  text-align: center;
  color: #fff;
  font-size: 13px;
  position: relative;
  bottom: 0 !important;
  width: 100%;
  z-index: 9999;
}

.img-rodape-login {
  max-width: 100%;
  max-height: 100%;
}

.footer {
  position: absolute;
}

.btn-login {
  border: solid 1px #fff;
}

.main {
  min-height: calc(100vh - 90px);
}

.img-div-time {
  height: 20px;
  margin: auto;
}

.img-div-time img {
  height: 20px;
  max-width: 50px;
}

.table-responsive {
  text-align: center;
  color: #4f515e;
  box-shadow: 3px 3px 10px 0px rgb(100, 100, 100, 10%);
}

.active .dialog-team {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  margin: auto;
}

.active .dialog-team::after {
  content: "\f00c";
  font-family: "fontawesome";
  background: green;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
}
.f10 {
  font-size: 10px !important;
}
.listaImagens img {
  width: 200px;
  margin: 10px;
  border: 3px solid #ccc;
  margin-left: 0px;
}

.listaVideos video {
  width: 400px;
  margin: 10px;
  margin-left: 0px;
}

.navbar-toggle {
  border-color: #2f2f2f !important;
}

.navbar-toggle > .icon-bar {
  background-color: #2f2f2f !important;
}

#tab-user {
  color: #fff;
  background-color: #2f2f2f !important;
  border: 0;
}

#a-menu-lateral {
  color: #fff;
}

#a-menu-lateral:hover {
  background-color: #315887;
  color: #783015;
}

#txt-foto {
  color: #4f515e;
  font-weight: 100;
  line-height: 1.2;
}

#panel-heading {
  padding: 15px !important;
}

#page-header {
  border: 0px !important;
}

#pageReader {
  background-color: #000;
}

#panel {
  background-color: #fff;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgb(255, 255, 255);
  box-shadow: 0 1px 15px rgb(255, 255, 255);
  border: 0;
}

#imgavatar,
#avatar,
#imgimagem,
#imgfoto,
#files {
  border-radius: 15px;
  width: 110px;
  height: 110px;
  object-fit: cover;
  /* background-color: #e8e8e8;
  }
  
  #form-busca input.input-form-busca::placeholder,
  #form-busca select.select-form-busca::placeholder,
  #form-alt input.input-form-alt::placeholder,
  #form-alt textarea.textarea-form-alt::placeholder,
  #form-alt select.select-form-alt::placeholder,
  #form-add select.select-input-form::placeholder,
  #form-add input.input-form-add::placeholder,
  #form-add textarea.textarea-form-add::placeholder {
    color: #555 !important;
    font-weight: 100;
  }
  
  #mudar_times {
    display: none;
    width: 100%;
    height: auto;
    border-style: dashed;
    overflow: hidden;
    margin-top: 30px;
  }
  
  #campeonatos-selecionados {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  #logout a {
    color: #333;
  }
  
  #linkifu,
  #linkifu:link,
  #linkifu:visited {
    color: #2F2F2F!important;
  }
  
  #divimg {
    margin-bottom: 5%;
  }
  
  #formImage {
    display: none;
  }
  
  #formVideo {
    display: none;
  }
  
  #label-recuperar {
    text-align: center;
    color: #838383;
    font-weight: normal !important;
  }
  .panel-body {
    width: 100%;
    /* overflow-x: auto; */
}
#overlay {
  opacity: 0.9 !important;
  z-index: 1039;
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  transition: opacity 200ms ease-in-out;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; /* Black background with opacity */
  /* z-index: 2; Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#lista-motoboys tbody tr td,
#lista-clientes tbody tr td {
  font-size: 14px !important;
  color: grey;
  vertical-align: middle;
}
.midias img {
  width: 100px !important;
  border: solid 5px #ccc;
  margin: 10px;
  vertical-align: top;
  display: inline-block;
}
.chat1 {
  background-color: #fff !important;
  border: solid 2px #c3c3c3;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  width: 60%;
  display: inline-block;
}

.separador {
  width: 200px;
  display: inline-block;
  height: 30px;
  background-color: white;
}
.conversa img {
  width: 50px;
  border: solid 2px #c3c3c3;
  border-radius: 30px;
  display: inline-block;
}

.hidden {
  display: none !important;
}

.amarelo {
  color: #2f2f2f;
}

.comentario-social {
  margin-left: 40px !important;
  width: 70% !important;
  margin-bottom: 20px !important;
  background-color: #f5f5f5 !important;
  padding: 10px !important;
  border-radius: 10px !important;
}
.fakeinput {
  background-attachment: scroll;
  padding-top: 7px;
  padding-left: 15px;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(204, 204, 204);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(204, 204, 204);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(204, 204, 204);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
  box-sizing: border-box;
  color: rgb(153, 150, 150);
  cursor: not-allowed;
  display: block;
  font-family: nunito-regular, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: normal;
  height: 34px;
}

/* Toggle button */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: green;
}

input:focus + .slider {
  box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.desabilitado {
  pointer-events: none;
}

.cor_destaque {
  padding: 0px 9px;
  border-radius: 5px;
}

.corTitulo {
  color: #4a79a3;
}

.navigate_home {
  position: absolute;
  bottom: 0;
  background: #f07038;
  width: 100%;
  height: 25px;
  border-radius: 14px 14px 0px 0px;
  text-align: right;
  padding: 0px 17px 0px 0px;
  font-size: 23px;
  color: #fff;
  text-decoration: none;
}

.navigate_home:hover {
  color: #fff;
  text-decoration: none;
}

.editar_foto input[type="file"] {
  display: none;
}

.editar_foto {
  display: flex;
  justify-content: center;
  border-radius: 50%;
}

.bloquear {
  pointer-events: none;
  cursor: not-allowed !important;
}

.editar_foto figure {
  cursor: pointer;
  position: relative;
}

.col-md-12.editar_foto {
  padding-top: 45px;
  padding-bottom: 40px;
}

.editar_foto figure::before {
  content: "Escolher imagem";
  height: 150px;
  width: 150px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(197, 197, 197, 0.616);
  position: absolute;
  text-align: center;
  line-height: 120px;
  transition: 300ms ease all;
  color: #fff;
  opacity: 0;
}

.editar_foto.retangular figure::before {
  border-radius: 5px !important;
  width: 210px !important;
}
.editar_foto figure:hover::before {
  opacity: 1;
}

.editar_foto figure,
.editar_foto figure img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  transition: 250ms;
}

.editar-foto-retangulo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 239px;
  height: 127px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.editar-foto-retangulo input[type="file"] {
  display: none;
}

.editar-foto-retangulo label {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.editar-foto-retangulo figure {
  margin: 0;
  width: 239px;
  height: 127px;
  position: relative;
  border-radius: 10px;
}

.editar-foto-retangulo figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.editar-foto-retangulo figure::before {
  content: "Escolher imagem";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(197, 197, 197, 0.616);
  text-align: center;
  line-height: 127px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  border-radius: 10px;
}

.editar-foto-retangulo:hover figure::before {
  opacity: 1;
}

.container_clone {
  height: 110px;
  padding-top: 15px;
  border-bottom: solid 1px rgb(230, 230, 230);
}

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

.glyphicon_produtos {
  position: relative;
  top: 2px;
  padding: auto;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
  color: #ee5818;
  width: 21px;
  text-align: center;
  background-color: white;
  height: 21px;
  border-radius: 50%;
  margin-left: 5px;
  /* padding-top: 2px; */
  padding-left: 1px;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
}

.btn-fechar {
  background-image: url(../images/remove.png);
  height: 30px;
  background-repeat: no-repeat;
  border-radius: 0px;
  width: 30px;
  /* display: flow-root; */
  position: relative;
  left: 45%;
  top: 26%;
  /* margin-right: auto; */
  background-size: 28px 28px;
  /* display: inline-block; */
}
#container_marcas {
  box-shadow: 1px 1px 4px rgb(195, 195, 195);
}

.editar_foto figure,
.editar_foto_produtos figure img {
  opacity: 1 !important;
  border-radius: none !important;
}

.editar_foto_produtos input[type="file"] {
  display: none;
}

.editar_foto_produtos {
  display: flex;
  /* justify-content: center; */
  border-radius: 50%;
  /* width: 150px; */
}

.bloquear {
  pointer-events: none;
  cursor: not-allowed !important;
}

.editar_foto_produtos figure {
  /* margin-top: 25px; */

  /* margin-bottom: 55px; */
  cursor: pointer;
  position: relative;
}

.editar_foto_produtos figure::before {
  content: "Escolher imagem";
  height: 110px;
  width: 110px;
  top: 0;
  left: 0;
  border-radius: 10%;
  background-color: rgba(197, 197, 197, 0.616);
  position: absolute;
  text-align: center;
  line-height: 120px;
  transition: 300ms ease all;
  color: #fff;
  opacity: 0;
}

.editar_foto_produtos.retangular figure::before {
  border-radius: 5px !important;
  width: 210px !important;
}
.editar_foto_produtos figure:hover::before {
  opacity: 1;
}

.editar_foto_produtos figure,
.editar_foto_produtos figure img {
  height: 110px;
  width: 110px;
  border-radius: 10px;
  /* border-radius: 50%; */
  transition: 250ms;
  opacity: 0.7;
  color: black;
}

.editar_foto figure,
.editar_foto_produtos figure img {
  /* opacity: 1 !important; */
  border-radius: none !important;
}

.grupo_inputs {
  margin-bottom: 15px;
}

.grupo_inputs label {
  text-indent: 10px;
  color: #565656;
  font-weight: 700;
}

.texto-cinza-claro {
  color: #bebebe;
  font-weight: 500;
}

#texto-altera-campos {
  display: none;
  margin-top: -20px;
}

.grupo_inputs h3,
.grupo_inputs h4 {
  /* font-size: 1.6rem; */
  margin-bottom: 20px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 700;
  color: #f07800;
  font-size: 16px;
  line-height: 100%;
}

.grupo_inputs h4 {
  font-size: 1.4rem;
  text-indent: 10px;
}

.grupo_inputs .col-md-3 {
  margin-bottom: 15px;
}

.grupo_inputs .btn_toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  min-width: 100px;
  padding: 0 15px;

  float: left;
}

.linha {
  border: 0.1px solid #8d8d8d;
  margin-left: 5px;
  margin-right: 5px;
}

.toggle > label {
  float: left;
  position: relative;
  display: block;
  height: 20px;
  width: 35px;
  background: rgb(230, 230, 230);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.toggle > label:after {
  position: absolute;
  left: 2px;
  top: 1.5px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(255, 254, 254, 0.05);
  content: "";
  transition: all 0.3s ease;
}
.toggle > label:active:after {
  transform: scale(1.15, 0.85);
}
.toggle > input:checked ~ label {
  background: rgb(240, 120, 0);
}
.toggle > input:checked ~ label:after {
  left: 16px;
  background: white;
}
.toggle > input:disabled ~ label {
  background: #d5d5d5;
  pointer-events: none;
}
.toggle > input:disabled ~ label:after {
  background: #bcbdbc;
}

.toggle {
  height: 30px;
  width: auto;
  margin-top: 10px;
  margin-left: 15px;
}

.toggle_clientes {
  width: 15% !important;
  float: right !important;
  /* margin-left: 0px !important; */
  /* margin-right: 10px; */
  /* float: right; */
}

.toggle > input {
  display: none;
}

.container_toggle {
  width: 100%;
  height: 100px;
  padding: 10px;
  box-shadow: 0px 0px 5px 1px rgb(220, 220, 220);
  border-radius: 10px;
}

.label_clientes {
  color: grey;
  font-weight: 100;
  width: 75%;
  margin-top: 10px;
}

.main {
  margin-left: 240px !important;
}

.icone-mais {
  position: relative;
  /* top: 1px; */
  /* bottom: 10px; */
  /* right: 5px; */
  left: 2px;
  display: inline-block;
  font-family: "arial";
  font-style: normal;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  /* display: flex; */
  -webkit-font-smoothing: antialiased;
  /* text-align: center; */
  -moz-osx-font-smoothing: grayscale;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-radius: 5px 5px 0px 0px !important;
  color: #ffffff !important;
  background-color: #f07800 !important;
  border-color: #f07800 !important;
  font-weight: 600 !important;
  font-family: "Inter-Regular", Helvetica;
  text-decoration: none !important;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  text-transform: none !important;
  color: #f07800 !important;
  background-color: #ffffff !important;
  border: 0.5px solid #f07800 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600 !important;
  font-family: "Inter-Regular", Helvetica;
  text-decoration: none !important;
}

.table_cotacao > thead {
  background-color: red;
}

.tab_fornecedor_cotacao,
.sub_usuarios {
  font-size: 13px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 6px 15px;
  margin-bottom: 2px;
  background-color: rgb(221, 221, 221);
  text-transform: uppercase;
  font-weight: bolder;
  outline: none;
}

.tab_fornecedor_cotacao:hover,
.sub_usuarios:hover {
  background-color: rgb(124, 124, 124);
  color: white;
  text-decoration: none;
}

.sub_usuarios:active {
  text-decoration: none;
}

.tab_fornecedor_cotacao:focus,
.sub_usuarios:focus {
  background-color: rgb(124, 124, 124);
  color: white;
}

.checkbox-box {
  /* display: block; */
  position: relative;
  padding-left: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4b4b4b;
  height: 19px;
}

/* Hide the browser's default checkbox */
.checkbox-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border: 1px solid #ec6b25;
  /* border-radius: 4px; */
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-box:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-box input:checked ~ .checkmark {
  background-color: #ec6b25;
}

/* When the checkbox is checked, add a blue background */
.checkbox-box input:disabled ~ .checkmark {
  background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-box .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab_fornecedor_cotacao_ativo,
.sub_usuarios_ativo {
  background-color: rgb(124, 124, 124);
  color: white;
}

.cabecalho_tabela_produtos_cotacao {
  display: inline-block;
  background: red;
  vertical-align: baseline;
}

#tabela_exibir_produtos tbody tr th {
  display: inline-block;
}

.container_tabela_exibir_produtos {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.titulo-tabela-cotacoes-produtos,
.conteudo-tabela-cotacoes-produtos {
  width: auto;
  text-align: center;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
}

.titulo-tabela-cotacoes-unidade,
.conteudo-tabela-cotacoes-unidade {
  width: auto;
  text-align: center;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
}

.titulo-tabela-cotacoes-quantidade,
.conteudo-tabela-cotacoes-quantidade {
  width: auto;
  text-align: center;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
}

.titulo-tabela-cotacoes-marca,
.conteudo-tabela-cotacoes-marca {
  width: auto;
  text-align: center;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
}

.titulo-tabela-cotacoes-valor,
.conteudo-tabela-cotacoes-valor {
  width: auto;
  text-align: center;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
}

.titulo-tabela-cotacoes-valor-total,
.conteudo-tabela-cotacoes-valor-total {
  width: auto;
  text-align: center;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
}

.titulo-tabela-cotacoes-anexo,
.conteudo-tabela-cotacoes-anexo {
  width: auto;
  text-align: center;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
}

.titulo-tabela-cotacoes-produto-indisponivel,
.conteudo-tabela-cotacoes-produto-indisponivel {
  width: 100px;
  text-align: center;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
}

.titulo-tabela-cotacoes-produtos,
.titulo-tabela-cotacoes-unidade,
.titulo-tabela-cotacoes-quantidade,
.titulo-tabela-cotacoes-marca,
.titulo-tabela-cotacoes-valor,
.titulo-tabela-cotacoes-valor-total,
.titulo-tabela-cotacoes-anexo,
.titulo-tabela-cotacoes-produto-indisponivel {
  padding-bottom: 15px;
}

.conteudo-tabela-cotacoes-produtos,
.conteudo-tabela-cotacoes-unidade,
.conteudo-tabela-cotacoes-quantidade,
.conteudo-tabela-cotacoes-marca,
.conteudo-tabela-cotacoes-valor,
.conteudo-tabela-cotacoes-valor-total,
.conteudo-tabela-cotacoes-anexo,
.conteudo-tabela-cotacoes-produto-indisponivel {
  color: rgb(150, 150, 150);
}

.linha-tabela-cotacoes-produtos {
  height: 50px;
  border-bottom: solid 1px rgb(240, 240, 240);
}

.valor_cotacao_tabela {
  text-align: center;
  border: solid 1px rgb(200, 200, 200);
  border-radius: 7px;
  color: black;
  height: auto;
  width: 120px;
  padding: 5px;
  font-weight: bolder;
}

.botao_ver_anexo_produto_cotacao {
  background-color: rgb(165, 165, 165);
  color: white;
  float: left;
  width: 90px;
}

.botao_ver_anexo_produto_cotacao:hover {
  background-color: rgb(121, 121, 121);
}

.botao_ver_anexo_produto_cotacao:active {
  background-color: rgb(83, 83, 83);
}

.botao_ver_anexo_produto_cotacao > p {
  display: inline-block;
  font-size: 10px;
  width: 70%;
  line-height: 30px;
  margin: 0px;
  white-space: nowrap;
}

.botao_ver_anexo_produto_cotacao > img {
  float: right;
  margin: 0px;
  width: 30%;
  height: 30px;
}

.container_imagem_anexo {
  background: rgba(0, 0, 0, 80%);
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: fixed;
  z-index: 99999;
  user-select: none;
}

.container_botoes_container_imagem_anexo {
  width: 100%;
  height: auto;
}

.botao_fechar_container_imagem_anexo {
  float: right;
  margin: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  background-color: rgb(253, 113, 39);
  color: white;
}

.botao_fechar_container_imagem_anexo:hover {
  background-color: rgb(224, 102, 36);
}

.botao_fechar_container_imagem_anexo:active {
  background-color: rgb(190, 87, 31);
}

.container_imagem_container_anexo {
  width: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container_imagem_container_anexo_imagem {
  width: 350px;
}

.esconder-container-modal {
  display: none;
}

.sidebar-geral {
  width: 225px;
  margin-top: 15px;
  margin-bottom: -5px;
  position: relative;
  z-index: 99999;
  margin-left: 25px;
}

.cartao-dashboard {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  width: 380.43px;
  height: 90px;
  margin: 15px;
  box-shadow: 2px 2px 5px 1px rgb(0, 0, 0, 0.1);
  border-radius: 10px;
  border-left: 10px solid #f07800;
  user-select: none;
  transition: 300ms ease all;
}

.card-custom {
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  border-left: 10px solid #f07800 !important;
  overflow: hidden !important;
}

.nome-cartao-dashboard {
  font-size: 15px;
  color: #444444;
  margin: 20px 15px 0px 15px;
  font-family: "nunito-regular", sans-serif;
}

.valor-cartao-dashboard {
  font-size: 24px;
  font-weight: bolder;
  color: #444444;
  margin: 15px 15px 20px 15px;
}

.link-cartao-dashboard {
  background-color: rgb(253, 113, 39);
  display: inline-block;
  width: 100%;
  height: 30px;
  margin: 0px;
  padding-right: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-size: 23px;
  font-weight: 900;
  text-align: right;
  position: relative;
  top: -4px;
}

.link-cartao-dashboard:hover {
  background-color: rgb(241, 110, 40);
  text-decoration: none;
  color: white;
}

.link-cartao-dashboard:active {
  background-color: rgb(226, 105, 39);
  text-decoration: none;
  color: white;
}

.panel {
  border: none;
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0px rgba(100, 100, 100, 0.1);
  user-select: none;
}

.panel-default > .panel-heading {
  border: none;
}

.form-control {
  border: solid 1px rgb(200, 200, 200);
  box-shadow: none;
  border-radius: 5px;
  font-family: "nunito-regular", sans-serif;
  font-size: 14px;
}

.form-control:focus {
  border: solid 1px rgb(180, 180, 180);
  outline: none;
  --webkit-box-shadow: none;
  box-shadow: none;
}

.table-hover > tbody > tr {
  background-color: white;
  border-bottom: solid 1px rgb(245, 245, 245);
  height: 40px;
}

.table-hover > tbody > tr:hover {
  background-color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e4e4e4 !important;
}

.table-bordered {
  border-style: none;
}

.table {
  margin-bottom: 0px;
}

.menu_principal {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 8px 1px rgb(100, 100, 100, 0.1);
  display: inline-block;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 99;
  user-select: none;
}

.nome_usuario_logado {
  float: right;
  margin: 24px 25px 20px 6px;
  font-size: 14px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.nome_usuario_logado:hover {
  text-decoration: none;
  color: rgb(60, 60, 60);
}

.nome_usuario_logado:focus {
  text-decoration: none;
  color: rgb(60, 60, 60);
}

.menu-aberto-top {
  background-color: white;
  position: fixed;
  right: 4%;
  top: 8%;
  border: solid 1px rgb(230, 230, 230);
  border-radius: 5px;
  width: auto;
}

.itens-menu-aberto-top {
  text-align: center;
  list-style: none;
  padding-left: 0px;
  margin: 10px;
}

.item-menu-aberto-top {
  text-align: center;
  margin: 8px 0px;
  font-weight: bold;
  font-size: 14px;
  color: rgb(0, 0, 0);
}

.item-menu-aberto-top:hover {
  color: rgb(60, 60, 60);
}

.link-item-menu-aberto-top {
  padding-left: 30px;
  padding-right: 30px;
  color: black;
}

.link-item-menu-aberto-top:hover {
  text-decoration: none;
  color: rgb(60, 60, 60);
}

.link-item-menu-aberto-top:focus {
  text-decoration: none;
  color: rgb(60, 60, 60);
}

.foto_usuario_logado {
  float: right;
  margin: 20px 2px 20px 10px;
  width: 15px;
  background-color: black;
}

.menu-lateral-sidebar {
  background-color: rgb(0, 0, 0);
  width: auto;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 9999;
  box-shadow: 2px 2px 15px 1px rgb(0, 0, 0, 0.1);
  user-select: none;
}

.menu-lateral-sidebar::-webkit-scrollbar {
  width: 0px;
}

.lista-links-menu-lateral-sidebar {
  list-style: none;
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  padding-left: 0px;
  margin-top: 25px;
  margin-bottom: 45px;
  overflow-y: auto;
  overflow-x: hidden;
}

.lista-links-menu-lateral-sidebar::-webkit-scrollbar {
  width: 0px;
}

.link-menu-lateral-sidebar {
  margin-top: 0px;
}

.link-menu-lateral-sidebar > a {
  display: block;
  padding: 10px 15px; /* Mantém um espaçamento interno */
  color: white; /* Mantém a cor original do texto */
  text-decoration: none;
  transition:
    background 0.3s ease,
    color 0.3s ease; /* Efeito suave */
}

.link-menu-lateral-sidebar > a:hover,
.link-menu-lateral-sidebar.active > a {
  background-color: white; /* Fundo branco ao passar o mouse */
  color: black !important; /* Texto preto no hover */
}

.laranja {
  color: rgb(253, 113, 39);
}

.negrito {
  font-weight: bold;
}

.lista-links-menu-lateral-sidebar .active a::after {
  content: "•";
  color: rgb(253, 113, 39);
  margin-left: 2px;
  font-size: 15px;
}

.correcao_espacamento_campos {
  padding-left: 5px;
  padding-right: 5px;
}

.cotacoes-botoes {
  position: absolute;
}

.espacamento-botoes {
  margin-top: 40px;
}

.botao-anexo {
  background-color: #837c7c;
  color: #fff;
  margin-right: 15px;
  border-radius: 7px;
  position: relative;
  font-size: 1.1rem;
}

.botao-anexo img {
  width: 15px;
  height: 20px;
  left: 22%;
  top: 8px;
  transform: translateX(-50%);
  position: absolute;
}

.botao-anexo:hover {
  background-color: #6f6868;
  color: #fff;
  text-decoration: none;
}

.botao-anexo:active {
  background-color: #4f4949;
}

.botao-saindo-entrega {
  background-color: #7eb74e;
  border-radius: 7px;
  color: #fff;
  font-weight: 900;
  font-size: 1.1rem;
}

.botao-saindo-entrega:hover {
  background-color: #70b539;
  color: #fff;
}

.botao-saindo-entrega:active {
  background-color: #5e9d2c;
}

.botao-material-nao-entregue {
  background-color: #f03a17;
  border-radius: 7px;
  color: #fff;
  font-weight: 900;
  font-size: 1.1rem;
}

.botao-material-nao-entregue:hover {
  background-color: #e23310;
  color: #fff;
}

.botao-material-nao-entregue:active {
  background-color: #cc2200;
}

.botao-envia {
  background-color: #fd7127;
  border-radius: 7px;
  color: #fff;
  font-weight: 900;
  font-size: 1.1rem;
}

.botao-envia:hover {
  background-color: #ee5818 !important;
  color: #fff;
}

.botao-envia:active {
  background-color: #ec4b06 !important;
}

.botao-material-entregue {
  background-color: #4b4b4b;
  border-radius: 7px;
  color: #fff;
  font-weight: 900;
  font-size: 1.1rem;
}

.botao-material-entregue:hover {
  background-color: #373737 !important;
  color: #fff;
}

.botao-material-entregue:active {
  background-color: #222222 !important;
}

.botao-anexo:focus,
.botao-saindo-entrega:focus,
.botao-envia:focus,
.botao-desabilitado:focus,
.botao-material-entregue:focus,
.botao-material-nao-entregue:focus {
  color: #fff;
  outline: none !important;
}

.botao-desabilitado {
  background-color: #837c7c;
  pointer-events: none;
  border-radius: 7px;
  color: #fff;
  font-weight: 900;
  font-size: 1.1rem;
  border-style: none;
}

.botao-desabilitado:focus {
  color: #fff !important;
}

.rodape-portal {
  user-select: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.texto-rodape-portal {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: rgb(200, 200, 200);
}

.logo-rodape-portal {
  width: 100px;
}

.btn.active,
.btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: rgb(253, 113, 39);
}

input:focus + .slider {
  box-shadow: none;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 200px;
}

.slider.round:before {
  border-radius: 100%;
}

.label_toggle_fornecedores {
  margin-right: 8px;
}

.tabela_parcelas_cartao_credito {
  margin-left: 30px;
}

.linha_tabela_parcelas_cartao_credito > th,
.linha_tabela_parcelas_cartao_credito > td {
  padding: 5px 10px;
}

.linha_tabela_parcelas_cartao_credito > th {
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}

.linha_tabela_parcelas_cartao_credito > td {
  font-weight: 100;
  font-size: 14px;
  text-align: center;
}

.dado_quantidade_parcela {
  width: 50px;
  outline: none;
  text-align: center;
}

.porcentagem_juros_parcela {
  width: 80px;
  outline: none;
  text-align: center;
}

.tamanho_botao_parcela {
  font-size: 10px;
}

.linkCartaoRelatorio {
  text-decoration: none;
  user-select: none;
  width: 287px !important;
  display: flex;
}

.linkCartaoRelatorio:hover {
  text-decoration: none;
  color: rgb(80, 80, 80);
}

.cartaoRelatorio {
  background-color: rgb(255, 255, 255);
  color: #000000;
  width: 20vw;
  height: auto;
  margin: 15px 15px;
  display: flex;
  flex-direction: row;
  border-radius: 13px;
  overflow: hidden;
  align-items: center;
  box-shadow: 2px 2px 10px 1px rgba(100, 100, 100, 0.1);
  transition: 300ms ease all;
}

.cartaoRelatorio:hover {
  transform: scale(1.1);
}

.marcacaoCartaoRelatorio {
  display: block;
  width: 25px;
  height: 100px;
  background-color: rgb(253, 113, 39);
  float: left;
}

.containerNomeCartaoRelatorio {
  display: inline-block;
  margin: 10px 25px;
}

.nomeCartaoRelatorio {
  font-size: 16px;
  font-weight: 900;
  margin-top: 10px;
}

.seta-indicador-scroll {
  width: 12px;
  position: absolute;
  right: 15px;
  cursor: pointer;
  bottom: -10px;
}

.seta-indicador-scroll.cima {
  top: 10px;
  transform: rotate(180deg);
}

.align-center-filtro {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.row-title-admin {
  justify-content: space-between;
  display: flex;
  flex-direction: row;

  .end {
    text-align: end !important;
  }
}

.display-none {
  display: none;
}

.title-banner {
  font-size: 28px;
  font-family: "Inter-Regular", Helvetica;
  color: #000000 !important;
  margin-top: -15px !important;
}

.dashboard-espacamento {
  margin-left: 10px;
}

.title-produtos {
  width: 525px;
  height: 32px;
  background-color: #f07800;
  color: white !important;
  padding: 10px;
  border-bottom-right-radius: 79.5px;
}

span.multiselect-native-select select {
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0.5rem !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

select.form-control[multiple] {
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #ced4da;
}

span.multiselect-native-select .btn-group-vertical > .btn,
span.multiselect-native-select .btn-group > .btn {
  /* border-radius: 16px; */
  background-color: #fff;
  border: solid 1px rgb(200, 200, 200); /* Ajustado para a borda do form-control */
  border-radius: 5px; /* Ajustado para o raio do form-control */
  color: #555;
  font-family: "nunito-regular", sans-serif;
  font-size: 14px;
}

span.multiselect-native-select .btn-group-vertical > .btn.disabled,
span.multiselect-native-select .btn-group > .btn.disabled {
  background-color: #eaecf4 !important;
  color: #6e707e;
  opacity: 1;
}

span.multiselect-native-select .dropdown-menu .active > a,
span.multiselect-native-select .dropdown-menu .active > a:hover,
span.multiselect-native-select .dropdown-menu .active > a:focus {
  background-color: #e0e0e0 !important; /* Cinza claro */
  color: #000 !important; /* Manter a cor do texto preta */
}
