/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-y39stfj9j4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y39stfj9j4] {
    flex: 1;
}

.sidebar[b-y39stfj9j4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y39stfj9j4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y39stfj9j4]  a, .top-row[b-y39stfj9j4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y39stfj9j4]  a:hover, .top-row[b-y39stfj9j4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y39stfj9j4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-y39stfj9j4] {
        justify-content: space-between;
    }

    .top-row[b-y39stfj9j4]  a, .top-row[b-y39stfj9j4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y39stfj9j4] {
        flex-direction: row;
    }

    .sidebar[b-y39stfj9j4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y39stfj9j4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y39stfj9j4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y39stfj9j4], article[b-y39stfj9j4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-y39stfj9j4] {
    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-y39stfj9j4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wvlh8cflmm] {
    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-wvlh8cflmm] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wvlh8cflmm] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wvlh8cflmm] {
    font-size: 1.1rem;
}

.bi[b-wvlh8cflmm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-wvlh8cflmm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-wvlh8cflmm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wvlh8cflmm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-wvlh8cflmm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wvlh8cflmm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wvlh8cflmm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wvlh8cflmm]  .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-wvlh8cflmm]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wvlh8cflmm]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-wvlh8cflmm] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wvlh8cflmm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wvlh8cflmm] {
        display: none;
    }

    .nav-scrollable[b-wvlh8cflmm] {
        /* 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-bfsmf8ckke],
.components-reconnect-repeated-attempt-visible[b-bfsmf8ckke],
.components-reconnect-failed-visible[b-bfsmf8ckke],
.components-pause-visible[b-bfsmf8ckke],
.components-resume-failed-visible[b-bfsmf8ckke],
.components-rejoining-animation[b-bfsmf8ckke] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-bfsmf8ckke],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-bfsmf8ckke],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-bfsmf8ckke],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-bfsmf8ckke],
#components-reconnect-modal.components-reconnect-retrying[b-bfsmf8ckke],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-bfsmf8ckke],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-bfsmf8ckke],
#components-reconnect-modal.components-reconnect-failed[b-bfsmf8ckke],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-bfsmf8ckke] {
    display: block;
}


#components-reconnect-modal[b-bfsmf8ckke] {
    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-bfsmf8ckke 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-bfsmf8ckke 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-bfsmf8ckke 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-bfsmf8ckke]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-bfsmf8ckke 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-bfsmf8ckke {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-bfsmf8ckke {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-bfsmf8ckke {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-bfsmf8ckke] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-bfsmf8ckke] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-bfsmf8ckke] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-bfsmf8ckke] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-bfsmf8ckke] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-bfsmf8ckke] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-bfsmf8ckke] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-bfsmf8ckke 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-bfsmf8ckke] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-bfsmf8ckke {
    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/Companies.razor.rz.scp.css */
.loading-spinner[b-44gdq8ys0i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.spinner[b-44gdq8ys0i] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3273dc;
    border-radius: 50%;
    animation: spin-b-44gdq8ys0i 1s linear infinite;
    margin-bottom: 1rem;
}
.modal-card[b-44gdq8ys0i] {
    width: 90%;
    max-width: 500px;
}
@keyframes spin-b-44gdq8ys0i {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.button.is-centered[b-44gdq8ys0i] {
    margin: 0 auto !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
}
.table th[b-44gdq8ys0i] {
    background-color: #f8f9fa;
    color: #000000 !important;
    border-bottom: 2px solid #dee2e6;
}
.table th.has-text-black[b-44gdq8ys0i] {
    color: #000000 !important;
}
.table tbody tr:hover[b-44gdq8ys0i] {
    background-color: #f8f9fa;
}
.modal-card[b-44gdq8ys0i] {
    width: 100%;
    min-width: 320px;
    max-width: 95vw;
    height: 100%;
    min-height: 220px;
    max-height: 90vh;
    position: relative;
    overflow: visible;
    resize: none;
}
.modal-card-title[b-44gdq8ys0i] {
    font-weight: 600;
}
.button.is-primary[b-44gdq8ys0i] {
    background-color: #3273dc;
    /*background-color: #000000;*/
    border-color: #3273dc;
}
.button.is-primary:hover[b-44gdq8ys0i] {
    background-color: #2366d1;
    border-color: #2366d1;
}
.icon-text .icon[b-44gdq8ys0i] {
    margin-right: 0.5rem;
}
.icon.has-text-white[b-44gdq8ys0i] {
    color: #ffffff !important;
}
.black-header[b-44gdq8ys0i] {
    background-color: #000000 !important;
    color: white !important;
    font-weight: 600 !important;
}
.black-header.has-text-white[b-44gdq8ys0i] {
    color: white !important;
}
.input.is-medium.is-companyname-input[b-44gdq8ys0i] {
    width: 100%;
}
.input.is-medium.is-afm-input[b-44gdq8ys0i] {
    width: 30ch;
    max-width: 100%;
}
.icon.is-small.is-left.is-afm-icon[b-44gdq8ys0i] {
    width: 10%;
}
.input.is-medium.is-gemh-number-input[b-44gdq8ys0i] {
    width: 46ch;
    max-width: 100%;
}
.icon.is-small.is-left.is-gemh-number-icon[b-44gdq8ys0i] {
    width: 10%;
}
.input.is-medium.is-companyaddress-input[b-44gdq8ys0i] {
    width: 100%;
}
.input.is-medium.is-corporate-form-input[b-44gdq8ys0i] {
    width: 30ch;
    max-width: 100%;
}
.input.is-medium.is-ISINListedShares-input[b-44gdq8ys0i] {
    width: 38ch;
    max-width: 100%;
}
.input.is-medium.is-ISINListedBonds-input[b-44gdq8ys0i] {
    width: 38ch;
    max-width: 100%;
}
.icon.is-small.is-left.is-corporate-form-icon[b-44gdq8ys0i] {
    width: 10%;
}
.modal-card-foot[b-44gdq8ys0i] {
    justify-content: flex-end;
}
.modal-card-foot .button + .button[b-44gdq8ys0i] {
    margin-left: 3rem;
}
.input.placeholder-small2[b-44gdq8ys0i]::placeholder {
    font-size: 0.9rem;
}
.input.placeholder-small3[b-44gdq8ys0i]::placeholder {
    font-size: 0.85rem;
}
.input.placeholder-small5[b-44gdq8ys0i]::placeholder {
    font-size: 0.85rem;
}
.columns.is-company-tight[b-44gdq8ys0i] {
    --columnGap: 1.2rem;
}
.columns.is-company-tight > .column[b-44gdq8ys0i] {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
}
.modal-card .resizer.n[b-44gdq8ys0i] {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 5px;
    cursor: ns-resize;
}
.modal-card .resizer.s[b-44gdq8ys0i] {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 5px;
    cursor: ns-resize;
}
.modal-card .resizer.e[b-44gdq8ys0i] {
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    cursor: ew-resize;
}
.modal-card .resizer.w[b-44gdq8ys0i] {
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    cursor: ew-resize;
}
.modal-card[b-44gdq8ys0i]  .resizer.n {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 5px;
    cursor: ns-resize;
}
.modal-card[b-44gdq8ys0i]  .resizer.s {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 5px;
    cursor: ns-resize;
}
.modal-card[b-44gdq8ys0i]  .resizer.e {
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    cursor: ew-resize;
}
.modal-card[b-44gdq8ys0i]  .resizer.w {
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    cursor: ew-resize;
}
.resizable-input[b-44gdq8ys0i] {
    resize: both;
    overflow: auto;
    min-width: 150px;
    min-height: 30px;
    max-width: 100%;
}
.resizable-input-wrapper[b-44gdq8ys0i] {
    position: relative;
    display: inline-block;
    resize: both;
    overflow: hidden;
    border: 1px solid #ddd;
    min-width: 150px;
    min-height: 40px;
}
.resizable-input-wrapper input[b-44gdq8ys0i] {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 8px;
    resize: none;
}
.select.is-medium.is-fullwidth.is-BankofGreece-select[b-44gdq8ys0i] {
    width: 70%;
}
.select.is-medium.is-fullwidth.placeholder-small6[b-44gdq8ys0i] {
    font-size: 1.2rem;
    width: 95%;
}
.is-BankofGreece-control[b-44gdq8ys0i],
.is-listed-control[b-44gdq8ys0i],
.is-TransactionsWithNonResidents-control[b-44gdq8ys0i] {
    --arrow-duration: 220ms;
    --arrow-ease: cubic-bezier(0.4, 0, 0.2, 1);
}
.is-BankofGreece-control .select[b-44gdq8ys0i]::after,
.is-listed-control .select[b-44gdq8ys0i]::after,
.is-TransactionsWithNonResidents-control .select[b-44gdq8ys0i]::after {
    border: 3px solid #3273dc;
    border-right: 0;
    border-top: 0;
    will-change: transform, border-color;
    transition:
        transform var(--arrow-duration) var(--arrow-ease),
        border-color 160ms ease;
    transform-origin: center;
    transform: rotate(-45deg) scale(0.98);
    backface-visibility: hidden;
}
.is-BankofGreece-control .select.dropdown-open[b-44gdq8ys0i]::after,
.is-listed-control .select.dropdown-open[b-44gdq8ys0i]::after,
.is-TransactionsWithNonResidents-control .select.dropdown-open[b-44gdq8ys0i]::after {
    transform: rotate(135deg) scale(1.02);
}
.is-BankofGreece-control .select.dropdown-closed[b-44gdq8ys0i]::after,
.is-listed-control .select.dropdown-closed[b-44gdq8ys0i]::after,
.is-TransactionsWithNonResidents-control .select.dropdown-closed[b-44gdq8ys0i]::after {
    transform: rotate(-45deg) scale(0.98);
}
.is-BankofGreece-control .select:hover[b-44gdq8ys0i]::after,
.is-listed-control .select:hover[b-44gdq8ys0i]::after,
.is-TransactionsWithNonResidents-control .select:hover[b-44gdq8ys0i]::after {
    border-color: #2366d1;
}
.input.is-medium.is-kad-input[b-44gdq8ys0i] {
    width: 34ch;
    max-width: 100%;
}
.is-kad-label[b-44gdq8ys0i] {
    font-size: 0.9rem;
}
.icon.is-small.is-left.is-kad-icon[b-44gdq8ys0i] {
    width: 10%;
}
.input.placeholder-small8[b-44gdq8ys0i]::placeholder {
    font-size: 0.8rem;
}
.input.placeholder-small11[b-44gdq8ys0i]::placeholder {
    font-size: 0.8rem;
}
.input.placeholder-small12[b-44gdq8ys0i]::placeholder {
    font-size: 0.8rem;
}
.is-TransactionsWithNonResidents-input[b-44gdq8ys0i]::placeholder {
    font-size: 0.7rem;
}
.input.placeholder-small14[b-44gdq8ys0i]::placeholder {
    font-size: 0.7rem;
}
.slideUp[b-44gdq8ys0i] {
    animation: slideUp-b-44gdq8ys0i 0.3s ease;
}
@keyframes slideUp-b-44gdq8ys0i {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
.fadeUpAddEditCompany[b-44gdq8ys0i] {
    animation: fadeUpAddEditCompany-b-44gdq8ys0i 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
}
@keyframes fadeUpAddEditCompany-b-44gdq8ys0i {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
.fadeDownAddEditCompany[b-44gdq8ys0i] {
    animation: fadeDownAddEditCompany-b-44gdq8ys0i 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    will-change: transform, opacity;
}
@keyframes fadeDownAddEditCompany-b-44gdq8ys0i {
    from {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    to {
        opacity: 0;
        transform: scale(0.95) translateY(10px);
    }
}

.fadeUpGemiDialog[b-44gdq8ys0i] {
    animation: fadeUpGemiDialog-b-44gdq8ys0i 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
}
@keyframes fadeUpGemiDialog-b-44gdq8ys0i {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
.fadeDownGemiDialog[b-44gdq8ys0i] {
    animation: fadeDownGemiDialog-b-44gdq8ys0i 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    will-change: transform, opacity;
}
@keyframes fadeDownGemiDialog-b-44gdq8ys0i {
    from {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    to {
        opacity: 0;
        transform: scale(0.95) translateY(10px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .is-BankofGreece-control .select[b-44gdq8ys0i]::after,
    .is-listed-control .select[b-44gdq8ys0i]::after {
        transition: none;
        transform: rotate(-45deg);
    }
    .is-BankofGreece-control .select.dropdown-open[b-44gdq8ys0i]::after,
    .is-listed-control .select.dropdown-open[b-44gdq8ys0i]::after {
        transform: rotate(135deg);
    }
}
@media screen and (max-width: 768px) {
    .control.is-afm-control[b-44gdq8ys0i] {
        margin-left: 0;
    }
    .control.is-gemh-number-control[b-44gdq8ys0i] {
        margin-left: 0;
    }
}
@media screen and ((max-width: 480px) or (max-width: 768px) or (max-width: 1024px)) {
    .input.is-medium.is-companyname-input[b-44gdq8ys0i] {
        width: 100%;
    }
    .input.is-medium.is-afm-input[b-44gdq8ys0i] {
        width: 100%;
    }
    .input.is-medium.is-gemh-number-input[b-44gdq8ys0i] {
        width: 100%;
    }
    .input.is-medium.is-companyaddress-input[b-44gdq8ys0i] {
        width: 100%;
    }
    .input.is-medium.is-corporate-form-input[b-44gdq8ys0i] {
        width: 100%;
    }
    .select.is-medium.is-fullwidth.is-BankofGreece-select[b-44gdq8ys0i] {
        width: 100%;
    }
    .input.placeholder-small[b-44gdq8ys0i]::placeholder {
        font-size: 0.8rem;
    }
    .input.placeholder-small2[b-44gdq8ys0i]::placeholder {
        font-size: 0.8rem;
    }
    .input.placeholder-small3[b-44gdq8ys0i]::placeholder {
        font-size: 0.8rem;
    }
    .input.placeholder-small4[b-44gdq8ys0i]::placeholder {
        font-size: 0.8rem;
    }
    .input.placeholder-small5[b-44gdq8ys0i]::placeholder {
        font-size: 0.8rem;
    }
    .input.placeholder-small6[b-44gdq8ys0i]::placeholder {
        font-size: 0.8rem;
    }
    .input.placeholder-small7[b-44gdq8ys0i]::placeholder {
        font-size: 0.8rem;
    }
    .input.placeholder-small8[b-44gdq8ys0i]::placeholder {
        font-size: 0.8rem;
    }
    .input.placeholder-small11[b-44gdq8ys0i]::placeholder {
        font-size: 0.8rem;
    }
    .input.placeholder-small12[b-44gdq8ys0i]::placeholder {
        font-size: 0.8rem;
    }
    .input.placeholder-small14[b-44gdq8ys0i]::placeholder {
        font-size: 0.8rem;
    }
    .input.placeholder-small15[b-44gdq8ys0i]::placeholder {
        font-size: 0.8rem;
    }
    .input.is-medium.is-name-input[b-44gdq8ys0i] {
        width: 100%;
    }
    .is-industry-section .columns[b-44gdq8ys0i],
    .is-appendix-section .columns[b-44gdq8ys0i] {
        flex-direction: column;
    }
    .is-industry-section .column[b-44gdq8ys0i],
    .is-appendix-section .column[b-44gdq8ys0i] {
        width: 100% !important;
    }
    .control.is-industry-control .select[b-44gdq8ys0i],
    .control.is-representing-industry-control .select[b-44gdq8ys0i] {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .level[b-44gdq8ys0i] {
        flex-direction: column;
        align-items: stretch;
    }
    .level-left[b-44gdq8ys0i],
    .level-right[b-44gdq8ys0i] {
        justify-content: center;
    }
    .modal-card[b-44gdq8ys0i] {
        width: 95vw;
        max-width: 95vw;
        height: auto;
        max-height: 90vh;
        margin: 0 auto;
        resize: vertical;
    }
}
.modal-card .resizer[b-44gdq8ys0i] {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #181b21;
    border-radius: 2px;
    z-index: 0;
}
.modal-card[b-44gdq8ys0i]  .resizer.nw {
    top: 0px;
    left: 0px;
    cursor: nwse-resize;
}
.modal-card[b-44gdq8ys0i]  .resizer.ne {
    top: 0px;
    right: 0px;
    cursor: nesw-resize;
}
.modal-card[b-44gdq8ys0i]  .resizer.sw {
    bottom: 0px;
    left: 0px;
    cursor: nesw-resize;
}
.modal-card[b-44gdq8ys0i]  .resizer.se {
    bottom: 0px;
    right: 0px;
    cursor: nwse-resize;
}
.empty-state-tight[b-44gdq8ys0i] {
    margin-top: -2.5rem;
}
@media (max-width: 768px) {
    .empty-state-tight[b-44gdq8ys0i] {
        margin-top: -2.25rem;
    }
}
@media (min-width: 1024px) {
    .empty-state-tight[b-44gdq8ys0i] {
        margin-top: -2.75rem;
    }
}
.is-TransactionsWithNonResidents-control .select[b-44gdq8ys0i] {
    width: 100%;
    max-width: clamp(14rem, 50vw, 22rem);
}
@media (min-width: 1216px) {
    .is-TransactionsWithNonResidents-control .select[b-44gdq8ys0i] {
        max-width: 25rem;
    }
}
.is-TransactionsWithNonResidents-control select[b-44gdq8ys0i] {
    font-size: 1.2rem;
}
.is-TransactionsWithNonResidents-label[b-44gdq8ys0i] {
    font-size: 0.8rem;
}
.is-TransactionsWithNonResidents-control .select.is-small[b-44gdq8ys0i]::after {
    border: 3px solid #3447c0;
    border-right: 0;
    border-top: 0;
    border-width: 2px;
    transform: rotate(-45deg) scale(1.1);
    right: 1.35em;
    top: calc(80% + 2px);
}
.is-TransactionsWithNonResidents-control .select.is-small.dropdown-open[b-44gdq8ys0i]::after {
    transform: rotate(135deg) scale(1.12);
}
.is-TransactionsWithNonResidents-control
    .select.is-small.dropdown-closed[b-44gdq8ys0i]::after {
    transform: rotate(-45deg) scale(1.1);
}

/* ===== GEMI Search Button ===== */
.is-gemi-search-btn[b-44gdq8ys0i] {
    vertical-align: top;
    margin-left: 0.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
    height: 2.5rem;
    white-space: nowrap;
    transition:
        background-color 150ms ease,
        box-shadow 150ms ease;
}
.is-gemi-search-btn:hover[b-44gdq8ys0i] {
    box-shadow: 0 2px 6px rgba(50, 115, 220, 0.35);
}
.is-gemi-search-btn:disabled[b-44gdq8ys0i] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ===== Section Toggle Buttons (Industry / Appendix) ===== */
.is-section-toggle[b-44gdq8ys0i] {
    margin-top: 1rem;
    margin-bottom: 0;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    font-weight: 500;
    text-align: left;
    transition:
        background-color 150ms ease,
        border-color 150ms ease;
}
.is-section-toggle:hover[b-44gdq8ys0i] {
    border-color: #3273dc;
    background-color: #eef3fc;
}
.is-section-toggle .icon[b-44gdq8ys0i] {
    transition: transform 200ms ease;
}
.is-section-toggle[aria-expanded="true"] .icon[b-44gdq8ys0i] {
    transform: rotate(90deg);
}

/* ===== Section Boxes (collapsible content) ===== */
.is-section-box[b-44gdq8ys0i] {
    margin-top: 0.25rem;
    padding: 1rem 1.25rem;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-radius: 0 0 6px 6px;
    background-color: #000000 /* #fafafa; */
    animation: sectionExpand 0.25s ease;
}
@keyframes sectionExpand-b-44gdq8ys0i {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 600px;
    }
}

/* ===== Industry Section ===== */
.is-industry-section[b-44gdq8ys0i] {
    margin-top: 0.75rem;
}
.is-industry-radio[b-44gdq8ys0i] {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
    line-height: 1.6;
}
.is-industry-radio input[type="radio"][b-44gdq8ys0i] {
    margin-right: 0.5rem;
    vertical-align: middle;
}
.control.is-industry-control .select[b-44gdq8ys0i],
.control.is-representing-industry-control .select[b-44gdq8ys0i] {
    width: 100%;
    max-width: clamp(18rem, 40vw, 28rem);
}
.control.is-industry-control select[b-44gdq8ys0i],
.control.is-representing-industry-control select[b-44gdq8ys0i] {
    font-size: 0.95rem;
}
.is-gd-checkbox[b-44gdq8ys0i] {
    font-size: 0.95rem;
    line-height: 1.6;
}
.is-gd-checkbox input[type="checkbox"][b-44gdq8ys0i] {
    margin-right: 0.35rem;
    vertical-align: middle;
}

/* ===== Appendix Section ===== */
.is-appendix-section[b-44gdq8ys0i] {
    margin-top: 0.75rem;
}
.is-small-label[b-44gdq8ys0i] {
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.15rem;
}
.input.is-medium.is-name-input[b-44gdq8ys0i] {
    width: 100%;
    max-width: 30ch;
}
.input.placeholder-small15[b-44gdq8ys0i]::placeholder {
    font-size: 0.85rem;
}

/* ===== GEMI button in modal footer ===== */
.modal-card-foot .button.is-info.is-outlined[b-44gdq8ys0i] {
    margin-left: auto;
}

.searchCompanies[b-44gdq8ys0i] {
    background-color: white;
    color: #333;
    width: 600px;
    /*text-align: center;*/
}

.searchCompanies[b-44gdq8ys0i]::placeholder {
    color: #888;
    /*text-align: center;*/
}

.button.balance-sheet[b-44gdq8ys0i] {
    background-color: #181b20;
    /*background-color: #000000;*/
    border-color: #3273dc;
}

.button.balance-sheet:hover[b-44gdq8ys0i] {
    background-color: #181b20;
    border-color: #2366d1;
}

.tbodyOfBalanceSheets[b-44gdq8ys0i] {
    background-color: #181b20;
}

.trOfBalanceSheets:hover[b-44gdq8ys0i]{
    background-color: #2366d1;
}

.bs-row[b-44gdq8ys0i] {
    background-color: black;
    /*background-color2: blue;*/
    transition: background-color 0.15s ease;
}
.bs-row:hover[b-44gdq8ys0i] {
    /*background-color: #e8f4fd;*/
    background-color: #FFBF00 !important;
}
.bs-row-selected[b-44gdq8ys0i] {
    /*background-color: #3273dc !important;*/
    background-color: #00d1b2 !important;
    color: white;
}
.bs-row-selected td[b-44gdq8ys0i] {
    color: black !important;
}
.bs-row-selected strong[b-44gdq8ys0i] {
    color: black !important;
}

.bsModalCard[b-44gdq8ys0i]{
    width: 500px;
    min-height: 500px;
    max-width: 2000px;
}
/* /Components/Pages/NewProject.razor.rz.scp.css */
