/* --------------- */
/* Macbook Design  */
/* --------------- */

/* Stickers On User Profiles */
.sticker {
  width: 50px;
  height: 50px;
}

/* Stickers On User Profiles */
.googledrive {
  width: 250px;
  height: 75px;
}

.tab {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tab-content-var1 {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  min-width: 340px;
  max-width: 500px;
}

.tab-content-var2 {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  min-width: 340px;
  max-width: 340px;
}

.tab-titlebar {
  background: linear-gradient(to bottom, #e2e2e2, #c7c7c7);
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px solid #aaa;
  position: relative;
}

.tab-titlebar-windowbuttons {
  display: flex;
  gap: 6px;
}

.btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.red {
  background-color: #ff605c;
}

.btn.red {
  cursor: pointer;
}

.btn.red:hover {
  filter: brightness(90%);
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.btn.red.offline:hover {
  filter: none;
  box-shadow: none;
}


.yellow {
  background-color: #ffbd44;
}

.btn.yellow {
  cursor: pointer;
}

.btn.yellow:hover {
  filter: brightness(90%);
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.green {
  background-color: #00ca56;
}

.tab-titlebar-text-var1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #333;
  pointer-events: none;
}

.tab-titlebar-text-var2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #333;
  pointer-events: none;
}

.tab-titlebar-text-var1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #333;
  pointer-events: none;
}

.tab-titlebar-text-var3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #333;
  pointer-events: none;
}

.currentcolour {
  background: #A190AD;
  padding: 16px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.tab-body {
  background: #af91d7;
  padding: 16px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.tab-body2 {
  background: #af91d7;
  padding: 16px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.meowmeow29 {
  width: 300px;
  height: 300px;
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

meowmeow28 {
  color: black;
  font-family: var(--heading-font);
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 25px rgba(0, 0, 0, 0.1);
  background-color: inherit;
}

.currentcaption a {
  color: inherit; /* use caption’s base color */
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.currentcaption a:hover {
  color: #ff9de2; /* light pink/purple tint for hover — tweak this! */
  text-shadow: 0 0 6px rgba(255, 157, 226, 0.6);
}



.avi {
  width: 150px;  /* Set the desired width */
  height: 150px; /* Set the desired height */
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border: 4px solid transparent; /* To prevent shifting during hover */
  transition: box-shadow 0.3s ease; /* Smooth transition */
}

/* White glow by default */
.avi {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255, 255, 255, 0.6); /* White glow */
}

/* Soft pink glow on hover */
.avi:hover {
  box-shadow: 0 0 10px rgba(255, 197, 255, 0.8), 0 0 25px rgba(255, 197, 255, 0.6); /* Soft pink glow (#ffc5ff) */
}

/* sets the font for text on the preview window */
mark69420 {
  color: white; /* Set text to white */
  font-family: var(--heading-font);
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255, 255, 255, 0.6); /* White glow effect */
  background-color: inherit; /* Keeps background as it is */
  transition: text-shadow 0.3s ease; /* Smooth transition on hover */
}

/* Pink glow effect on hover */
mark69420:hover {
  text-shadow: 0 0 10px rgba(255, 197, 255, 0.8), 0 0 25px rgba(255, 197, 255, 0.6); /* Soft pink glow (#ffc5ff) */
}

/* sets the font for text on the preview window */
mark69 {
  color: black; /* Set text to black */
  font-family: var(--heading-font);
  font-size: 0.9em;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 25px rgba(0, 0, 0, 0.1); /* Slight highlight shadow */
  background-color: inherit; /* Keeps background as it is */
}

/* sets the font for text on the preview window */
mark69422 {
  color: black; /* Set text to black */
  font-family: var(--heading-font);
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 25px rgba(0, 0, 0, 0.1); /* Slight highlight shadow */
  background-color: inherit; /* Keeps background as it is */
}

/* New styles for password box gimmick */
.password-box-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    color: #333;
}

.password-box {
    padding: 10px;
    font-size: 1.1em;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: 200px;
    text-align: center;
}

.submit-btn {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #45a049;
}

/* New styles for password box gimmick */
.twofactor-box-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    color: #333;
}

.twofactor-box {
    padding: 10px;
    font-size: 1.1em;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: 200px;
    text-align: center;
}