@charset "UTF-8";
/* BOOTSTRAP 5 REDUCED*/
*,
:after,
:before {
  box-sizing: border-box;
}

html, body {
  color: #2c3e50;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: 0px;
  overflow-x: hidden;
  text-align: center;
  height: 100vh;
}

article {
  content-visibility: auto;
  contain-intrinsic-size: 3800px;
  line-height: 30px !important;
  text-align: left !important;
  font-size: 17px !important;
  letter-spacing: 0.001rem !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 15px 0;
}

ul {
  margin-bottom: 1rem;
  margin-top: 0;
  padding-left: 2rem;
}

b,
strong {
  font-weight: bolder;
}

.small,
small {
  font-size: 0.875em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

img,
svg {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

tbody,
td,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}

input,
select,
textarea {
  font-family: inherit;
}

textarea {
  resize: vertical;
}

.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.gx-0 {
  --bs-gutter-x: 0 ;
}

.gx-3 {
  --bs-gutter-x: 1rem ;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
#header-home {
  background-color: rgba(0, 102, 60, 0.1);
  border-radius: 5px;
}

.btn {
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.3rem;
  font-size: 1.25rem;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, .05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, .1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, .075);
  border-color: #dee2e6;
  color: #212529;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}

.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: 0.5rem;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  border-color: #bacbe6;
  color: #000;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  border-color: #bcd0c7;
  color: #000;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  border-color: #e6dbb9;
  color: #000;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  border-color: #dfc2c4;
  color: #000;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.form-control {
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  font-size: 1.25rem;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  width: 100%;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

.form-control:disabled {
  background-color: #e9ecef;
}

.form-select {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  height: 48px;
  width: 100%;
}

.btn:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.5rem;
  padding-left: 1.5em;
}

.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.input-group {
  display: flex;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}

.input-group > .btn,
.input-group > .form-control,
.input-group > .form-select {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}

.input-group > .form-select {
  padding-right: 3rem;
}

.input-group > .dropdown-toggle:nth-last-child(n+3),
.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}

.btn-group > .btn {
  flex: 1 1 auto;
  position: relative;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.btn-primary:focus,
.btn-primary :hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5c636a;
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-danger:focus,
.btn-danger:hover {
  background-color: #bb2d3b;
  border-color: #b02a37;
  color: #fff;
}

.btn-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger.active,
.btn-danger:active {
  background-color: #b02a37;
  border-color: #a52834;
  color: #fff;
}

.btn-danger.active:focus,
.btn-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-outline-secondary {
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  background-color: #6c757d;
  color: #fff !important;
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}

.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d !important;
}

.btn-outline-success {
  border-color: #198754;
  color: #198754;
}

.btn-outline-success:hover {
  background-color: #198754 !important;
  border-color: #198754 !important;
  color: #fff !important;
}

.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success.active,
.btn-outline-success:active {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}

.btn-outline-success.active:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #198754;
}

.btn-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}

.btn-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}

.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  list-style: none;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.dropdown-item {
  color: #212529;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f8f9fa;
}

.btn-group {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}

.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0.5rem 1rem;
}

.card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.5rem 1rem;
}

.breadcrumb {
  display: flex;
  list-style: none;
  color: #6c757d;
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: "/";
  float: left;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #0d6efd;
  display: block;
  position: relative;
  text-decoration: none;
}

.page-link:hover {
  border-color: #dee2e6;
  z-index: 2;
}

.page-link:focus,
.page-link:hover {
  background-color: #e9ecef;
  color: #0a58ca;
}

.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
  z-index: 3;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  z-index: 3;
}

.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  pointer-events: none;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.badge {
  border-radius: 0.25rem;
  color: #fff;
  font-weight: 700;
  padding: 0.35em 0.65em;
}

.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 1rem;
}

.alert-primary {
  background-color: #cfe2ff;
  border-color: #b6d4fe;
  color: #084298;
}

.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d3d6d8;
  color: #41464b;
}

