:root {
    --bg-white: white;
    --bg-black: black;
    --bg-black-2: #12141f;

    --dark-selected: #32374c;
    --dark-hover: #1d1f2c;
    --dark-item: #1f2332;
    --dark-item-2: #32374c;
    --dark-icon: #696b7c;
    --dark-subtext: #bdc0d4b5;
    --dark-border: #242736;

  --primary-color: #c000f5;
  --accent: #d43cff;
  --background-color: rgba(192, 0, 245, 0.10);
  --input-focus-border: var(--primary-color);
  --surface: #1D1F2E;
  --bg-blue-clear: #13141F;
  --bg-blue-dark: #252840;
  --purple-dark: #c000f5;
  --purple-clear: rgba(192, 0, 245, 0.10);
  --pink: #E6346C;
  --blue: #7D98C4;
  --selection-blue: rgba(0, 102, 255, 0.8);
  --selection-blue-2: #1D9BF0;
  --red-clear: #C60404;
  --orange: rgb(255, 115, 0);
  --green: #089d6f;
  --golden-yellow: #ffd700;
  --green-clear-2: #E6F9F3;
  --hover-color: #252840;
  --ai-blue: #00dbde;
  --ai-pink: #fc00ff;
  --font-family: 'Inter', sans-serif;
  --radius-mini: 8px;
  --radius-small: 10px;
  --radius-big: 15px;
  --radius-large: 20px;
  --transition-flash: 0.1s;
  --transition-fast: 0.2s;
  --transition-slow: 0.5s;
  --border-color: #2A2C42;
  --gray-clear: #9090B0;
  --gray-clear-2: #1C1E2C;
  --font-gray: #D0D0E8;
  --font-gray-clair: #8888A8;
  --font-black: #F2F2FA;
  --font-black-clair: #DCDCF0;
  --theme-color-elevation-shadow-rgb: 60,64,67;
  --dt-shadow-elevation-1: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --dt-surface3-shadow: 0 4px 20px rgba(0,0,0,0.55), 0 1px 4px rgba(0,0,0,0.3);
  --facebook-color: #2C4AAA;
  --instagram-color: #CF1C96;
  --googleMyBusiness-color: #3D4DAB;
  --linkedin-color: #0077B5;
  --linkedinPages-color: #0077B5;
  --youtube-color: #C60404;
  --tiktok-color: #000000;
  --x-color: #000000;
  --pinterest-color: #BD081C;
  --threads-color: #000000;
  --snapchat-color: #FFFC00;
  --red-darkdit-color: #FF4500;
  --googlePhotos-color: #34A853;
  --canva-color: #2989DA;
  --googleDrive-color: #FFB700;
    --googleCalendar-color: #4285F4;
  --page-gradient: radial-gradient(circle at top, rgba(192, 0, 245, 0.18), transparent 34%), linear-gradient(180deg, #161925 0%, #10121c 100%);
  --surface-secondary: rgba(37, 40, 64, 0.72);
  --surface-border: rgba(255, 255, 255, 0.06);
  --input-bg: rgba(255, 255, 255, 0.03);
  --input-text: var(--font-black);
  --link-color: #f3b6ff;
  --link-hover: #ffffff;
  --logo-filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.28));
  --hero-image-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
  --card-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  --muted-border: rgba(255, 255, 255, 0.08);
}

html[data-theme="light"] {
  --surface: #ffffff;
  --bg-blue-clear: #f5f7fc;
  --bg-blue-dark: #e8edf8;
  --background-color: rgba(192, 0, 245, 0.08);
  --purple-clear: rgba(192, 0, 245, 0.12);
  --border-color: #d8deed;
  --gray-clear: #6f7893;
  --gray-clear-2: #edf1fb;
  --font-gray: #5f6985;
  --font-gray-clair: #7a84a2;
  --font-black: #171c2b;
  --font-black-clair: #2a3147;
  --dt-surface3-shadow: 0 16px 45px rgba(31, 42, 68, 0.12), 0 4px 16px rgba(31, 42, 68, 0.08);
  --page-gradient: radial-gradient(circle at top, rgba(192, 0, 245, 0.10), transparent 35%), linear-gradient(180deg, #fbfcff 0%, #eef3fb 100%);
  --surface-secondary: rgba(255, 255, 255, 0.82);
  --surface-border: rgba(76, 92, 129, 0.12);
  --input-bg: #f8faff;
  --input-text: #171c2b;
  --link-color: #9628c9;
  --link-hover: #6f149d;
  --logo-filter: drop-shadow(0 8px 24px rgba(111, 20, 157, 0.12));
  --hero-image-shadow: 0 18px 40px rgba(115, 129, 162, 0.16);
  --card-shadow: 0 24px 60px rgba(50, 65, 93, 0.12);
  --muted-border: rgba(76, 92, 129, 0.14);
}
body {
  font-family: var(--font-family);

  color: var(--font-black);
  height: 100vh;
  width: 100vw;
  margin: 0;
  overflow: hidden;
  transition: background-color var(--transition-slow) ease, color var(--transition-fast) ease;
  background-color: var(--bg-blue-clear);
  
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
        radial-gradient(
        ellipse 80% 66% at 50% -5%,
          rgb(255, 0, 200, 0.4) 5%,
          rgb(255, 0, 200, 0.16) 40%,
          rgb(255, 0, 200, 0.05) 65%,
            rgb(255, 0, 200, 0) 100%
        );
    background-size: 36px 36px, 36px 36px, auto;
}
#content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}
#top-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 24px 8px;
  box-sizing: border-box;
}
#bottom-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  gap: 10px;
}
#mydrop_icon {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  transition: transform var(--transition-fast) ease;
}
#mydrop_icon:hover {
  transform: translateY(-1px);
}
#mydrop_icon img {
  height: 50px;
  width: auto;
  filter: var(--logo-filter);
}
#content-div {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  min-height: 0;
  padding: 12px 32px 36px;
  box-sizing: border-box;
  gap: 36px;
  flex: 1;
}
#content-left,
#content-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 0;
}
#mydrop_banniere {
  height: auto;
  max-width: 500px;
  width: 90%;
  filter: var(--hero-image-shadow);
  object-fit: contain;
}
#languageSelector {
  height: 30px;
  width: 100px;
  text-align: center;
  border-radius: 10px;
  border: none;
  background-color: transparent;
  font-weight: 600;
  color: var(--font-gray);
  outline: none;
  cursor: pointer;
}
#languageSelector option {
  color: var(--font-black);
  background: var(--surface);
}


