/* ********************** */
/* *** GAME CENTER 1.0 ** */
/* *** Global Styles **** */
/* ********************** */

/* *** IMPORTS *** */
@import "components.css";

/* *** UI STYLES *** */
:root {
  --animate-delay: 0.3s !important;
}

:root {
  /* Colors */
  --c1:                         #a03ef9; /* primary color */
  --c2:                         #fdd65d; /* secondary color */
  --c3:                         #670bba; /* secondary color */

  /* Text */
  --t1:                         #222222; /* primary text */
  --t2:                         #808190; /* secondary text */
  --white:                      #ffffff; /* white text */
  --dark:                       #292B4E; /* dark text */

  /* RAG */
  --info:                       #338FC2; /* info (blue) */
  --info-50:                    #A2D1EB;
  --success:                    #1DAA88; /* #33C2A0 success (green) */
  --success-50:                 #37C2A1; /* #99E0CF */
  --warning:                    #EB7D2D; /* warning (ambar) */
  --warning-50:                 #F5BE96;
  --alert:                      #E51C64; /* alert (red) */
  --alert-50:                   #F28DB2;

  /* Overlay */
  --o1:                         #1A202C40;

  /* Typography */
  --font1:                      "Poppins", sans-serif;
  --font2:                      "Sigmar", sans-serif;
}


* {
  box-sizing: border-box;
  -webkit-tap-highlight-color:transparent;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

::-moz-selection {
    color: var(--t1);
    background: rgba(0, 0, 0, 0.05);
}

::selection {
    color: var(--t1);
    background: rgba(0, 0, 0, 0.05);
}

/*@font-face {
  font-family: 'Sigmar';
  src: url('../fonts/Apercu.otf') format('otf'),
       url('../fonts/Apercu.ttf') format('ttf');
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.otf') format('otf'),
       url('../fonts/Poppins.ttf') format('ttf');
}
*/

body {
  font-family: var(--font1);
  display: block;
  width: 100vw;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}

.app-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.app-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  top: 0px;
  bottom: 50px;
  left: 0px;
  padding: 0px;
  overflow: hidden;
}

.app-content.full-height {
  top: 0px !important;
  bottom: 0px !important;
}


/* *** HEADER *** */
.app-header {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 56px;
  background: transparent;
  margin-left: 8px;
  z-index: 2;
}

.profile-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
}

.menu-icon {
  width: 32px;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white);
}

.avatar {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--white);
}

.avatar-icon {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--c1);
  border-radius: 100%;
/*  box-shadow: 0px 2px 4px 0px #00000050;*/
}

.settings-icon {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--white);
  border-radius: 100%;
}

.avatar-img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0px auto;
  border-radius: 100%;
  background: var(--white);
}

.access-mode {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  color: var(--white);
  font-size: 14px;
/*  transform: rotate(-5deg);*/
}

.premium-label {
  color: #fdd65d;
}

.avatar.golden-bg {
  margin-left: 3px;
  background: #fdd65d !important;
  width: 34px;
  height: 34px;
  position: relative;
  text-align: center;
  border-radius: 100%;
}

.avatar.golden-bg:before,
.avatar.golden-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  width: 34px;
  background: #fdd65d;
  z-index: -1;
}

.avatar.golden-bg:before {
  transform: rotate(45deg);
}

.avatar.golden-bg:after {
  transform: rotate(90deg);
}

.back {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(255,255,255,0.25);
}

.back-icon {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--white);
  border-radius: 100%;
  text-shadow: 0px 2px 4px #00000050;
}