.alert-success {
  background-color: #d1e7dd;
  border-color: #badbcc;
  color: #0f5132;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffecb5;
  color: #664d03;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}

.alert-dark {
  background-color: #d3d3d4;
  border-color: #bcbebf;
  color: #141619;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  display: flex;
  font-size: 0.75rem;
  height: 1rem;
  overflow: hidden;
}

.modal-dialog {
  margin: 0.5rem;
}

.modal-content {
  background-color: #fff;
  border-radius: 0.3rem;
  pointer-events: auto;
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.7rem;
}

.modal-footer {
  border-top: 1px solid #dee2e6;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: -0.125em;
  width: 2rem;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.align-middle {
  vertical-align: middle !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow-none {
  box-shadow: none !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

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

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

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

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100% !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.mb-md-0 {
  margin-bottom: 0 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-center {
  align-items: center !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}

.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}

.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

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

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-main {
  color: rgb(0, 139, 82) !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #e9ecef !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
/* BOOTSTRAP 5 REDUCED*/
ins.adsbygoogle[data-ad-status=unfilled] {
  display: none !important;
}

/* HOME BLADE */
#spn-clock-h,
#spn-clock-m,
#spn-clock-s {
  width: 54px;
  max-width: 54px;
  font-weight: 300;
  font-family: Orbitron, sans-serif;
  font-size: 2em;
}

/* HOME BLADE */
/* CONTACT.BLADE */
#contact-msg-error,
#contact-msg-ok,
#contact-loading-spinner {
  display: none;
}

/* CONTACT.BLADE */
/* LOTOMANIASIMULADOR.BLADE */
#table-drawn-numbers.lotomania td {
  padding: 4px 1px;
}

/* LOTOMANIASIMULADOR.BLADE */
/* BASIC CALCULATOR */
#calc-screen-secondary {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 1.1rem;
  height: 26px;
  overflow: hidden;
  padding: 0 20px;
}

/* BASIC CALCULATOR */
/* IDS QUE SÃO COMPARTILHADOS POR VÁRIAS PÁGINAS */
#btn-navbar-toggler {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 5v2h20V5H2zm0 6v2h20v-2H2zm0 6v2h20v-2H2z' fill='%23fff'/%3E%3C/svg%3E");
  border: 1px solid #fff !important;
  border-radius: 0.25rem;
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 1.25rem;
  height: 1.5em;
  width: 1.5em;
  cursor: pointer;
}
#btn-navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem;
}
@media (min-width: 992px) {
  #btn-navbar-toggler {
    display: none;
  }
}

#nav-header,
#sub-header {
  background-color: rgb(0, 102, 60) !important;
  flex-wrap: wrap;
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
  align-items: center;
  justify-content: space-between;
}
#nav-header a,
#sub-header a {
  align-items: center !important;
  text-decoration: none !important;
}
#nav-header a span,
#sub-header a span {
  color: #FFF;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  #nav-header,
  #sub-header {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

#sub-header {
  background-color: #00854d !important;
  min-height: 44px;
}
#sub-header a {
  font-size: 0.79rem;
  color: #fff;
  font-weight: bold;
}

.img-country-round {
  border-radius: 15px;
}

#div-sidebar {
  height: 100% !important;
}
@media (max-width: 991px) {
  #div-sidebar {
    display: none !important;
  }
}

#main-container {
  display: flex;
  min-height: 100%;
}

#main-container-content {
  background-color: #fff;
  min-height: calc(100% - 56px);
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1), -4px 0 8px rgba(0, 0, 0, 0.1);
}
#main-container-content > div:nth-of-type(3):not(#banner-lgpd) {
  height: auto;
}
@media (max-width: 768px) {
  #main-container-content > div:nth-of-type(3):not(#banner-lgpd) {
    display: none !important;
  }
}

#aside-article > div > div:last-child {
  margin: 0 !important;
}

@media (min-width: 992px) {
  #box-highlights {
    display: none;
  }
}

@media (max-width: 991px) {
  #nav-header .container,
  #sub-header .container,
  #main-container-content {
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #nav-header .container,
  #sub-header .container,
  #main-container-content {
    width: 992px;
  }
}
@media (min-width: 1344px) {
  #nav-header .container,
  #sub-header .container,
  #main-container-content {
    width: 1344px;
  }
}
footer {
  content-visibility: auto;
  contain-intrinsic-size: 100px;
  margin-top: 50px;
  margin-bottom: 130px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.85rem;
}

#banner-lgpd {
  position: fixed;
  bottom: 0;
  width: 94vw;
  display: none;
  background-color: rgba(90, 90, 90, 0.9019607843);
  border-radius: 3px;
  transform: translate(-50%, -10%);
  color: #fff;
}
#banner-lgpd a {
  color: inherit;
}

#navigator-menu-header {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
  margin-top: 0.5rem !important;
  visibility: hidden !important;
}
#navigator-menu-header:not(.show) {
  display: none;
}
@media (min-width: 991px) {
  #navigator-menu-header > a {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #navigator-menu-header {
    visibility: visible !important;
  }
}
@media (min-width: 992px) {
  #navigator-menu-header {
    display: flex !important;
    flex-basis: auto;
  }
}

