@font-face {
	font-family: 'Segoesc';
	src: url(../../assets/fonts/Segoesc.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}@font-face {
	font-family: 'Wandertucker';
	src: url(../../assets/fonts/Wandertucker.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}@font-face {
	font-family: 'Whitney Bold';
	src: url(../../assets/fonts/whitneybold.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}@font-face {
	font-family: 'Whitney Book Italic';
	src: url(../../assets/fonts/whitneybookitalic.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}@font-face {
	font-family: 'Whitney Book Regular';
	src: url(../../assets/fonts/whitneybook.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}@font-face {
	font-family: 'Whitney Light Italic';
	src: url(../../assets/fonts/whitneylightitalic.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}@font-face {
	font-family: 'Whitney Light Regular';
	src: url(../../assets/fonts/whitneylight.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}@font-face {
	font-family: 'Whitney Medium';
	src: url(../../assets/fonts/whitneymedium.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}@font-face {
	font-family: 'Whitney Medium Italic';
	src: url(../../assets/fonts/whitneymediumitalic.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}@font-face {
	font-family: 'Whitney Semibold Italic';
	src: url(../../assets/fonts/WhitneySemiboldItalic.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}@font-face {
	font-family: 'Whitney Semibold Regular';
	src: url(../../assets/fonts/whitneysemibold.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}body {
  overflow-x: hidden;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: transparent;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-color: transparent;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none!important;
}

.btn-icon {
  font-size: 24px;
  margin-right: 8px;
}

.nav-icon {
  font-size: 24px;
  margin-right: 6px;
}

.btn-primary {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 0px;
  border-radius: 1.4rem;
  background-color: var(--bs-primary);
  border: none;
}

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

a {
  color: var(--bs-primary);
  text-decoration: none;
  -webkit-transition: all 2s;
  transition: all .2s;
}

.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.55);
  border-color: #00000000;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.main-header {
  overflow-x: hidden;
}

::selection {
  background-color: var(--bs-highlight-bg);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: var(--bs-body-bg);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--bs-primary);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--bs-secondary);
}

.link-animation {
  background: linear-gradient(75deg, var(--bs-secondary), var(--bs-primary)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms!important;
}

.link-animation:where(:hover, :focus-visible) {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}

.link-animation {
  padding-bottom: 2px;
  --bg-h: 2px;
}

@media (min-width: 990px) {
  .main-heading {
    font-family: 'Wandertucker', 'Segoesc';
    text-shadow: -2px 2px var(--bs-gray-dark);
    transform: rotate(-8deg);
    font-size: 23vh;
    height: 23vh;
  }
}

@media (max-width: 990px) {
  .main-heading {
    font-family: 'Wandertucker', 'Segoesc';
    text-shadow: -2px 2px var(--bs-gray-dark);
    transform: rotate(-8deg);
    font-size: 15vh;
    height: 15vh;
  }
}

.navbar-toggler-icon {
  background-image: none!important;
  background-color: var(--bs-gray-800);
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon, .navbar-dark .navbar-toggler-icon::before, .navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}

.navbar-toggler, .navbar-toggler:active, .navbar-toggler:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

hr {
  width: 100px;
  opacity: 1;
  margin: auto;
  color: var(--bs-primary);
}

.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  text-align: center;
}

@media (min-width:768px) {
  .timeline:before {
    left: 50%;
  }
}

@media (min-width:768px) {
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
}

@media (min-width:768px) {
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
}

@media (min-width:768px) {
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
}

@media (min-width:768px) {
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
}

@media (min-width:768px) {
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}

@media (min-width:992px) {
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
}

@media (min-width:992px) {
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
}

@media (min-width:1200px) {
  .timeline > li {
    min-height: 170px;
  }
}

@media (min-width:1200px) {
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
}

@media (min-width:1200px) {
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
}

@media (min-width:1200px) {
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
}

@media (min-width:1200px) {
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.timeline .list-group-item {
  margin-bottom: 0;
  background-color: inherit;
  border: none;
}

.form-control:focus {
  color: #fff;
  background-color: var(--bs-border-color-translucent);
  border-color: var(--bs-border-color-translucent);
  outline: 0;
  box-shadow: none!important;
  -webkit-transition: border-color 1s;
  transition: border-color 1s;
}

.form-control {
  display: block;
  width: 100%;
  padding: .6rem 1.5rem;
  color: #fff;
  background-color: var(--bs-border-color-translucent);
  border: 1px solid var(--bs-primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 14px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a:focus, a:hover {
  color: var(--bs-secondary);
  -webkit-transition: color 1s;
  transition: color 1s;
}

.bs-icon.bs-icon-circle {
  border-radius: .5rem;
}

.img-fluid {
  border-radius: .5rem;
}

.background-image-div {
  filter: blur(1px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}

footer ul li a {
  color: var(--bs-primary);
}

.nav-item {
  opacity: 0.8;
}

.nav-item:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .col-embed {
    min-width: 100%;
  }
}

.card-body1 {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 3%;
}

.container .card {
  cursor: pointer;
  border-radius: 4px;
}

.container .card .face {
  height: 200px;
  transition: 0.5s;
  border-radius: 4px;
}

.container .card .face.face1 {
  position: relative;
  background: #2f3136;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.container .card:hover .face.face1 {
  background: rgba(131,52,113,0.8);
  transform: translateY(0);
}

.container .card .face.face1 .content {
  opacity: 0.2;
  transition: 0.5s;
}

.container .card:hover .face.face1 .content {
  opacity: 1;
}

.container .card .face.face1 .content img {
  max-width: 100px;
}

.container .card .face.face1 .content h3 {
  margin: 10px 0 0;
  padding: 0;
  color: white;
  text-align: center;
  font-size: 1.5em;
}

.container .card .face.face2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  transform: translateY(-100px);
}

.container .card:hover .face.face2 {
  transform: translateY(0);
}

.container .card .face.face2 .content p {
  margin: 0;
  padding: 0;
}

.container .card .face.face2 .content a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 5px;
}

.container .card .face.face2 .content a:hover {
  background: #23272A;
  color: white;
}

.face2 {
  background: #2f3136;
}

400;600;700&display=swap'); * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.content {
  margin: 80px auto;
  max-width: 580px;
}

.accordion__item {
  border-radius: 4px;
}

.accordion__item:not(:last-child) {
  margin-bottom: 15px;
}

.accordion__header {
  padding: 20px;
  padding-right: 50px;
  font-size: 1.25rem;
  color: white;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
}

.accordion__header::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("arrow.webp") no-repeat center;
  background-size: contain;
  transition: all .4s ease;
}

.accordion__body {
  padding: 0 40px 20px 20px;
  font-weight: 300;
  color: #323232;
  line-height: 1.5;
  display: none;
  border-radius: 4px;
}

.open-accordion .accordion__body {
  display: block;
}

.open-accordion .accordion__header::after {
  transform: rotate(-180deg);
}

.sort_lession_pointer {
  cursor: n-resize;
}

.bg-tag {
  color: white;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.navbar.fixed-top.off-canvas {
  bottom: 0;
  right: auto;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 999999999999;
}

.navbar.fixed-top.off-canvas .nav, .navbar.fixed-top.off-canvas .brand-line {
  width: 100%;
}

.nav.navbar-nav.drawer-menu {
  overflow-y: auto;
  flex: 1 1 auto;
  height: 0px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar.fixed-top.off-canvas > div[class*="container-"] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
  align-content: space-between;
}

.navbar.fixed-top.off-canvas .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar.fixed-top.off-canvas[data-right-drawer="1"], .navbar.fixed-top.off-canvas.right-drawer {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.navbar.fixed-top.off-canvas[data-open-drawer="1"], .navbar.fixed-top.off-canvas.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.navbar.fixed-top.off-canvas.navbar-expand {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.navbar.fixed-top.off-canvas.navbar-expand .drawer-knob, .navbar.fixed-top.off-canvas.navbar-expand button[data-dismiss="drawer"] {
  display: none;
}

@media (min-width: 576px) {
  .navbar.fixed-top.off-canvas.navbar-expand-sm {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 576px) {
  .navbar.fixed-top.off-canvas.navbar-expand-sm .drawer-knob, .navbar.fixed-top.off-canvas.navbar-expand-sm button[data-dismiss="drawer"] {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar.fixed-top.off-canvas.navbar-expand-md {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 768px) {
  .navbar.fixed-top.off-canvas.navbar-expand-md .drawer-knob, .navbar.fixed-top.off-canvas.navbar-expand-md button[data-dismiss="drawer"] {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar.fixed-top.off-canvas.navbar-expand-lg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .navbar.fixed-top.off-canvas.navbar-expand-lg .drawer-knob, .navbar.fixed-top.off-canvas.navbar-expand-lg button[data-dismiss="drawer"] {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar.fixed-top.off-canvas.navbar-expand-xl {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 1200px) {
  .navbar.fixed-top.off-canvas.navbar-expand-xl .drawer-knob, .navbar.fixed-top.off-canvas.navbar-expand-xl button[data-dismiss="drawer"] {
    display: none;
  }
}

.navbar.fixed-top.off-canvas .drawer-knob {
  position: absolute;
  top: 10px;
  right: -36px;
}

.navbar.fixed-top.off-canvas[data-open-drawer="1"] .drawer-knob, .navbar.fixed-top.off-canvas.open .drawer-knob {
  display: none;
}

.navbar.fixed-top.off-canvas {
  width: 100%;
}

@media (min-width: 992px) {
  .navbar.fixed-top.off-canvas {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .navbar.fixed-top.off-canvas {
    display: none;
  }
}

.drawer-push.drawer-expand > .drawer-site, .drawer-push.open > .drawer-site {
  margin-left: 100%;
}

@media (min-width: 576px) {
  .drawer-push.drawer-expand > .drawer-site, .drawer-push.drawer-expand-sm > .drawer-site, .drawer-push.open > .drawer-site {
    margin-left: 280px;
  }
}

@media (min-width: 768px) {
  .drawer-push.drawer-expand > .drawer-site, .drawer-push.drawer-expand-sm > .drawer-site, .drawer-push.drawer-expand-md > .drawer-site, .drawer-push.open > .drawer-site {
    margin-left: 220px;
  }
}

@media (min-width: 992px) {
  .drawer-push.drawer-expand > .drawer-site, .drawer-push.drawer-expand-sm > .drawer-site, .drawer-push.drawer-expand-md > .drawer-site, .drawer-push.drawer-expand-lg > .drawer-site, .drawer-push.open > .drawer-site {
    margin-left: 220px;
  }
}

@media (min-width: 1200px) {
  .drawer-push.drawer-expand > .drawer-site, .drawer-push.drawer-expand-sm > .drawer-site, .drawer-push.drawer-expand-md > .drawer-site, .drawer-push.drawer-expand-lg > .drawer-site, .drawer-push.drawer-expand-xl > .drawer-site, .drawer-push.open > .drawer-site {
    margin-left: 260px;
  }
}

.drawer-slide {
  position: relative;
  overflow-x: hidden;
}

.drawer-slide > .drawer-site {
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.drawer-slide.open > .drawer-site {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@media (min-width: 576px) {
  .drawer-slide.open > .drawer-site {
    -webkit-transform: translateX(280px);
    transform: translateX(280px);
  }
}

@media (min-width: 768px) {
  .drawer-slide.open > .drawer-site {
    -webkit-transform: translateX(220px);
    transform: translateX(220px);
  }
}

@media (min-width: 992px) {
  .drawer-slide.open > .drawer-site {
    -webkit-transform: translateX(220px);
    transform: translateX(220px);
  }
}

@media (min-width: 1200px) {
  .drawer-slide.open > .drawer-site {
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
  }
}

body > div.drawer-fade {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: opacity .3s linear;
  background-color: #000000;
  opacity: 0;
  z-index: 99999999999;
}

body.drawer-open > div.drawer-fade {
  width: 100%;
  opacity: .6;
}

dropdown-item {
  color: #ffffff;
}

.results tr[visible='false'], .no-result {
  display: none;
}

.accordion__item {
  background-color: #2f3136;
}

h1 {
  font-family: Wandertucker;
  font-size: 60px;
}

h2 {
  font-family: Wandertucker;
  font-size: 40px;
}

@keyframes fly {
  100% {
    transform: rotate(1turn) translate(25%) rotate(-1turn);
  }
}

@keyframes flyPlus {
  100% {
    transform: rotate(-1turn) translate(25%) rotate(1turn);
  }
}

@keyframes flyPlusPlus {
  100% {
    transform: rotate(-1turn) translate(25%) rotate(1turn);
  }
}

.base {
  position: absolute;
  opacity: 0.8;
}

.one {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background-color: #9980FA;
  left: -12%;
  top: -75%;
  z-index: 3;
  animation: fly 40s linear infinite;
  transform: rotate(0) translate(20%) rotate(0);
}

.two {
  border-radius: 100%;
  width: 112%;
  height: 112%;
  bottom: -20%;
  right: -25%;
  background-color: #B53471;
  animation: flyPlus 30s linear infinite;
  transform: rotate(0) translate(25%) rotate(0);
}

.three {
  border-radius: 100%;
  width: 82%;
  height: 82%;
  bottom: -18%;
  left: -25%;
  background-color: #6F1E51;
  animation: flyPlusPlus 20s linear infinite;
  transform: rotate(0) translate(25%) rotate(0);
}

#close-nav-button, #open-nav-button {
  display: none;
}

@media (max-width: 992px) {
  #close-nav-button, #open-nav-button {
    display: block;
  }
}

.navigation-clean {
  background: none;
  z-index: 900;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.nav-link {
  color: rgba(255,255,255,0.8);
}

.nav-link:hover {
  color: #ffffff;
}

.glas {
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 10000;
  background-color: var(--bs-body-bg);
}

.preloader > span.loading-bar {
  -moz-animation: loading-bar 3s 1;
  -webkit-animation: loading-bar 3s 1;
  animation: loading-bar 3s 1;
  display: block;
  height: 2px;
  background-color: var(--bs-primary);
  opacity: 0;
  transition: width .5s;
}

.preloader > span.loading-bar {
  background-color: var(--bs-primary);
}

@keyframes loading-bar {
  0% {
    width: 0%;
    opacity: 1;
  }
  90% {
    width: 90%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

.card-section-imagia {
  padding: 60px 0 30px;
  background: #f1f1f1;
}

.card-section-imagia > h1 {
  font-size: 48px;
  text-align: center;
  margin: 0 0 10px;
}

.card-section-imagia > h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 60px;
  color: #aaaaaa;
  text-transform: uppercase;
}

.card-container-imagia {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  margin-bottom: 30px;
}

.front-imagia {
  background-color: #1a1c1e;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 46px;
}

.card-container-imagia, .front-imagia, .back-imagia {
  position: initial;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.card-imagia .cover-imagia {
  height: 120px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.card-imagia .cover-imagia img {
  width: 100%;
  height: auto;
}

.card-imagia .user-imagia {
  border-radius: 50%;
  display: block;
  height: 130px;
  margin: -65px auto 0;
  overflow: hidden;
  width: 120px;
}

.card-imagia .user-imagia img {
  background: var(--bs-border-color-translucent);
  width: 100%;
}

.card-imagia .content-imagia {
  box-shadow: none;
  padding: 10px 20px 20px;
}

.content-back-imagia {
  display: flex;
  align-items: center;
  height: 100%;
}

.card-imagia .name-imagia {
  font-size: 25px;
  line-height: 26px;
  margin: 0;
  text-align: center;
}

.card-imagia .subtitle-imagia {
  color: #aaaaaa;
  text-align: center;
  margin-bottom: 15px;
}

.card-imagia .footer-imagia {
  width: 100%;
  color: #aaaaaa;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  border-top: 1px solid var(--bs-body-bg);
}

.card-imagia .footer-imagia .social-imagia a {
  margin: 0 7px;
  font-size: 18px;
}

.stats {
  background-color: var(--bs-primary);
  border-radius: 14px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
}

.bot-info-text {
  padding: 20px;
  background: var(--bs-border-color-translucent);
  border-radius: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bot-info-image {
  padding-top: 12px;
  padding-bottom: 12px;
}

.bot-info-text-border-right {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 4px solid var(--bs-primary);
}

.bot-info-text-border-left {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 4px solid var(--bs-primary);
}

.results {
  border-style: none;
  height: 500px;
  overflow-y: scroll;
}

.channel-info {
  padding: 4px;
  cursor: pointer;
}

.member-info {
  padding: 4px;
  cursor: pointer;
}

.channel-info:hover {
  background-color: var(--bs-body-bg);
  border-radius: 6px;
  color: var(--ref-gray-300)!important;
}

.member-info:hover {
  background-color: var(--bs-border-color-translucent);
  border-radius: 6px;
  color: var(--ref-gray-300)!important;
}

.bot-info-icon {
  font-size: 25px;
}

.rainbow {
  animation: colorRotate 10s linear 0s infinite;
}

@keyframes colorRotate {
  from {
    color: #c41d1d;
    background: rgba(196,29,29,0.2);
  }
  10% {
    color: #df8117;
    background: rgba(223,129,23,0.2);
  }
  20% {
    color: #f4e825;
    background: rgba(244,232,37,0.2);
  }
  40% {
    color: #3ebb51;
    background: rgba(62,187,81,0.2);
  }
  60% {
    color: #3f75db;
    background: rgba(63,117,219,0.2);
  }
  80% {
    color: #ff69b4;
    background: rgba(255,105,180,0.2);
  }
  100% {
    color: #af2198;
    background: rgba(175,33,152,0.2);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.back-imagia {
  position: absolute;
  height: 100%;
}

.front-imagia1 {
  position: relative;
  z-index: 2;
}

.back-imagia1 {
  -webkit-animation: fadeIn 0.5s ease-in;
  -moz-animation: fadeIn 0.5s ease-in;
  animation: fadeIn 0.5s ease-in;
}

.front-imagia1:hover {
  -webkit-animation: fadeOut 0.5s ease-out forwards;
  -moz-animation: fadeOut 0.5s ease-out forwards;
  animation: fadeOut 0.5s ease-out forwards;
}

