/*-----------------  GOOGLE FONTS  -----------------*/
/* @import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/*-----------------  VARIABLES  -----------------*/
:root {
    /* Colors */ 
    --white_color : rgb(255, 255, 255);
    --gold_color: rgb(255, 215, 0);
    --green_color: rgb(45, 252, 26);
    --body_background: linear-gradient(to right, #000000, #000000);
    --spin_background: linear-gradient(to right, #000000, #000000);
}
/*-----------------  Base  -----------------*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
}
body {
  height: 100vh;
  background: var(--body_background);
  overflow-x: hidden;
  overflow-y: hidden;
}
/*-----------------  Styling Start  -----------------*/
h1 {
  position: absolute;
  font-size: 4rem;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--gold_color);
}
.container {
  width: 100%;
  max-width: 34.37rem;
  /* margin-top: 3rem; */
  max-height: 100vh;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 0.5rem 3rem;
  border-radius: 1rem;
}
.wheel_box {
  position: relative;
  width: 100%;
  height: 100%;
}
#spinWheel {
  max-height: inherit;
  width: inherit;
  transform: rotate(270deg);
}
#spin_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 26%;
  width: 26%;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  background: var(--spin_background);
  color: var(--white_color);
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
.fa-solid {
  position: absolute;
  top: -8%;
  left: 43.7%;
  font-size: 4rem;
  color: var(--green_color);
  transform: rotate(-225deg);
}
#text {
  font-size: 1rem;
  text-align: center;
  margin-top: 1.0rem;
  /* color: var(--gold_color); */
  color: #f9fe52;
  font-weight: 500;
}
#text1 {
  font-size: 0.9rem;
  text-align: center;
  margin: 1.0rem 0 0 0;
  /* color: var(--gold_color); */
  color: #ffffff;
  font-weight: 900;
}
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 50%;
}
.button0 {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 7px;
  padding: 5px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  /* display: inline-block; */
}
.button1 {
  background-color: #26a74f;
  border: 1px solid #26a74f;
  border-radius: 7px;
  padding: 5px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 0.7rem;
  cursor: pointer;
  /* display: inline-block; */
}
.button2 {
  background-color: #f8fe52;
  border: 1px solid #f8fe52;
  border-radius: 7px;
  padding: 5px;
  color: #26a74f;
  text-align: center;
  text-decoration: none;
  font-size: 0.7rem;
  cursor: pointer;
  /* display: inline-block; */
}
#footer {
  margin-top: 0rem;
}

#overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  /* background-color: #ffffff; */
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 100;
}

#popup {
  display: none;
  position: absolute;
  bottom: 0%;
  left: 75%;
  background: #ffffff;
  width: 50%;
  height: 80%;
  margin-left: -50%; /*Half the value of width to center div*/
  margin-top: -50%; /*Half the value of height to center div*/
  z-index: 200;
  border-radius: 7px 7px 0 0;
  /* overflow-y: auto; */
}

#popupmenu {
  /* float: right; */
  padding: 20px;
  cursor: pointer;
  position: absolute;
  bottom: 95%;
  left: 0%;
}

#popupclose {
  /* float: right; */
  padding: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  right: 0%;
}

.popupcontent {
  /* padding: 25px 10px; */
  /* margin-top: 10px; */
  height: 90%;
}

table {
  border-collapse: collapse;
  width: 100%;
  /* border-spacing: 20px 0; */
  margin: 20px 0 0 0;
}
tbody {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  height: 80%;
}
th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  padding-bottom: 20px;
}
td {
  text-align: left;
  vertical-align: top;
  padding: 0 5px 20px 5px;
  max-width: 400px;
}
.description {
  font-size: 0.7rem;
}
hashtag {
  color: #26a74f;
}

/* Style the tab */
.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #f8fe52;
  border-radius: 7px 7px 0 0;
  width: 100%;
  /* height: 50px; */
  /* border: solid 1px #345; */
  white-space: nowrap;
  overflow: auto;
  /* scrollbar-width: none; */
  /* scrollbar-width: thin; */
  display: flex;
  color: #26a74f;
}

/* Style the buttons inside the tab */
/* .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  display: inline-block;
} */

.tab button {
  background-color: inherit;
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 20px;
  transition: 0.3s;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ffd700;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ffd700;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  overflow: auto;
  /* display: block; */
  height: 100%;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {
  color: red;
}

@media only screen and (max-width: 600px) {
  .container {
    width: 100%;
    max-width: 34.37rem;
    /* margin-top: 3rem; */
    max-height: 100vh;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 1.5rem 3rem;
    border-radius: 1rem;
  }
  .fa-solid {
    position: absolute;
    top: -12%;
    left: 40.5%;
    font-size: 4rem;
    color: var(--green_color);
    transform: rotate(-225deg);
  }
  #spin_btn {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 26%;
    width: 26%;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    background: var(--spin_background);
    color: var(--white_color);
    text-transform: uppercase;
    font-size: 1.0rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
  }
  .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
  }
  #footer {
    margin-top: 1.0rem;
  }
  #popup {
    display: none;
    position: absolute;
    bottom: 0%;
    left: 50%;
    background: #ffffff;
    width: 100%;
    height: 80%;
    margin-left: -50%; /*Half the value of width to center div*/
    margin-top: -50%; /*Half the value of height to center div*/
    z-index: 200;
    border-radius: 7px 7px 0 0;
    /* overflow-y: auto; */
  }
}
