/* /Authentication/Login.razor.rz.scp.css */
/* Ensure form fields have proper vertical spacing and sizing */
.form-floating[b-1wxt7dwi4o] {
  margin-bottom: 1rem !important;
}

.form-control[b-1wxt7dwi4o] {
  min-height: 3rem;
  font-size: 1rem;
  padding: 0.75rem 1rem;
}
/* /Components/SettingRequirementItem.razor.rz.scp.css */
.optional-requirement[b-h8w4n1qifp] {
  border: 2px solid orange; /*Orange border with 2px width */
  border-radius: 10px; /* Rounded corners with a radius of 10px */
  padding: 5px; /* Padding inside the label for better spacing */
  display: inline-block; /* Ensure the label respects its content size */
  margin: 5px; /* Optional: margin for spacing around the label */
  color: orange;
}

.mandatory-requirement[b-h8w4n1qifp] {
  border: 2px solid red;
  border-radius: 10px; /* Rounded corners with a radius of 10px */
  padding: 5px; /* Padding inside the label for better spacing */
  display: inline-block; /* Ensure the label respects its content size */
  margin: 5px; /* Optional: margin for spacing around the label */
  color: red;
}
/* /Components/SettingsInfo.razor.rz.scp.css */
/* Base styles for the DxStackLayoutItem */
.vertical-layout-item[b-erwh5oe12y] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

/* Optional: style for the contained element */
.setting-requirement-item[b-erwh5oe12y] {
  max-width: 420px; /* Try to be 420px wide */
  width: 100%; /* Ensure it shrinks if screen width is lower */
  margin: 0 auto; /* Center align */
}

/* Media query to handle smaller screens */
@media (max-width: 420px) {
  .setting-requirement-item[b-erwh5oe12y] {
    width: 100%; /* Ensure it takes full width on smaller screens */
  }
}
/* /Pages/Counter.razor.rz.scp.css */
.counter-block[b-bmy3epjnz2] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

.counter-block .counter-content[b-bmy3epjnz2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.counter-block .counter-count[b-bmy3epjnz2] {
    font-size: 7.5rem;
    font-weight: 400;
    line-height: 7.75rem;
}

.counter-block .counter-block-back[b-bmy3epjnz2] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* /Pages/Index.razor.rz.scp.css */
[b-i8h2ojsp13] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-i8h2ojsp13] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-i8h2ojsp13] .title {
    text-align: center;
}

[b-i8h2ojsp13] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-i8h2ojsp13] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

[b-i8h2ojsp13] .welcome-card:hover {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

[b-i8h2ojsp13] .welcome-card .welcome-card-img {
    width: 6.5rem;
    height: 6.5rem;
}

[b-i8h2ojsp13] .welcome-card .welcome-card-text {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: unset;
}

[b-i8h2ojsp13] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* /Pages/Settings/SettingsPage.razor.rz.scp.css */
.gridlayout-item[b-19mh06nbfb] {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  height: 100%;
  padding-top: 10px;
  text-align: center;
  position: relative;
  z-index: 0;
}

  .gridlayout-item[b-19mh06nbfb]:before {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
  }

.gridlayout-header[b-19mh06nbfb]:before {
  background-color: var(--bs-red);
}

.gridlayout-content[b-19mh06nbfb]:before {
  background-color: var(--bs-yellow);
}

.gridlayout-left-side-bar[b-19mh06nbfb]:before {
  background-color: var(--bs-green);
}

.gridlayout-right-side-bar[b-19mh06nbfb]:before {
  background-color: var(--bs-info);
}

.gridlayout-footer[b-19mh06nbfb]:before {
  background-color: var(--bs-blue);
  opacity: 0.5;
}
