form {
  background-color: transparent;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: "Poppins", sans-serif;
  color: var(--light-color);
  margin-top: auto;
}

input[type="text"],
input[type="password"],
input[type="number"] {
  width: 50%;
  margin: 5px;
  padding: 12px;
  border-radius: 12px;
  border: 1.5px solid lightgrey;
  outline: none;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0px 0px 20px -18px;
  background-color: var(--shadow);
  color: var(--light-color);
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="number"]:hover{
  border: 2px solid lightgrey;
  box-shadow: 0px 0px 20px -17px;
}

input[type="text"]:active,
input[type="password"]:active,
input[type="number"]:active{
  transform: scale(0.95);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus{
border: 2px solid grey;
}

.show-btn{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Mulish", sans-serif;
  color: var(--mid-light);
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.show-btn:hover{
  transition: all 0.2s ease-in-out;
  font-weight: 900;
  text-shadow: 0 0 8px var(--light-color);
  cursor: pointer;
}

.delete-btn{
  background-color: #ffffff00;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-weight: 900;
  border: 1px solid var(--mid-light);
  height: 40px;
  width: max-content;
  transition: all 0.2s;
  border-radius: 7px;
  margin: 0;
  margin-left: -15px;
}

.delete-btn:hover{
  scale: 1.1;
  background-color: rgb(216, 61, 61);
  transition: all 0.2s;
  color: var(--dark-color);
}

.submit {
  background-color: #ffffff00;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-weight: 900;
  border: 1px solid var(--mid-light);
  height: 40px;
  width: max-content;
  transition: all 0.2s;
  border-radius: 20px;
  margin-top: 10px;
}

.submit:hover {
  scale: 1.1;
  background-image: var(--linear-rainbow);
  transition: all 0.2s;
  color: var(--dark-color);
}


table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  color:var(--light-color);
}



tr{
  width: 100%;
  color: #ddd;
  
}

th,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}

th{
  font-size: 20px;
  color:var(--light-color);
}



ul{
  margin-bottom: 17px;
  padding: 0;
}

li{
  position: relative;
  padding: 15px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation: slideIn 0.5s ease, fadeOut 0.5s ease 2.5s;
  overflow: hidden;
  width: 100%; /* Make sure the message takes full width of the container */
  word-wrap: break-word;
  max-height: 100px; /* Set a maximum height */
  overflow-y: auto; /* Allow vertical scrolling if needed */
  background-color: #ff99002c;
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color: #fff;
}

li::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  animation: running-color 3s infinite;
}

@keyframes running-color {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}


@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --dark-color: #1a191f;
  --mid-dark: #555a57;
  --light-color: #ece0c8;
  --mid-light: #949993;
  --shadow: #0005;
  --linear-rainbow: linear-gradient(to right, #ede6bf, #ecc947, #cb5a31, #6f5d79, #4e779a);
  --circle-bgimage: radial-gradient(circle at left top, #ede6bf, #ecc947, #cb5a31, #6f5d79, #4e779a);
  --noise-texture: url(https://i.gyazo.com/a26366e538851a5c569ff648e99b7fd4.png);
}

html,
body {
  margin: 0;
  height: 100vh;
}

body {
  display: grid;
  place-items: center;
  background: var(--dark-color);
  background-image: var(--noise-texture);
  background-image: url("/static/img/bg.png");
  background-blend-mode: overlay;
}

h1 {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 1000;
  font-size: 64px;
  color: var(--light-color);
}

h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  color: var(--mid-light);
}

h3 {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  color: var(--mid-light);
}

p {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  width: 390px;
  color: var(--mid-light);
}

nav {
  display: flex;
  align-items: center;
  justify-content: end;
  box-sizing: border-box;
  margin: 30px 128px;
  gap: 48px;
  font-size: 16px;
}

a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Mulish", sans-serif;
  color: var(--mid-light);
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

a:not(.buy, .buy-cta, .learn) {
  width: 64px;
}

a:hover:not(.buy, .buy-cta, .learn) {
  transition: all 0.2s ease-in-out;
  font-weight: 900;
  text-shadow: 0 0 8px var(--light-color);
}

.scotch-container {
  margin: 0;
  padding: 0;
  display: grid;
  height: 580px;
  width: 80%;
  box-sizing: border-box;
  animation: spawn 2s ease-in-out forwards;
  border-radius: 20px;
  background-color: #00000086;
}

.scotch-container::before {
  content: "";
  display: flex;
  position: absolute;
  height: 580px;
  width: 960px;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 3;
}


.main-container {
  padding: 0;
  margin: auto;
  display: grid;
  height: 460px;
  gap: 64px;
  place-items: center;
  box-sizing: border-box;
}

.text-container {
  display: flex;
  flex-direction: column;
}

.text-sphere-container {
  display: flex;
  width: 125%;
  gap: 128px;
  align-items: center;
}

.sphere {
  display: grid;
  height: 200px;
  width: 200px;
  background: var(--circle-bgimage);
  border: 3px solid var(--dark-color);
  border-radius: 50%;
  transition: all 0.4s;
  box-shadow: 0px 0px var(--shadow);
}

.sphere:hover {
  scale: 1.1;
  box-shadow: 16px 16px var(--shadow);
  transition: all 0.2s;
}

.buy {
  display: grid;
  place-items: center;
  font-weight: 900;
  border: 1px solid var(--mid-light);
  height: 40px;
  width: 128px;
  transition: all 0.2s;
  border-radius: 20px;
}

.buy:hover {
  scale: 1.1;
  background: var(--light-color);
  color: var(--dark-color);
  border: 1px solid var(--light-color);
}

.buy-cta {
  display: grid;
  place-items: center;
  color: var(--dark-color);
  font-weight: 900;
  background-image: linear-gradient(to right,
      var(--light-color),
      var(--light-color));
  height: 40px;
  width: 150px;
  font-size: 16px;
  transition: all 0.4s;
  border-radius: 20px;
}

.buy-cta:hover {
  scale: 1.1;
  color: var(--light-color);
  background-image: var(--linear-rainbow);
  transition: all 0.2s;
}

.learn-arrow {
  margin: -40px 0;
  text-align: center;
  transition: all 0.2s;
}

.learn:hover {
  scale: 1.2;
  font-weight: 900;
}

.learn {
  display: grid;
  color: var(--light-color);
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s;
}

.arrow {
  margin: -6px;
  padding: 0;
  font-size: 32px;
  color: var(--light-color);
}

@keyframes spawn {
  0% {
    box-shadow: 0 0 0 var(--shadow);
    opacity: 0%;
  }

  100% {
    box-shadow: 0 0 32px var(--shadow);
    opacity: 100%;
  }
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.account_info{
  color: var(--mid-light);
  font-size: 20px;
}

.account_info span{
  color: var(--light-color);
  text-decoration: wavy;
}

focus {
  border: 2px solid grey;
}



center-align {
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 1000px) {

  #navbarNav ul li a {
    text-align: center;
  }

}



::selection {
	background: var(--selection);
}


::selection {
  background: transparent;
}



::-webkit-scrollbar {
  width: 7px;
  border-radius: 15px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0); 
  border-radius: 15px;
}


::-webkit-scrollbar-thumb {
  background: rgb(82, 82, 82); 
  border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background: #333333; 
}