/* *** Gamster Branding *** */
.branding {
  position: absolute;
  top: 8%;
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.wave-text {
  display: flex;
  justify-content: center;
}

.swiper-slide-active .wave-text span {
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  font-family: var(--font2);
  color: var(--c3);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255,255,255,0.85);
  text-shadow:0px 2px 4px #670bba95;
  background-image: linear-gradient(to bottom, #ffffff50, var(--c3), var(--c3), #ffffff50, #670bba, var(--c3), #ffffff50, var(--c3));
  background-size: 200% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: wave 2s ease-in-out infinite;
}

.wave-text span:nth-child(1) { animation-delay: 0.0s; }
.wave-text span:nth-child(2) { animation-delay: 0.1s; }
.wave-text span:nth-child(3) { animation-delay: 0.2s; }
.wave-text span:nth-child(4) { animation-delay: 0.3s; }
.wave-text span:nth-child(5) { animation-delay: 0.4s; }
.wave-text span:nth-child(6) { animation-delay: 0.5s; }
.wave-text span:nth-child(7) { animation-delay: 0.6s; }


@keyframes wave {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-25px);
  }
}


/*.swiper-slide-active .wave-text span {
  transform: rotate(-90deg);
  animation: wave 3s ease-in-out infinite !important;
}*/


/* PROFILE ACTIONS */
.profile-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  color: var(--white);
  font-weight: normal;
  margin-right: 16px;
}

.profile-status {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center; 
  justify-content: center;
  gap:16px;
}

.profile-status:before {
  position: absolute;
  content: " ";
  background: #670bba75;
  backdrop-filter: blur(10px);
  border-radius: 25px;
  width: calc(100% + 60px);
  height: 32px;
  margin-top: 0px;
  margin-right: -24px;
  z-index: -1;
}

.lives,
.coins,
.chips,
.diamonds {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

/*.coins,
.chips {
  padding-top: 2px;
}

.diamonds {
  padding-top: 3px;
}*/

.lives .icon {
  color: red;
}

.chips .icon {
  color: #00cbff;
}

.coins .icon {
  color: gold;
}

.diamonds .icon {
  color: #20f605;
}

.boosters .icon {
  color: #f6b007;
}

.gold {
  color: gold !important;
}

.diamond {
  color: #20f605 !important;
}

.live {
  color: red !important;
}

.scoreboard-cta {
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--c1);
}

.score-icon {
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white);
  border-radius: 100%;
  box-shadow: 0px 2px 4px 0px #00000050;
  transform:rotateY(180deg)
}


.app-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100vw;
  height: 50px;
  background: #670bba;
  color: var(--white);
}


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

.mt-8 {
  margin-top: 8px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

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

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}


.title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 28px;
  margin: 16px;
  color: var(--c2);
}

.white-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: var(--white) !important;
  font-size: 16px !important;
  line-height: 20px !important;
  margin:24px !important;
}


/* *** APP MENU *** */
.app-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 40px);
  max-width: 400px;
  height: 100%;
/*  background: #ffffff85;*/
  background:#a03ef995;
  backdrop-filter: blur(15px);
  padding: 8px 0px;
  z-index: 4;
  transform: translateX(-100%);
  transition: all 300ms ease-in-out;
} 

.app-menu:before {
  position: absolute;
  content: " ";
  top: 0px;
  left: -160px;
  width: 160px;
  height: 100%;
  background: #a03ef995;
  backdrop-filter: blur(10px);
  z-index: 3;
} 

.menu-shell {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-header {
  position: absolute;
  width: calc(100% - 32px);
  left: 16px;
/*  padding-bottom: 8px;*/
  border-bottom: 1px solid #ffffff25;
}

.title-menu {
  position: absolute;
  top: -16px;
  right: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 40px);
  height: 56px;
  font-size: 20px;
  color: var(--white);
  font-family: var(--font2);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff90;
  text-shadow: 0px 4px 4px #00000050;
  background-image: linear-gradient(
    to right,
    #ff0000,
    #ff7f00,
    #ffff00,
    #00ff00,
    #0000ff,
    #4b0082,
    #8f00ff,
    #ff0000
  );
  background-size: 200% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: animar-gradiente 6s linear infinite;
}

