@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  transition: 0.2s;
}
a{
  text-decoration: none;
}
body{
  overflow: none;
  background: url(../assets/images/hero_wall.jpg);
  overflow: hidden;
}

.app {
  width: 100%;
  height: 100vh;
}

.join-app{
  background-size: cover;
  background-position: center;
}

.join-wrap {
  height: 100vh;
}

.inner-width {
  width: 300px;
  margin: 0 auto;
}

.code-area {
  padding: 15px 20px;
  border-radius: 15px;
  z-index: 5;
}

.code-in {
  text-align: center;
}

.code-in::placeholder {
  color: rgba(220, 220, 220, 0.582);
  opacity: 1; /* Firefox */
}

.code-in:-ms-input-placeholder {
  color: rgba(220, 220, 220, 0.582);
}

.code-in::-ms-input-placeholder {
  color: rgba(220, 220, 220, 0.582);
}

.hero-text {
  color: white;
  font-size: 60px;
  text-align: center;
  line-height: 52px;
  margin-bottom: 40px;
  letter-spacing: -2px;
}

.fav h1 {
  color: white;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -2px;
}

.fav img {
  margin-right: 5px;
  width: 30px;
}

.code-in {
  color: white;
  width: 100%;
}

.hero-bottom {
  font-size: 15px;
  width: 100%;
  color: white;
  line-height: 17px;
  opacity: 0.8;
  margin-top: 15px;
  padding-left: 5px;
  margin-bottom: 50px;
  text-align: center;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
}

.header-inner {
  justify-content: space-between;
  width: 80%;
  padding: 18px 0;
}

.border-button {
  border: 3px solid white;
  border-radius: 20px;
  padding: 5px 16px;
  color: white;
  text-align: center;
  position: relative;
  bottom: 0;
  font-weight: 700;
}

.border-button:hover {
  background: white;
  color: #231f30;
  cursor: pointer;
}

.inner-player{
  width: 80%;
}

#player{
  height: 80vh;
  width: 100%;
}

.create-overlay{
  background: rgba(0, 0, 0, 0.13);
  display: none;
}

.create-inner{
  background-color: rgba(0, 0, 0, 0.801);
  backdrop-filter: blur(100px);
  width: 600px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  padding: 50px;
  padding-bottom: 40px;
}

.preview-roast{
  color:white;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.image-section{
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}

.image-section img{
  width: 100%;
}

.image-section img:hover{
  transform: scale(1.1);
  cursor: pointer;
}

.button-area{
  margin-top: 15px;
}

.button-fluent{
  background-color: rgba(245, 245, 245, 0.068) !important;
  color: whitesmoke;
  height: 30px;
  border-radius: 5px;
  padding: 10px;
  margin: 0 5px;
  cursor: pointer;
}

.button-fluent i ::before{
  height: 12px;
  width: 12px;
}

.button-fluent:hover{
  background-color: #0070f3 !important;
}

.point-out{
  background-color: rgba(0, 0, 0, 0.74);
}

.remove-img{
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
}

.link-overlay{
  display: none;
}

.link-create{
  width: auto;
}

.preview-link{
  background-color: rgba(0, 0, 0, 0.74);
  border-radius: 10px;
  color: white;
  padding: 10px;
  font-size: 15px;
}

.view-wrap{
  width: 100%;
  height: 100vh;
}

.view-inner{
  width: 50%;
}

.view-img img{
  width: 100%;
  border-radius: 10px;
}

.view-card{
  min-height: 350px;
}

.accept-ara{
  margin-top: 20px;
}

.accept-btn{
  display: inline-flex;
}

.tag-count{
  padding: 5px;
  font-size: 10px;
  background-color: #0070f3;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

.preview-trigger{
  color: rgba(255, 255, 255, 0.466);
  margin-left: 5px;
  font-size: 10px;
}
.view-image{
  display: none;
}

.trig-button{
  display: none;
}