/* Importação de fontes externas */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");


/* GLOBAL */
*:focus{
  box-shadow:none !important;
}

.marker-container {
    position: relative;
    top: 25px;
    left: 10px;
    width: 46px;
    height: 46px;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    -webkit-perspective: 1000
}

.map-marker-container {
    position: absolute;
    margin-top: 10px;
    transform: translate3d(-50%,-100%,0)
}
.marker-card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1
}

.marker-card .face {
    position: absolute;
    width: 28px;
    height: 28px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    color: #fff;
    z-index: 100;
    background: #00295C;
    border: 8px solid #fff;
    border-radius: 50%;
    box-sizing: content-box;
    background-clip: content-box;
    line-height: 46px;
    font-size: 24px
}

.marker-card .face::before,.marker-card .face::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%,-50%);
    -ms-box-shadow: 0 0 0 50px rgba(238,103,66,.1);
    -o-box-shadow: 0 0 0 50px rgba(238,103,66,.1);
    box-shadow: 0 0 0 20px rgba(238,103,66,.1);
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite
}

.marker-card .face::before {
    content: "";
    position: absolute;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.marker-card .face::after {
    content: "";
    position: absolute;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.marker-card .face>div {
    background-image: url(../../assets/images/section/bg-icon.html);
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 99
}

.map-single {
    height: 364px;
    border-radius: 16px
}

.map-single .marker-card .face {
    background: none;
    border: 0
}

.map-single .marker-card .face::before,.map-single .marker-card .face::after {
    content: none
}

.map-single .marker-card .face div {
  background-image: url(/img/location/map-icon.png);
  width: 40px;
  height: 40px;
}
.payment-provider-unknown {
  background-image: url(/vendor/ninjapanel/dist/img/payments/unknown.svg);
}
/* Corrigir erro do Sweet Alert */
body.swal2-height-auto,
html.swal2-height-auto {
  height: 100% !important;
}
div:where(.swal2-container) button:focus {
  box-shadow: none !important;
}

/* BASE */
body {
  font-family: "Montserrat", "Trebuchet MS", "Lucida Sans Unicode",
    "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-weight: normal;
  /*background-color: #f4f6f7;*/
  background-color: #f5f8ff;
  color: #424a44 !important;
}

.btn .avatar {
  width: 30px !important;
  height: 30px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.w-90 {
  width: 90%;
}

/* Datepicker padding equals to form-control */
.datepicker {
  padding: 0.4375rem 0.75rem !important;
}

.m-0-all,
.m-0-all * {
  margin: 0 !important;
}

.ts-control {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.ts-control .item {
  text-wrap: nowrap;
}

.focus .ts-control {
  box-shadow: none;
}

.amoCarregar {
  height: fit-content;
  width: 100vh;
  position: fixed;
  color: #fff !important;
  background: rgba(24, 36, 51, 0.96) !important;
  z-index: 1000000 !important;
}

p,
h1,
h2,
h3,
h4,
h5 {
  color: #182433;
  font-weight: 500;
}

/* TITLES */
.page-title {
  font-family: "Roboto", "arial", sans-serif;
  font-size: 2em;
  font-weight: 500;
  font-style: italic;
  /*color:red;*/
}

.page-pretitle {
  font-family: "Roboto", "arial", sans-serif;
}

/* BUTTONS */
.btn:active {
  background: color-mix(
    in srgb,
    var(--tblr-btn-active-bg) 80%,
    black
  ) !important;
  filter: contrast(1.2);
}

/* PAGE HEADER */
.page-wrapper .page-header {
  margin-top: 0;
  padding: 1.5rem 1.5rem 0rem 1.5rem;
  /*border-bottom: 1px solid #1824330f;
  background-color: white; */
}

.page-header {
  border-width: 3px 0 0 0;
  /*border-style: solid;*/
  /*border-image: linear-gradient(to right, #E515C3, #7158e2, #00B0CD, #00B0D0) 1 0% !important;*/
  border-image: linear-gradient(to left, #7158e250, #00b0d050, #7158e250) 1 0% !important;
}

/* TABLE */
table tr:last-child > td {
  border: 0;
}

table.table-striped:not(.table-primary) {
  --tblr-table-striped-bg: #edf1fb78;
}

/* FORMS */
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  box-shadow: none;
  /* box-shadow: 0 0 transparent, 0 0 0 0.25rem rgba(32, 107, 196, 0.25); */
}

.form-selectgroup-boxes .form-selectgroup-label {
  box-shadow: none !important;
  outline: none;
}

.form-selectgroup-input:checked + .form-selectgroup-label {
  background-color: var(--tblr-primary-lt);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  /* border-color: var(--tblr-primary) !important; */
  border-color: #bababa;
}

label.form-label {
  margin-bottom: 0.2rem;
}

/* FORM SELECT */
.ts-control .dropdown-item-indicator .avatar,
.ts-dropdown-content .dropdown-item-indicator .avatar {
  box-shadow: none;
  background: #eef3f600 no-repeat center/cover;
}

/* .ts-control>input:focus{
  border-color: var(--tblr-primary) !important;
} */

/* border: unset; */
/*.form-control {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
  border-radius: 5px;
}*/

/* TOM SELECT */
.dropModalCont .ts-dropdown [data-selectable].option {
  font-size: 12px;
  background: red;
  color: white;
}

/* CARDS */
.card > .card-img-top {
  border-radius: 5px;
}

.table.bg-transparent {
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.card {
  background: #fff !important;
  /*font-size:1.2rem;
  font-weight: 500;*/
}

/* PAGINATION */
.pagination .page-item{
  margin:0 2px;
  background: #00000005 !important;
  border-radius: 4px;
}
.pagination .page-item .page-link:hover{
  background-color: #00000020;
  /* background: color-mix(in srgb, var(--tblr-primary) 80%,white); */
  color:#222222;
}
.pagination .active>.page-link, .page-link.active{
  background: var(--tblr-primary);
}

.card-stamp {
  --tblr-stamp-size: 20rem;
  opacity: 0.1;
}

/* Estilos para logos com propriedades comuns */
.logo-pix,
.logo-billet,
.payment-provider-dlocal,
.payment-provider-asaas {
  object-fit: cover;
  background-size: contain !important;
}

.logo-pix {
  background-image: url(/static/logo-pix.png) !important;
}

.logo-gift {
  background-image: url(/static/gift.svg) !important;
}

.logo-billet {
  background-image: url(/static/logo-boleto.png) !important;
}

.payment-provider-dlocal {
  background-image: url(/static/logo-dlocal.webp) !important;
}

.payment-provider-asaas {
  background-image: url(/static/logo-asaas.png) !important;
}

/* Estilos para componentes filtrantes */
.filters {
  position: fixed;
  left: auto;
  right: -274px;
  top: 50px;
  bottom: 0;
  width: 274px;
  margin: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  text-align: left;
  background: #fff;
  z-index: 10 !important;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}

.filters.active {
  top: 0;
  right: 0;
}

.filter-content svg {
  width: 20px;
  height: 20px;
}

.filters:not(.active) {
  display: none !important;
}

.filters .scroll {
  height: 100vh;
  overflow-y: auto;
}

/* Media Queries para ajustes de layout responsivo */
@media (max-width: 600px) {
  .filters {
    width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 1600px) {
  .filters {
    width: 40% !important;
  }
}

@media (max-width: 1366px) {
  .filters.active {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  }
}

/* Animações */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Classes utilitárias */
.text-small {
  font-size: 0.75rem;
}

.text-muted {
  color: #707780 !important;
}

.border-rounded {
  border-radius: 15px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.ti-lg {
  font-size: 28pt;
}

.w-30 {
  width: 30% !important;
}

.fit-content {
  height: fit-content !important;
}

.ml-5 {
  margin-left: 1rem;
}

.progress-custom {
  height: 25px !important;
  font-size: 12pt;
}

.hover {
  transition: ease 0.5s;
  cursor: pointer;
}

.hover:hover {
  text-decoration: none;
  /* transform: scale(1.05); */
}

.round .card-img-top {
  border: 0;
  border-radius: 15px;
}

.card-img-overlay {
  display: none !important;
  transition: visibility 0.5s, opacity 0.5s linear;
  background-color: rgba(0, 0, 0, 0.4);
}

.card.hover:hover .card-img-overlay {
  display: flex !important;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.flag-fixed {
  position: fixed !important;
}

.border-left {
  border-radius: 10px !important;
  border-left-width: 8px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
}

/* MODALS */
/* modal-content dialog */
.modal,
.modal-dialog,
.modal-content {
  z-index: 1000;
}

.modal-backdrop {
  z-index: 999;
}

/* .ts-wrapper * {
  z-index: 10000;
} */
.green-switch:checked {
  background-color: #2fb344 !important;
  /* Cor verde específica */
}

.green-switch:checked:focus {
  box-shadow: 0 0 0 0.25rem rgba(47, 179, 68, 0.5);
  /* Sombra com opacidade reduzida */
}


#c {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}



.slick-slide {
  margin: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.slick-current .card-img-overlay {
  display: flex !important;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.btn-circle {
  width: 50px;
  height: 50px;
  padding: 13px 18px;
  border-radius: 60px;
  text-align: center;
  border-radius: 100%;
  background-color: #f39c12;
  border-color: #f39c12;
  font-size: 20px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}

.btn-circle:hover,
.btn-circle:active,
.btn-circle:focus {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #fff;
  transform: scale(1.05);
}

.slick-prev {
  position: absolute;
  left: -30px;
  top: calc(50% - 25px);
  z-index: 9999;
}

.slick-next {
  position: absolute;
  right: -30px;
  top: calc(50% - 25px);
  z-index: 9999;
}

.wizard-center {
  display: flex !important;
  height: 93vh !important;
}

.breadcrumb-item:not(.active) a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.pointer {
  cursor: pointer;
}

.list-group-item.active {
  background: #333;
  color: #fff;
  border-radius: 10px;
}

#moduleAccordion .list-group-item.active .text-secondary {
  color: #ddd !important;
}

.card-header .ti {
  transition: 0.3s transform ease-in-out;
}

#contentSidebar .card-header:not(.collapsed) .icon:not(.switch) {
  transform: rotate(90deg);
}

.collapseSubmodule .list-group-item {
  min-width: 300px;
  max-width: 100%;
  padding-left: 30px;
  white-space: nowrap;
}

.fixed-top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.plyr--video,
.focusableDiv,
.collapse.show {
  z-index: 1000 !important;
}

#btnShowContentSidebar * {
  z-index: 1000 !important;
}

@media (min-width: 500px) {
  .w-sm-50 {
    width: 50% !important;
  }
}

.justified {
  margin: 0;
  /* text-indent: 2rem; */
  text-align: justify;
}

#quizForm,
.quiz {
  max-width: 100%;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
  border-radius: 12px;
  border-color: transparent;
}

#quizForm .form-header {
  gap: 5px;
  text-align: center;
  font-size: 0.9em;
}

#quizForm .form-header .stepIndicator {
  position: relative;
  flex: 1;
  padding-bottom: 30px;
}

#quizForm .form-header .stepIndicator.active {
  font-weight: 600;
}

#quizForm .form-header .stepIndicator.finish {
  font-weight: 600;
  color: #009688;
}

#quizForm .form-header .stepIndicator::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background-color: #d5efed;
  border-radius: 50%;
  border: 3px solid #ecf5f4;
}

#quizForm .form-header .stepIndicator.active::before {
  background-color: #a7ede8;
  border: 3px solid #d5f9f6;
}

#quizForm .form-header .stepIndicator.finish::before {
  background-color: #009688;
  border: 3px solid #b7e1dd;
}

