:root{
    --back-darck: #000;
    --back-gray: #373636;
    --back-darck-transp: #000000d1;
    --text-base: #fff;
    --green: #79b579;
    --red: #b1525b;
}
@font-face{font-family:"QR Ames Beta";src:url("/static/fonts/QRAmes.otf");}
body{background-color: #1b2620;}
*{
    color: var(--text-base);
    font-size: 14px;
    /* font-family: 'Source Sans Pro'; */
    font-weight: 300;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "QR Ames Beta";
    letter-spacing: 0.5px;
    scrollbar-width: thin; /* Makes the scrollbar thin */
    scrollbar-color: #cfa651 #2c2c2c8d; /* Thumb color, Track color */
    user-select: none;
}
input,select,textarea{
    font-family: 'Source Sans Pro';
}
input:focus,button:focus{
    border: none !important;
    outline: none;
}
.wrapper {
    top: 0;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    background-image: url(/media/snek-check-bg.png), linear-gradient(#cfa651, #90d7bd);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 320px auto, contain;
    right: 0;
    left: 0;
    bottom: 45px;
}
.main-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 45px;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background: #1b2620;
}
.footer-btn {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    background-color: transparent;
    border: none;
}
#content-wrapper {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
.main-content-login {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: var(--back-darck-transp);
    width: 100%;
    padding: 8px;
    min-height: 50%;
}
.form-games-login {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    max-width: 320px;
}
.btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 12px;
}
.form-control-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    padding: 8px 0;
}
.form-control {
    background: var(--back-darck-transp);
    color: var(--text-base);
    border: 1px solid #edefea30;
    padding: 8px;
    width: 100%;
    margin: 8px 0;
}
.btn {
    padding: 8px;
    background: var(--back-gray);
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--text-base);
    cursor: pointer;
}
.btn-success {
    background: var(--green);
}
.form-control-check {
    width: 100%;
    cursor: pointer;
    display: flex;
    padding: 8px 0;
}
.btn:disabled{
    cursor:no-drop;
}
input#check_confidance {
    width: 32px;
    border: none;
    outline: none;
    border-radius: 0;
}
a, .link {
    color: #ddce91;
    text-decoration: underline;
    cursor: pointer;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0;
    padding-right: 50px;
}
.alert-danger {
    color: var(--text-base);
    background: var(--red);
    border-color: unset;
}
.alert-success {
    color: var(--text-base);
    background: var(--green);
    border-color: unset;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .mailbox-attachment-close:not(:disabled):not(.disabled):focus, .mailbox-attachment-close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
.alert .close:hover, .alert .mailbox-attachment-close:hover {
    opacity: .5;
}
.alert .close, .alert .mailbox-attachment-close {
    color: #000;
    opacity: .2;
}
.close:hover, .mailbox-attachment-close:hover {
    color: #000;
    text-decoration: none;
}
.alert-dismissible .close, .alert-dismissible .mailbox-attachment-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    color: inherit;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
}
button.close {
    background: transparent;
    color: #333;
    border: none;
}
button.close span {
    color: var(--back-darck);
    font-size: 2em;
}
.scaner-content,
.notif-content,
.main-content {
    padding: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background: var(--back-darck-transp);
    width: 100%;
    min-height: 45%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.scaner-content{min-height: 100%;}  
h3 {
    color: #efdaad;
    width: 100%;
    text-align: center;
    margin: 4px 0;
}
p {
    margin: 4px 0;
    font-weight: 300;
}
.promo-text {
    position: absolute;
    z-index: -1;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    opacity: 0.2;
    color: #fffbcc;
    width: 100%;
    height: 100%;
}
.promo-text span{
color: inherit;
font-size: inherit;
}
.content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.btn-subscribe {
    background: linear-gradient(#66932a, #ffffff12);
    cursor: pointer;
}
.phone_error,
.email_error,
.username_error {
    position: absolute;
    font-size: 0.8em;
    right: 0;
    top: 4px;
}
.btns a {
    margin-top: 12px;
}
.notif-link {
    background: #3939397d;
    display: block;
    padding: 12px;
    margin: 8px;
    border-radius: 5px;
    box-shadow: 2px 2px 8px #00000085;
    line-height: 1.3;
    text-decoration: none;
    width: 90%;
    border: 1px solid #7171714a;
}
.notif-link:nth-child(odd){
float:left;
}
.notif-link:nth-child(even){
    float:right;
}
.chat-notification,
.chat {
  overflow-y: auto;
  overflow-x: hidden;
}
.notread {
  background: #465946 !important;
    border: 1px solid #ddce917d;
}
.notread:before{
    font-family: "Font Awesome 6 Duotone";
     font-weight: 900; 
     content: "\f890";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
      position: absolute;
  top: -12px;
  left: -8px;
  font-size: 24px;
}
.notread:after{
    font-family: "Font Awesome 6 Duotone";
     font-weight: 900; 
     content: "\10f890";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
      position: absolute;
  top: -12px;
  left: -8px;
  font-size: 24px;
   opacity: 0.6;
  color: #fbb99f;
}
.footer-btn .fa-user-check:before{
    color: #b5db86;
}
.about-notif {
font-weight: 100;
  font-size: 0.7em;
  letter-spacing: 1px;
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0.7;
}
a.link-game-notif {
    font-size: inherit;
}
.chat-notification {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 60px;
}
.notif-content {
    width: 100%;
    min-height: 100%;
    display: block;
}
.notif-text{
  width: auto;
  height: auto;
  max-width: 320px;
}
.notif-img {
  width: auto;
  height: auto;
  max-width: 320px;
  max-height: 320px;
    cursor: pointer;
}
.notif-video {
    width: auto;
    height: auto;
    max-width: 320px;
    cursor: pointer;
}
.notif-audio {
    width: 100%;
    max-width: 320px;
    height: 55px;
    display: block;
}
.notif-text,
.notif-img ,
.notif-video,
.notif-audio
{
margin: 14px 0;
}
.notif-action {
    position: fixed;
    bottom: 55px;
    left: 0;
    width: 60px;
    height: auto;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
}
#warning,
#dislike,
#like {
    display: flex;
    background: #41404075;
    border: none;
    cursor: pointer;
    font-size: 32px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px #000000bd;
    margin: 8px;
}
#like i{color: #b4fbb4;font-size: 32px;}
#dislike i{color:#ff7070;font-size: 32px;}
#warning i{color:#ff000080;font-size: 32px;opacity:0.8;}
audio::-webkit-media-controls-panel {
  background-color: #1b2620cd;
  border-radius: 0px;
}
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-timeline-container,
audio::-webkit-media-controls-play-button{
    color: #efdaad;
  border-radius: 0px;
  text-shadow: none;
}
.mai-home-content {
    height: 100%;
}
.chat-games {
    display: grid;
    grid-template-columns: 50% 50%;
}
.games-link {
    height: 220px;
    margin: 12px;
    padding: 8px;
    box-shadow: 2px 2px 8px #00000082;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.game-img {
    width: 148px;
    height: 148px;
    object-fit: cover;
}
.hidden{
    display: none !important;
    visibility: hidden !important;
}
*:disabled,
.neagate {
    filter: grayscale(0.7) opacity(0.5);
}
.game-img-info {
    width: auto;
    max-width: 320px;
    height: auto;
    max-height: 320px;
    margin: 12px;
}
.info-games {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.game-about {
    height: auto;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 320px;
}
.game-about img {
    float: left;
    width: auto;
    max-width: 220px;
    height: auto;
    max-height: 220px;
    margin: 12px;
}
.checked {
    border: 1px solid #ecf386cc;
    background: #ecf38654;
}
.checked:before {
    font-family: "Font Awesome 6 Duotone";
    font-weight: 900;
    content: "\f2f7";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: -12px;
    left: -8px;
    font-size: 24px;
}
.checked:after {
    font-family: "Font Awesome 6 Duotone";
    font-weight: 900;
    content: "\10f2f7";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: -12px;
    left: -8px;
    font-size: 24px;
    opacity: 0.6;
    color: #a3f77a;
}
#reader__dashboard_section_csr {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#html5-qrcode-select-camera {
    background: var(--dark-back-transp);
    font-family: inherit;
    font-size: 0.7em;
    padding: 8px;
    display: none;
}
.block-btns-reader {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}
button.html5-qrcode-element {
    background: var(--dark-back-transp);
    font-size: 0.7em;
    padding: 8px;
    border: 1px solid #858585;
}
#reader__dashboard {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}
#reader__scan_region {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#reader{
    border:none !important;
}
#reader__scan_region video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
#html5-qrcode-button-camera-permission {
    background: var(--dark-back-transp);
    border: none;
    line-height: 2;
}
#result {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
#result .btns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
#tastes {
    font-size: 1.2em;
    color: #fdeaa1;
    margin-bottom: 24px;
}
.btns button {
    width: 100%;
    background: transparent;
    border: 1px solid;
    padding: 8px;
    margin: 4px;
    line-height: 2;
}
.avatar-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: contain;
}
.profile-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.stat-card {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

