:root {
  --jtv-color-1: #212529;
  --jtv-color-2: #ffffff;
  --jtv-color-3: #999999;
  --jtv-color-4: #707070;
  --jtv-color-5: #f6f6f6;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  color: var(--jtv-color-1);
  font-family: "Roboto", sans-serif;
  margin-bottom: 110px;
}

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
footer .text-small {
  font-size: 11px;
  line-height: 1.1;
}

.form-select:focus {
  border-color: var(--jtv-color-1);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(47, 47, 47, 0.25);
}

.popover-cvv {
  background: var(--jtv-color-5);
}
.popover-cvv.bs-popover-top .popover-arrow::after {
  border-top-color: var(--jtv-color-5);
}
.popover-cvv.bs-popover-start .popover-arrow::after {
  border-left-color: var(--jtv-color-5);
}
.popover-cvv.bs-popover-end .popover-arrow::after {
  border-right-color: var(--jtv-color-5);
}
.popover-cvv.bs-popover-bottom .popover-arrow::after {
  border-bottom-color: var(--jtv-color-5);
}

.privacy {
  font-size: 14px;
  text-align: left;
  text-align: justify;
}

button:focus, button:active, button:hover {
  box-shadow: none !important;
  outline: none !important;
}

a:focus, a:active, a:hover {
  box-shadow: none !important;
  outline: none !important;
}

.btn:focus, .btn:active, .btn:hover {
  box-shadow: none !important;
  outline: 0 !important;
}

.form-control:focus {
  color: var(--jtv-color-1);
  background-color: #fff;
  border-color: var(--jtv-color-3);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(147, 147, 147, 0.25);
}

.form-check-input:focus {
  border-color: var(--jtv-color-3);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(147, 147, 147, 0.25);
}

.form-select:focus {
  border-color: var(--jtv-color-3);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(147, 147, 147, 0.25);
}