#quizForm .form-header .stepIndicator::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 100%;
  height: 3px;
  background-color: #f3f3f3;
}

#quizForm .form-header .stepIndicator.active::after {
  background-color: #a7ede8;
}

#quizForm .form-header .stepIndicator.finish::after {
  background-color: #009688;
}

#quizForm .form-header .stepIndicator:last-child:after {
  display: none;
}

#quizForm input {
  padding: 15px 20px;
  width: 100%;
  font-size: 1em;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

#quizForm input:focus {
  border: 1px solid #009688;
  outline: 0;
}

#quizForm input.invalid {
  border: 1px solid #ffaba5;
}

#quizForm .step {
  display: none;
}

#quizForm .form-footer {
  overflow: auto;
  gap: 20px;
}

#quizForm .form-footer button {
  background-color: #009688;
  border: 1px solid #009688 !important;
  color: #ffffff;
  border: none;
  padding: 13px 30px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
  margin-top: 5px;
}

#quizForm .form-footer button:hover {
  opacity: 0.8;
}

#quizForm .form-footer #prevBtn {
  background-color: #fff;
  color: #009688;
}

.rounded-checkbox .form-check-input {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #009688;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded-checkbox .form-check-input:checked {
  background-color: #009688;
  color: #fff;
}

.rounded-checkbox .form-check-input:checked::before {
  content: attr(label);
  position: absolute;
  color: white;
  font-weight: bold;
}

