@import '_content/LoreSoft.Blazor.Controls/LoreSoft.Blazor.Controls.wmjz8drpxb.bundle.scp.css';

/* /Pages/Account/Account.razor.rz.scp.css */
.profile-photo-container[b-e47ijv6zqp] {
    position: relative;
}

    .profile-photo-container:hover[b-e47ijv6zqp] {
        cursor: pointer;
    }

        .profile-photo-container:hover .update-profile-photo[b-e47ijv6zqp] {
            opacity: 1;
        }

.update-profile-photo[b-e47ijv6zqp] {
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    font-weight: bold;
    opacity: 0;
    transition: opacity .5s;
}

.pp[b-e47ijv6zqp] {
    height: 150px;
}
/* /Pages/Auth/ResetPassword.razor.rz.scp.css */
.divider[b-0dio7fw0yc]:after,
.divider[b-0dio7fw0yc]:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom[b-0dio7fw0yc] {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom[b-0dio7fw0yc] {
        height: 100%;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* /Pages/Login.razor.rz.scp.css */
.divider[b-ed6duvdfqi]:after,
.divider[b-ed6duvdfqi]:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom[b-ed6duvdfqi] {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom[b-ed6duvdfqi] {
        height: 100%;
    }
}
/* /Pages/Plans/Components/Productivity.razor.rz.scp.css */
.productivity-board[b-btfpne2rh9] {
    min-height: 75vh;
}
/* /Pages/Plans/Plan.razor.rz.scp.css */
::deep .reorder-item[b-upnkrxdxbi] {
    cursor: move;
    user-select: none;
}

[b-upnkrxdxbi] .reorder-item:hover {
    background: #FF712B;
    color: white !important;
}

[b-upnkrxdxbi] .reorder-item-active {
    background: lightgreen;
}

[b-upnkrxdxbi] .reorder-item-dragging {
    background: green;
    box-shadow: 0 4px 20px #ffd800AA;
    opacity: 0.8;
    position: absolute;
    z-index: 999;
}

    [b-upnkrxdxbi] .reorder-item-dragging:hover {
        background: green;
    }

.previous-reviews-list p:first-child[b-upnkrxdxbi] {
    font-weight: bold;
}


.profile-photo-container[b-upnkrxdxbi] {
    position: relative;
}

    .profile-photo-container:hover[b-upnkrxdxbi] {
        cursor: pointer;
    }

        .profile-photo-container:hover .update-profile-photo[b-upnkrxdxbi] {
            opacity: 1;
        }

.update-profile-photo[b-upnkrxdxbi] {
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    font-weight: bold;
    opacity: 0;
    transition: opacity .5s;
}
/* /Pages/Plans/Plans.razor.rz.scp.css */
.plan-card:hover[b-x9f83t4i2y] {
    background-color: var(--bs-info-bg-subtle) !important;
}
/* /Shared/AuthLinks.razor.rz.scp.css */
/* /Shared/Components/ActivityFeed.razor.rz.scp.css */
.activity-feed[b-ui8omdhdpc] {
    max-height: 315px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
main[b-hjzywylonn] {
  flex: 1;
}

.top-row[b-hjzywylonn] {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

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

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

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

.feedback-btn[b-hjzywylonn] {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

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

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

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

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

  .sidebar[b-hjzywylonn] {
    width: 120px;
    height: 100vh;
    position: sticky;
    top: 0;
    color: #fff;
    background-color: #ff712b;
  }

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

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

  /* .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    } */
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* .navbar-toggler {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand {
  font-size: 1.1rem;
}

.oi {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}

.active svg {
  color: #ff712b !important;
}

.active p {
  color: #ff712b !important;
}

.nav-item {
  font-size: 0.9rem;
  font-weight: bold;
}

.nav-item ::deep a {
  color: darkslategray;
  border-radius: 0px;
}

.nav-item svg {
  width: 120px;
  height: 1.7rem !important;
}

.nav-item ::deep a.active {
  background-color: white;
  color: #ff712b;
}

@media (min-width: 576px) {
  .navbar-toggler {
    display: none;
  }

  .collapse {
    display: block;
  }
}

@media (max-width: 576px) {
  .nav-item svg {
    width: 1rem !important;
    height: 1rem !important;
  }

  #mobile-top-row {
    display: block !important;
  }
} */
