html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.div-cores {
  display: inline-table;
  text-align: center;
}

#content-cores {
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  z-index: 1;
  background: #4444447a;
  padding: 4px;
}

.div-cores button {
  height: 40px;
  min-width: 40px;
  margin: 2px;
  border-radius: 0;
}

.div-acoes button {
  margin-right: 10px;
}

canvas.copiando {
  cursor: cell;
}

.canvas-section {
  position: relative;
}

.picker {
  height: 40px;
  background: transparent;
  margin-left: 14px;
  cursor: pointer;
}

.div-desenhos button:hover {
  background: #eee;
}

img.img-desenho {
  width: 100%;
}

button.selecionado {
  border: solid 2px rgb(0, 0, 0);
}

.div-pickers input {
  height: 50px;
  cursor: pointer;
}

.div-desenhos.excluir-ativo .btn-excluir {
  display: block !important;
}

.div-desenhos .btn-excluir {
  display: none;
}

.card-desenho {
  margin-bottom: 20px;
  cursor: pointer;
  border: none;
  background: #ffffff1f;
  overflow: hidden;
  transition: 0.5s;
}

.card-desenho:hover {
  background: #0D47A1;
}

.card-body p {
  margin: 0;
}

.card-desenho img {
  padding: 10px;
}

.card-body {
  padding: 1.25rem 0.8rem;
  background: transparent;
  color: white;
  padding-top: 4px;
}

.select-tamanho {
  max-width: 70px;
  display: inline-block;
}

div.canvas-section {
  background: #242526;
  margin: auto;
  padding-bottom: 50px;
  height: calc(100vh - 56px);
  overflow: hidden;
}

#content-galeria {
  height: 100%;
  overflow: auto;
}

.container-center{
  height: calc(100vh - 113px)
}

div#canvas-container {
  height: 100%;
  overflow: auto;
  text-align: center;
  position: relative;
}

#content-actions {
  background: #343a40;
}

.header-fixed div.canvas-section {
  padding-top: 76.3px;
}

@media screen and (max-width: 768px) {
  #content-galeria {
    height: 198px;
    overflow: auto;
  }
  div#canvas-container {
    height: calc(100vh - 113px - 120px);
  }
  .div-desenhos {
    overflow: auto;
    max-height: 111px;
  }
  .div-desenhos>div {
    max-width: 120px;
  }
  .card-body {
    display: none;
  }
}

.keyboard img {
  height: 40px;
  margin-right: 20px;
  border-radius: 6px;
}

button.btn.key {
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  font-weight: bold;
  padding: 0.5rem 0.8rem;
}

p.p-desc {
  font-size: 20px;
  margin-bottom: 5px;
}

p.p-nome, p.p-data {
  color: #ffffff7a;
}

p.p-data {
  font-size: 12px;
}

/* 
#canvas-container canvas{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
} */

#canvas-container canvas {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

/* // sideMenu */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

div#col-galeria.toggle {
  max-width: 0px;
}

div#col-galeria, .col-canvas {
  transition: 0.3s;
}

.content-actions {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  text-align: center;
  background: #4444447a;
}

.disable-event {
  pointer-events: none;
}

.fixed-top {
  top: 0!important;
  bottom: auto!important;
}

.btn-toggle-galeria {
  position: absolute;
  top: 8px;
  right: -60px;
  border-top-left-radius: 0;
  z-index: 1;
  border-bottom-left-radius: 0;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}


/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #2e2f30; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #626466;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff;   
}

.bg-header{
  background-color: #363738
}