@keyframes animar-gradiente {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.menu-img {
  position: absolute;
  top: 8px;
  right: -12px;
  display: block;
  width: 72px;
  height: 72px;
/*  background: var(--white);*/
  border-radius: 100%;
}

.user-position {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 80px;
  font-size: 14px;
  color: var(--white);
  font-family: var(--font1);
}

.user-position small {
  display: block;
  font-size: 12px;
  line-height: 12px !important;
  color: #ffffff75;
  text-align: center;
}

.user-language {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  justify-content: flex-end;
  font-size: 12px;
  color: var(--white);
  font-family: var(--font1);
}

.close-app-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--white);
  background: rgba(255,255,255,0.25);
  border-radius: 100%;
  text-shadow: 0px 2px 4px #00000050;
}

.close-app-menu:active {
  color: var(--white);
  background: var(--c1);
  transform: scale(0.95,0.95);
  transition: all 200ms ease-in-out;
}

.menu-tabs {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 16px;
}

.menu-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 40px;
  font-size: 16px;
  color: var(--white);
  opacity: 0.5;
  text-align: center;
  border-bottom: 2px solid transparent;
}

.menu-tab.active {
  color: var(--white);
  opacity: 1;
  border-bottom: 2px solid var(--white);
  animation: fadeIn 0.5s ease-in-out;
}

.menu-body {
  position: absolute;
  width: calc(100% - 32px);
  height: auto;
  top: 240px;
  left: 16px;
  bottom: 104px;
  overflow: auto;
}

.guest-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.menu-content {
  display: none;
}

.menu-content.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

.menu-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 8px auto;
  gap: 8px;
}

.menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap:16px;
  width: 100%;
  padding: 8px 16px;
  background: #ffffff15;
  border: 1px solid #ffffff25;
  color: var(--white);
  border-radius: 25px;
  transition: all 200ms ease-in-out;
}

.menu-item span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  gap:0px;
  padding: 0px 8px;
}

.menu-item:active {
  background: #ffffff50;
  border: 1px solid #ffffff00;
  transform: scale(0.98,0.98);
  transform-origin: center center;
  transition: all 200ms ease-in-out;
}

.login-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 0px;
}

.menu-footer {
  position: absolute;
  bottom: 0%;
  left: 16px;
  width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ffffff50;
  padding-top: 8px;
}

.foo-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 32px;
  margin: 8px auto;
  font-size: 14px;
}

.foo-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white);
  transition: all 200ms ease-in-out;
}

.foo-menu-item:active {
  color: var(--c3);
  transition: all 200ms ease-in-out;
}

.account-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.disclaimer {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}

.tiny-image {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  object-fit: contain;
  margin: 0px auto;
}

.info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  color: var(--c2);
}

.version {
  color: #ffffff50;
}

.account-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 24px;
  color: #f5ecfe50;
}

.guest-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  margin-top: 0px;
  color: #f5ecfe50;
} 

.nickname {
  font-size: 20px;
  color: var(--c2);
} 

.level {
  color: var(--white) !important;
  margin-top: -8px !important;
}

.quick-wins {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 8px;
  text-align: center;
  line-height: 16px;
  padding-top: 16px;
  color: var(--white);
  border-top: 1px solid #ffffff50;
}

/* User Stats */
.stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0px;
}

.stat {
  width: calc(33.33333% - 12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap:4px;
  padding: 8px;
  font-size: 12px;
  color: var(--white);
  line-height: 14px;
  border: 1px solid #f5ecfe50;
  border-radius: 15px;
}

.tiny-icon {
  font-size: 24px;
  /*color: #f5ecfe50;*/
  margin: 4px;
  /*margin-bottom: 8px;*/
}

.small-icon {
  font-size: 16px;
  margin: 0px 4px;
}

.mid-icon {
  font-size: 24px;
  margin: 0px 4px;
}

.green-icon {
  color: #1ba81b !important;
}

.red-icon {
  color: #d11880 !important;
}

.flag-icon {
  font-size: 20px;
  border-radius: 5px;
}

/* *** Medallas *** */
.medal-awards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
/*  gap:4px;*/
  text-align: center;
  background: #670bba50;
  color: var(--white);
  margin: 8px auto;
  padding: 16px;
  border: 1px solid #ffffff50;
  border-radius: 15px;
}

