:root {
  --primary-color: #ff0000;
  --bs-indigo: #6610f2;
  --bs-purple: #673ab7;
  --bs-pink: #e91e63;
  --bs-red: #f44336;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffa900;
  --bs-green: #00b74a;
  --bs-teal: #20c997;
  --bs-cyan: #39c0ed;
  --bs-white: #fff;
  --bs-gray: #607d8b;
  --bs-gray-dark: #343a40;
  --bs-secondary: #607d8b;
  --bs-success: #00b74a;
  --bs-info: #39c0ed;
  --bs-warning: #ffa900;
  --bs-danger: #f44336;
  --bs-light: #fbfbfb;
  --bs-dark: #262626;
}

body {
  position: relative;
  color: #262626;
  position: relative;
  min-height: 100vh;
  padding-bottom: 333px;
}

a {
  text-decoration: none;
  color: #262626;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover,
a:active {
  color: var(--primary-color) !important;
  text-decoration: underline;
}

a.btn:hover {
  color: #fff !important;
  text-decoration: none;
}

.btn-info {
  color: #fff;
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}

.btn-info:hover {
  color: #fff;
}

.btn-success {
  color: #fff;
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

.btn-danger {
  color: #fff;
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}

.btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-warning {
  color: #fff;
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}

.btn-secondary {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header {
  position: relative;
  padding: 0;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
}

#loader.show {
  visibility: visible;
  opacity: 1;
}

#loader img {
  width: 70px;
}

#slides img {
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}

.Estilo1 {
  color: var(--primary-color);
  font-weight: 500;
}

.Estilo2 {
  color: #ff00ff;
  font-weight: 500;
}

header {
  background-color: #081624;
}

.header-warp {
  max-width: 1496px;
  margin: 0 auto;
}

.header-social {
  background: rgba(0, 0, 0, 0.3);
}

