/*=== Media Query ===*/
body[data-theme='light'] .text-primary--light-only {
  color: #473bf0;
}

body[data-theme='dark'] .border-gray-3 {
  border-color: var(--border-color) !important;
}

body[data-theme='dark'] .bg-gradient-2 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #13151C 100%);
}

body[data-theme='dark'] .border-blackish-blue {
  border-color: #fff !important;
}

body[data-theme='dark'] .gr-bg-blackish-blue-opacity-1 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

body[data-theme='dark'] .btn-toggle {
  background-color: #efefef;
}

body[data-theme='dark'] .btn-toggle span {
  background: #473bf0;
}

body[data-theme='dark'] .btn-toggle.active span {
  background: #ffff;
}
.testebotao {
  color: #fff;
  border-color: #fd5065;
  z-index:100;
  position: relative;
  
}

.btnteste {
min-width: 125px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	}
	
	.btnteste {
	display: inline-block;
    font-weight: 700;
    color: var(--color-texts-opacity);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.75rem 1.5625rem;
    font-size: 1.1rem;
    line-height: 1.88;
    border-radius: 8px;
    transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	}

/*# sourceMappingURL=maps/theme-mode-custom.css.map */
