*{
    box-sizing: border-box;
}

body{
    /* background-color: #6c757d; */
    /* color:aliceblue; */
    /* Drag and drop game type and players. */
    /* font-family: 'Inter'; */
    /* --------- */
    /* background-color: #fffcf6; */
    /* color: #000000; */
    /* --------- */
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* display: flex;
    align-items: center; */


}
html, body {
  height: 100vh;  /* standard definition (as fallback) */
  height: 100dvh; /* dynamic vh will make the trick on iOS */
}
.margin-top{
  margin-top: 72px;
}
/* .btn:focus{
  box-shadow:none !important;
} */
.back-button {
    display: block;
    color: var(--color-dark);
    text-decoration: none;
    margin-top: 40px;
    margin-left: 0px;
}
.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: inherit;

    background: url(.jpg), #D9D9D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

 }
 .avatar-game {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  opacity: inherit;

}
 .z-card{
    width: 325px;
    /* height: 340px; */
    height: 320px;
    /* margin-right: 16px; */
    background-color: var(--bg-card);
    color: var(--color-dark);
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    box-shadow: 0px 4px 4px var(--bg-shadow);
    border-radius: 5px;
 }
 .z-game-card{
  width: 325px;
  /* height: 340px; */
  height: 220px;
  /* margin-right: 16px; */
  background-color: var(--bg-card);
  color: var(--color-dark);
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  box-shadow: 0px 4px 4px var(--bg-shadow);
  border-radius: 7px;
}
 .z-club--image{
    object-fit: cover;
    width: 190px;
    height: 89px;
    border-radius: 3px;
 }
.z-scroll{
    width: 100%;
    display: flex;
    overflow: scroll;
    scrollbar-width: none;
}

.z-game--image{
  object-fit: cover;
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

div.slide-up-children {
    animation: 0.5s slide-up-children;
    position: absolute;
    bottom: 0%;
    /* background: rgb(229, 214, 214); */
    background-color: var(--bg-card);
    width: 90%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 60%;
    overflow: scroll;
    
  }

  @keyframes slide-up-children {
    from {
        position: absolute;
        bottom: -75%;
    }
  
    to {
        position: absolute;
        bottom: 0%;
        
    }
  }
.customerFileBtn{
    /* width: 50%; */
    margin:auto;
}

input[type='file']{
    background-color:transparent;
}

.customerFileBtn input[type='file'] {
    padding:6px 0 0 7px;
    &::-webkit-file-upload-button {
        display: none;
    }
    &::file-selector-button {
        display: none;
    }
}
.text-area{
    text-wrap: wrap;
    overflow: hidden;
    width: 258px;
    height: 79px;
}
/* for Crop */
/* body {
    margin: 0;
    padding: 0;
  } */
  
  .App {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .crop-container {
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 190px;
    height: 89px;
  }
  .crop-media{
    /* /* width: 100%; */
    width: 190px;
    height: 89px; 
    align-items: center;
    text-align: center;

    overflow: visible;
  }
  .crop-area{
    width: 190px;
    height: 89px;
  }
  .controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    height: 80px;
    display: flex;
    align-items: center;
  }
  
  .slider {
    padding: 22px 0px;
  }
  
/*  */

.footer {
  /* background-color: #656565; */
  /* color: #AAAAAA; */
  /* height: 66px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  font-weight: 500; */


  /* Frame 11 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 20px 30px;
/* gap: 271px; */
margin-bottom: 0;
width: 100%;
height: 60px;

background-color: var(--bg-footer);
color: var(--color-light);
/* background: #FFFCF6; */
/* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */


}

/* .drop-area{ */
  /* margin: 2rem;
  width: 75%;
  height: 15rem;

  display: flex;

  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px; */

/* } */

.drop-area-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.5rem;
  margin-top: 1rem;
  width: 80%;
  height: 16rem;
  background-color: var(--background);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}
.drop-area-table-game{
  display: flex;
  flex-direction: row;
  margin: 0.5rem;
  width: 75%;
  height: 7rem;
  justify-content: center ;
  /* border: 1px rgb(161, 133, 114) dotted; */
}
.drop-area-table-player{
  display: flex;
  flex-direction: row;
  margin: 0rem;
  width: 95%;
  height: 7rem;
  justify-content: space-around ;
  overflow: scroll;
  /* border: 1px rgb(161, 133, 114) dotted; */
}

.drop-area-game{
  margin: 0rem;
  width: 85%;
  height: 7.5rem;
  /* border: 1px rgb(53, 53, 49) solid; */
  /* border-radius: 5px; */
  /* flex-wrap: nowrap; */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  overflow: scroll;
  
}
.drop-area-player{
  margin: 0rem;
  margin-bottom: 1rem;
  width: 85%;
  height: 7rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  overflow: scroll;
  
}
/* Hide scrollbar for Chrome, Safari and Opera */
.drop-area::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.drop-area {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

/* dnd-kit */
/* touch action none is important for DnD. Otherwise scrolling can happen instead of drag  */
.touch-no{
  touch-action: none;
}
.m-neg{
  margin : 2px; 
  
}