.header-social a,
.footer-social a,
.geme-social-share a {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.footer-social a {
  color: #fff;
  width: 40px;
  height: 40px;
}

.header-social a:hover {
  background: #fff;
  color: #fefefe;
}

.geme-social-share a:hover {
  background: #081624;
  color: #fefefe;
}

.header-social p,
.footer-social p,
.geme-social-share p {
  display: inline-block;
  color: #9190a5;
  font-size: 16px;
  padding-top: 4px;
  font-weight: 500;
}

.footer-social p {
  margin-bottom: 0;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 5px;
}

.footer-menu a {
  color: #9e9e9e;
}

.footer-menu a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.header-bar-warp {
  background: #081624;
  padding: 25px;
}

.header-bar-warp .nav-link {
  color: #fff;
  font-weight: 500;
  margin: 0 5px;
  text-decoration: none !important;
}

.header-bar-warp .nav-link:hover, .header-bar-warp .nav-link.active {
  color: var(--bs-white) !important;
  background-color: #ff0000;
  border-radius: 3px;
}

.nav.nav-pills .nav-link.active:hover {
  color: #fff !important;
  text-decoration: none;
}

.nav.nav-pills .nav-link:hover,
.nav.nav-tabs .nav-link:hover {
  color: var(--bs-blue) !important;
  text-decoration: none;
}

.logo {
  position: absolute;
  left: 25px;
}

.logo img {
  height: 45px;
}

.login_signup_link {
  color: #fff;
}

.login_signup_link .dropdown-menu[data-bs-popper] {
  right: 0;
  left: unset;
}

.login_signup_link a {
  color: #fff;
}

.dropdown-item {
  color: #1e2125;
}

.dropdown-item:hover {
  color: #1e2125 !important;
  text-decoration: none !important;
}

.kickstube_home {
  background: #e01a22;
  width: 100%;
  padding: 30px;
  color: #fff;
}

.kickstube_home h1 {
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.kickstube_home h2 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.kickstube_home .image_box {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.kickstube_home .image_box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.kickstube_home .image_box img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.page-link:hover {
  z-index: 2;
  color: #0a58ca !important;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.sidepanel img {
  width: 100%;
}

.filter {
  background-color: #f1f1f1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter li > a {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  padding: 5px 10px !important;
}

.filter .open a:hover,
.filter .open a:active,
.filter .open a:focus,
.filter li > a:hover,
.filter li > a:focus,
.filter li > a:active {
  background: #fff;
  color: #262626 !important;
  text-decoration: none;
}

.filter .dropdown-menu {
  margin-left: 10px;
  padding: 0;
}

.filter .dropdown-menu a {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 10px 15px;
}

.filter .dropdown-menu a:hover {
  background: #1976d2;
  color: #fff !important;
}

.dataTables_length {
  float: left;
}

.dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}

.dataTables_filter {
  float: right;
  text-align: right;
  margin-bottom: 15px;
}

.dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}

table.dataTable {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd !important;
  border-collapse: collapse;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td {
  border: 1px solid #ccc !important;
}

table.dataTable thead th,
table.dataTable thead td {
  font-weight: 500;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url(../plugins/DataTables/src/images/sort_both.png);
}

table.dataTable thead .sorting_desc {
  background-image: url(../plugins/DataTables/src/images/sort_desc.png) !important;
}

table.dataTable thead .sorting_asc {
  background-image: url(../plugins/DataTables/src/images/sort_asc.png) !important;
}

.dataTables_info {
  clear: both;
  float: left;
}

.dataTables_paginate {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.dataTables_paginate span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paginate_button {
  position: relative;
  display: block;
  color: #0d6efd;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.paginate_button.disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.paginate_button.previous {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.paginate_button.next {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.paginate_button:hover {
  z-index: 2;
  color: #0a58ca !important;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.paginate_button.current {
  z-index: 3;
  color: #fff !important;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

section.statistic {
  background: #ff232b;
  width: 100%;
  padding: 45px 0;
  color: #fff;
}

section.statistic h2.title {
  margin-bottom: 30px;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  padding-top: 30%;
  text-align: center;
  font-size: 1.2em;
  background-color: #ffffffa8;
}

footer {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

footer h6 {
  margin-bottom: 15px;
}

footer p {
  color: #9e9e9e;
}

.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0;
  border-radius: 20px;
  margin-bottom: 0;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 26px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "Yes";
  padding-left: 13px;
  background-color: var(--bs-success);
  color: #ffffff;
}

.onoffswitch-inner:after {
  content: "No";
  padding-right: 15px;
  background-color: var(--bs-danger);
  color: #ffffff;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 13px;
  margin: 6px !important;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.card-header {
  background-color: #1e2125;
  color: #fefefe;
}

.header-bar-warp .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.header-bar-warp .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 1920px) {
  body {
    font-size: 1.0625rem;
  }
  footer {
    font-size: 1.0625rem;
  }
  #slides.container {
    max-width: 85%;
  }
  #slides img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .container {
    max-width: 85%;
  }
  .card-header .dropdown {
    line-height: 1;
  }
  .card-header .dropdown .dropdown-menu {
    line-height: 1.5;
    font-size: 1.0625rem;
  }
  .btn-group-sm > .btn,
  .btn-sm {
    font-size: 1rem;
  }
}

@media (max-width: 1400px) {
  body,
  .btn {
    font-size: 0.875rem;
  }
}

@media (max-width: 768px) {
  .footer_lower {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .header-bar-warp .logo {
    width: 100%;
    text-align: center;
    left: 0;
  }
  .header-bar-warp img {
    height: 40px;
  }
}

@media (max-width: 500px) {
  body {
    padding-bottom: 560px;
  }
  #slides.container {
    padding-top: 0 !important;
    padding: 0;
  }
  #slides img {
    height: 85px;
  }
  .logo img {
    height: 30px;
  }
  footer [class^="col-"] {
    padding: 0 1rem !important;
  }
  .sidepanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidepanel .mb-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .header-bar-warp {
    position: relative;
    min-height: 120px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header-bar-warp .logo {
    width: 100%;
    text-align: center;
    top: 5px;
  }
}
/*# sourceMappingURL=main.css.map */