.rounded-checkbox .form-check-label {
  display: none;
}

.rounded-checkbox .form-check-input:checked[type="radio"] {
  /* --tblr-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e); */
  --tblr-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-x'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 6l-12 12' /%3E%3Cpath d='M6 6l12 12' /%3E%3C/svg%3E");
}

.modal-backdrop {
  z-index: 0;
}

.modal button:focus {
  outline: none;
  box-shadow: none;
}

.ajaxModal {
  z-index: 10;
}

.border-left {
  border-radius: 10px;
  border-left-width: 8px !important;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.border-dashed {
  border: 2px dashed;
  border-radius: 5px;
  padding: 15px;
}

/* NAV-PILLS */
.nav-pills .nav-item {
  background-color: transparent;
}

.nav-pills .nav-item button {
  font-weight: 500;
  border-radius: 0;
  background-color: none;
  border-bottom: 2px solid transparent;
}

.nav-pills .nav-item button:hover:not([disabled]) {
  color: black;
  border-bottom: 2px solid black;
}

.nav-pills .nav-item button.active {
  background-color: transparent;
  color: black;
  border-bottom: 2px solid black;
  font-weight: 600;
}

/* NAVBAR */
.navMain {
  box-shadow: none;
  border-bottom: 1px solid #1824330f;
  border-width: 0px 0px 1px 0px;
  border-image: linear-gradient(to left, #7158e250, #00b0d050, #7158e250) 1 0% !important;
}

.nav-link {
  font-size: 14px;
}

.nav-link:focus-visible {
  box-shadow: none;
}

.navbar-vertical {
  z-index: 10 !important;
}

.navbar-nav.modules .nav-item {
  /*margin-bottom:3px;*/
  border-radius: 0 50px 50px 0;
}

.navbar-nav.modules .nav-item:hover {
  background: #ffffff14;
}

.navbar-nav.modules .nav-item.active {
  background: #00000036;
}

.navbar-nav.modules .nav-item .nav-link-title {
  line-height: 33px;
  font-weight: 400;
  /*margin-top: 5px;
  font-size: 16px;*/
}

.navbar-nav.modules .nav-item.active .nav-link-title {
  color: white;
  /*color: transparent !important;
  background: linear-gradient(45deg, #E515C3 0%, #7158e2 45%, #00B0CD 90%) !important;
  -webkit-background-clip: text !important;*/
}

.navbar-nav.modules .nav-link {
  display: flex;
  align-items: center;
  /*text-decoration: none;*/
}

.navbar-nav.modules .nav-link-icon {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 10;
}

.navbar-nav.modules .nav-item.active .nav-link-icon {
  /*color:var(--tblr-primary);*/
  color: transparent !important;
  /* background: linear-gradient(45deg, #E515C3 0%, #7158e2 45%, #00B0CD 90%) !important; */
  background: linear-gradient(45deg, #e515c3 0%, #7158e2 45%, #00b0cd 90%);
  background-size: 150% 150%;
  transition: background-color 2s ease;
  animation: gradient 5s ease infinite;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  /* animation: rotateGradient 3s ease infinite; */
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/*
@keyframes rotateGradient {
  0% {background: linear-gradient(45deg, #E515C3 0%, #7158e2 25%, #00B0CD 50%);}
  50% {background: linear-gradient(45deg, #E515C3 25%, #7158e2 50%, #00B0CD 75%);}
  100% {background: linear-gradient(45deg, #E515C3 35%, #7158e2 75%, #00B0CD 100%);}
  /* 75% {background: linear-gradient(180deg, #E515C3 0%, #7158e2 45%, #00B0CD 90%);}
  100% {background: linear-gradient(225deg, #7158e2 0%, #00B0CD 45%, #E515C3 90%);}
}
*/

.navbar-vertical.navbar-expand-lg .navbar-nav {
  flex-grow: 0;
}

.navbar-vertical.navbar-expand-lg .navbar-collapse .nav-item.active::after {
  border-bottom-width: 0;
  border-left-width: 3px;
  right: auto;
  top: 0;
  bottom: 0;
  border-left-color: #00b0cd !important;
}

/*
.text-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(45deg, #E515C3 0%, #7158e2 45%, #00B0CD 90%) !important;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  font-size: 26px;
}
*/

.badge-rotated {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 500;
  /*transform: rotate(-45deg);
  transform-origin: top left;*/
}

div:where(.swal2-container) .swal2-html-container {
  font-weight: 500 !important;
}

/*
.gradient-border {
} */

/* BARRA ROLAGEM SISTEMA */
@media (max-width: 768px) {
  ::-webkit-scrollbar {
    overflow: overlay;
    background-color: rgba(0, 0, 0, 0);
    width: 8px;
    height: 1px;
    z-index: 999999;
  }

  ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 16px;
    border: 0px solid #fff;
  }

  ::-webkit-scrollbar-button {
    display: none;
  }

  :hover::-webkit-scrollbar-thumb {
    background-color: #e2e2e2;
    border: 0px solid white;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 0px solid #f4f4f4;
  }
}

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    overflow: overlay;
    /* background-color: #f5f8ff; */
    background-color: white;
    width: 16px;
    height: 16px;
    z-index: 999999;
  }

  ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 16px;
    /* border: 0px solid #f5f8ff; */
    border: 0px solid white;
  }

  ::-webkit-scrollbar-button {
    display: none;
  }

  :hover::-webkit-scrollbar-thumb {
    background-color: #e2e2e2;
    /* border: 4px solid #f5f8ff; */
    border: 4px solid white;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
  }
}

