::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.chose-theme {
  height: 125px;
}

.chose-theme label {
  width: calc(50% - 3px);
  border: 5px solid transparent;
  border-radius: 5px;
  display: inline-flex;
  cursor: pointer;
}

.escolher_template label {
  border: 5px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}

.chose-theme label {
  height: 100%;
}

.chose-theme img {
  max-width: 100%;
}

.chose-theme label.active, .escolher_template label.active {
  border-color: #23ae47;
}

.escolher_template label.active {
  border-color: #23ae47;
}

.form-wip .form-group-wip {
  position: relative;
  border: 1px solid #e0e0e0;
  margin: 0 5px 20px;
  border-radius: 5px;
  display: flex;
  align-items: end;
}

.form-wip .form-group-wip label {
  position: absolute;
  top: -15px;
  left: 5px;
  padding: 3px;
  width: fit-content;
  background: #ffffff;
  color: #c72727;
  z-index: 999;
  cursor: pointer;
}

.dropdown.bootstrap-select.form-control {
  padding: 0;
  background: none !important;
}

.dropdown.bootstrap-select.form-control button {
  background: none !important;
  border: 0;
}

.form-wip .form-group-blue {
  position: relative;
  border: 1px solid var(--custom-blue);
  margin: 20px 5px 0;
  border-radius: 5px;
}

.form-wip .form-group-blue label {
  position: absolute;
  top: -15px;
  left: 5px;
  padding: 3px;
  width: fit-content;
  background: #e1e6fa;
  color: #111;
  z-index: 999;
  cursor: pointer;
}

.form-wip .form-group-wip .form-control {
  border: 0 !important;
  border-radius: 5px !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.form-wip .form-group-blue .form-control {
  border: 0 !important;
  border-radius: 5px !important;
  padding: 20px 5px 10px;
  background: transparent !important;
  color: var(--custom-blue);
  font-size: 13px;
  font-weight: 600;
}

.nav-ver-site::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #28466e;
  z-index: -1;
  width: 200%;
}

.nav-ver-site {
  position: relative;
  background: transparent;
  z-index: 1;
  font-size: 1rem;
  color: var(--light);
  cursor: pointer;
}

.pointer {
  cursor: pointer !important;
}

.formClick .cancelar {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0 !important;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

button.salvar-pendente {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(229, 129, 5, 0.8);
  -moz-box-shadow: 0px 0px 10px 2px rgba(229, 129, 5, 0.8);
  box-shadow: 0px 0px 10px 2px rgba(229, 129, 5, 0.8);
}

li.nav-item.nav-device {
  font-size: 2.3rem;
}

li.nav-item.nav-device {
  border: 1px solid;
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
}

.selected-device {
  background: rgba(0, 0, 0, 0.3);
}

.sidebar-edit {
  width: 500px;
}

.sidebar-edit .fields {
  overflow-y: auto;
  max-height: calc(100vh - 130px);
  padding-top: 15px;
}

iframe#previa_site {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  width: calc(142% + 7px);
  position: relative;
  left: 0;
  z-index: 999;
  top: 0;
  height: 143%;
  padding: 0;
  margin-bottom: 0;
  bottom: -2px;
}

.previa-desktop .previa-section, .previa-mobile .previa-section {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 0;
  background: #242423;
}

.previa-desktop .previa-section {
  border: 10px solid #242423 !important;
  border-radius: 5px 5px 0 0;
}

.previa-mobile .previa-section {
  border: 3px solid #000 !important;
  border-radius: 0;
}

.previa-base, .previa-top {
  margin: auto;
  margin-bottom: 0;
  margin-top: 0;
}

.previa-desktop .base-mobile, .previa-mobile .base-desktop, .previa-desktop .previa-top, .previa-full .previa-top, .previa-full .previa-base {
  display: none;
}

.previa-desktop .base-desktop, .previa-mobile .base-mobile, .previa-mobile .previa-top {
  display: block;
}

.previa-section img {
  position: relative;
  z-index: 2;
}

.main-panel.previa-desktop, .main-panel.previa-mobile {
  padding-top: 10px;
}

.small-dropify .dropify-wrapper {
  height: 80px !important;
}

.medium-dropify .dropify-wrapper {
  height: 120px !important;
}

.separador {
  display: block;
  margin: 2.5rem 0;
}

.nav-logo {
  position: relative;
}

.nav-logo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  width: calc(100% + 100px);
  height: 100%;
  z-index: 1;
}

.nav-logo img {
  z-index: 999;
  position: relative;
}

.switch-option, .switch-manutencao {
  width: 80px;
  border: 1px solid #eee;
  border-radius: 30px;
  background: #eee;
  padding: 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  font-size: 12px;
}

.switch-option .conteudo, .switch-manutencao .conteudo {
  position: relative;
  width: fit-content;
  transition: 0.1s ease 0.2s;
}

.switch-option.label-ativo .conteudo, .switch-manutencao.label-ativo .conteudo {
  margin-left: 0;
}

.switch-option.label-inativo .conteudo, .switch-manutencao.label-inativo .conteudo {
  margin-left: -100%;
}

.switch-option label, .switch-manutencao label {
  margin: 0;
  cursor: pointer;
  width: 80px !important;
  white-space: nowrap;
  display: inline-block;
}

