/* /ComponentKit/AnfimauFontLogoIcon.razor.rz.scp.css */
/* /ComponentKit/AppPage.razor.rz.scp.css */
h2[b-im591g6c16] {
    margin-top: 32px;
}
/* /ComponentKit/Buttons/AppOutlinedButton.razor.rz.scp.css */
.button-wrapper[b-8ku4cl8lrh] {
    padding: 10px 12px 10px 12px;
    color: #003057;
    font-weight: 600;
    min-width: 120px;
    display: flex;
    flex-flow: row;
    column-gap: 8px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #1F3A60;
    outline: none;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    width: auto;
}

.button-wrapper:hover[b-8ku4cl8lrh] {
    background-color: #f0eef4;
}

.icon-wrapper[b-8ku4cl8lrh] {
    display: flex;
}
/* /ComponentKit/Buttons/AppTextButton.razor.rz.scp.css */
.button-wrapper[b-2w2cb32lrm] {
    padding: 10px 12px 10px 12px;
    color: #003057;
    font-weight: 600;
    min-width: 120px;
    display: flex;
    flex-flow: row;
    column-gap: 8px;
    cursor: pointer;
    background: transparent;
    outline: none;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    width: auto;
    border: none;
}

.button-wrapper:hover[b-2w2cb32lrm] {
    background-color: #f0eef4;
}

.icon-wrapper[b-2w2cb32lrm] {
    display: flex;
}

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-da7ijys0nh] {
    display: flex;
    flex-flow: row;
    column-gap: 80px;
}

.flex[b-da7ijys0nh] {
    display: flex;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.top-row[b-ir16roa1id] {
    width: 247px;
    height: 44px;
    padding: 16px 16px 30px 18px;
    text-align: center;
}

.nav-item-button[b-ir16roa1id] {
    width: 241px;
    height: 24px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 24px 18px 18px;
    column-gap: 12px;
    color: #4A4D52;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    border-radius: 100px;
}

.nav-item-button.selected[b-ir16roa1id] {
    background-color: #e9eef2;
    color: #003057;
    font-size: 16px
}

.nav-item-button:hover:not(.selected)[b-ir16roa1id] {
    background-color: #f4f6f9;
}

nav[b-ir16roa1id] {
    height: calc(100vh - 24px);
    width: 305px;
    padding: 12px;
    display: flex;
    flex-flow: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

.nav-item-button a[b-ir16roa1id] {
    text-decoration: none !important;
    color: inherit !important;
}

.nav-item-button a.active[b-ir16roa1id] {
    text-decoration: none !important;
    color: inherit !important;
}

.icon-wrapper[b-ir16roa1id] {
    display: flex;
    padding-bottom: 4px;
}

.login-wrapper[b-ir16roa1id] {
    margin-left: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hr-wrapper[b-ir16roa1id] {
    margin-top: auto;
    display: flex;
    margin-left: 28px;
    align-items: center;
    margin-right: 28px;
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* /Pages/Upwork/Upwork.razor.rz.scp.css */
.drop-zone-wrapper[b-zfn789tfqz] {
    width: 720px;
    height: 280px;
    background-color: #e9eef2;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    margin-top: 44px;
    cursor: pointer;
    row-gap: 30px;
    position: relative;
}

.custom-click-button[b-zfn789tfqz] {
    color: #003057;
    text-decoration: underline;
    font-weight: 600;
}

.file-list-wrapper[b-zfn789tfqz] {
    width: 664px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    border-radius: 24px;
    background-color: #ffffff;

    padding: 10px 28px 34px 28px;
}

.upwork-page-container[b-zfn789tfqz] {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.file-item-row[b-zfn789tfqz] {
    border-radius: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-flow: row;
    column-gap: 18px;
    padding: 18px 24px 18px 24px;
    align-items: center;
}

.file-item-file-name-wrapper[b-zfn789tfqz] {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.file-item-size[b-zfn789tfqz] {
    color: #5A5A5A;
}

.drop-zone-area-highlighted[b-zfn789tfqz] {
    border: 1px dashed #1F3a60;
}

 /*make input file to occupy the whole div, but be transparent > enables drag and drop */
[b-zfn789tfqz] #input {
    width: 720px;
    height: 280px;
    opacity: 0;
    cursor: pointer;
    position: fixed;

    top: 147px;
    background: red;
    left: 409px;
}
