/*Fontes*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");

body {
  font-family: "Montserrat", sans-serif !important;
}

p {
  color: #161616 !important;
}

a, a:hover {
  text-decoration: none !important;
}

select {
  padding: 0 !important;

  color: #2d9abf !important;
}

select option {
  font-size: 10pt !important;

  color: #202020;
}

select option:focus {
  outline: 0;
}

pre {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1em;
}

/* Muda o cursor para indicar que a célula é clicável */
td.celula-editavel {
    cursor: pointer !important;
}

/* Adiciona um leve destaque visual quando a célula está em modo de edição */
td[contenteditable="true"] {
    outline: 2px solid #f2577d !important;
    outline-offset: -2px !important;
}

.titulos {
  font-size: 1.5em;

  font-weight: 600;

  letter-spacing: 2px;

  color: #909090;
}

.sub-titulos {
  font-size: 1.2em;

  font-weight: 600;

  letter-spacing: 1px;

  color: #909090;
}

.sub-titulos-2 {
  font-size: 1.4em;

  font-weight: 600;

  letter-spacing: 1px;

  color: #202020;
}

.fonte-maior {
  font-size: 1.3em;
}

#btn-logout i {
  color: #d8a4a4;
}

.btn-sair {
  padding: 12px 15px;
  margin-right: 1px;

  /*box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2), -1px -1px 6px rgba(255, 255, 255, 1);*/
  background: #e2e2e2;
  border: 1px solid #f0f0f0;
  text-decoration: none;

  color: #95b3bb;
  margin-right: 8px;
  transition: 0.3s;
}

.btn-sair:hover {
  color: #48a8c5;
  transition: 0.3s;
}

.btn-sair:active {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3),
    -1px -1px 1px rgba(255, 255, 255, 0.1);
}

/*cores fontes e icones*/

.roxo-1 {
  color: #c45dd3;
}

.roxo-2 {
  color: #b73ca2;
}

.azul {
  color: #42c2e5;
}

.verde {
  color: #42e596;
}

.vermelho {
  color: #e54242;
}

.amarelo {
  color: #e5c242;
}

.cinza-claro {
  color: #c1c1c1;
}

/*-------------------------------------------*/

/*cores de preenchimento*/

.bg-roxo-1 {
  background-color: #c45dd3 !important;
}

.bg-roxo-2 {
  background-color: #b73ca2 !important;
}

.bg-cinza {
  background-color: #f5f5f5 !important;
}

.barra-topo {
  background: #efefef;
  padding: 15px;

}

header {
  position: fixed;

  bottom: 0;

  width: 100%;

  margin-top: 100px;
}

/*Btns e inputs*/

.btn-01 {
  width: 48%;

  background: linear-gradient(-45deg, #2b2b2b 60%, #202020 100%);

  border-radius: 5px;

  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5),
    -2px -2px 3px rgba(255, 255, 255, 0.1);

  color: #c1c1c1;

  border: none;

  font-size: 1.1em;
}

.btn-01 i {
  font-size: 1.5em;

  color: #7dbbce;

  margin-right: 6px;
}

.btn-01:active {
  background: linear-gradient(-45deg, #2b2b2b 10%, #202020 100%);

  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3),
    -1px -1px 1px rgba(255, 255, 255, 0.05);
}

.btn-01-outline {
  width: 48%;

  border: 2px solid #2b2b2b;

  padding: 15px;

  border-radius: 5px;

  color: #2b2b2b;

  font-size: 13pt;

  background-color: transparent;
}

.btn-01-outline i {
  color: #2b2b2b;
}

.btn-02 {
  width: 48%;
  height: 60px !important;
  background: linear-gradient(-190deg, #c9c9c9 5%, #f4f4f4 100%);

  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4),
    -2px -2px 2px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  color: #606060;
  border: none;
  font-size: 1.1em;
}

.btn-02 i {
  font-size: 1.1em;

  color: #42c2e5;

  margin-right: 4px;
}

.btn-02:active {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.05);
}

.btn-02-outline {
  height: 60px !important;

  width: 48%;

  border: 2px solid #c1c1c1;

  padding: 15px;

  border-radius: 5px;

  color: #505050;

  font-size: 13pt;

  background-color: transparent;
}

.btn-02-outline i {
  color: #505050;

  font-size: 1.1em;
}

