/* /Components/LoginComponent.razor.rz.scp.css */
.page[b-nbzgma9gka] {
  margin: 0;
  padding: 0;
  background: linear-gradient(120deg, #1001F5, #FFFFFF);
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.center[b-nbzgma9gka] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img[b-nbzgma9gka] {
  max-width: 400px;
  margin: 0 0 20px 0
}

.card[b-nbzgma9gka] {
  width: 400px;
  background: rgba(231, 231, 231, 0.6);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  padding: 0 0 10px 0;
  padding: 20px;
  box-sizing: border-box;
}

h1[b-nbzgma9gka] {
  text-align: center;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid lightgrey;
}

[b-nbzgma9gka] .txt_field {
  margin: 20px 0;
  width: 100%;
  padding: 0 5px;
  height: 40px;
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
  color: black;
  border-bottom: solid 2px lightgrey;
}

[b-nbzgma9gka] .btn_login {
  width: 100%;
  height: 50px;
  margin: 20px 0;
  background-color: #1001F5;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

  [b-nbzgma9gka] .btn_login:hover {
    background-color: #1001F5;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }

.RememberMe[b-nbzgma9gka] {
  width: 100%;
  text-align: center;
  margin: 20px 0 10px 0px;
}

.forgot[b-nbzgma9gka] {
  text-align: center;
  margin: 10px 0 10px 0px;
}

  .forgot a[b-nbzgma9gka] {
    color: grey;
    text-decoration: none;
    cursor: pointer;
  }

  .forgot a:hover[b-nbzgma9gka] {
    color: darkgray;
  }

  .errormessage[b-nbzgma9gka] {
    color: red;
  }
/* /Components/PasswordResetComponent.razor.rz.scp.css */
.page[b-g6cewxd4n8] {
  margin: 0;
  padding: 0;
  background: linear-gradient(120deg, #1001F5, #FFFFFF);
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.center[b-g6cewxd4n8] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img[b-g6cewxd4n8] {
  max-width: 400px;
  margin: 0 0 20px 0
}

.card[b-g6cewxd4n8] {
  width: 400px;
  background: rgba(231, 231, 231, 0.6);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  padding: 0 0 10px 0;
  padding: 20px;
  box-sizing: border-box;
}

h1[b-g6cewxd4n8] {
  text-align: center;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid lightgrey;
}

[b-g6cewxd4n8] .txt_field {
  margin: 20px 0;
  width: 100%;
  padding: 0 5px;
  height: 40px;
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
  color: black;
  border-bottom: solid 2px lightgrey;
}

[b-g6cewxd4n8] .btn_login {
  width: 100%;
  height: 50px;
  margin: 20px 0;
  background-color: #1001F5;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

  [b-g6cewxd4n8] .btn_login:hover {
    background-color: #1001F5;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }

.RememberMe[b-g6cewxd4n8] {
  width: 100%;
  text-align: center;
  margin: 20px 0 10px 0px;
}

.forgot[b-g6cewxd4n8] {
  text-align: center;
  margin: 10px 0 10px 0px;
}

  .forgot a[b-g6cewxd4n8] {
    color: grey;
    text-decoration: none;
    cursor: pointer;
  }

    .forgot a:hover[b-g6cewxd4n8] {
      color: darkgray;
    }

.errormessage[b-g6cewxd4n8] {
  color: red;
}

ul[b-g6cewxd4n8] {
  list-style-type: disc;
  margin-left: 20px;
}
/* /Components/UnsubscribeComponent.razor.rz.scp.css */
.page[b-tefl3i1qhg] {
    margin: 0;
    padding: 0;
    background: linear-gradient(120deg, #1001F5, #FFFFFF);
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.center[b-tefl3i1qhg] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img[b-tefl3i1qhg] {
    max-width: 400px;
    margin: 0 0 20px 0
}

.card[b-tefl3i1qhg] {
    width: 400px;
    background: rgba(231, 231, 231, 0.6);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 0 0 10px 0;
    padding: 20px;
    box-sizing: border-box;
}

h1[b-tefl3i1qhg] {
    text-align: center;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid lightgrey;
}

[b-tefl3i1qhg] .txt_field {
    margin: 20px 0;
    width: 100%;
    padding: 0 5px;
    height: 40px;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
    color: black;
    border-bottom: solid 2px lightgrey;
}

[b-tefl3i1qhg] .btn_login {
    width: 100%;
    height: 50px;
    margin: 20px 0;
    background-color: #1001F5;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

[b-tefl3i1qhg] .btn_login:hover {
    background-color: #1001F5;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.RememberMe[b-tefl3i1qhg] {
    width: 100%;
    text-align: center;
    margin: 20px 0 10px 0px;
}

.forgot[b-tefl3i1qhg] {
    text-align: center;
    margin: 10px 0 10px 0px;
}

.forgot a[b-tefl3i1qhg] {
    color: grey;
    text-decoration: none;
    cursor: pointer;
}

.forgot a:hover[b-tefl3i1qhg] {
    color: darkgray;
}

.errormessage[b-tefl3i1qhg] {
    color: red;
}

ul[b-tefl3i1qhg] {
    list-style-type: disc;
    margin-left: 20px;
}
/* /Components/UserRegistrationComponent.razor.rz.scp.css */
.page[b-lo79ad2n0s] {
  margin: 0;
  padding: 0;
  background: linear-gradient(120deg, #1001F5, #FFFFFF);
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.center[b-lo79ad2n0s] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img[b-lo79ad2n0s] {
  max-width: 400px;
  margin: 0 0 20px 0
}

.card[b-lo79ad2n0s] {
  width: 400px;
  background: rgba(231, 231, 231, 0.6);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  padding: 0 0 10px 0;
  padding: 20px;
  box-sizing: border-box;
}

h1[b-lo79ad2n0s] {
  text-align: center;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid lightgrey;
}

[b-lo79ad2n0s] .txt_field {
  margin: 20px 0;
  width: 100%;
  padding: 0 5px;
  height: 40px;
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
  color: black;
  border-bottom: solid 2px lightgrey;
}

[b-lo79ad2n0s] .btn_login {
  width: 100%;
  height: 50px;
  margin: 20px 0;
  background-color: #1001F5;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

  [b-lo79ad2n0s] .btn_login:hover {
    background-color: #1001F5;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }

.RememberMe[b-lo79ad2n0s] {
  width: 100%;
  text-align: center;
  margin: 20px 0 10px 0px;
}

.forgot[b-lo79ad2n0s] {
  text-align: center;
  margin: 10px 0 10px 0px;
}

  .forgot a[b-lo79ad2n0s] {
    color: grey;
    text-decoration: none;
    cursor: pointer;
  }

    .forgot a:hover[b-lo79ad2n0s] {
      color: darkgray;
    }

.errormessage[b-lo79ad2n0s] {
  color: red;
}

ul[b-lo79ad2n0s] {
  list-style-type: disc;
  margin-left: 20px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-k7j30czepn] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-k7j30czepn] {
  flex: 1;
}

.sidebar[b-k7j30czepn] {
  background-color: lightgrey;
}

.top-row[b-k7j30czepn] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

  .top-row[b-k7j30czepn]  a, .top-row[b-k7j30czepn]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
  }

    .top-row[b-k7j30czepn]  a:hover, .top-row[b-k7j30czepn]  .btn-link:hover {
      text-decoration: underline;
    }

    .top-row[b-k7j30czepn]  a:first-child {
      overflow: hidden;
      text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-k7j30czepn] {
    display: none;
  }

  .top-row.auth[b-k7j30czepn] {
    justify-content: space-between;
  }

  .top-row[b-k7j30czepn]  a, .top-row[b-k7j30czepn]  .btn-link {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .page[b-k7j30czepn] {
    flex-direction: row;
  }

  .sidebar[b-k7j30czepn] {
    width: 350px;
    height: 100vh;
    position: fixed;
  }

  .top-row[b-k7j30czepn] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

    .top-row.auth[b-k7j30czepn]  a:first-child {
      flex: 1;
      text-align: right;
      width: 0;
    }

  .top-row[b-k7j30czepn], article[b-k7j30czepn] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
