/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7vfy9yi4ab] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7vfy9yi4ab] {
    flex: 1;
}

@media (min-width: 641px) {
    main[b-7vfy9yi4ab] {
        max-width: calc(100% - 240px);
    }
}

.sidebar[b-7vfy9yi4ab] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7vfy9yi4ab] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-7vfy9yi4ab] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-7vfy9yi4ab] {
        width: 240px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-7vfy9yi4ab], article[b-7vfy9yi4ab] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7vfy9yi4ab] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-7vfy9yi4ab] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ma6f2g87tn] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-ma6f2g87tn] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-ma6f2g87tn] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
}

.profile-image[b-ma6f2g87tn] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    object-fit: cover;
}

.navbar-brand[b-ma6f2g87tn] {
    font-size: 1.1rem;
}

.nav-item[b-ma6f2g87tn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item .bi[b-ma6f2g87tn] {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
        fill: currentColor
    }

    .nav-item:first-of-type[b-ma6f2g87tn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ma6f2g87tn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ma6f2g87tn]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-ma6f2g87tn]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-ma6f2g87tn]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-ma6f2g87tn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ma6f2g87tn] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ma6f2g87tn] {
        display: none;
    }

    .nav-scrollable[b-ma6f2g87tn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jyk7jovjnf],
.components-reconnect-repeated-attempt-visible[b-jyk7jovjnf],
.components-reconnect-failed-visible[b-jyk7jovjnf],
.components-rejoining-animation[b-jyk7jovjnf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jyk7jovjnf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jyk7jovjnf],
#components-reconnect-modal.components-reconnect-retrying[b-jyk7jovjnf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jyk7jovjnf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jyk7jovjnf],
#components-reconnect-modal.components-reconnect-failed[b-jyk7jovjnf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jyk7jovjnf] {
    display: block;
}


#components-reconnect-modal[b-jyk7jovjnf] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-jyk7jovjnf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jyk7jovjnf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jyk7jovjnf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jyk7jovjnf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jyk7jovjnf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jyk7jovjnf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jyk7jovjnf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jyk7jovjnf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jyk7jovjnf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jyk7jovjnf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jyk7jovjnf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jyk7jovjnf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jyk7jovjnf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jyk7jovjnf] {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jyk7jovjnf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jyk7jovjnf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jyk7jovjnf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jyk7jovjnf {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/GitHubSearch.razor.rz.scp.css */
.icon-pr-opened[b-uowf1fi0il] {
    background-image: url("data:image/svg+xml,%3Csvg fill='%233fb950' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' d='M4.75 3a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM1.5 4.75a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0zM4.75 17.5a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM1.5 19.25a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0zm17.75-1.75a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM16 19.25a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' d='M4.75 7.25A.75.75 0 015.5 8v8A.75.75 0 014 16V8a.75.75 0 01.75-.75zm8.655-5.53a.75.75 0 010 1.06L12.185 4h4.065A3.75 3.75 0 0120 7.75v8.75a.75.75 0 01-1.5 0V7.75a2.25 2.25 0 00-2.25-2.25h-4.064l1.22 1.22a.75.75 0 01-1.061 1.06l-2.5-2.5a.75.75 0 010-1.06l2.5-2.5a.75.75 0 011.06 0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.icon-pr-opened-draft[b-uowf1fi0il] {
    background-image: url("data:image/svg+xml,%3Csvg fill='%239198a1' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' d='M4.75 1.5a3.25 3.25 0 00-.745 6.414A.758.758 0 004 8v8a.81.81 0 00.005.086A3.251 3.251 0 004.75 22.5a3.25 3.25 0 00.745-6.414A.757.757 0 005.5 16V8a.758.758 0 00-.005-.086A3.251 3.251 0 004.75 1.5zM3 4.75a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zm0 14.5a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zm13 0a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0zm3.25-1.75a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5z'%3E%3C/path%3E%3Cpath d='M19.25 6a1.75 1.75 0 100-3.5 1.75 1.75 0 000 3.5zM21 11.25a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.icon-pr-merged[b-uowf1fi0il] {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ab7df8' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' d='M5.75 21a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM2.5 19.25a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0zM5.75 6.5a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM2.5 4.75a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0zM18.25 15a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM15 13.25a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' d='M6.5 7.25c0 2.9 2.35 5.25 5.25 5.25h4.5V14h-4.5A6.75 6.75 0 015 7.25h1.5z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' d='M5.75 16.75A.75.75 0 006.5 16V8A.75.75 0 005 8v8c0 .414.336.75.75.75z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.icon-pr-closed[b-uowf1fi0il] {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23f85149' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' stroke='%23f85149'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%23CCCCCC' stroke-width='0.43200000000000005'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M22.266 2.711a.75.75 0 10-1.061-1.06l-1.983 1.983-1.984-1.983a.75.75 0 10-1.06 1.06l1.983 1.983-1.983 1.984a.75.75 0 001.06 1.06l1.984-1.983 1.983 1.983a.75.75 0 001.06-1.06l-1.983-1.984 1.984-1.983z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' d='M4.75 1.5a3.25 3.25 0 00-.745 6.414A.758.758 0 004 8v8a.81.81 0 00.005.086A3.251 3.251 0 004.75 22.5a3.25 3.25 0 00.745-6.414A.758.758 0 005.5 16V8a.758.758 0 00-.005-.086A3.251 3.251 0 004.75 1.5zM3 4.75a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zm0 14.5a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zm13 0a3.251 3.251 0 012.5-3.163V9.625a.75.75 0 011.5 0v6.462a3.251 3.251 0 01-.75 6.413A3.25 3.25 0 0116 19.25zm3.25-1.75a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.icon-issue-opened[b-uowf1fi0il] {
    background-image: url("data:image/svg+xml,%3Csvg fill='%233fb950' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0zM12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zm0 13a2 2 0 100-4 2 2 0 000 4z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.icon-issue-closed[b-uowf1fi0il] {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ab7df8' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M17.28 9.28a.75.75 0 00-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l6.5-6.5z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' d='M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
