@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/Microgate.Projects.WebApp/Components/Features/Projects/AgileBoards/Backlogs/BackLogsPrint.razor.rz.scp.css */
/* Card */
.card-header[b-8j8tp3yis2] {
  flex-wrap: revert !important;
}

.card.shadow-sm[b-8j8tp3yis2] {
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.card.shadow-sm:not(:hover)[b-8j8tp3yis2] {
  box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.0175) !important;
}

/* Features */
.mpg-border-dotted[b-8j8tp3yis2] {
  border-left-style: dashed !important;
}

.mgp-feature-dot[b-8j8tp3yis2] {
  display: inline-block;
  background-color: var(--bs-bullet-bg-color);
  border-radius: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid var(--bs-app-bg-color);
  flex-shrink: 0;
  margin-left: calc(-1rem - 6px);
}

.mgp-feature-title[b-8j8tp3yis2] {
  padding-right: 0.75rem !important;
  padding-left: calc(0.75rem - 2px) !important;
}

/* User Story */
.mgp-status-bar[b-8j8tp3yis2] {
  min-width: 0.75rem;
  border-top-left-radius: var(--bs-card-border-radius);
}

.mgp-status-dot[b-8j8tp3yis2] {
  margin-top: -1px;
}

.mgp-user-badge[b-8j8tp3yis2] {
  min-width: 43px;
}

.mgp-range-date[b-8j8tp3yis2] {
  min-width: 186px;
}
/* _content/Microgate.Projects.WebApp/Components/Features/Projects/Maintenances/MaintenanceDetail.razor.rz.scp.css */
.reqtype[b-c4ngini7b0] {
    right: 10px;
    position: absolute;
}
/* _content/Microgate.Projects.WebApp/Components/Features/Projects/QualityChecks/QualityCheckDetail.razor.rz.scp.css */
.reqtype[b-zoz3ocvafx] {
    right: 10px;
    position: absolute;
}
/* _content/Microgate.Projects.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-c9rsabbgk6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c9rsabbgk6] {
    flex: 1;
}

.sidebar[b-c9rsabbgk6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-c9rsabbgk6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c9rsabbgk6]  a, .top-row[b-c9rsabbgk6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-c9rsabbgk6]  a:hover, .top-row[b-c9rsabbgk6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-c9rsabbgk6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-c9rsabbgk6] {
        justify-content: space-between;
    }

    .top-row[b-c9rsabbgk6]  a, .top-row[b-c9rsabbgk6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c9rsabbgk6] {
        flex-direction: row;
    }

    .sidebar[b-c9rsabbgk6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c9rsabbgk6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-c9rsabbgk6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-c9rsabbgk6], article[b-c9rsabbgk6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-c9rsabbgk6] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-c9rsabbgk6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Microgate.Projects.WebApp/Components/Layout/PrintLayout.razor.rz.scp.css */
.page[b-x21u7efxmm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x21u7efxmm] {
    flex: 1;
}

.sidebar[b-x21u7efxmm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x21u7efxmm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x21u7efxmm]  a, .top-row[b-x21u7efxmm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x21u7efxmm]  a:hover, .top-row[b-x21u7efxmm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x21u7efxmm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-x21u7efxmm] {
        justify-content: space-between;
    }

    .top-row[b-x21u7efxmm]  a, .top-row[b-x21u7efxmm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x21u7efxmm] {
        flex-direction: row;
    }

    .sidebar[b-x21u7efxmm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x21u7efxmm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x21u7efxmm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x21u7efxmm], article[b-x21u7efxmm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-x21u7efxmm] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-x21u7efxmm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Microgate.Projects.WebApp/Components/Pages/Home.razor.rz.scp.css */
/*HeaderStyles*/
.quick-info-header[b-jyzb7j6hmi] {
    background-color: white;
    padding: 8px 18px;
}

.quick-info-header-content[b-jyzb7j6hmi] {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 5px 10px 5px;
}

.quick-info-title[b-jyzb7j6hmi] {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.48px;
    height: 22px;
}

.duration-text[b-jyzb7j6hmi] {
    font-size: 11px;
    letter-spacing: 0.33px;
    height: 14px;
}
/*ContentStyles*/
.content-area[b-jyzb7j6hmi] {
    padding: 10px;
    width: 100%;
}

.event-content[b-jyzb7j6hmi] {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}

.meeting-type-wrap[b-jyzb7j6hmi], .meeting-subject-wrap[b-jyzb7j6hmi], .notes-wrap[b-jyzb7j6hmi] {
    font-size: 11px;
    color: #666;
    letter-spacing: 0.33px;
    height: 24px;
    padding: 5px;
}

.event-content div label[b-jyzb7j6hmi] {
    display: inline-block;
    min-width: 45px;
    color: #666;
}

.event-content div span[b-jyzb7j6hmi] {
    font-size: 11px;
    color: #151515;
    letter-spacing: 0.33px;
    line-height: 14px;
    padding-left: 8px;
}

.quick-info .e-popup-content[b-jyzb7j6hmi] {
}
/* _content/Microgate.Projects.WebApp/Components/Pages/VersionHistoryPage.razor.rz.scp.css */
.release-date[b-xd4n8g2clf] {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0px;
    color: darkgray;
}

.version[b-xd4n8g2clf] {
    margin-bottom: 0;
}
/* _content/Microgate.Projects.WebApp/Components/Shared/LabelTop.razor.rz.scp.css */
.labelTopDialogForm[b-xhra9phmcb]
{
    font-size:12px;
    font-weight:normal;
}
/* _content/Microgate.Projects.WebApp/Components/Shared/LastSaveBy.razor.rz.scp.css */
.lastSaveBy[b-uqjjzb1wpa] {
    font-size: 0.8rem;
    font-style:italic;
    color: #666;
}
/* _content/Microgate.Projects.WebApp/Components/Shared/SchedulerLegend.razor.rz.scp.css */
.legend[b-7r0i42906p] {
    width: 20px;
    height: 20px;
    display: block;
   
}

.legendMeeting[b-7r0i42906p] {
    background-color: #0d6efd;
}

.legendMilestone[b-7r0i42906p] {
    background-color: #ffc107;
}

.legendMyTask[b-7r0i42906p] {
    background-color: #198754;
}

.legendUserStory[b-7r0i42906p] {
    background-color: #6442c1;
}
