html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  min-height: 100vh;
}

body.hidden {
  overflow: hidden;
}

h1 {
  color: #333;
  font-size: 34px;
  line-height: 40px;
}

h2 {
  color: #333;
  font-size: 30px;
  line-height: 40px;
}

h3 {
  color: #333;
  font-size: 18px;
  line-height: 1;
}

p {
  margin: 0;
  padding: 0;
}

ul,ol {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: start;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  border-radius: 6px;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none; 
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.navbar {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 18px;
}

.navbar .logo-2{
  margin-left: 5px;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.main-content {
  flex-grow: 1;
}

.main-container {
  padding: 1rem;
  margin-left: 80px;
  max-width: 100%;
}

.main-content.blocked {
  pointer-events: none;
  filter: blur(0.3px);
}

.count-number {
  color: #CA12AA;
}

.white-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 24px;
  margin-top: 1rem;
  width: 100%;
  min-height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.white-box.with-sidebar {
  width: calc(100vw - 130px);
}

.white-box.with-sidebar.double-table {
  width: calc(100vw - 480px);
}

.navbar .user-dropdown-menu {
  z-index: 1000;
}

.clear-button {
  display: none;
}

.main-auth-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f5f5f7;
}

.main-auth-page__left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background: #f6f6f7;
}

.main-auth-page__right {
  padding: 32px;
  background: linear-gradient(180deg, #d500b7 0%, #7f149c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.request-invite-card {
  width: 100%;
  max-width: 640px;
  background: #ffffff;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 12px 40px rgba(32, 24, 40, 0.08);
}

.request-invite-card__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}

.request-invite-card__brand-logo {
  height: 20px;
  width: auto;
}

.request-invite-card__brand-text {
  font-size: 14px;
  font-weight: 700;
  color: #a000a9;
}

.request-invite-card__title {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #222222;
}

.request-invite-card__description {
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.6;
  color: #666666;
  max-width: 520px;
}

.request-invite-form__group {
  margin-bottom: 24px;
}

.request-invite-form__label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.request-invite-form__input {
  width: 100%;
  height: 60px;
  padding: 0 18px;
  border: 1px solid #d8dbe7;
  border-radius: 12px;
  font-size: 16px;
  color: #222222;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.request-invite-form__input:focus {
  outline: none;
  border-color: #c000c7;
  box-shadow: 0 0 0 4px rgba(192, 0, 199, 0.12);
}

.request-invite-form__submit {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(90deg, #d000b6 0%, #8e129f 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.request-invite-form__submit:hover {
  opacity: 0.96;
  transform: translateY(-1px);
}

.request-invite-card__footer {
  margin-top: 24px;
}

.request-invite-card__back-link {
  font-size: 15px;
  font-weight: 500;
  color: #a000a9;
  text-decoration: none;
}

.request-invite-card__back-link:hover {
  text-decoration: underline;
}

.auth-promo {
  width: 100%;
  max-width: 760px;
  color: #ffffff;
}

.auth-promo__top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}

.auth-promo__logo {
  min-width: 92px;
  height: 64px;
  border-radius: 12px;
  background: #ffffff;
  color: #8d169b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
}

.auth-promo__brand {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.auth-promo__title {
  margin: 0 0 36px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  color: #ffffff;
}

.auth-promo__screen {
  background: #f4f4f6;
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(29, 10, 38, 0.18);
}

.auth-promo__image {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  .main-auth-page {
    grid-template-columns: 1fr;
  }
  .main-auth-page__right {
    display: none;
  }
  .main-auth-page__left {
    padding: 24px;
  }
  .request-invite-card {
    padding: 32px 24px;
  }
  .request-invite-card__title {
    font-size: 30px;
  }
  .request-invite-card__description {
    font-size: 16px;
  }
}

.password-setup-hint {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #8a94a6;
}

.password-setup-footer {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #8a94a6;
}

.password-setup-card {
  max-width: 1080px;
  margin: 40px auto 0;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  padding: 36px 56px 32px;
}

.password-setup-title {
  font-size: 28px;
  font-weight: 700;
  color: #2f3a4a;
  margin-bottom: 10px;
}

.password-setup-subtitle {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 28px;
}

.password-setup-input {
  width: 100%;
  height: 64px;
  padding: 0 18px;
  border: 1px solid #d6dce5;
  border-radius: 8px;
  font-size: 18px;
}

.password-setup-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.password-setup-submit {
  width: 100%;
  max-width: 100%;
  height: 56px;
  border: 0;
  border-radius: 8px;
  background: #5c74b8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
}