#loginForm,
#register-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 450px;
  height: auto;
  background: var(--surface-secondary);
  border: 1px solid var(--surface-border);
  border-radius: 20px;
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 32px;
  box-sizing: border-box;
  gap: 15px;
}
#loginForm h1,
#register-form h1 {
    font-size: 32px;
    font-weight: bold;
    color: var(--font-black);
    align-self: flex-start;
    margin: 0;
}

.input-div {
    position: relative;
    width: 100%;
    color: var(--font-black);
    height: auto;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    gap: 4px;
    overflow: hidden;
}

label {
  color: var(--font-black-clair);
}

input {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  outline: none;
  background: var(--input-bg);
  color: var(--input-text);
  padding-left: 10px;
  box-sizing: border-box;
  transition: border-color var(--transition-fast) ease, box-shadow var(--transition-fast) ease, background-color var(--transition-fast) ease;
}
input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--purple-clear);
}
input::placeholder {
    color: var(--font-gray-clair);
    font-size: 12px;
    font-weight: 500;
}


.spinner-box {
  display: none;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 100%;
  border: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
}
.spinner-border {
    display: inline-block;
    color: var(--primary-color);
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.3s linear infinite;
    width: 20px;
    height: 20px;
}
[data-spinner="survey"] {
  width: 150px !important;
}
@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

#line-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#line-text:before,
#line-text:after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--border-color);
    margin: 0 20px;
    width: 88px;
}
#line-text p {
    font-size: 13px;
    font-weight: 400;
    color: var(--font-gray);
    margin: 0;
}
.error {
    color: var(--error);
    margin-top: 10px;
}
.go_with {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.go-with-div {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 100%;
  height: 50px;
}
.go-with-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  gap: 10px;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  color: var(--bg-white);
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.2s ease-in-out;
}
.go-with-button p,
.go-with-button span {
    font-size: 14px;
    font-weight: 500;
    color: var(--font-gray);
}
.go-with-button[data-value="email"] {
  background-color: var(--primary-color);
  box-shadow: 0 14px 30px rgba(192, 0, 245, 0.22);
}
.go-with-button[data-value="email"]:hover {
  background-color: var(--accent);
}

.go-with-button[data-value="google"] {
  border: 1px solid var(--border-color);
  background: var(--input-bg);
}
.go-with-button[data-value="google"]:hover {
  background-color: var(--bg-blue-dark);
}
.go-with-button[data-value="facebook"] {
  background-color: var(--facebook-color);
}
.go-with-button[data-value="facebook"]:hover {
  background-color: #1a2555;
}
.go-with-button[data-value="facebook"] p,
.go-with-button[data-value="facebook"] span {
  color: var(--bg-white);
}
.go_with_icon {
  height: 20px;
  width: auto;
}
.dont_have {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--font-black);
    gap: 8px;
}

.dont_have p {
  margin: 0;
}

a {
  color: var(--link-color);
  text-decoration: none;
  transition: color var(--transition-fast) ease;
}
a:hover {
  color: var(--link-hover);
}

.policy-buttons-div,
.language-select-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5x;
}








@media (max-width: 768px) {
  body {
    overflow-y: auto;
  }

  #content-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  #content-left {
    display: none;
  }

  #content-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    box-sizing: border-box;
  }
  #loginForm,
  #register-form {
    width: calc(100% - 32px);
    padding: 24px 20px;
  }
  #bottom-bar {
    flex-direction: column;
  }
  .rs-modal {
    width: 95%;
    height: 95%;
  }
  .rs-question {
    padding: 15px;
  }
  .rs-progress-container {
    padding: 20px 0;
  }
  .rs-progress-wrapper {
    padding: 0 20px;
  }
  .rs-progress-bar {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .rs-option-content {
    padding: 10px;
  }
  .rs-option-content {
    justify-content: center;
  }
  .rs-option-text {
    text-align: center;
  }
  .rs-actions {
    justify-content: space-evenly;
    gap: 0;
  }
  .rs-textarea-container {
    width: 100%;
  }
}

.iub__us-widget,
.iubenda-tp-btn.iubenda-cs-preferences-link,
.iubenda-tp-btn-container {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
