@view-transition {
  navigation: auto;
}

html {
  box-sizing: border-box;
  height: 100vh;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  background-color: rgb(249, 252, 255);
  color: #263856;
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

#react-entry {
  overflow: hidden;
  flex:1;
  margin-bottom: auto;
}


#truste-consent-track{
  max-width: 1120px !important;
  width: calc(100% - 40px) !important;
  position: fixed !important;
  bottom: 20px !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  box-shadow: 0 0 0 2000px rgba(0,0,0,0.5) !important;
  border-radius:24px !important;
  z-index:10000 !important;
  
}
@media (max-width: 950px) {
  #truste-consent-track{
    bottom: 0px !important;
    top: 0px !important;
    left: 0 !important;
    right: 0 !important;
    
    height: max-content;
    width: calc(100% - 20px);
  }
  
  .truste_box_overlay{
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
  }
}
#truste-consent-track *{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
#truste-header-text{
  font-size: 32px !important;
}
a {
  color: #4582c9;
  text-decoration: none;
}

h1 {
  font-size: 24px;
  font-weight: 500;
}

h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

svg .animated {
  animation-play-state: paused;
}

svg:hover .animated {
  animation-play-state: running;
}

/* layout */

@media (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.main {
  overflow: hidden;
  padding: 40px 0;
}

.main__promotion{
  display: flex;
  padding: 0;
}

  
.main__promotion .promotion {
  max-height: none;
  max-width: none;
}

@media (max-width: 950px) {
.main__promotion{
  display: block;
  padding: 40px 0;
}
}

.panel {
  margin: auto;
  padding: 40px;
  background-color: #fff;
  box-shadow: 3px 4px 10px 0 rgba(170, 185, 202, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* form */

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
  height: 36px;
  padding: 0 20px;
  line-height: 36px;
  font-size: 12px;
  border: 1px solid #8fabcf;
  border-radius: 2px;
  background-color: #fff;
  color: #263856;
  outline: none;
  transition: all ease 0.3s;
}

input:focus {
  border-color: #263856;
}

/* button */

button {
  outline: none;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  transition: all ease 0.3s;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 100px;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
}

button:focus {
  outline: none;
}

button:disabled,
button[disabled]:hover {
  color: white;
  border: 1px solid #c9d6e4;
  background-color: #c9d6e4;
  cursor: default;
}

.btn-primary {
  color: white;
  background-color: #ff7c11;
  border: none;
  width: 250px;
}

.btn-primary:hover {
  background-color: #f2690b;
}

.btn-secondary {
  background-color: #4582c9;
  border: none;
  color: white;
  width: 250px;
}

.btn-secondary:hover {
  background-color: #346cad;
}

.btn-tertiary {
  color: #4582c9;
  border: 1px solid #4582c9;
  background-color: transparent;
  width: 250px;
}

.btn-tertiary:hover {
  color: #346cad;
  border-color: #4582c9;
}
.btn-tertiary-b {
  color: #263856;
  border: 1px solid rgba(38, 56, 86, 0.6);
  border-radius: 32px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  background-color: transparent;
  width: auto;
}

.btn-tertiary-b:hover {
  color: #346cad;
  border-color: #4582c9;
}

/* notifications */

.unread {
  position: relative;
}

.unread .top-right-corner-badge {
  position: absolute;
  top: -4px;
  right: -8px;
  padding: 4px;
  border-radius: 50%;
  background-color: #ff7c11;
}

/* pulsar animation like button */

.btn-pulsar{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  width:40px;
  height:40px;
  border-radius:50%;
  box-sizing: border-box;
  border: 4px solid #FFA9CA;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
}

.btn-pulsar img{
  z-index:2;
}
.btn-pulsar .fill{
  background-color: #FF5395;
  border-radius:50%;
  position:absolute;
  top:auto;
  bottom:auto;
  left:auto;
  right:auto;
  width:0;
  height:0;
  transition:all 200ms;
}
.btn-pulsar .ring{
  position:absolute;
  width:40px;
  height:40px;
  box-sizing: border-box;
  border: 4px solid #FFA9CA;
  border-radius:50%;
  opacity:1;
}
.btn-pulsar .ring-1{
  animation: pulse-animation 4s 3 ;
}
.btn-pulsar .ring-2{
  animation: pulse-animation 4s 3 ;
  animation-delay: 2s;
}

.btn-pulsar.pulsar-infinite .ring-1{
  animation-iteration-count: infinite ;
}
.btn-pulsar.pulsar-infinite .ring-2{
  animation-iteration-count: infinite ;
}

.btn-pulsar:hover .fill{
  width:40px; 
  height:40px;
}
.btn-pulsar .pulsar-icon{
  z-index:1;
}
.btn-pulsar:hover .pulsar-icon{
  filter:brightness(0) invert(1);
}
.btn-pulsar:hover .ring-1, .btn-pulsar:hover .ring-2{
  opacity:0;
}
@keyframes pulse-animation {
  
	100% {
		transform: scale(1.65);
		border-width: 2px;
		opacity:0;
	}
}

.skeleton{
    border-radius: 4px;
    background-image: linear-gradient(110deg, #eff4fb 8%, #f4f9ff 18%, #eff4fb 33%) !important;
    background-size: 200% 100% ;
    background-position: 100% 0%;
    animation: 0.8s shine linear infinite;
}
@keyframes shine {
  from {
      background-position: 100% 0;
  }
  to {
      background-position: -100% 0;
  }
}

.cat-unlimited.btn-pulsar{
  border-color: #FBD9BD;
}
.cat-unlimited.btn-pulsar .fill{
  background: linear-gradient(270deg, #F2690B 0%, #FFA154 100%), #FFFFFF;
}
.cat-unlimited.btn-pulsar .ring{
  border-color: #FBD9BD;
}

.cat-food_and_nutrition .btn-pulsar{
  border-color: #BCDFA1;
}
.cat-food_and_nutrition .btn-pulsar .fill{
  background-color: #5EA634;
}
.cat-food_and_nutrition .btn-pulsar .ring{
  border-color: #BCDFA1;
}

.cat-intelligence .btn-pulsar{
  border-color: #FFE48C;
}
.cat-intelligence .btn-pulsar .fill{
  background-color: #F0A302;
}
.cat-intelligence .btn-pulsar .ring{
  border-color: #FFE48C;
}

.cat-trait .btn-pulsar{
  border-color: #B893CB;
}
.cat-trait .btn-pulsar .fill{
  background-color: #57117B;
}
.cat-trait .btn-pulsar .ring{
  border-color: #B893CB;
}

.cat-personality .btn-pulsar{
  border-color: #FFB4D1;
}
.cat-personality .btn-pulsar .fill{
  background-color: #EC2E77;
}
.cat-personality .btn-pulsar .ring{
  border-color: #FFB4D1;
}

.cat-sports .btn-pulsar{
  border-color: #80DEDE;
}
.cat-sports .btn-pulsar .fill{
  background-color: #00A0A6;
}
.cat-sports .btn-pulsar .ring{
  border-color: #80DEDE;
}

/* trait card */
.cards__item {
  margin: 10px 9px;
  padding-bottom: 17px;
  width: 184px;
  height: 205px;
  display: flex;
  flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(170, 185, 202, 0.28);
  box-shadow: 3px 4px 10px 0 rgba(170, 185, 202, 0.28);
  border-radius: 2px;
}

@media screen and (max-width: 890px) {
  .cards__item {
    width: 258px;
    height: 288px;
  }
}

.cards__item::before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 100px;
}

@media screen and (max-width: 890px) {
  .cards__item::before {
    height: 6px;
  }
}

.cards__item.is-physical::before {
  background: #712798;
}

.cards__item.is-food::before {
  background: #7abf43;
}

.cards__item.is-sports::before {
  background: #00a0a6;
}

.cards__item.is-intelligence::before {
  background: #ffac00;
}

.cards__item.is-personality::before {
  background: #ec2e77;
}

.cards__category {
  font-size: 13px;
  margin-top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 890px) {
  .cards__category {
    margin-top: 34px;
    font-size: 20px;
    line-height: 24px;
  }
}

.cards__icon {
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}

@media screen and (max-width: 890px) {
  .cards__icon {
    margin-top: 32px;
    height: 70px;
  }
}

.cards__icon-file {
  max-height: 60px;
}

@media screen and (max-width: 890px) {
  .cards__icon-file {
    max-height: 90px;
    height: 100px;
  }
}

.cards__title {
  padding: 0 30px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

@media screen and (max-width: 890px) {
  .cards__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.onesignal-slidedown-dialog button{
  height:auto;
}

img[src*="adxcel-ec2"] { /* override issues with adxcel tracking */
  position: absolute;
}