@import url(font.css);
.boxGuessGame {
  max-height: 493px; }

.guessGameContentBox_mobile {
  position: relative;
  max-width: 444px;
  min-height: 444px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px; }
  .guessGameContentBox_mobile .box-content {
    position: relative; }
  .guessGameContentBox_mobile .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .guessGameContentBox_mobile .splash-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 5px; }
  .guessGameContentBox_mobile .guessGameText {
    font-size: 14px;
    margin: 0;
    width: auto;
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center; }
  .guessGameContentBox_mobile .message-content {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    text-align: center;
    z-index: 102; }
    .guessGameContentBox_mobile .message-content p {
      font-size: 14px;
      margin: 0;
      width: auto;
      padding: 5px;
      border-radius: 5px;
      color: #ffffff;
      background-color: rgba(51, 51, 51, 0.6); }
  .guessGameContentBox_mobile .ava-box {
    position: relative; }
    .guessGameContentBox_mobile .ava-box img {
      border-radius: 5px 5px 0 0;
      width: 100%;
      max-width: 480px; }
  .guessGameContentBox_mobile .box {
    margin-bottom: 5px;
    position: relative; }
  .guessGameContentBox_mobile .quickAnswerButtons {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%); }
    .guessGameContentBox_mobile .quickAnswerButtons .actions-btns {
      display: flex;
      gap: 15px; }
  .guessGameContentBox_mobile .btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .guessGameContentBox_mobile .btn-circle .icon {
      font-size: 24px; }
  .guessGameContentBox_mobile_footer {
    padding: 15px 10px 10px;
    border-radius: 0 0 5px 5px;
    margin-top: -10px;
    background-color: #eeeeee; }
    .guessGameContentBox_mobile_footer .name {
      font-size: 16px;
      text-decoration: none;
      color: #515050; }

.widget-area {
  margin-bottom: 30px; }
  .widget-area .btn-outline-secondary {
    border-color: #ffffff;
    color: #ffffff; }
    .widget-area .btn-outline-secondary:hover, .widget-area .btn-outline-secondary:focus, .widget-area .btn-outline-secondary:active {
      border-color: #ffffff;
      background-color: #ffffff;
      color: #333333; }

.widget-item {
  width: 100%;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px; }
  .widget-item:hover {
    text-decoration: none; }
  .widget-item-danger {
    background-color: #FF7980; }
  .widget-item-success {
    background-color: #61CE70; }
  .widget-item-warning {
    background-color: #F08B5E; }
  .widget-item-primary {
    background-color: #6FC4C2; }

.widget-body {
  padding: 15px;
  text-align: right; }

.widget-footer {
  padding: 0 15px 15px;
  background-color: inherit; }

.widget-img {
  position: absolute;
  left: 20px;
  top: 10px;
  opacity: .12;
  transform: rotate(12deg);
  max-width: 170px;
  max-height: 170px; }

.widget-title {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  font-weight: normal; }

.widget-data {
  font-size: 40px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: bold; }

.header-logout,
.header_confirmation {
  position: relative;
  z-index: 101; }

.img-ai {
  position: relative; }
  .img-ai:before {
    content: "";
    background: url("../img/ai-icon.png") no-repeat center/cover;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 101; }
  .img-ai.member-ava #userAvatar {
    border-radius: 5px 5px 0 0; }

.list-group-item .img-ai:before {
  top: 2px;
  left: 48px; }

.help-box {
  padding-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .help-box .help-text {
    font-family: "Open Sans", Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0; }

.help-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px; }

.help-img {
  height: auto;
  width: 150px;
  max-width: 150px; }

@media (max-width: 480px) {
  .help-table td {
    padding: 10px; }
  .help-img {
    height: auto;
    width: 100px;
    max-width: 100px; }
  .help-box {
    font-size: 15px; } }

.compatibility {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative; }
  .compatibility-img {
    height: 150px;
    width: auto;
    object-fit: contain; }
  .compatibility-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0; }
  .compatibility-desk {
    width: 285px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    background-color: #ffffff;
    transform: translateX(300px);
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    transition: all 0.12s linear; }
    .compatibility-desk-btn {
      width: 40px;
      height: 40px;
      border-radius: 5px;
      position: absolute;
      z-index: 101;
      left: -60px;
      top: 0;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
      text-align: center;
      background-color: #ffffff;
      -webkit-transition: all 0.12s linear;
      -moz-transition: all 0.12s linear;
      -o-transition: all 0.12s linear;
      transition: all 0.12s linear; }
      .compatibility-desk-btn .icon {
        color: #003781;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .compatibility-desk-btn.active {
        opacity: 0;
        z-index: -1; }
    .compatibility-desk.show {
      z-index: 801;
      transform: translateX(15px);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); }
    .compatibility-desk-list {
      gap: 10px;
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column; }
    .compatibility-desk-item {
      display: flex;
      align-items: center;
      gap: 10px; }
      .compatibility-desk-item-active {
        font-weight: bold; }
    .compatibility-desk-img {
      height: 25px;
      width: auto; }
    .compatibility-desk-text {
      font-size: 14px;
      color: #333333;
      line-height: 1.3; }
  .compatibility-open .bg-gray {
    background: rgba(0, 0, 0, 0.2);
    z-index: 800; }

@media (min-width: 800px) {
  .compatibility-desk {
    display: none; } }

.termsfeed-com---nb-interstitial-overlay {
  background: transparent !important; }

.termsfeed-com---nb .cc-nb-main-container {
  padding: 5rem 1.5rem 1.5rem !important;
  position: relative; }
  .termsfeed-com---nb .cc-nb-main-container:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: calc(100% - 3rem);
    height: 25px;
    position: absolute;
    top: 35px;
    left: 1.5rem;
    display: block; }

.termsfeed-com---palette-light .cc-pc-head-lang select {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: auto;
  padding: 4px 3px !important; }

.termsfeed-com---palette-light .cc-pc-head-title-text {
  display: none; }

.termsfeed-com---palette-light .cc-pc-head-close {
  position: absolute;
  top: 0;
  right: 0; }
  .termsfeed-com---palette-light .cc-pc-head-close:active, .termsfeed-com---palette-light .cc-pc-head-close:focus {
    border: none !important; }

.termsfeed-com---palette-light .cc-pc-head {
  padding-top: 80px; }
  .termsfeed-com---palette-light .cc-pc-head:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: calc(100% - 3rem);
    height: 25px;
    position: absolute;
    top: 35px;
    left: 1.5rem; }

.send-message-field-action {
  display: flex;
  gap: 10px; }
  .send-message-field-action .send-message-field-cancel-btn {
    margin-left: auto; }

.behalf-message .message-item-behalf {
  background-color: #caf6e5 !important;
  position: relative;
  padding-top: 12px; }
  .behalf-message .message-item-behalf-text {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 1px 6px;
    border-radius: 5px;
    background-color: #23d18c;
    color: #ffffff;
    font-size: 12px; }
  .behalf-message .message-item-behalf:before {
    border-color: #caf6e5 transparent transparent transparent !important; }

#card-element {
  padding: 0.475rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px; }
  #card-element.StripeElement--focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); }
  #card-element.StripeElement--invalid {
    border-color: #dc3545;
    box-shadow: none; }

/*# sourceMappingURL=main_fct_mob.sass */