#calc-screen-main {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 2.5rem;
  height: 40px;
  overflow: hidden;
  padding: 0 20px;
}
@media (max-width: 767px) {
  #calc-screen-main {
    font-size: 2rem;
  }
}

#calc-screen-main:focus {
  outline: none;
}

#p-clock {
  font-weight: 600;
  font-family: e1234, sans-serif;
  color: #5F5F5F;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #p-clock {
    font-size: 10vw;
  }
}
@media (min-width: 768px) {
  #p-clock {
    font-size: 7vw;
  }
}
@media (min-width: 1400px) {
  #p-clock {
    font-size: 5vw;
  }
}

#div-result {
  display: none;
}

#scroll-button {
  background-color: #0d6efd;
  border: none;
  border-radius: 0.2rem;
  bottom: 140px;
  cursor: pointer;
  position: fixed;
  right: 30px;
}
#scroll-button:hover {
  background-color: #75acff;
}

/* IDS QUE SÃO COMPARTILHADOS POR VÁRIAS PÁGINAS */
#txtarea-target,
#txtarea-result {
  max-height: 1000px;
  font-size: 0.9999rem;
}

#history-copy-msg {
  position: fixed;
  transform: translate(-50%, 50%);
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 9999;
  display: none;
}

#num-qnt-numbers {
  width: 50% !important;
}

#p-world-clock-main {
  color: #5F5F5F;
  font-size: 5vw;
  font-weight: 600;
  white-space: nowrap;
}

#tbody-laps-history {
  font-family: e1234;
  color: #5F5F5F;
  white-space: nowrap;
  font-weight: bolder;
}

#btn-play-sound {
  cursor: pointer;
}

#clock-progress {
  width: 100%;
  height: 20px;
  background-color: #eaeaea;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

#clock-progress::-webkit-progress-value {
  background-color: #2990fe;
  border-radius: 5px;
}

#clock-progress::-webkit-progress-bar {
  background-color: #eaeaea;
}

.one-rem-font {
  font-size: 1rem !important;
}

.one-five-rem-font {
  font-size: 1.5rem !important;
}

.two-rem-font {
  font-size: 2rem !important;
}

.main-container-ad {
  width: 100%;
  height: 600px;
  max-height: 600px;
}
@media (max-width: 768px) {
  .main-container-ad {
    display: none !important;
  }
}

.div-sidebar-ad {
  width: 100%;
  height: 600px;
  max-height: 600px;
}
@media (max-width: 991px) {
  .div-sidebar-ad {
    display: none !important;
  }
}

.sticky-ad {
  width: 100%;
  position: sticky;
  top: 88px;
}

.spn-home-icon {
  font-size: 1.3rem;
}

#lotteries-container h3 {
  color: white !important;
}

.lottery-btn,
.lottery-btn-2 {
  background-color: #EEE;
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.lottery-btn.megasena-checked,
.lottery-btn-2.megasena-checked {
  background-color: rgb(32, 152, 105) !important;
  color: #FFF !important;
}
.lottery-btn.lotofacil-checked,
.lottery-btn-2.lotofacil-checked {
  background-color: rgb(147, 0, 137) !important;
  color: #FFF !important;
}
.lottery-btn.lotomania-checked,
.lottery-btn-2.lotomania-checked {
  background-color: rgb(247, 129, 0) !important;
  color: #FFF !important;
}
.lottery-btn.quina-checked,
.lottery-btn-2.quina-checked {
  background-color: rgb(38, 0, 133) !important;
  color: #FFF !important;
}
.lottery-btn.duplasena-checked,
.lottery-btn-2.duplasena-checked {
  background-color: rgb(166, 19, 36) !important;
  color: #FFF !important;
}
.lottery-btn.maismilionaria-checked,
.lottery-btn-2.maismilionaria-checked {
  background-color: rgb(46, 48, 120) !important;
  color: #FFF !important;
}
.lottery-btn.maismilionaria-trevo-checked,
.lottery-btn-2.maismilionaria-trevo-checked {
  background-color: rgb(46, 48, 120) !important;
  color: #FFF !important;
}
.lottery-btn:hover,
.lottery-btn-2:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: black;
}
.lottery-btn.simulator,
.lottery-btn-2.simulator {
  font-size: 0.9rem;
  margin: 2px 1px;
}

.b-point-before {
  text-decoration: none;
}

.calc-btn {
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.calc-btn > .key-clean {
  font-size: 1.2rem;
}

.calc-btn:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: black !important;
}