/* BARRA ROLAGEM 01 */
.scrollBar::-webkit-scrollbar {
  background-color: transparent;
  width: 16px;
}

.scrollBar::-webkit-scrollbar-track {
  background-color: #182433;
  /*background-color: linear-gradient(45deg, #E515C3 0%, #7158e2 45%, #00B0CD 90%) !important;*/
}

.scrollBar::-webkit-scrollbar-thumb {
  background-color: #314866;
  border-radius: 16px;
  border: 5px solid #182433;
}

.scrollBar::-webkit-scrollbar-button {
  display: none;
}

/* Tela preta */
.page {
  background-color: #f5f8ff;
}

/*

::-webkit-scrollbar {
	width: 13px;
	background-color:transparent;
}
::-webkit-scrollbar-thumb {
	height: 6px;
	border: 3px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	background-color:#ccc;
}
::-webkit-scrollbar-button {
	width: 0; height: 0;
	display: none;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
}
::-webkit-scrollbar-thumb:active {
    background-color:var(--e-global-color-secondary);
}
::-webkit-scrollbar {
	width: 13px;
	background-color:#FFFFFF;
	background-color:var(--e-global-color-primary);
}
::-webkit-scrollbar-thumb {
	height: 6px;
	border: 3px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	background-color:var(--e-global-color-secondary);
	background-color:'';
}
::-webkit-scrollbar-button {
	width: 0; height: 0;
	display: none;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
}
*/

