@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/Adjuster.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kk7w0x5scd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-kk7w0x5scd] {
    flex: 1;
}

.sidebar[b-kk7w0x5scd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kk7w0x5scd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kk7w0x5scd]  a, .top-row .btn-link[b-kk7w0x5scd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-kk7w0x5scd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-kk7w0x5scd] {
        display: none;
    }

    .top-row.auth[b-kk7w0x5scd] {
        justify-content: space-between;
    }

    .top-row a[b-kk7w0x5scd], .top-row .btn-link[b-kk7w0x5scd] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kk7w0x5scd] {
        flex-direction: row;
    }

    .sidebar[b-kk7w0x5scd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kk7w0x5scd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-kk7w0x5scd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Adjuster.Blazor/Components/Pages/ClaimDetail.razor.rz.scp.css */
.details[b-c0pskr3jh7] {
  font-size: 1em;
  display: flex;
  align-items: start;
  margin-top: 15px;
  gap: 20px;
  flex-wrap: wrap;
}
.details > div[b-c0pskr3jh7] {
  flex: 1 1 auto;
}
.details .card[b-c0pskr3jh7] {
  margin-bottom: 15px;
}
.sending-log[b-c0pskr3jh7] {
  font-size: 0.9em;
  margin-left: 20px;
}

.align-right[b-c0pskr3jh7] {
  text-align: end;
}

.tag[b-c0pskr3jh7] {
  padding: 5px 10px 5px 10px;
}

.tag.triage[b-c0pskr3jh7] {
  color: white;
  background-color: red;
}

.tag.hold[b-c0pskr3jh7] {
  background-color: yellow;
}

.box[b-c0pskr3jh7] {
  border: solid 1px;
  padding: 5px 10px;
  min-height: 30px;
}

.connector[b-c0pskr3jh7] {
  padding: 0;
}
.connector div[b-c0pskr3jh7] {
  width: 12px;
  height: 25px;
  border-color: blue;
  border-width: 2px;
  border-style: none;
  margin-right: 10px;
}
.connector div.top[b-c0pskr3jh7] {
  border-top-style: solid;
  border-right-style: solid;
  margin-top: 15px;
}
.connector div.middle[b-c0pskr3jh7] {
  border-right-style: solid;
  height: 40px;
}
.connector div.bottom[b-c0pskr3jh7] {
  border-bottom-style: solid;
  border-right-style: solid;
}

.claim-detail-bid-files[b-c0pskr3jh7] {
  height: 350px;
  width: 100%;
}