header .navbar {
  background: var(--jtv-color-2);
  box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.1);
  padding: 1rem 0;
}
@media only screen and (max-width: 500px) {
  header .navbar {
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
  }
}
header .navbar .logo {
  height: 2.5rem;
}
header .navbar .menu-icon {
  display: flex;
}
header .navbar .menu-icon .menu-link {
  font-size: 30px;
  line-height: 1;
  color: var(--jtv-color-4);
}
header .navbar .menu-icon .img-profile {
  border-radius: 50%;
  width: 100%;
  max-width: 100%;
}
header .navbar .menu-icon.logged {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar .menu-icon.logged .menu-link .box-img-profie {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--jtv-color-1);
  border-radius: 50%;
}
header .navbar .menu-icon.logged .menu-link .profile_name {
  color: var(--jtv-color-2);
  font-size: 22px;
}
header .navbar .menu-icon.logged .menu-link .box-menu {
  color: var(--jtv-color-1);
}
header .navbar .menu-icon.logged .dropdown-menu-jtv {
  width: 70vw;
  min-width: 220px;
  max-width: 260px;
  padding: 0;
  min-height: 48px;
  z-index: 2;
  top: 120%;
}
header .navbar .menu-icon.logged .dropdown-menu-jtv::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--jtv-color-2);
  position: absolute;
  top: -6px;
  right: 12px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  transform: rotate(45deg);
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li {
  position: relative;
  box-sizing: border-box;
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li.no-border-bottom:after {
  content: none;
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li .user_name {
  text-transform: capitalize;
  color: var(--jtv-color-1);
  padding: 0.8rem 0.8rem 0.2rem 0.8rem;
  text-align: center;
  font-size: 18px;
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li a.dropdown-item {
  position: relative;
  overflow: hidden;
  padding: 0.25rem 0;
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li a.dropdown-item.no-events {
  pointer-events: none;
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li a.dropdown-item .dropdown-jtv {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li a.dropdown-item .dropdown-jtv .dropdown-jtv-icon {
  display: flex;
  align-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  background: var(--jtv-color-1);
  border-radius: 50%;
  justify-content: center;
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li a.dropdown-item .dropdown-jtv .dropdown-jtv-icon i {
  font-size: 12px;
  color: var(--jtv-color-2);
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li a.dropdown-item .dropdown-jtv .dropdown-jtv-content {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  min-height: 48px;
  margin-left: 10px;
  padding: 0;
  padding-right: 32px;
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'8px'%20height%3D'13px'%20viewBox%3D'0%200%208%2013'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23c7c7cc'%20transform%3D'translate(1.500000%2C%206.500000)%20rotate(-45.000000)%20translate(-1.500000%2C%20-6.500000)%20'%20points%3D'6%2011%206%202%204%202%204%209%20-3%209%20-3%2011%205%2011'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li a.dropdown-item .dropdown-jtv .dropdown-jtv-content.no-icon {
  background-image: none;
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li a.dropdown-item .dropdown-jtv .dropdown-jtv-content .dropdown-jtv-head {
  display: block;
  font-size: 11px;
  line-height: 1;
  padding-bottom: 3px;
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li a.dropdown-item .dropdown-jtv .dropdown-jtv-content .dropdown-jtv-title {
  display: block;
  line-height: 1;
  min-width: 0;
  flex-shrink: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transform-origin: 50% 100%;
}
header .navbar .menu-icon.logged .dropdown-menu-jtv li:last-child:after {
  display: none;
}

footer {
  background: var(--jtv-color-5);
}

section {
  background: var(--jtv-color-5);
}
section .news-content {
  border-radius: 5px;
  background-color: var(--jtv-color-2);
  box-shadow: 0px 8px 7.92px 0.08px rgba(158, 151, 151, 0.2);
}
section .news-content .news-header {
  align-items: flex-start;
  background-color: var(--jtv-color-1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: var(--jtv-color-2);
  display: flex;
  flex-direction: column;
  height: 33vh;
  justify-content: flex-end;
  padding: 16px;
  position: relative;
}
section .news-content .news-header:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 60%;
  background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
  z-index: 0;
}
section .news-content .news-header .news-title,
section .news-content .news-header .news-subtitle {
  z-index: 1;
}
section .news-content .news-header .news-title h1 {
  font-size: 1.6rem;
  line-height: 1;
}
section .news-content .news-header .news-subtitle .fa-stack {
  font-size: 0.7em;
  color: var(--jtv-color-1);
}
section .news-content .news-header .news-subtitle .fa-stack-2x {
  color: var(--jtv-color-2);
}
section .news-content .news-header .news-subtitle a.share-link {
  text-decoration: none;
  color: var(--jtv-color-1);
}
section .news-content .page-content {
  padding: 15px 20px;
}
section .events-content {
  border-radius: 5px;
  background-color: var(--jtv-color-2);
  box-shadow: 0px 8px 7.92px 0.08px rgba(158, 151, 151, 0.2);
}
section .events-content button.btn-confirm {
  min-height: 60px;
  background: #59c00b;
  color: #fefefe;
  max-width: 280px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
section .events-content button.btn-confirm:hover, section .events-content button.btn-confirm:active, section .events-content button.btn-confirm:focus {
  background: #479908;
}
section .events-content button.btn-confirm:disabled {
  opacity: 0.45;
  background: #777777;
}
section .events-content .events-header {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
section .events-content .events-header .crumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: flex-start;
  background-color: var(--jtv-color-1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: var(--jtv-color-2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}
section .events-content .events-header .crumb .events-title,
section .events-content .events-header .crumb .events-subtitle {
  z-index: 1;
}
section .events-content .events-header .crumb .events-subtitle .fa-stack {
  font-size: 0.7em;
  color: var(--jtv-color-1);
}
section .events-content .events-header .crumb .events-subtitle .fa-stack-2x {
  color: var(--jtv-color-2);
}
section .events-content .events-header .crumb .events-subtitle a.share-link {
  text-decoration: none;
  color: var(--jtv-color-1);
}
section .events-content .page-content {
  padding: 15px 20px;
}
section .events-content .page-content h1 {
  font-size: 1.6rem;
  line-height: 1;
  padding-bottom: 1rem;
}
section .buttons-app a {
  text-decoration: none;
}
section .video-content {
  border-radius: 5px;
  background-color: var(--jtv-color-2);
  box-shadow: 0px 8px 7.92px 0.08px rgba(158, 151, 151, 0.2);
}
section .video-content .video-header {
  align-items: flex-start;
  background-color: var(--jtv-color-5);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: var(--jtv-color-1);
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-end;
  padding: 16px;
  position: relative;
}
section .video-content .video-header .video-title,
section .video-content .video-header .video-subtitle {
  z-index: 1;
}
section .video-content .video-header .video-title h1 {
  font-size: 1.6rem;
  line-height: 1;
}
section .video-content .video-header .video-subtitle .fa-stack {
  font-size: 0.7em;
  color: var(--jtv-color-2);
}
section .video-content .video-header .video-subtitle .fa-stack-2x {
  color: var(--jtv-color-1);
}
section .video-content .video-header .video-subtitle a.share-link {
  text-decoration: none;
  color: var(--jtv-color-1);
}
section .video-content .page-content {
  padding: 15px 20px;
}

.card-login .login-logo {
  width: auto;
  height: 5.8rem;
  max-width: 250px;
}

.card-form .card-title {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--jtv-color-4);
  margin-bottom: 1rem;
}
.card-form .btn-outline-primary:hover, .card-form .btn-outline-primary:focus, .card-form .btn-outline-primary:active {
  background-color: var(--jtv-color-2);
  color: var(--jtv-color-1);
}

.modal .modal-header {
  padding: 2rem 0;
  justify-content: center;
  text-align: center;
  border-bottom: none;
  flex-direction: column;
}
.modal .modal-header .modal-icon {
  font-size: 64px;
  padding-bottom: 5px;
}
.modal .modal-header .modal-cod {
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 14px;
}
.modal.form-confirm .modal-header {
  flex-direction: row;
}
.modal.form-confirm .modal-footer {
  display: none !important;
}
.modal .modal-body {
  text-align: center;
  padding: 0 2rem 2rem 2rem;
}
.modal .modal-body .invalid-feedback {
  text-align: left;
}
.modal .modal-footer {
  border-top: none;
  padding: 0 3rem 0;
  flex-wrap: nowrap;
  flex-shrink: 0;
  justify-content: normal;
  padding-bottom: 2rem;
}
.modal .modal-form-validation .access_code {
  font-size: 22px;
  font-weight: bold;
  padding: 15px 0;
  letter-spacing: 15px;
}
.modal .modal-form-validation .link-countdown {
  cursor: pointer;
  font-weight: bold;
}
.modal .modal-form-validation .link-countdown.disabled {
  cursor: unset;
  pointer-events: none;
  opacity: 0.3;
}
.modal .modal-form-validation .modal-header {
  flex-direction: row;
}

.await {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 1048;
  transition: opacity 200ms ease;
  opacity: 0;
}
.await.show {
  display: block;
  opacity: 1;
}
.await.show_front {
  display: block;
  opacity: 1;
  z-index: 1060;
}

/*Wizard*/
@media screen and (max-width: 640px) {
  .sw > .nav {
    flex-direction: row !important;
  }
}
/*Tab Bar Donation*/
.nav-tabs .nav-link {
  color: #888;
  padding: 0.7rem 2rem;
  font-size: 1.2rem;
  cursor: pointer;
}
@media only screen and (max-width: 475px) {
  .nav-tabs .nav-link {
    padding: 0.9rem 0.8rem;
    text-align: center;
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  .nav-tabs .nav-link {
    padding: 0.9rem 0.5rem;
    text-align: center;
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .nav-tabs .nav-link {
    font-size: 12px;
    padding: 0.9rem 0.9rem;
  }
}
@media only screen and (max-width: 320px) {
  .nav-tabs .nav-link {
    font-size: 12px;
    padding: 0.9rem 0.7rem;
  }
}
.nav-tabs .nav-link.active {
  color: var(--jtv-color-1);
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs .nav-item:nth-child(1) {
    width: 40%;
  }
  .nav-tabs .nav-item:nth-child(2) {
    width: 60%;
  }
  .nav-tabs .nav-item .nav-link {
    background: var(--jtv-color-5);
    border-radius: 0;
  }
  .nav-tabs .nav-item .nav-link.active {
    background: var(--jtv-color-2);
    border: none;
  }
}

/* select2 */
.select2-search--dropdown .select2-search__field {
  width: 98%;
}

.select2-search__field {
  outline-offset: 0;
}

.select2-dropdown {
  background-color: var(--jtv-color-2);
  border: 1px solid var(--jtv-color-1);
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-container--default .select2-selection--single {
  background-color: var(--jtv-color-2);
  border: 1px solid var(--jtv-color-1);
  border-radius: 4px;
  height: 60px;
  text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--jtv-color-1);
  line-height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 60px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--jtv-color-3);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--jtv-color-3) transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--jtv-color-1);
  color: var(--jtv-color-2);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--jtv-color-1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--jtv-color-1);
}

#banks .select2-container {
  width: 100% !important;
}

/* Form Donate*/
.form-donate .donate-error {
  font-size: 0.875rem;
  color: red;
  font-weight: 500;
  display: none;
}
.form-donate .donate-error.active {
  display: block;
}
.form-donate button.btn-confirm {
  min-height: 60px;
  background: var(--jtv-color-1);
  color: var(--jtv-color-2);
  max-width: 280px;
  width: 280px;
  display: block;
  margin: 0 auto;
}
.form-donate p.donate-paragraph {
  font-size: small;
}
.form-donate .btn {
  transition: none;
}
.form-donate input[name=donation_value] {
  font-size: 1.2rem;
  font-weight: bold;
}
.form-donate .donate-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--jtv-color-1);
}
@media only screen and (min-width: 600px) {
  .form-donate .donate-title {
    font-size: 1.3rem;
  }
}
.form-donate .donation-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.form-donate .donation-options.recurrent div {
  height: 100%;
}
.form-donate .donation-options.campaign div {
  height: 100%;
}
.form-donate .donation-options .btn-options {
  margin: 0.5rem;
  border: 1px solid var(--jtv-color-1);
  line-height: 1.2;
  padding: 0.5rem 1.2rem;
  min-height: 60px;
  min-width: 95px;
}
.form-donate .donation-options .btn-options div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-donate .donation-options .btn-options div span.currency {
  font-size: 0.875rem;
}
.form-donate .donation-options .btn-options div span.value {
  font-size: 1.3rem;
  font-weight: 600;
}
.form-donate .donation-options .donation-custom {
  margin: 0.5rem;
  border: 1px solid var(--jtv-color-1);
  line-height: 1.2;
  padding: 0.5rem 0;
  min-height: 60px;
  min-width: 120px;
}
.form-donate .donation-options .donation-custom div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 100px;
}
.form-donate .donation-options .donation-custom div span.currency {
  font-size: 0.875rem;
}
.form-donate .donation-options .donation-custom div #donation_custom {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--jtv-color-1);
  border: none;
  border-radius: 0;
  padding: 0;
  margin: -4px 0 0 0;
}
.form-donate .donation-options .donation-custom div #donation_custom:focus, .form-donate .donation-options .donation-custom div #donation_custom:active, .form-donate .donation-options .donation-custom div #donation_custom.active {
  box-shadow: none;
}
.form-donate .donation-options .donation-custom input[name=donation_custom]::-moz-placeholder {
  font-weight: 400;
}
.form-donate .donation-options .donation-custom input[name=donation_custom]::placeholder {
  font-weight: 400;
}
.form-donate .donation-options .donation-custom.checked {
  background: var(--jtv-color-1);
  color: var(--jtv-color-2);
}
.form-donate .donation-options .donation-custom.checked input[name=donation_custom] {
  background: var(--jtv-color-1) !important;
  color: var(--jtv-color-2) !important;
}
.form-donate .donation-options .donation-custom-pix {
  margin: 0.5rem;
  border: 1px solid #ced4da;
  line-height: 1.2;
  padding: 0.5rem 0;
  min-width: 120px;
  min-height: 58px;
}
.form-donate .donation-options .donation-custom-pix div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 100px;
  height: 100%;
}
.form-donate .donation-options .donation-custom-pix div span.currency {
  font-size: 0.875rem;
}
.form-donate .donation-options .donation-custom-pix div #donation_custom {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--jtv-color-1);
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.form-donate .donation-options .donation-custom-pix div #donation_custom:focus, .form-donate .donation-options .donation-custom-pix div #donation_custom:active, .form-donate .donation-options .donation-custom-pix div #donation_custom.active {
  box-shadow: none;
}
.form-donate .donation-options .donation-custom-pix input[name=donation_custom]::-moz-placeholder {
  font-weight: 400;
}
.form-donate .donation-options .donation-custom-pix input[name=donation_custom]::placeholder {
  font-weight: 400;
}
.form-donate .donation-options .donation-custom-pix.checked {
  background: var(--jtv-color-1);
  color: var(--jtv-color-2);
}
.form-donate .donation-options .donation-custom-pix.checked input[name=donation_custom] {
  background: var(--jtv-color-1) !important;
  color: var(--jtv-color-2) !important;
}
.form-donate .donation-options .btn-check:active + .btn-options,
.form-donate .donation-options .btn-check:checked + .btn-options,
.form-donate .donation-options .btn-options.active,
.form-donate .donation-options .btn-options:active {
  background: var(--jtv-color-1);
  color: var(--jtv-color-2);
}
.form-donate .donation-custom {
  display: inline-block;
  width: 115px;
  border: 1px solid var(--jtv-color-1);
}
.form-donate .donation-custom input {
  transition: none;
}
.form-donate .donation-options-payments .form-check {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  border: 1px solid var(--jtv-color-1);
  border-radius: 0.25rem;
}
.form-donate .donation-options-payments .form-check.form-switch {
  border: none;
  padding-left: 3.5em;
  margin: 1rem 0;
}
@media only screen and (min-width: 600px) {
  .form-donate .donation-options-payments .form-check.form-switch {
    padding-left: 3.5em;
  }
}
.form-donate .donation-options-payments .form-check.form-switch .form-check-input {
  width: 3em;
  height: 2em;
  margin-left: -3.5em;
}
@media only screen and (min-width: 600px) {
  .form-donate .donation-options-payments .form-check.form-switch .form-check-input {
    width: 3em;
    height: 1.5em;
    margin-left: -3.5em;
  }
}
.form-donate .donation-options-payments .form-check .payment_method_user {
  display: none;
}
.form-donate .donation-options-payments .form-check .cvv-help {
  position: absolute;
  top: 1px;
  right: 16px;
  color: var(--jtv-color-3);
}
.form-donate .donation-options-payments .form-check.checked {
  border: 2px solid var(--jtv-color-1);
}
.form-donate .donation-options-payments .form-check.checked .payment_method_user {
  display: block;
}
.form-donate .donation-options-payments .form-check .form-control.credit_card_number {
  position: relative;
  background-size: auto 30px;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  padding-right: 35px;
}
.form-donate .donation-options-payments .form-check .payment_method_type {
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  position: relative;
  margin: 10px 0;
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.form-donate .donation-options-payments .form-check .payment_method_type .form-check-input {
  margin-left: 0;
  margin-top: 0;
  margin-right: 10px;
  z-index: 1;
}
.form-donate .donation-options-payments .form-check .payment_method_type .form-check-input:checked {
  background-color: var(--jtv-color-1);
  border-color: var(--jtv-color-1);
}
.form-donate .donation-options-payments .form-check .payment_method_type .form-check-label {
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  cursor: pointer;
}
.form-donate .donation-options-payments .form-check .payment_method_type .form-check-label span.payment-icon {
  height: 30px;
}
.form-donate .donation-options-payments .form-check .payment_method_type .form-check-label span.payment-icon img {
  height: 30px;
}
.form-donate .donation-options-payments .form-check .payment_method_type .form-check-label span.payment-name {
  padding-left: 10px;
}
.form-donate .box-bank {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.form-donate .box-bank .box {
  box-sizing: border-box;
  min-height: 70px;
  padding: 0;
  border: 1px solid var(--jtv-color-1);
  border-radius: 4px;
}
.form-donate .box-bank .box .icon {
  min-width: 90px;
  padding: 0 0.5rem;
}
.form-donate .box-bank .box .icon img {
  display: block;
  max-width: 70px;
  max-height: 50px;
  margin: 0 auto;
}
.form-donate .box-bank span.label {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 24px;
  text-align: center;
  font-weight: 500;
}
.form-donate .box-bank span.data {
  padding-left: 0.5rem;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
.form-donate .box-bank .iban {
  line-height: 1;
  padding-left: 5px;
}

/* Form Donate*/
.form-event .event-error {
  font-size: 0.875rem;
  color: red;
  font-weight: 500;
  display: none;
}
.form-event .event-error.active {
  display: block;
}
.form-event button.btn-confirm {
  min-height: 60px;
  background: #59c00b;
  color: #fefefe;
  max-width: 280px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.form-event button.btn-confirm:hover, .form-event button.btn-confirm:active, .form-event button.btn-confirm:focus {
  background: #479908;
}
.form-event button.btn-confirm:disabled {
  opacity: 0.45;
  background: #777777;
}
.form-event p.event-paragraph {
  font-size: small;
}
.form-event .btn {
  transition: none;
}
.form-event .event-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--jtv-color-1);
}
@media only screen and (min-width: 600px) {
  .form-event .event-title {
    font-size: 1.3rem;
  }
}
.form-event .event-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.form-event .event-options .btn-options {
  margin: 0.5rem;
  border: 1px solid var(--jtv-color-1);
  line-height: 1.2;
  padding: 0.5rem 1.2rem;
  min-height: 60px;
  min-width: 95px;
}
.form-event .event-options .btn-options div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-event .event-options .btn-options div span.currency {
  font-size: 0.875rem;
}
.form-event .event-options .btn-options div span.value {
  font-size: 1.3rem;
  font-weight: 600;
}
.form-event .event-options .btn-check:active + .btn-options,
.form-event .event-options .btn-check:checked + .btn-options,
.form-event .event-options .btn-options.active,
.form-event .event-options .btn-options:active {
  background: var(--jtv-color-1);
  color: var(--jtv-color-2);
}
.form-event .event-options-payments .form-check {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  border: 1px solid var(--jtv-color-1);
  border-radius: 0.25rem;
}
.form-event .event-options-payments .form-check.form-switch {
  border: none;
  padding-left: 3.5em;
  margin: 1rem 0;
}
@media only screen and (min-width: 600px) {
  .form-event .event-options-payments .form-check.form-switch {
    padding-left: 3.5em;
  }
}
.form-event .event-options-payments .form-check.form-switch .form-check-input {
  width: 3em;
  height: 2em;
  margin-left: -3.5em;
}
@media only screen and (min-width: 600px) {
  .form-event .event-options-payments .form-check.form-switch .form-check-input {
    width: 3em;
    height: 1.5em;
    margin-left: -3.5em;
  }
}
.form-event .event-options-payments .form-check .payment_method_user {
  display: none;
}
.form-event .event-options-payments .form-check .cvv-help {
  position: absolute;
  top: 1px;
  right: 16px;
  color: var(--jtv-color-3);
}
.form-event .event-options-payments .form-check.checked {
  border: 2px solid var(--jtv-color-1);
}
.form-event .event-options-payments .form-check.checked .payment_method_user {
  display: block;
}
.form-event .event-options-payments .form-check .form-control.credit_card_number {
  position: relative;
  background-size: auto 30px;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  padding-right: 35px;
}
.form-event .event-options-payments .form-check .payment_method_type {
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  position: relative;
  margin: 10px 0;
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.form-event .event-options-payments .form-check .payment_method_type .form-check-input {
  margin-left: 0;
  margin-top: 0;
  margin-right: 10px;
  z-index: 1;
}
.form-event .event-options-payments .form-check .payment_method_type .form-check-input:checked {
  background-color: var(--jtv-color-1);
  border-color: var(--jtv-color-1);
}
.form-event .event-options-payments .form-check .payment_method_type .form-check-label {
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  cursor: pointer;
}
.form-event .event-options-payments .form-check .payment_method_type .form-check-label span.payment-icon {
  height: 30px;
}
.form-event .event-options-payments .form-check .payment_method_type .form-check-label span.payment-icon img {
  height: 30px;
}
.form-event .event-options-payments .form-check .payment_method_type .form-check-label span.payment-name {
  padding-left: 10px;
}

.formTicketUser button.btn-save-user {
  min-height: 40px;
  background: #4169e1;
  color: #fefefe;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.formTicketUser button.btn-save-user:hover, .formTicketUser button.btn-save-user:active, .formTicketUser button.btn-save-user:focus {
  background: #345ddb;
}

/*Thanks*/
.thanks .payment-voucher {
  max-width: 250px;
  background: #f9f9f9;
  border: 1px solid #d7d7d7;
  padding: 1rem 0;
  font-family: "Lucida Console", monospace;
  text-transform: uppercase;
}
.thanks .payment-voucher div {
  padding-bottom: 0.5rem;
}
.thanks .payment-voucher div span.label,
.thanks .payment-voucher div span.content {
  display: block;
}
.thanks .payment-voucher div span.label {
  text-transform: uppercase;
  font-size: 12px;
}
.thanks .payment-voucher div span.content {
  color: #000;
  font-weight: 400;
}
.thanks .boleto .barcode textarea {
  width: 100%;
  line-height: 2;
  height: 45px;
  border-right: solid 1px #ced4da;
  border-radius: 0.25rem 0 0 0.25rem;
  padding-left: 10px;
  font-size: 1.1rem;
  border: 1px solid #ced4da;
  overflow: hidden;
  box-shadow: none !important;
  outline: 0 !important;
}
.thanks .boleto .barcode button {
  border: 1px solid #16c46c;
  background: #16c46c;
  height: 45px;
  border-radius: 0 0.25rem 0.25rem 0;
  width: 105px;
  color: var(--jtv-color-2);
}
.thanks .thanks-image {
  font-size: 5rem;
}
.thanks .thanks-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
.thanks .thanks-subtitle {
  font-size: 1.3rem;
  font-weight: 400;
}
.thanks .thanks-subtitle span {
  text-transform: capitalize;
}
.thanks .thanks-button a {
  margin: auto;
  display: block;
  width: 300px;
}

.table-responsive {
  max-height: 300px;
  min-height: 250px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #adadad #ffffff;
  /* Chrome, Edge, and Safari */
}
.table-responsive::-webkit-scrollbar {
  width: 16px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #ffffff;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #adadad;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.table-responsive.stick {
  min-height: auto;
}
.table-responsive.stick .table-fixed thead {
  position: sticky;
  top: 0;
  background: #fff;
}

/*Form Support*/
.card-form .recaptcha-error {
  font-size: 0.875rem;
  color: red;
  font-weight: 500;
  display: none;
}
.card-form .recaptcha-error.active {
  display: block;
}/*# sourceMappingURL=style.css.map */