/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ubfz27qqx2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-ubfz27qqx2] {
    flex: 1;
}

.sidebar[b-ubfz27qqx2] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #29303B;
}

.top-row[b-ubfz27qqx2] {
    /*background-color: #f7f7f7;*/
    background-color: #29303B;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ubfz27qqx2]  a, .top-row .btn-link[b-ubfz27qqx2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ubfz27qqx2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ubfz27qqx2] {
        display: none;
    }

    .top-row.auth[b-ubfz27qqx2] {
        justify-content: space-between;
    }

    .top-row a[b-ubfz27qqx2], .top-row .btn-link[b-ubfz27qqx2] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ubfz27qqx2] {
        flex-direction: row;
    }

    .sidebar[b-ubfz27qqx2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ubfz27qqx2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-ubfz27qqx2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.environment-nav[b-58mja2sh2y] {
    display: flex;
}

.navbar-toggler[b-58mja2sh2y] {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    background-color: #29303B;
    display: flex;
}

.top-row[b-58mja2sh2y] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
}

.oi[b-58mja2sh2y] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-58mja2sh2y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-58mja2sh2y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-58mja2sh2y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-58mja2sh2y]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-58mja2sh2y]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-58mja2sh2y]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

[b-58mja2sh2y] .menu-logout {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-58mja2sh2y] {
        display: none;
    }

    .environment-nav[b-58mja2sh2y] {
        display: none;
    }

    .collapse[b-58mja2sh2y] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    [b-58mja2sh2y] .menu-logout {
        display: none;
    }
}
/* /Pages/AutomatedTesting/AutomatedTestRunner.razor.rz.scp.css */
.border-right-1-full[b-automated] {
    border-right: 1px solid #ffffff;
    padding-right: 0;
}

.p-075[b-automated] {
    padding: 0.75rem;
}

.console-content[b-automated] {
    background-color: #000000;
    color: #ffffff;
    font-size: 0.85rem;
}

.run-button[b-automated] {
    opacity: 0.9 !important;
}

table.console-table[b-automated] {
    color: #ffffff;
}

.console-table tbody[b-automated] {
    font-size: 0.7rem;
}

.console-table tbody td[b-automated] {
    padding: 0.3rem;
}

table.console-table thead[b-automated] {
    border-top: none;
    border-bottom: 1px solid #808080;
}

table.console-table th[b-automated] {
    font-weight: bold;
    border-top: none;
    border-bottom: none;
}

table.console-table td:hover[b-automated] {
    cursor: pointer;
    background-color: #383838;
    color: #ffffff;
}

table.console-table td.active[b-automated] {
    background-color: #383838;
    color: #ffffff;
}

.test-title-row[b-automated] {
    border-bottom: 1px solid #ffffff;
}

.test-output[b-automated] {
    font-family: "Courier New";
    font-size: 0.75rem;
    display: block;
}

.test-line-number[b-automated][b-automated] {
    display: inline-block;
    color: #808080;
    width: 35px;
}

.text-green[b-automated][b-automated] {
    color: #589a25;
}

.text-red[b-automated][b-automated] {
    color: #ff0000;
}
/* /Pages/Country/IndexUpdateCountries.razor.rz.scp.css */
.import-container[b-af8hiz9821] {
    position: absolute;
    height: 85%;
    /*top: 8%;*/
    width: 75%;
}
.console[b-af8hiz9821] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}
.progress[b-af8hiz9821] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /Pages/Localization/IndexStringResourceImport.razor.rz.scp.css */
.import-container[b-jrzavi3dzz] {
    position: absolute;
    height: 85%;
    /*top: 8%;*/
    width: 75%;
}

.console[b-jrzavi3dzz] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.progress[b-jrzavi3dzz] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /Pages/MissionControl/InventSerialFinancialInertImportDialog.razor.rz.scp.css */
.import-dialog-container[b-xfwsxn13th] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}

.console[b-xfwsxn13th] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.progress[b-xfwsxn13th] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /Pages/MissionControl/InventSerialManualPricingDialog.razor.rz.scp.css */
.import-dialog-container[b-gl2179ot5f] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}

.console[b-gl2179ot5f] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.progress[b-gl2179ot5f] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /Pages/MissionControl/MissionControlModifierLineExcelImportDialog.razor.rz.scp.css */
.import-dialog-container[b-23kayx5d6k] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}

.console[b-23kayx5d6k] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.progress[b-23kayx5d6k] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /Pages/MissionControl/MissionControlRuleExcelImportDialog.razor.rz.scp.css */
.import-dialog-container[b-0ahqsvr5do] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}

.console[b-0ahqsvr5do] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.progress[b-0ahqsvr5do] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /Pages/NonDomestic/NonDomesticInventSerialImportDialog.razor.rz.scp.css */
.import-dialog-container[b-wy26unt63j] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}

