@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* _content/Enb.Meep.Ui/Layout/MainLayout.razor.rz.scp.css */
.page[b-kw4jqqe8hj] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-kw4jqqe8hj] {
  flex: 1;
}

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

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

  .top-row[b-kw4jqqe8hj]  a, .top-row .btn-link[b-kw4jqqe8hj] {
    white-space: nowrap;
    margin-left: 1.5rem;
  }

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

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-kw4jqqe8hj] {
    display: none;
  }

  .top-row.auth[b-kw4jqqe8hj] {
    justify-content: space-between;
  }

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

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

  .sidebar[b-kw4jqqe8hj] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

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

  .top-row[b-kw4jqqe8hj], article[b-kw4jqqe8hj] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* _content/Enb.Meep.Ui/Pages/Acquisition/ConnectionEditComponent.razor.rz.scp.css */
.connection-edit .card[b-knvtpehamn] {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}

.connection-edit .card-header[b-knvtpehamn] {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.connection-edit .indexes[b-knvtpehamn] {
  margin-top: 1rem;
}

.connection-edit .index-table[b-knvtpehamn] {
  margin-top: 15px;
}

  .connection-edit .index-table th[b-knvtpehamn] {
    background-color: #e9ecef;
    font-weight: 600;
    color: #495057;
  }

.connection-edit .index-entry td[b-knvtpehamn] {
  vertical-align: middle;
}

.connection-edit .btn-sm[b-knvtpehamn] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.connection-edit .form-control-sm[b-knvtpehamn] {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
/* _content/Enb.Meep.Ui/Pages/Acquisition/ManualAcquisition.razor.rz.scp.css */
/* Wizard tab styling */
.tabs[b-gemqt506gf] {
  display: flex;
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 20px;
}

.tab[b-gemqt506gf] {
  padding: 12px 24px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-bottom: none;
  cursor: pointer;
  margin-right: 2px;
  font-weight: 500;
  color: #6c757d;
  transition: all 0.3s ease;
}

.tab:hover[b-gemqt506gf] {
  background-color: #e9ecef;
  color: #495057;
}

.tab.active[b-gemqt506gf] {
  background-color: #ffffff;
  color: #0d6efd;
  border-top: 3px solid #0d6efd;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}

/* Disabled tab styling */
.tab.disabled[b-gemqt506gf] {
  background-color: #f8f9fa;
  color: #adb5bd;
  cursor: not-allowed;
  opacity: 0.6;
}

.tab.disabled:hover[b-gemqt506gf] {
  background-color: #f8f9fa;
  color: #adb5bd;
}

/* Tab content styling */
.tab-content[b-gemqt506gf] {
  display: none;
  animation: fadeIn-b-gemqt506gf 0.3s ease-in;
}

/* Validation error styling to match ValidationSummary exactly */
.validation-errors[b-gemqt506gf] {
  color: #e50000;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.validation-errors .validation-message[b-gemqt506gf] {
  margin-bottom: 0.25rem;
}

.validation-errors .validation-message[b-gemqt506gf]:before {
  content: "• ";
  margin-right: 0.25rem;
}

.tab-content.active[b-gemqt506gf] {
  display: block;
}

@keyframes fadeIn-b-gemqt506gf {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Connection entry styling */
.connection-entry[b-gemqt506gf] {
  background-color: #f8f9fa;
  border-radius: 8px;
  position: relative;
}

.connection-entry h5[b-gemqt506gf] {
  color: #0d6efd;
  font-weight: 600;
}

/* Index table styling */
.index-table[b-gemqt506gf] {
  margin-top: 15px;
}

.index-table th[b-gemqt506gf] {
  background-color: #e9ecef;
  font-weight: 600;
  color: #495057;
}

.index-entry td[b-gemqt506gf] {
  vertical-align: middle;
}

/* Form styling improvements */
.form-check[b-gemqt506gf] {
  margin-top: 1.5rem;
}

.btn-success:disabled[b-gemqt506gf] {
  background-color: rgb(92, 99, 106);
  border-color: rgb(86, 94, 100);
}

label[b-gemqt506gf] {
  font-weight: 500;
  color: #495057;
  margin-bottom: 5px;
}

.form-control:focus[b-gemqt506gf] {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Wizard Navigation */
.wizard-navigation[b-gemqt506gf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #dee2e6;
  margin-top: 20px;
}

.wizard-navigation .nav-left[b-gemqt506gf] {
  display: flex;
  align-items: center;
}

.wizard-navigation .nav-right[b-gemqt506gf] {
  display: flex;
  align-items: center;
}

.wizard-navigation .btn[b-gemqt506gf] {
  min-width: 100px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .tabs[b-gemqt506gf] {
    flex-wrap: wrap;
  }

  .tab[b-gemqt506gf] {
    margin-bottom: 2px;
    font-size: 14px;
    padding: 8px 16px;
  }

  .wizard-navigation[b-gemqt506gf] {
    flex-direction: column;
    gap: 10px;
  }

  .wizard-navigation .btn[b-gemqt506gf] {
    width: 100%;
  }
}
/* _content/Enb.Meep.Ui/Pages/BalanceResponsibleSwitch.razor.rz.scp.css */
.form-check[b-hgiz9q5bfd] {
  margin-top: 1.5rem;
}

.btn-success:disabled[b-hgiz9q5bfd] {
  background-color: rgb(92, 99, 106);
  border-color: rgb(86, 94, 100);
}
/* _content/Enb.Meep.Ui/Pages/CancelModule.razor.rz.scp.css */
.status-badge[b-08dy5gan3r] {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.875em;
    font-weight: 600;
    /*color: #fff;
    background-color: #28a745;*/
    border-radius: 0.375rem;
}
.status-active[b-08dy5gan3r] {
    background-color: #d4edda;
    color: #155724;
}

.status-processed[b-08dy5gan3r] {
    background-color: #d1ecf1;
    color: #0c5460;
}

.status-error[b-08dy5gan3r] {
    background-color: #f8d7da;
    color: #721c24;
}
.warning-text[b-08dy5gan3r] {
    color: #dc3545;
    font-size: 0.9rem;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.warning-text[b-08dy5gan3r]::before {
    content: "⚠️";
    margin-right: 5px;
}
.blue-gray-button[b-08dy5gan3r] {
    color: white;
    background-color: rgb(45, 55, 72);
    width: 100%;
}
.validate-button[b-08dy5gan3r] {
    color: white;
    background-color: lightblue;
    width: 100%;
}
.blue-gray-text[b-08dy5gan3r] {
    color: rgb(45, 55, 72);
}
/* _content/Enb.Meep.Ui/Pages/DynamicPricing/Prices.razor.rz.scp.css */
[b-wael0jjzq4] div.card > div > ::deep p > span {
    font-style: italic;
    opacity: 0.6;
    position: absolute;
    bottom: 5px;
    left: 15px;
}

[b-wael0jjzq4] div.title {
    font-size: 1.5rem;
}
 

[b-wael0jjzq4] fluent-text-field.form-control,
[b-wael0jjzq4] fluent-select.form-control {
    border: none;
}
/* _content/Enb.Meep.Ui/Pages/DynamicPricing/Tariff.razor.rz.scp.css */
[b-po859a3hxy] div.card > div > ::deep p > span {
    font-style: italic;
    opacity: 0.6;
    position: absolute;
    bottom: 5px;
    left: 15px;
}

[b-po859a3hxy] div.title {
    font-size: 1.5rem;
} 

[b-po859a3hxy] fluent-text-field.form-control,
[b-po859a3hxy] fluent-select.form-control {
    border: none;
}
/* _content/Enb.Meep.Ui/Pages/IgnoreMessageUi.razor.rz.scp.css */
.flex-container[b-j2lbfafyu3] {
  display: flex;
  justify-content: right;
  align-items: center;
}

.btn-success:disabled[b-j2lbfafyu3] {
  background-color: rgb(92, 99, 106);
  border-color: rgb(86, 94, 100);
}
/* _content/Enb.Meep.Ui/Pages/ManualDrop.razor.rz.scp.css */
.btn-success:disabled[b-qg6f4va61a] {
    background-color: rgb(92, 99, 106);
    border-color: rgb(86, 94, 100);
}
/* _content/Enb.Meep.Ui/Pages/RectificationFollowUp.razor.rz.scp.css */
.form-check[b-ek9ho8fizu] {
  margin-top: 1.5rem;
}

.btn-success:disabled[b-ek9ho8fizu] {
  background-color: rgb(92, 99, 106);
  border-color: rgb(86, 94, 100);
}
/* _content/Enb.Meep.Ui/Pages/TsoCreation.razor.rz.scp.css */
[b-iwsgpr8nf5] div.card > div > ::deep p > span {
    font-style: italic;
    opacity: 0.6;
    position: absolute;
    bottom: 5px;
    left: 15px;
}

[b-iwsgpr8nf5] div.title {
    font-size: 1.5rem;
}

[b-iwsgpr8nf5] div.tso.card {
    display: flex;
    justify-content: space-evenly;
    align-content: space-around;
    align-items: center;
}

[b-iwsgpr8nf5] div.tso.card:hover {
    cursor: pointer;
}
[b-iwsgpr8nf5] div.tso.card.active {
    border: solid limegreen 3px;
}

[b-iwsgpr8nf5] fluent-text-field.form-control,
[b-iwsgpr8nf5] fluent-select.form-control {
    border: none;
}
/* _content/Enb.Meep.Ui/Pages/UpdateAccess.razor.rz.scp.css */
.btn-success:disabled[b-ixucjy26um] {
    background-color: rgb(92, 99, 106);
    border-color: rgb(86, 94, 100);
}
/* _content/Enb.Meep.Ui/Shared/Components/FilterableDropdown.razor.rz.scp.css */
.list-group[b-cqefasb8yo] {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto
}

/* input-group styling (textinput + arrowbutton) */
.input-group[b-cqefasb8yo] {
  border-radius: 0.25rem;
}
.input-group:has(input.valid)[b-cqefasb8yo] {
  outline: 1px solid #26b050;
}

.input-group:has(input.invalid)[b-cqefasb8yo] {
  outline: 1px solid red;
}

/* input-group styling for when the dropdown is open */
.input-group:focus-within[b-cqefasb8yo],
.input-group.dropdown-open[b-cqefasb8yo] {
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

  /* textinput styling for when the dropdown is open */
.input-group:focus-within .form-control[b-cqefasb8yo],
.input-group.dropdown-open .form-control[b-cqefasb8yo] {
  border-color: #86b7fe;
  box-shadow: none;
  border-right: none;
  outline: 0;
}

/* arrow-button styling for when the dropdown is open */
.input-group:focus-within .dropdown-toggle-btn[b-cqefasb8yo],
.input-group.dropdown-open .dropdown-toggle-btn[b-cqefasb8yo] {
  border-color: #86b7fe;
  box-shadow: none;
}

/* arrow-button styling */
.dropdown-toggle-btn[b-cqefasb8yo] {
  border-left: none !important;
  border-color: #ced4da;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 0;
}

/* arrow-icon styling */
.dropdown-arrow[b-cqefasb8yo] {
  font-size: 12px;
  transition: transform 0.2s ease-in-out;
  color: #6c757d;
}

.dropdown-arrow.rotated[b-cqefasb8yo] {
  transform: rotate(180deg);
}

.dropdown-toggle-btn:hover .dropdown-arrow[b-cqefasb8yo] {
  color: #495057;
}
/* _content/Enb.Meep.Ui/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6xtjopk3km] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6xtjopk3km] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

.oi[b-6xtjopk3km] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

    .nav-item[b-6xtjopk3km]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-6xtjopk3km] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-6xtjopk3km] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