.calc-btn:active {
  background-color: white !important;
  color: black !important;
}

.calc-btn-active {
  font-size: 1.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: white !important;
  color: black !important;
}

.tbl-calc {
  table-layout: fixed;
}

.tbl-calc th,
.tbl-calc td {
  padding: 3px;
}

.breadcrumb {
  box-sizing: border-box !important;
  display: inline-flex !important;
  font-size: 0.8rem !important;
  list-style: none !important;
  margin: 0 !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  padding: 12px 0 !important;
}

.breadcrumb-item {
  flex: 0 0 auto;
}

.breadcrumb-item:last-child {
  flex: 1 1 auto;
  max-width: unset;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  #nav-tabs-ranking {
    display: none;
  }
}

#navigator-menu-sidebar > a,
#navigator-menu-header > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  color: #024DBB;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

#navigator-menu-sidebar > a:hover,
#navigator-menu-header > a:hover {
  background-color: #ebebeb !important;
}

#navigator-menu-sidebar > a > svg,
#navigator-menu-header > a > svg {
  height: 16px;
  width: 16px;
}

.required-fields-span {
  color: #dc3545 !important;
  display: block !important;
  font-size: 0.8rem;
  text-align: left !important;
}

.table {
  --bs-table-striped-bg:rgba(247, 247, 247, 1);
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #fbfbfb;
}

.small-basic-calc {
  font-size: 0.85rem;
}

.sidemenu-link {
  color: #024DBB;
}

.li-nav-item:not(:first-child) {
  border-top: 1px solid #dfdfdf;
}

.ul-article li {
  margin: 10px 0;
}

.small-disclaimer {
  font-size: 0.8rem;
}

.div-history {
  height: 120px;
  overflow-y: auto;
}

.clickable {
  cursor: pointer;
}

.alert-history {
  font-size: 0.96rem;
  text-align: center;
  padding: 5px 15px;
  overflow-x: auto;
  line-height: initial;
}

.alert-history:last-child {
  margin-bottom: 0 !important;
}

.bi.bi-arrow-left-right {
  display: inline-block;
}

.bi.bi-arrow-down-up {
  display: none;
}

.darkred-text {
  color: darkred;
}

.purple-text {
  color: purple;
}

.pink-text {
  color: #ff00eb;
}

.red-bg {
  background-color: #dc3545;
}

.light-blue-bg {
  background-color: #00a1ff;
}

.darkblue-bg {
  background-color: #035d89;
}

.green-bg {
  background-color: #09a309;
}

.purple-bg {
  background-color: #af47af;
}

.pink-bg {
  background-color: #ff00eb;
}

.megasena-border-color {
  border-color: rgb(32, 152, 105) !important;
}

.megasena-font-color {
  color: rgb(32, 152, 105) !important;
}

.megasena-bg {
  background-color: rgb(32, 152, 105) !important;
}

.lotofacil-border-color {
  border-color: rgb(147, 0, 137) !important;
}

.lotofacil-font-color {
  color: rgb(147, 0, 137) !important;
}

.lotofacil-bg {
  background-color: rgb(147, 0, 137) !important;
}

.quina-border-color {
  border-color: rgb(38, 0, 133) !important;
}

.quina-font-color {
  color: rgb(38, 0, 133) !important;
}

.quina-bg {
  background-color: rgb(38, 0, 133) !important;
}

.maismilionaria-border-color {
  border-color: rgb(46, 48, 120) !important;
}

.maismilionaria-font-color {
  color: rgb(46, 48, 120) !important;
}

.maismilionaria-bg {
  background-color: rgb(46, 48, 120) !important;
}

.lotomania-border-color {
  border-color: rgb(247, 129, 0) !important;
}

.lotomania-font-color {
  color: rgb(247, 129, 0) !important;
}

.lotomania-bg {
  background-color: rgb(247, 129, 0) !important;
}

.duplasena-border-color {
  border-color: rgb(166, 19, 36) !important;
}

.duplasena-font-color {
  color: rgb(166, 19, 36) !important;
}

.duplasena-bg {
  background-color: rgb(166, 19, 36) !important;
}

.diadesorte-border-color {
  border-color: rgb(203, 133, 43) !important;
}

.diadesorte-font-color {
  color: rgb(203, 133, 43) !important;
}

.diadesorte-bg {
  background-color: rgb(203, 133, 43) !important;
}

.timemania-border-color {
  border-color: rgb(0, 255, 72) !important;
}

.timemania-font-color {
  color: rgb(0, 255, 72) !important;
}

