/* /Pages/AllDevices.razor.rz.scp.css */
.filter-all-devices[b-2uy36lb176] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.mr-10[b-2uy36lb176] {
    margin-right:10px;
}
/* /Pages/MyBudget.razor.rz.scp.css */
.left[b-4lsxiixvqg] {
    padding: 10px;
    float: left;
    width: 45%;
    text-align: justify;
}

.right[b-4lsxiixvqg] {
    padding: 10px;
    float: right;
    width: 45%;
    text-align: justify;
}

.drop-down-my-budget[b-4lsxiixvqg] {
    width: 80px;
}
/* /Pages/MyDevices/MyDevices.razor.rz.scp.css */
.demo-mat-card[b-1bo17hzv8k] {
    max-width: 400px;
}

.demo-mat-card-content[b-1bo17hzv8k] {
    padding: 1rem;
}

.demo-mat-card-clean-margin[b-1bo17hzv8k] {
    margin: 0;
}
/* /Pages/OrderProcess.razor.rz.scp.css */
.left[b-3wa3gezgjb] {
    padding: 10px;
    float: left;
    width: 45%;
    text-align: justify;
}

.right[b-3wa3gezgjb] {
    padding: 10px;
    float: right;
    width: 45%;
    text-align: justify;
}

.drop-down-my-budget[b-3wa3gezgjb] {
    width: 80px;
}
/* /Pages/Shared/DeviceCard/DeviceCardDetails.razor.rz.scp.css */
.demo-mat-card-content[b-ccrjmuo28c] {
    padding: 1rem;
}

.demo-mat-card-clean-margin[b-ccrjmuo28c] {
    margin: 0;
}

.p-abs[b-ccrjmuo28c] {
    position: absolute !important;
}

.container-for-progress-circular[b-ccrjmuo28c]{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%
}
/* /Pages/Shared/DeviceCard/SecurityRecommendationsForCardDetails.razor.rz.scp.css */
[b-a8rmw23myw]::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #C0C0C0;
}

[b-a8rmw23myw]::-webkit-scrollbar-thumb {
    background: #808080;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

[b-a8rmw23myw]::-webkit-scrollbar-corner {
    background: #C0C0C0;
}
/* /Pages/Shared/DeviceCard/VulnerabilitiesForCardDetails.razor.rz.scp.css */
[b-fq8wkkzy6y]::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #C0C0C0;
}

[b-fq8wkkzy6y]::-webkit-scrollbar-thumb {
    background: #808080;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

[b-fq8wkkzy6y]::-webkit-scrollbar-corner {
    background: #C0C0C0;
}
/* /Pages/Shared/MainLayout.razor.rz.scp.css */
.page[b-ibcqt32khg] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-ibcqt32khg] {
  flex: 1;
}

.sidebar[b-ibcqt32khg] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ibcqt32khg] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner-top-row[b-ibcqt32khg] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.inner-top-row-left[b-ibcqt32khg] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.inner-top-row-right[b-ibcqt32khg] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-row-blue[b-ibcqt32khg] {
  display: flex;
  justify-content: flex-end;
  background-color: #009eec;
  border-bottom: 1px solid #d6d5d5;
  height: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}

.top-row[b-ibcqt32khg]  a, .top-row[b-ibcqt32khg]  .btn-link {
  white-space: nowrap;
  text-decoration: none;
  display: flex;
  align-items: center;
}

  .top-row[b-ibcqt32khg]  a:hover, .top-row[b-ibcqt32khg]  .btn-link:hover {
    text-decoration: underline;
  }

  .top-row[b-ibcqt32khg]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-ibcqt32khg] {
    display: none;
  }

  .top-row.auth[b-ibcqt32khg] {
    justify-content: space-between;
  }

  .top-row[b-ibcqt32khg]  a, .top-row[b-ibcqt32khg]  .btn-link {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .page[b-ibcqt32khg] {
    flex-direction: row;
  }

  .sidebar[b-ibcqt32khg] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-ibcqt32khg] {
    /* position: sticky;
        top: 0;
        z-index: 1;
        */
  }

    .top-row.auth[b-ibcqt32khg]  a:first-child {
      /* flex: 1;
            text-align: right;
            width: 0;*/
    }

  .top-row[b-ibcqt32khg], article[b-ibcqt32khg] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* /Pages/Shared/NavMenuHorizontal.razor.rz.scp.css */


.inline-row-nav[b-hjv9xx27x5] {
    display: flex;
    flex-direction: row;
}

.oi[b-hjv9xx27x5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.width-nav-item[b-hjv9xx27x5] {
  /*width: 160px;*/
}

