﻿@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

body{
  background: #080D2D url('../img/patern.png') repeat fixed;
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.showcase .showcase-text {
  padding: 3rem;
  height: 100vh;
  background: linear-gradient(0deg, rgba(3, 12, 45, 1) 0%, rgba(13, 20, 78, 1) 100%) url('../img/patern.png') repeat;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
  height: 100vh;
}
.blue-bg{
  background-color: #040B25 !important;
}
.custom-card{
  background: transparent;
  border-radius: 8px;
    overflow: hidden;
}
.custom-card:hover{
  opacity: .7;
  cursor: pointer;
  border: 1px #FFB341 solid;
}
.custom-card .card-header, .card-body, .card-footer{
  background-color: rgba(255, 255, 255, 0.1);
}

.text-bold {
  font-weight: bold;
}
.br-8{
  border-radius: 8px !important;
}
.slot-circle{
  background-color: rgba(255,255,255, 0.1);
  padding:10px;
  width:80px;
  height: 80px;
  border-radius: 100px;
  padding-top: 20px;
  margin: 0 auto;
}
.m-num{
  border: 1px #FFB341 solid;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline;
  margin: 0 auto;
  color: #FFB341;
  font-weight: bold;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.slot-status {
  border: 1px #7C4C4C solid;
  border-radius: 8px;
  overflow: hidden;
}
.slot-status:hover{
  cursor: pointer;
  opacity: 0.7;
  border: 1px #FFB341 solid;
}
.slot-busy{
  background: rgb(125, 2, 2);
  background: radial-gradient(circle, rgba(125, 2, 2, 1) 0%, rgba(13, 17, 35, 1) 100%);
}
.slot-aviable {
  background: rgb(49, 195, 13);
  background: radial-gradient(circle, rgba(49, 195, 13, 1) 0%, rgba(13, 17, 35, 1) 100%);
}
.slot-maintenance {
  background: rgb(195, 115, 13);
  background: radial-gradient(circle, rgba(195, 115, 13, 1) 0%, rgba(13, 17, 35, 1) 100%);
}
.slot-reserved {
  background: rgb(13, 76, 195);
  background: radial-gradient(circle, rgba(13, 76, 195, 1) 0%, rgba(13, 17, 35, 1) 100%);
}
.bottom-btn{
  background: rgb(6, 6, 6);
  background: linear-gradient(0deg, rgba(6, 6, 6, 1) 0%, rgba(31, 37, 96, 1) 100%);
  padding:8px;
}
#sliding-footer {
  background: rgb(6, 6, 6);
  background: linear-gradient(0deg, rgba(6, 6, 6, 1) 0%, rgba(31, 37, 96, 1) 100%);
  position: fixed;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 165px;
  transition: bottom 0.5s ease-in-out;
}

#sliding-footer2 {
    background: rgb(6, 6, 6);
    background: linear-gradient(0deg, rgba(6, 6, 6, 1) 0%, rgba(31, 37, 96, 1) 100%);
    position: fixed;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 165px;
    transition: bottom 0.5s ease-in-out;
}
#sliding-footer .lines {
  padding: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#sliding-footer2 .lines {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#slide-button{
  color: white;
  width: 36px;
  height: 30px;
  background: rgb(31, 37, 96);
  font-size: 30px;
  position: absolute;
  top:-30px;
  left:0;
  right:0;
  margin: 0 auto;
  text-align: center;
  line-height: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.bottom-btn img{
  margin: 0 4px;
}
.bottom-btn img:hover, .bottom-btn img:active {
  opacity: .6;
  cursor: pointer;
}
.real-view{
  position: absolute;
}
.game-btn-120 {
    touch-action: manipulation;
    width: 120px;
    height: 120px;
}
.game-btn-110 {
    touch-action: manipulation;
    width: 110px;
    height: 110px;
}
.game-btn-90 {
    touch-action: manipulation;
    width: 90px;
    height: 90px;
}
.game-btn-80 {
    touch-action: manipulation;
    width: 80px;
    height: 80px;
}
.game-btn-70 {
    touch-action: manipulation;
    width: 70px;
    height: 70px;
}
.game-btn-60 {
    touch-action: manipulation;
    width: 60px;
    height: 60px;
}
.game-btn-50 {
    touch-action: manipulation;
    width: 50px;
    height: 50px;
}
.game-btn-40 {
    touch-action: manipulation;
    width: 40px;
    height: 40px;
}
.game-btn img:active, .game-btn img:hover {
  opacity: .5;
  cursor: pointer;
}
.lines img:active {
    opacity: .5;
    cursor: pointer;
    touch-action: manipulation;
}
#numpad {
  padding: 20px;
}
.display{
  background-color: #202B52;
  border-radius: 12px;
  border: 2px #464B5F solid;
  font-size: 30px;
  padding: 10px 16px;
  font-weight: bold;
  color: white;
  text-align: right;
  margin-bottom: 20px;
  height: 65px;
}
.keypad {
  display: grid;
  grid-template-columns: repeat(3, 85px);
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.key {
  background-color: #040B25;
  border: 2px #464B5F solid;
  border-radius: 12px;
  color: white;
  padding: 12px;
  font-size: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.key:hover {
  background-color: white;
  color: #040B25;
  cursor: pointer;
}
.key, .delete {
  background-color: #040B25;
  border: 2px #464B5F solid;
  border-radius: 12px;
  color: white;
  padding: 12px;
  font-size: 30px;
  cursor: pointer;
  transition:  0.3s;
}

#coins{
  display: grid;
  grid-template-columns: repeat(2, 120px);
  gap: 12px;
  justify-content: center;
  margin-bottom: 10px;
}
#coins img:hover, #coins img:active{
  opacity: .5;
  cursor: pointer;
}
.hidden {
  display: none !important;
}
.show{
  display:block;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(13, 20, 78, 1) 0%, rgba(3, 12, 45, 1) 100%);
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 70px;
}

.sidenav a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 36px;
}

.sidenav #backbtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
}



.progmatic-slot {
    background-color: #090C27;
    border: 1px solid #292E5A;
    padding: 8px;
    color: #fff;
    text-align: center;
}

.star-icon {
    font-size: 24px;
    color: grey;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

    .star-icon.favorited {
        color: gold;
    }

/* Search bar styling */
.search-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .search-container input {
        width: 200px;
        padding: 5px;
        margin-left: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .search-container button {
        padding: 5px 10px;
        margin-left: 10px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
    }

.favorite-icon, .green-icon {
    font-size: 24px;
    color: grey;
    margin-left: 10px;
    cursor: pointer;
}

.yesil {
    color: green;
}

.favorite-icon.active, .green-icon.active {
    color: gold;
}

.green-icon.active {
    color: #9ceb8f;
}

.lobby-button {
    text-align: center;
    width: 100%;
}

.right-actions {
    display: flex;
    align-items: center;
}


@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 3rem;
  }
  .navbar-collapse{
    text-align: center;
  }
}

@media (max-width: 768px) {
  .showcase .showcase-img {
    display: none;
  }
}