.timemania-bg {
  background-color: rgb(0, 255, 72) !important;
}

.federal-border-color {
  border-color: rgb(16, 48, 153) !important;
}

.federal-font-color {
  color: rgb(16, 48, 153) !important;
}

.federal-bg {
  background-color: rgb(16, 48, 153) !important;
}

.loteca-border-color {
  border-color: rgb(251, 31, 0) !important;
}

.loteca-font-color {
  color: rgb(251, 31, 0) !important;
}

.loteca-bg {
  background-color: rgb(251, 31, 0) !important;
}

.supersete-border-color {
  border-color: rgb(168, 207, 69) !important;
}

.supersete-font-color {
  color: rgb(168, 207, 69) !important;
}

.supersete-bg {
  background-color: rgb(168, 207, 69) !important;
}

.btn-calculate {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-calculate:hover, .btn-calculate:active {
  background-color: #29b373;
}

.btn-clean {
  background-color: #fff;
  border-color: #dc3545;
  color: #dc3545;
}
.btn-clean:hover, .btn-clean:active {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-outline-darkorange {
  border-color: #8a4600;
  color: #8a4600;
}

.btn-outline-darkorange:hover {
  background-color: #c56403 !important;
  border-color: #8a4600;
  color: #fff;
}

.btn-outline-darkorange:focus,
.btn-check:focus:checked + .btn-outline-darkorange {
  box-shadow: 0 0 0 0.25rem rgba(138, 70, 0, 0.5);
}

.btn-check:checked + .btn-outline-darkorange {
  background-color: #a45300;
  border-color: #8a4600;
  color: #fff;
}

.load-spinner {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.li-no-bullet {
  list-style-type: none;
}

.btn-label {
  pointer-events: none;
}

.ul-ranking {
  margin: 0;
  padding: 0;
}
.ul-ranking li:last-child {
  margin: 0;
}

.hidden-el {
  top: -9999px;
  left: -9999px;
}

.tool-subtitle {
  color: #6f6f6f;
}

.article-h2 {
  text-align: left !important;
  font-weight: 700 !important;
}

.pos-rel {
  position: relative !important;
}

.pos-abs {
  position: absolute !important;
}

.paddingl-0 {
  padding-left: unset !important;
}

.paddingr-0 {
  padding-right: unset !important;
}

.txt-text-between {
  border-radius: unset !important;
  background-color: #bbb !important;
  color: #fff !important;
  border-color: #bbb !important;
  padding: 0 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: unset;
}

.border-red {
  border: solid 1px red !important;
}

.spn-clock-colon {
  font-weight: 300;
  font-family: Orbitron, sans-serif;
  font-size: 2em;
}

.blog-card-a {
  color: #2c3e50;
  text-decoration: none;
}

.article-img {
  max-width: 100%;
  height: auto;
}

.table-tool {
  font-size: 0.9rem;
}

.a-link {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.a-link:hover {
  text-decoration: underline;
}

.text-dark.a-link::after {
  background-color: #212529;
}

footer a {
  padding: 0.5rem 1rem 0 1rem;
}

.share-icon {
  margin-left: 12px;
  color: #aaaaaa;
}
.share-icon:hover {
  color: #373737;
}

.share-icon.whatsapp:hover {
  color: #25D366;
}

.share-icon.telegram:hover {
  color: #0088cc;
}

.share-icon.messenger:hover {
  color: #00B2FF;
}

.share-icon svg {
  margin-right: 0.25rem !important;
  width: 29px;
  height: 29px;
}

.table-highlight {
  font-size: large;
}

.fixed-table {
  table-layout: fixed;
}

.spn-nav-list-item {
  list-style-type: none;
  padding-right: 10px;
  font-size: 1.2em;
}

.faq-question {
  margin: 0;
  background-color: #256bd5 !important;
  color: #fff !important;
  padding: 1rem 1.25rem;
}

.faq-response {
  border: solid 1px #CCC;
  padding: 1rem 1.25rem;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.page-top-center-g-ad {
  display: inline-block;
  width: 100%;
  height: 100px;
}
@media (max-width: 487px) {
  .page-top-center-g-ad {
    width: 300px;
    height: 60px;
  }
}

.page-center-g-ad {
  display: inline-block;
  width: 100%;
  height: 100px;
}
@media (max-width: 487px) {
  .page-center-g-ad {
    height: auto;
  }
}

.bi-backspace {
  min-width: 16px;
  min-height: 16px;
}

.alert-donation {
  font-size: 0.9rem;
  padding: 8px !important;
}

.alert-donation p {
  margin-bottom: 9px;
}

.cite-article-img {
  font-size: 0.8rem;
}

.cite-article-img a {
  color: inherit;
  text-decoration: inherit;
}

.spn-blog-category {
  color: #6f6f6f;
}

.font-increased-1-1 {
  font-size: 1.1rem;
}

.show-on-small-screens {
  display: inherit;
}

.delete-event-icon:hover {
  cursor: pointer;
  color: #212529 !important;
}

.delete-event-icon:active {
  color: #fff !important;
}

.card-lottery-result {
  margin-bottom: 15px !important;
}

#btn-copy-result {
  color: #000 !important;
  background-color: #cef7ff !important;
  border-color: #0dcaf0 !important;
}

#btn-copy-result:hover {
  background-color: #b9e5ed !important;
}

.btn-save-game {
  color: #000 !important;
  background-color: #ffccd1 !important;
  border-color: #dc3545 !important;
}

.btn-save-game:hover {
  background-color: #e3b4b9 !important;
}

.btn-save-game:active {
  background-color: #ffe2e5 !important;
}

.copy-msg {
  position: absolute;
  border-radius: 0.3rem;
  background-color: #000;
  color: #fff;
  visibility: hidden;
  padding: 3px;
  margin-left: 5px;
}

.copy-msg.show {
  visibility: visible;
}

@media (min-width: 992px) {
  .br-lottery-xl {
    display: inline;
  }
}
@media (max-width: 991px) {
  .br-lottery-xl {
    display: none;
  }
}

.delete-game-icon,
.edit-game-icon {
  cursor: pointer;
}

.table-drawn-numbers-qnt {
  table-layout: fixed;
  font-size: 0.88rem;
  width: 100% !important;
  border-color: rgb(222, 226, 230);
}

.btn-lottery-simulator {
  margin: 0 4px;
  padding: 4px;
}

.nowrap {
  white-space: nowrap;
}

.table-standings {
  border-collapse: separate;
  border-spacing: 0;
}

.table-standings thead th:first-child,
.table-standings thead th:nth-child(2),
.table-standings tbody td:first-child,
.table-standings tbody td:nth-child(2) {
  background-clip: border-box;
}

.table-standings thead th:first-child,
.table-standings tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 200px;
  min-width: 200px;
}

.club-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.club-info span:first-child {
  width: 25px;
}

.table-standings thead th.sortable {
  position: relative;
  cursor: pointer;
}

.table-standings thead th.sortable::after {
  content: "▪";
  font-size: 1rem;
  margin-left: 5px;
  color: #333;
}

.table-standings thead th.sorted-asc::after {
  content: "↑";
  font-size: 1rem;
  margin-left: 5px;
  color: #000;
}

.table-standings thead th.sorted-desc::after {
  content: "↓";
  font-size: 1rem;
  margin-left: 5px;
  color: #000;
}

.collapse-row .collapse-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #f8f9fa;
  padding: 0 10px;
}

.collapse-row.show .collapse-content {
  max-height: -moz-max-content;
  max-height: max-content;
  padding: 10px;
}

.table-standings tbody tr.main-row.active-row td {
  color: var(--bs-table-hover-color, #212529) !important;
  --bs-table-accent-bg: var(--bs-table-bg, rgba(0,0,0,0.075)) !important;
}

.main-row,
.sortable {
  cursor: pointer;
}

.table-standings td,
.table-standings th {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}

.table-standings td:first-child,
.table-standings th:first-child {
  border-left: none;
}

.table-standings td:last-child,
.table-standings th:last-child {
  border-right: none;
}

.custom-w-32 {
  width: 32% !important;
  min-width: 32% !important;
  max-width: 32% !important;
}

.hist-equal-sign {
  margin: 0 2px 0 2px;
}

.spn-copy-icon,
.spn-trash-icon {
  cursor: pointer;
}

.font-08 {
  font-size: 0.8rem;
}

.p-world-clock {
  color: #5F5F5F;
  font-size: 2vw;
  white-space: nowrap;
}

.flag-text {
  line-height: 1px;
}

.spn-clock-hundredths {
  font-size: xx-large;
}

.spn-timer-fast-option {
  cursor: pointer;
}
.spn-timer-fast-option:hover {
  text-decoration: underline;
  color: #4890fb !important;
}

.clock-blink {
  animation: clock-blink 0.5s infinite alternate;
}

@keyframes clock-blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.clock-blink-red {
  animation: clock-blink-red 0.5s infinite alternate;
  color: red;
}

@keyframes clock-blink-red {
  0% {
    color: red;
  }
  100% {
    color: transparent;
  }
}
.table-success-bg {
  background-color: #d1e7dd;
}

.table-danger-bg {
  background-color: #f8d7da;
}

.form-danger-text {
  color: #ad0b18;
}

.form-success-text {
  color: #0b6037;
}

.form-primary-text {
  color: #024dbb;
}

.form-pink-text {
  color: #99008c;
}

.form-yellow-text {
  color: #6b4e00;
}

.modal-custom {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
}

.modal-custom.show {
  display: block;
}

#btn-close-modal-x {
  cursor: pointer;
}

.btn-close-light {
  border: 0;
  border-radius: 0.25rem;
  box-sizing: content-box;
  color: #000;
  padding: 0.8em;
}
.btn-close-light:hover {
  opacity: 0.7;
}

.more-tools-btn {
  color: #fff !important;
  margin-bottom: 0.5rem !important;
  --bs-gutter-x: 0;
}
@media (min-width: 768px) {
  .more-tools-btn {
    flex: 0 0 auto;
    width: 49%;
  }
}

.banner {
  position: relative;
  width: 100%;
  aspect-ratio: 16/6;
  background-image: url(/images/estadio.webp?6d7d2fa355fb594da770a5e0f119d59c);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner-text {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.banner-text h1 {
  font-size: 2.5rem;
  margin: 0;
}

.banner-text p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.rankings-carousel {
  overflow-x: auto; /* Permite rolagem horizontal para dispositivos móveis */
  scroll-snap-type: x mandatory; /* Para rolagem suave entre os cards */
  gap: 20px;
  justify-content: center;
  align-items: stretch; /* Estica todos os cards para a mesma altura */
}
.rankings-carousel a {
  text-decoration: none;
}

.ranking-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 220px; /* Define uma largura fixa para os cards */
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  height: 100%; /* Faz com que cada card ocupe a altura total */
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1; /* Expande o conteúdo interno para ocupar o espaço vertical */
}

.ranking-card:hover .card-content {
  transform: scale(1.03);
}

.ranking-card h3 {
  margin: 0;
}

.ranking-card p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.view-button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.view-button:hover {
  background-color: #0056b3;
}

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

.club-logo-container {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}
.club-logo-container > img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.club-logo-table {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

.last-games-span {
  align-items: center !important;
  border-radius: 50%;
  display: flex !important;
  justify-content: center !important;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-family: Arial, sans-serif;
}

.last-games-span.lgs-big {
  width: 17px;
  height: 17px;
  font-size: 11px;
}

.last-games-span.lgs-sml {
  width: 14px;
  height: 14px;
  font-size: 8px;
}

.club-logo-sm {
  height: 16px;
  vertical-align: middle;
}

.match-tr td:nth-child(1) {
  width: 40% !important;
}
.match-tr td:nth-child(2) {
  width: 45% !important;
}
.match-tr td:nth-child(3) {
  width: 15% !important;
}

/*PAGINA DE ESTATÍSTICAS DE STANDINGS*/
:root {
  --bg: #f6f7fa;
  --card-bg: #ffffff;
  --accent: #0d6efd;
  --accent-2: #6f8dfb;
  --muted: #6c757d;
  --shadow: rgba(15,15,15,0.04);
  --radius: 12px;
  --gap: 0.9rem;
}

.box-statistics .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.box-statistics .col-12,
.box-statistics .col-md-6,
.box-statistics .col-lg-4 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.box-statistics .card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  padding: 1rem;
  background: var(--card-bg);
  display: flex;
  flex-direction: column;
  min-height: 120px;
  box-shadow: none;
}

.box-statistics .card-accent {
  height: 4px;
  width: 46px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  margin-bottom: 0.6rem;
}

.box-statistics .card-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  color: var(--accent);
  font-size: 0.98rem;
  margin: 0 0 0.6rem 0;
}

.box-statistics .stat-items {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0;
}

.box-statistics .stat-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid rgba(15, 15, 15, 0.03);
  padding-top: 0.25rem;
}