/* DROPZONE UPLOAD */
.btn-drop-file {
  width: 100%;
  padding: 3rem 1rem;
  border: 1px dashed #dce1e7;
  color: #6c7a91;
  background-color: #fafafa;
  font-weight: normal;
  transition: ease 0.5s;
}

/* PRODUTO - MENU PRINCIPAL */
.list-group.productMenu {
  /*border-radius: 5px;*/
  /*border:1px solid #dadfe5;*/
  border-width: 0 0 0 2px;
  border-style: solid;
  /*border-image: linear-gradient(0deg,transparent,#501bf0 25%,#ed9c39 49%,#e53ac9 73%,transparent);*/
  /*background: linear-gradient(45deg, #E515C3 0%, #7158e2 45%, #00B0CD 90%) !important;*/
  /*border: solid 5px transparent;*/
  /*border-radius: 1em;*/
  border-image: linear-gradient(
      to top,
      #e515c3,
      #7158e2,
      #00b0cd,
      rgba(0, 0, 0, 0)
    )
    1 100%;
}

.list-group.productMenu .list-group-item {
  margin: 0;
  background-color: white;
  border-radius: 0;
}

.list-group.productMenu .list-group-item:hover {
  background-color: #edf1fb80;
}

.list-group.productMenu .list-group-item.active {
  background-color: #edf1fb;
  color: #222;
  border-left: 1px solid transparent;
}

