:root {
  --bs-body-font-family: "Poppins", sans-serif;
  --table-higlight: rgba(52, 58, 64, 0.4);
  --custom-blue-light: #009fd1;
  --custom-blue-lighter: #34d8fd;
  --custom-blue-dark: #032830;
  --custom-green-light: #5df373;
  --custom-green-middle: #48cb5d;
  --custom-border-grey: #838383;
  --custom-label-background: #3c2135;
  --custom-label-background--darker: #290d20;
  --bs-spinner-animation-speed: 1.5s;
  --bs-list-group-color: #cbd0d5;
  --bs-body-font-size: 0.8rem;
}
:root [data-bs-theme=dark] {
  --bs-body-bg: #0000004d !important;
  --bs-body-color: #d5d5d5;
  --bs-heading-color: #d5d5d5;
  --bs-body-font-size: 0.8rem;
}
:root [data-bs-theme=light] {
  --bs-body-font-size: 0.8rem;
}

html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.u-background {
  background: linear-gradient(168deg, #622b45 0%, #0c2037 100%);
}

.u-hidden {
  display: none;
}

.u-border-clean-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.u-border-clean-bottom {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.u-border-bottom {
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
}

@media only screen and (min-width: 992px) {
  .u-clip-fullscreen {
    max-width: 50dvw;
  }
}

.u-break {
  margin-right: 0.3rem;
}

@font-face {
  font-family: "liebedoris-bold";
  src: url("LiebeFonts_Liebe.Doris.Bold.otf") format("opentype");
}
.custom-btn {
  border-radius: 30px;
  background: var(--custom-blue-light);
  box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.65) inset, -1px -1px 2px 0px rgba(0, 0, 0, 0.5) inset, 1px 2px 3px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease-out;
}
.custom-btn:hover, .custom-btn:focus, .custom-btn:active {
  background: var(--custom-green-light);
  box-shadow: 1.14634px 1.14634px 2.29268px 0px rgba(255, 255, 255, 0.65) inset, -1.14634px -1.14634px 2.29268px 0px rgba(0, 0, 0, 0.5) inset, 1.14634px 2.29268px 3.43902px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.2);
}

.custom-phase {
  border-radius: 10px;
  background: var(--custom-blue-light);
  transition: all 0.4s ease-out;
}
.custom-phase:hover, .custom-phase:focus, .custom-phase:active {
  background: var(--custom-blue-light) !important;
  cursor: default !important;
}

.phase-current {
  background: var(--custom-blue-lighter) !important;
  color: var(--custom-blue-dark) !important;
  font-weight: 600;
  transform: scale(1.1);
  cursor: default !important;
}

.img-circle {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 12rem;
  border: 3px solid var(--custom-border-grey);
  background: url("/assets/logo_team_party.png") no-repeat center center/80%, white;
}
@media only screen and (max-width: 992px) {
  .img-circle {
    max-width: 70%;
  }
}

.input-custom {
  border: 2px solid #353140;
  background: #032830;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.35) inset;
  padding: 0.2rem 0.5rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.input-circle {
  text-align: center;
  border-radius: 20px;
  aspect-ratio: 2/1;
  width: 3.5rem;
}
@media only screen and (max-width: 992px) {
  .input-circle {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 2.8rem;
  }
}

.text-title {
  font-family: "liebedoris-bold", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.1rem;
}

.text-bold {
  text-transform: uppercase;
  font-weight: 800;
}

.text-higlight {
  font-weight: 800;
  display: inline-flex;
  flex-wrap: wrap;
}

.text-important-green {
  color: var(--custom-green-middle);
}

.info-text {
  color: var(--custom-blue-lighter);
}

@media only screen and (min-width: 992px) {
  h6 {
    width: 28%;
  }
}

.phase-bar {
  width: 100dvw;
  background-color: var(--custom-blue-dark);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.35) inset;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) {
  .phase-bar {
    width: 25%;
  }
}

.info-box {
  background-color: var(--custom-blue-dark);
  width: 100%;
  border-radius: 10px;
  border: 2px solid var(--custom-border-grey);
}
@media only screen and (min-width: 992px) {
  .info-box {
    width: 25%;
  }
}

.trait-container {
  width: 90%;
  margin: 1.6rem auto;
}
@media only screen and (min-width: 992px) {
  .trait-container {
    margin: 2.2rem auto;
  }
}

.trait-view-container {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .trait-view-container {
    width: 25%;
  }
}

.icon-placeholder {
  border: 2px solid var(--custom-border-grey);
  background: var(--custom-label-background);
  box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.35) inset, 1px 3px 2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 5.5rem;
  aspect-ratio: 1/1;
  z-index: 2;
  top: -50%;
  left: -0.5rem;
}
@media only screen and (min-width: 992px) {
  .icon-placeholder {
    top: -70%;
  }
}

.icon-placeholder i {
  font-size: 3rem;
  position: Absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-placeholder .i-background {
  width: 80%;
}

.label-placeholder {
  z-index: 1;
  border-radius: 20px;
  width: calc(100% - 2rem);
}

.label-placeholder .i-background {
  width: 16%;
  transform: translateX(-15%);
}

.label-placeholder--small {
  border-radius: 5px;
  z-index: 2;
  text-transform: uppercase;
  height: 130%;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) {
  .label-placeholder--small {
    height: 110%;
  }
}

.placeholder-background--ligter {
  background: var(--custom-label-background);
  border: 1px solid var(--custom-border-grey);
  box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.35) inset, 1px 3px 2px 0px rgba(0, 0, 0, 0.25);
}