.box-statistics .stat-item:first-child {
  border-top: none;
}

.box-statistics .logo-wrap {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(13, 110, 253, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  flex-shrink: 0;
}

.box-statistics .logo-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.box-statistics .stat-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 2px;
}

.box-statistics .stat-name {
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-statistics .stat-sub {
  font-size: 0.82rem;
  color: var(--muted);
}

.box-statistics .stat-value {
  margin-left: auto;
  text-align: right;
  font-weight: 700;
  font-size: 0.95rem;
  color: #172033;
  white-space: nowrap;
}

.box-statistics .match-right-logo {
  width: 28px;
  height: 28px;
  margin-left: 0.6rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.02);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.box-statistics .metrics {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.box-statistics .metric {
  background: rgba(13, 110, 253, 0.04);
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.box-statistics .metric .metric-value {
  font-weight: 800;
  font-size: 1.05rem;
}

.box-statistics .metric .metric-label {
  font-size: 0.8rem;
  color: var(--muted);
}

.box-statistics small {
  color: var(--muted);
  font-size: 0.8rem;
  display: block;
}

@media (max-width: 576px) {
  .box-statistics .logo-wrap {
    width: 30px;
    height: 30px;
  }
  .box-statistics .stat-value {
    font-size: 0.9rem;
  }
}
.box-statistics .match-item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(15, 15, 15, 0.06);
  padding: 0.25rem 0;
}

.box-statistics .match-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.box-statistics .match-team {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
}

.box-statistics .match-team .team-name {
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-statistics .match-score {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  flex-shrink: 0;
  min-width: 50px;
  color: #172033;
}

.box-statistics .match-team .logo-wrap {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(13, 110, 253, 0.04);
}

.box-statistics .match-date {
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
}

.box-statistics .single-club-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.2rem 1rem;
}

.box-statistics .single-club-card .club-logo {
  width: 80px;
  height: 80px;
  margin-bottom: 0.6rem;
}

.box-statistics .single-club-card .club-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}

.box-statistics .single-club-card .club-name {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.box-statistics .single-club-card .club-points {
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--accent);
  margin-bottom: 0.25rem;
}

.box-statistics .single-club-card .club-stats {
  font-size: 0.85rem;
  color: var(--muted);
}

.box-statistics .stat-sub span {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.1;
}

.box-statistics .stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-top: 1px solid rgba(15, 15, 15, 0.03);
  padding: 0.3rem 0;
}