.btn-03 {
  width: 100%;
  height: 60px;
  background: linear-gradient(-13deg, #ececec 30%, #c5c5c5 100%);
  border-radius: 5px;
  border: 1px solid #fff !important;
  box-shadow: 2px 2px 5px rgba(99, 99, 99, 0.6),
    -2px -2px 6px rgba(255, 255, 255, 1);
  color: #818181;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 5px;
}

.btn-03:hover {
  text-decoration: none;
  color: #707070;
}

.btn-03 i {
  font-size: 1.1em;
  color: #b1b1b1;
  margin-right: 5px;
}

.btn-primario {
  background: linear-gradient(180deg, #c45dd3 35%, #b73ca2 100%);
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 13pt;
  margin: 2px auto;
}

.btn-primario:hover {
  color: #fff;
}

.btn-salvar {
  background-color: #924fc7;

  padding: 15px;

  width: 45%;

  border: none;

  border-radius: 5px;

  color: #fff;

  font-size: 13pt;

  margin-top: 20px;
}

.inputs {
  background-color: transparent;

  width: 100%;

  border-top: none;

  border-bottom: 1px #b3b3b3 solid;

  border-left: none;

  border-right: none;

  color: #525252;

  font-size: 13pt;

  margin: 8px auto;
}

.inputs-2 {
  background-color: transparent;

  width: 100%;

  border-top: none;

  border-bottom: 1px #c9c9c9 solid;

  border-left: none;

  border-right: none;

  color: #202020;

  font-size: 13pt;

  margin: 8px auto;
}

/*limpando os efeitos pós-cliques nos inputs*/

input:focus,
select:focus {
  box-shadow: 0, 0, 0, 0;

  outline: 0;
}

.h-80 {
  height: 80vh !important;
}

.w-100 {
  width: 100vw;
}

/* personalizando tables */
tr,
th,
tr {
  color: #292929;
}

/* botoes quadrados pequenos */
.btn-icone {
  padding: 12px;
  background: #606060;
  color: #6ad3d8;
  border-radius: 5px;
  transition: all 0.2s;
}

.btn-icone:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}

.btn-icone-bottom {
  background: linear-gradient(-190deg, #c9c9c9 50%, #f4f4f4 100%);

  /*box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4), -2px -2px 2px rgba(255, 255, 255, 0.5);*/

  height: 70px;

  width: 70px;

  border-radius: 50%;

  margin: 15px 5px;

  line-height: 70px;

  text-align: center;

  font-size: 1.5em;

  color: #303030;
}

.btn-icone-bottom:hover {
  color: #404040;
}

/*Estilo input seletor*/

.switch {
  position: absolute;

  margin-left: -9999px;

  visibility: hidden;
}

.switch+label {
  display: block;

  position: relative;

  cursor: pointer;

  outline: none;

  user-select: none;
}

.switch--shadow+label {
  padding: 2px;

  width: 60px;

  height: 30px;

  background-color: #dddddd;

  border-radius: 30px;
}

.switch--shadow+label:before,
.switch--shadow+label:after {
  display: block;

  position: absolute;

  top: 1px;

  left: 1px;

  bottom: 1px;

  content: "";
}

.switch--shadow+label:before {
  right: 1px;

  background-color: #f1f1f1;

  border-radius: 30px;

  transition: all 0.4s;
}

.switch--shadow+label:after {
  width: 30px;

  background-color: #fff;

  border-radius: 100%;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

  transition: all 0.4s;
}

.switch--shadow:checked+label:before {
  background-color: #8ce196;
}

.switch--shadow:checked+label:after {
  transform: translateX(30px);
}

#foto {
  width: 50px;
  height: auto;
  border: #fff 2px solid;
}

/*MEDIA QUERIES*/

/*Tablet e destops*/

@media (min-width: 769px) {
  .footer-md {
    position: absolute;

    bottom: auto;

    width: 100%;
  }
}

/*Desktop*/

@media (min-width: 1024px) {

  .footer-md {
    position: absolute;

    bottom: auto;

    width: 100%;
  }
}

.small {
  font-size: 0.8rem !important;
  font-weight: bold;
}

/* Adiciona um preenchimento na parte de baixo da página 
   para que a nova barra de ações fixa não cubra o conteúdo final */
body {
    padding-bottom: 100px; /* Ajuste este valor se a sua barra for mais alta */
}