.btn-bottom {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
}

/* FILTER ACCORDION */
#filters.accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.offcanvas-backdrop {
  z-index: 999 !important;
}

.offcanvas {
  z-index: 1000 !important;
}

/* FORM TEXTAREA */
textarea.noresize {
  resize: none;
}


/* CAPTCHA */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: -5px !important;
  bottom: 20px !important;
  box-shadow: none !important;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  z-index: 100;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
@media (max-width: 768px) {
  .grecaptcha-badge {
    display: none !important;
  }
}

/* DRAW CERTIFICATE */
#c{
  border-radius: 0px;
}
.drawArea {
  background: #fff !important;
  /* height: 733px !important; */
  width: 80% !important;
  /* aspect-ratio: 16 / 9; */
  aspect-ratio: 1.4142857 / 1;
  padding:0;
  border-radius: 0px;
  position: relative; /* Necessário para o posicionamento do canvas */
}
.drawTools .btn svg {
  margin: 0 !important;
}
.drawToolbar{
  /* background-color:#fafafa;
  border:1px solid #eaeaea;*/
  border:1px solid #293550;
  background-color:#475565;
}
#text-toolbox {
  display: none;
  /* Hidden by default */
  /* position: relative;
  bottom: 10px;
  left: 10px; */
  /* background: white; */
  /* padding: 10px;
  border: 1px solid #ccc; */
}
.certArea {
  width: 100%;
  /* Adjust based on your layout needs */
  height: auto;
  /* This should adjust based on the aspect ratio */
  display: block;
  /* Ensures the container is properly displayed */
}
canvas {
  width: 100% !important;
  /* Ensures the canvas fills the container */
  height: auto !important;
  /* Maintains aspect ratio */
}