.box-statistics .stat-main {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  text-align: start;
}

/* container principal */
#box-simulator {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

/* caixas */
#simulator-standings,
#simulator-controls {
  border: 1px solid #e3e6ea;
  border-radius: 8px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* tabela */
#simulator-standings {
  flex: 1 1 60%;
  min-width: 0;
}

/* simulador */
#simulator-controls {
  flex: 1 1 40%;
  max-height: 700px;
  display: flex;
  flex-direction: column;
}

/* controles */
.simulator-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

/* botões */
.sim-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d0d7de;
  background: #fff;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.sim-btn:hover {
  background: #f3f4f6;
}

.sim-btn-reset {
  border-color: #c9ccd1;
}

.sim-btn-random {
  border-color: #4c8bf5;
}

/* ícone */
.sim-icon {
  font-size: 14px;
}

/* loader */
#sim-loader {
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-top: 2px solid #4c8bf5;
  border-radius: 50%;
  animation: simspin 0.8s linear infinite;
  display: none;
}

@keyframes simspin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/* placeholder */
.simulator-placeholder {
  font-size: 13px;
  color: #6c757d;
}

/* lista de jogos */
#simulator-matches {
  overflow-y: auto;
  flex: 1;
  padding-right: 6px;
}

/* label do clube */
.simulator-club-label {
  font-size: 13px;
  font-weight: 600;
  margin: 14px 0 6px;
  color: #555;
}

/* linha do jogo */
.simulator-match-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}

/* times */
.simulator-team {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 160px;
}

/* logo */
.simulator-team-logo {
  width: 20px;
  height: 20px;
}

/* nome */
.simulator-team-name {
  font-size: 14px;
}

/* input placar */
.simulator-score {
  width: 48px;
  text-align: center;
  padding: 4px;
}

/* X do placar */
.simulator-x {
  margin: 0 6px;
}

.simulator-score {
  width: 48px;
  text-align: center;
  padding: 4px;
  border: 1px solid #d0d7de;
  border-radius: 4px;
}

.simulator-score {
  width: 46px;
}

/* responsivo */
@media (max-width: 900px) {
  #box-simulator {
    flex-direction: column;
  }
}
/*PAGINA DE ESTATÍSTICAS DE STANDINGS*/
@media (min-width: 576px) {
  .show-on-small-screens {
    display: none;
  }
}
@media (max-width: 576px) {
  .txt-text-between {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  .calc-btn > .key-clean {
    font-size: 0.9rem;
  }
  .bi.bi-arrow-left-right {
    display: none;
  }
  .bi.bi-arrow-down-up {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .calc-btn > .key-clean {
    font-size: 1.1rem;
  }
}