.console[b-wy26unt63j] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.progress[b-wy26unt63j] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /Pages/NonDomestic/NonDomesticMappingImportDialog.razor.rz.scp.css */
.import-dialog-container[b-il46fga4sk] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}

.console[b-il46fga4sk] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.progress[b-il46fga4sk] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /Pages/PostedFee/FeeManagementAddFeeDialog.razor.rz.scp.css */
.import-dialog-container[b-jc9eujqbbi] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}

.console[b-jc9eujqbbi] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 50vh;
    overflow-y: scroll;
    padding: 10px;
}

.progress[b-jc9eujqbbi] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /Pages/PostedFee/FeeManagementAdjustFeeDialog.razor.rz.scp.css */
.import-dialog-container[b-ogda3mt074] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}

.console[b-ogda3mt074] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 50vh;
    overflow-y: scroll;
    padding: 10px;
}

.progress[b-ogda3mt074] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /Pages/PostedFee/FeeManagementD365CreditDialog.razor.rz.scp.css */
.import-dialog-container[b-0z6ns2y56t] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}

.console[b-0z6ns2y56t] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 50vh;
    overflow-y: scroll;
    padding: 10px;
}

.progress[b-0z6ns2y56t] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /Pages/PowerBIRLS/PowerBIRLSConfigurationImportDialog.razor.rz.scp.css */
.import-dialog-container[b-g29fwb829t] {
    position: absolute;
    height: 80%;
    top: 8%;
    width: 95%;
}

.console[b-g29fwb829t] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.progress[b-g29fwb829t] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /Pages/Service/ServiceAllocationForecastImportDialog.razor.rz.scp.css */
.import-dialog-container[b-w2precual2] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}

.console[b-w2precual2] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.progress[b-w2precual2] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /SharedComponents/EnvironmentNav.razor.rz.scp.css */
@media (max-width: 641px) {
    .env[b-1ek2sbe5wf] {
        display: none;
    }
}

/*animation*/
.circle[b-1ek2sbe5wf] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
}
.circle[b-1ek2sbe5wf]:before {
  content: "";
  position: relative;
  display: block;
  width: 250%;
  height: 250%;
  box-sizing: border-box;
  margin-left: -75%;
  margin-top: -75%;
  border-radius: 45px;
  background-color: #75daad;
  animation: pulse-b-1ek2sbe5wf 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.circle[b-1ek2sbe5wf]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #75daad;
  border-radius: 50px;
  animation: circle-b-1ek2sbe5wf 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-b-1ek2sbe5wf {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes circle-b-1ek2sbe5wf {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
/* /SharedComponents/EventConsole/EventConsole.razor.rz.scp.css */
.event-console[b-jyx5dzee35] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 500px;
    overflow-y: auto;
    padding: 10px;
    scroll-behavior: smooth !important;
}
/* /SharedComponents/FileImports/ImportFromTextFileDialog.razor.rz.scp.css */
.import-dialog-container[b-yeo1vrv7hu] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: calc(100vw - 21%);
}
.console[b-yeo1vrv7hu] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}
.progress[b-yeo1vrv7hu] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /SharedComponents/ImportFESetDialog.razor.rz.scp.css */
.import-dialog-container[b-z9t4hflji6] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}
.console[b-z9t4hflji6] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 60vh;
    overflow-y: scroll;
    padding: 10px;
}
.progress[b-z9t4hflji6] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /SharedComponents/Job/OutboundJobImportDialog.razor.rz.scp.css */
.import-dialog-container[b-pzi7q3wgfe] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}

.progress[b-pzi7q3wgfe] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /SharedComponents/Job/SwapPickingMatchDPDLabelDialog.razor.rz.scp.css */
.validation-box[b-j5kcgwqd4u] {
    border: 2px solid black;
    height: 90%;
}

.validation-box .validation-symbol[b-j5kcgwqd4u] {
    position: absolute;
    top: 40%;
    left: 43%;
    font-size: 10vw;
}
/* /SharedComponents/ProjectSetup/ProjectImportFromExcelDialog.razor.rz.scp.css */
.import-dialog-container[b-3jb2kxeshq] {
    position: absolute;
    height: 85%;
    top: 8%;
    width: 95%;
}
.console[b-3jb2kxeshq] {
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Arial Rounded MT';
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}
.progress[b-3jb2kxeshq] {
    border-radius: 0;
    height: 0.5rem;
    overflow-y: scroll;
}
/* /SharedComponents/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-yki8tcnehk] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-yki8tcnehk 2s ease-out;
    z-index: 99999;
}

@keyframes fadein-b-yki8tcnehk {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
