.produto-pdf{
	background-color: rgb(82, 86, 89);
    padding-top: 15px;
    padding-bottom: 15px;
}

[hidden], :host([hidden]) {
  display: none !important;
}

:host ::selection {
  background: rgba(255, 255, 255, 0.3);
}

#aligner {
  align-items: center;
  display: flex;
  padding: 0 8px;
  width: 100%;
}

#title {
  flex: 5;
  font-size: 0.87rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#pageselector-container {
  text-align: center;
        
        white-space: nowrap;
}

#buttons {
  text-align: end;
  user-select: none;
}

#buttons-baixo{  
  box-shadow: var(--shadow-elevation-2dp_-_box-shadow);
  background-color: rgb(50, 54, 57);
}

cr-icon-button {
  --cr-icon-button-color: rgb(241, 241, 241);
        margin: 6px;
}

cr-icon-button:hover {
  background: rgba(255, 255, 255, 0.08);
        border-radius: 50%;
}

paper-progress {
  --paper-progress-active-color: var(--google-blue-300);
        --paper-progress-container-color: transparent;
        --paper-progress-height: 3px;
        transition: opacity 150ms;
        width: 100%;
}

#toolbar {
  box-shadow: var(--shadow-elevation-2dp_-_box-shadow);
        background-color: rgb(50, 54, 57);
        position: relative;
}

#annotations-bar {
  align-items: center;
        background-color: rgb(32, 33, 34);
        justify-content: center;
}

#toolbar, #annotations-bar {
  color: rgb(241, 241, 241);
        display: flex;
        height: 48px;
        padding: 0 16px;
}

#progress-container {
  bottom: 0;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        top: auto;
        width: auto;
}

#pen, #highlighter {
  --dropdown-width: 346px;
}

#pen, #highlighter {
  --dropdown-open-background: rgb(50, 54, 57);
}

#eraser {
  opacity: 0.38;
}

#eraser[selected], #eraser:focus, #eraser:hover {
  opacity: 1;
}

#annotation-separator {
  background: white;
  height: 30px;
  margin-inline-end: 12px;
  margin-inline-start: 12px;
  opacity: 0.38;
  width: 1px;
}

:host([annotation-mode]) #annotate {
  background-color: rgba(255, 255, 255, 0.24);
        border-radius: 50%;
}

#bookmarks {
  margin-inline-start: 8px;
}

#pen {
  margin-inline-end: 10px;
}

#highlighter {
  margin-inline-end: 6px;
}

.invisible {
  visibility: hidden;
}

@media(max-width: 675px) {
#bookmarks, #rotate-left {
  display: none;
}

#pageselector-container {
  flex: 2;
}

}

@media(max-width: 450px) {

	#rotate-right {
	  display: none;
	}

}

#buttons, #pageselector-container {
  	flex: 5;
}

:host {
  --button-position-offset: 48px;
  bottom: 0;
  padding: 48px 0;
  position: fixed;
  right: 0;
  user-select: none;
  z-index: 3;
}

:host([new-print-preview]) {
  --button-position-offset: 24px;
}

:host([show-on-left_]) {
  left: 0;
        right: auto;
}

#zoom-buttons {
  position: relative;
        right: var(--button-position-offset);
}

:host([show-on-left_]) #zoom-buttons {
  left: var(--button-position-offset);
        right: auto;
}

viewer-zoom-button {
  display: block;
}

#zoom-out-button {
  margin-top: 10px;
}

#zoom-in-button {
  margin-top: 24px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    min-width: 30px;
}