.switch-option label {
  padding: 3px 10px;
}

.switch-manutencao label {
  padding: 0 10px;
}

.switch-option label.sim, .switch-manutencao label.sim {
  background: var(--custom-blue);
  border-radius: 30px;
  position: relative;
}

.switch-option label.nao, .switch-manutencao label.nao {
  background: var(--custom-gray);
  border-radius: 30px;
  position: relative;
  text-align: right;
}

.switch-option .separacao, .switch-manutencao .separacao {
  width: 45px !important;
  height: 100%;
  background: #fff;
  border-radius: 40px;
  top: 0;
  left: calc(50% - 25px);
  position: absolute;
  z-index: 999;
  padding: 0 !important;
}

.container.blocos {
  font-size: 14px;
  margin-top: 60px;
}

div#preloader div {
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 50px);
  z-index: 99999999;
  width: 100px;
  height: fit-content;
}

div#preloader:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: #fff;
}

.asColorPicker-trigger {
  margin-left: -20px;
}

input.color-picker.theme_color.asColorPicker-input {
  position: relative;
  z-index: 998;
  background: transparent;
  cursor: pointer;
}

figure.preview {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

figure.preview img {
  max-width: 100%;
  border-radius: 5px;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.swal2-content {
  width: 100%;
  text-align: left !important;
}

div#swal2-content {
  text-align: center;
}

.btn-modal {
  cursor: pointer;
}

.form-group-edit-empresa {
  position: relative;
  padding: 5px;
  border: 2px solid #b1b1b1;
  border-radius: 10px;
  margin: 5px;
  overflow: hidden;
  transition: 0.1s ease 0.2s;
  max-height: 250px;
}

.form-group-edit-empresa:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.form-group-edit-empresa:hover button * {
  position: relative;
  z-index: 999;
  color: #fff !important;
}

#modal_form .dropify-wrapper.has-preview {
  height: 225px;
}

.erro-input {
  box-shadow: 0px 0px 5px 0px rgba(176, 14, 14, 1) !important;
}

.bg-gray {
  background: var(--gray-lightest);
}

.btn-xm {
  font-size: 10px !important;
  padding: 3px 5px !important;
  border-radius: 20px !important;
}

.icone-visibilidade {
  position: relative;
  top: 5px;
}

.group-limitador {
  margin-bottom: 30px !important;
}

span.texto-limitador {
  position: absolute;
  bottom: -15px;
  font-size: 10px;
}

.list-categories {
  margin: 10px 0;
  padding: 5px 0;
  border-bottom: 1px solid #d9d9d9;
}

.main-panel {
  background: #f3f3f3;
}

.preview-slide {
  display: inline-flex;
  width: 50px !important;
  height: 25px !important;
}

.preview-slide img {
  max-width: 100%;
  max-height: 100%;
}

.bloco-info .row, .bloco-info-2 .row {
  font-size: 13px;
  color: var(--custom-blue);
}

.bloco-info, .bloco-info-2 {
  border-bottom: 2px solid #e2e2e2;
}

.bloco-info:hover {
  background-color: var(--light) !important;
}

.bloco-info h4 {
  font-weight: 100;
}

.m-menos-top {
  margin-top: -20px;
}

.count-text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
}

.count-titulo {
  margin-bottom: 40px !important;
}

span.qtd-count {
  color: var(--secondary);
  float: right;
}

.tooltip {
  z-index: 9999;
}

.dataTables_wrapper .row .col-sm-12.col-md-6 {
  align-self: center;
}

.add-bloco {
  text-align: center;
  height: 200px;
  align-items: center;
  border: 2px solid #b1b1b1;
  border-radius: 5px;
  margin: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  font-size: 4rem;
  color: #b1b1b1;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.add-bloco:hover {
  color: #999;
  border-color: #999;
}

.remove-bloco {
  font-size: 0.7rem;
  line-height: 0.9rem;
  padding: 10px;
  width: 100%;
}

.remove-bloco i {
  font-size: 0.7rem !important;
}

.secao-blocos {
  margin: 20px 0;
}

.secao-blocos .col-auto {
  margin: 10px 0;
}

.secao-blocos [name="titulo"] {
  max-width: 160px;
}

.btn-template {
  width: 100%;
  height: 100%;
  border: 3px solid var(--secondary);
  color: var(--secondary);
  flex-wrap: wrap;
  font-size: 14px;
}

.btn-template div {
  width: 100%;
  margin-bottom: 10px;
}

.btn-template i {
  font-size: 30px;
}

.seo-logo img {
  width: 120px;
  margin-bottom: 15px;
}

.table-icon {
  height: 20px !important;
}

.seo-link {
  font-size: 14px;
  padding-top: 1px;
  line-height: 1.3;
}

.seo-titulo {
  font-size: 20px;
  line-height: 1.3;
  color: #1a0dab;
  font-weight: normal;
}

.loading:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
}

.loading:after {
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border: 10px solid #757575;
  border-top-color: var(--wip);
  border-radius: 100%;
  z-index: 99999;
  animation: spin 2s linear infinite;
}

.btn-editar-empresa {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.note-popover.popover.in.note-image-popover.bottom {
  z-index: 99999;
}