.placeholder-background--darker {
  border: 1px solid var(--custom-border-grey);
  background: var(--custom-label-background--darker);
  box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.35) inset, 2px 4px 3px 2px rgba(0, 0, 0, 0.35);
}

.placeholder-background-higlight {
  border: 1px solid var(--custom-border-grey);
  background: var(--custom-blue-dark);
  box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.35) inset;
}

.spinner-placeholder {
  background: url("assets/loader.gif") no-repeat center center/120%;
  width: 50dvw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: inset 0 0 1.5dvw black;
}
@media only screen and (min-width: 992px) {
  .spinner-placeholder {
    max-width: 15%;
  }
}

.player-container {
  width: 80%;
  height: 18dvw;
}
@media only screen and (min-width: 992px) {
  .player-container {
    width: 20%;
    height: 4dvw;
  }
}

.player-label {
  display: flex;
  width: 100%;
  transition: all 0.6s ease-out;
  border-radius: 10px;
}

.player-label h5 {
  transition: all 0.6s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
}

.player-label p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  transform: scale(0.8);
  transition: all 0.6s ease-out;
  margin-bottom: 0;
  cursor: pointer;
}

.player-choice {
  width: 50%;
  aspect-ratio: 4/1;
  border-radius: 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .player-choice {
    max-width: 15%;
    aspect-ratio: 5/1;
  }
}

.player-switch:checked ~ .player-label {
  background: var(--custom-green-light);
  box-shadow: 1.14634px 1.14634px 2.29268px 0px rgba(255, 255, 255, 0.65) inset, -1.14634px -1.14634px 2.29268px 0px rgba(0, 0, 0, 0.5) inset, 1.14634px 2.29268px 3.43902px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}

.player-switch:checked ~ .player-label h5 {
  color: #ffffff;
  transform: translate(22%, -35%);
}

.player-switch:checked ~ .player-label p {
  color: #ffffff;
  transform: translate(-115%, 80%);
}

.card {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .card {
    max-width: 40%;
  }
}

.card-text {
  line-height: 2;
}

.card-results .placeholder-background--darker {
  box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.35) inset;
}

.card-results > .card-header {
  border: 3px solid var(--custom-blue-dark);
}

.dropdown-menu {
  width: 100%;
}

.spinner-border {
  --bs-spinner-animation-speed: 1.5s;
}

@media only screen and (min-width: 992px) {
  .custom__table {
    width: 100%;
  }
}

.custom__table li {
  word-spacing: 0.3rem;
}

.custom__table th {
  font-weight: 600;
}

.custom_absolute {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  top: -70%;
  right: 0;
  background: var(--bs-info-bg-subtle);
  border-radius: 20px;
}

.i-background {
  display: inline-flex;
  aspect-ratio: 1/1;
}

.text-higlight .i-background {
  width: 2rem;
  align-self: end;
}

.i-pets {
  background: url(../assets/pets.gif) no-repeat center center/contain;
}

.i-sing {
  background: url(../assets/sing.gif) no-repeat center center/contain;
}

.i-cook {
  background: url(../assets/cook.gif) no-repeat center center/contain;
}

.i-computer {
  background: url(../assets/computer.gif) no-repeat center center/contain;
}

.i-travel {
  background: url(../assets/travel.gif) no-repeat center center/contain;
}

.i-tool {
  background: url(../assets/tool.gif) no-repeat center center/contain;
}

.i-sport {
  background: url(../assets/sport.gif) no-repeat center center/contain;
}

.i-kids {
  background: url(../assets/kids.gif) no-repeat center center/contain;
}

.i-smile {
  background: url(../assets/smile.gif) no-repeat center center/contain;
}

.i-dance {
  background: url(../assets/dance.gif) no-repeat center center/contain;
}

.i-talk {
  background: url(../assets/talk.gif) no-repeat center center/contain;
}

.i-organization {
  background: url(../assets/organization.gif) no-repeat center center/contain;
}

.i-art {
  background: url(../assets/art.gif) no-repeat center center/contain;
}

.i-puzzle {
  background: url(../assets/puzzle.gif) no-repeat center center/contain;
}

.i-language {
  background: url(../assets/language.gif) no-repeat center center/contain;
}

.i-diy {
  background: url(../assets/diy.gif) no-repeat center center/contain;
}

.i-knowledge {
  background: url(../assets/knowledge.gif) no-repeat center center/contain;
}

.i-popculture {
  background: url(../assets/popculture.gif) no-repeat center center/contain;
}

.i-garden {
  background: url(../assets/garden.gif) no-repeat center center/contain;
}

.i-hiking {
  background: url(../assets/hiking.gif) no-repeat center center/contain;
}

.i-tricks {
  background: url(../assets/tricks.gif) no-repeat center center/contain;
}

.flag-eng {
  width: 25px;
  aspect-ratio: 8/5;
  background: url(../assets/eng_button.png) no-repeat center center/cover;
}

.flag-pl {
  width: 25px;
  aspect-ratio: 8/5;
  background: url(../assets/pl_button.png) no-repeat center center/cover;
}

.dropdow-menu-lang {
  background: var(--custom-label-background--darker);
}/*# sourceMappingURL=custom.css.map */