.medals {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 8px;
  padding: 4px 0px;
  padding-top: 8px;
  overflow-x: auto;
}

.medal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff25;
  border-radius: 100%;
  padding: 8px;
}

.medal-icon {
  font-size: 24px;
  color: var(--white);
}

.medal-tooltip {
  display: none;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: calc(100% - 32px);
  margin-top: -96px;
  left: 50%;
  padding: 4px 16px;
  border-radius: 15px;
  background: var(--white);
  color: var(--t1);
  font-size: 12px;
  text-align: center;
  z-index: 3;
  transform: translateX(-50%);
  pointer-events: none;
}

.medal-tooltip s {
  width: 100%;
  text-decoration: none;
  display:block;
/*  text-wrap: nowrap;*/
}

.medal:hover > .medal-tooltip,
.medal:active > .medal-tooltip {
  display: flex;
  animation: fadeIn 0.5s ease-in-out;
}

.medal:hover > .medal-icon,
.medal:active > .medal-icon {
  color: var(--c2);
  animation: fadeIn 0.25s ease-in-out;
}

.medal:hover,
.medal:active {
  background: var(--c1);
  animation: fadeIn 0.25s ease-in-out;
}


/* *** Racha Semanal *** */
.weekly-awards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
/*  gap:4px;*/
  text-align: center;
  background: #670bba50;
  color: var(--white);
  margin: 8px auto;
  padding: 16px;
  border: 1px solid var(--c2);
  border-radius: 15px;
}

.goals {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.award {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.award-icon {
  font-size: 16px;
  color: #ffffff50;
}

.award-icon.reached {
  /*color: var(--c2) !important;*/
  color: var(--success) !important;
}

.help-block-awards {
  border:1px solid var(--t2) !important;
  background: transparent !important;
  color: var(--t1) !important;
}

.help-block-awards .award-icon {
  color: var(--t2);
}

.logo-img-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 8px;
  margin: 32px auto;
}

.logo-img-container img {
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin: 0px auto;
}

.user-img-container {
  position: relative;
  width: 100%;
  max-width: 96px;
  height: 100%;
  max-height: 96px;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--white);
  padding: 8px;
  margin: 16px auto;
}

.user-img-container button {
  position: absolute;
  bottom: 0px;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 20px) !important;
  background: var(--white);
/*  border: 1px solid var(--c3) !important;*/
  z-index: 2;
  box-shadow: 0px 4px 8px 0px #00000050;
}

.img-preview {
  display: revert;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0px auto;
  border-radius: 100%;
  background: var(--bg1);
  z-index: 2;
}

.img-preview:before {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "tabler-icons";
  content: '\FC51';
  font-size: 64px;
  color: #a03ef950;
  z-index: -1;
}


/* Animations & Transitions */
.slideInMenu {
  pointer-events: auto;
  transform: translateX(0%);
  transition: all 300ms ease-in-out;
}


.opaque-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #00000075;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
}

.options-opaque-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: -8px;
  background: #00000075;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
}

.fadeInOverlay {
  opacity: 1;
  pointer-events: auto;
  transition: all 300ms ease-in-out;
}

.flipX {
  transform: rotateX(180deg);
}

.showGameModeOptions {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(96px);
  transition: all 300ms ease-in-out;
}

.disabled {
  pointer-events: none;
}

.legales {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  max-height: 50vh;
  overflow: auto;
  margin: 16px 0px;
  padding: 16px 0px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 24px, black calc(100% - 24px), transparent 100%);
} 


/* ************* */
/* MEDIA QUERIES */
/* ************* */
@media all and (min-width: 1025px) {
  /*.app-wrapper {
    width: 1024px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .app-content {
    width: 1024px;
    left: 50%;
    transform: translateX(-50%);
  }

  .app-header {
    width: 1024px;
  }*/
}




