/* body,
html {
    overflow-y: scroll;
} */

/* body {
    overflow-y: scroll;
} */

.btn-fiem {
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.text-black {
    color: #000;
}

/*
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name
 */

/* .montserrat-black-900 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
} */

.print-wrapper {
    position: relative;
}

.print-dev-id {
    position: absolute;
    color: black;
    top: 0rem;
    left: 12rem;
    font-size: 2rem;
    /* z-index: 1000; */
}

.print-dev-serial {
    position: absolute;
    color: black;
    top: 3rem;
    left: 12rem;
    font-size: 2rem;
}

.sidebar-dark #sidebarToggle {
    background-color: rgb(36 34 50 / 20%);
}

.text-green {
    color: #0c660f;
}

.btn-green {
    background-color: #0c660f;
    color: white;
}

.btn-lucart {
    padding: 0.3rem 0.3rem;
    border-radius: 1rem;
    border: none;
    min-width: 2.5rem;
}

.btn-gray {
    background-color: #ebebeb;
    color: black;
}

.btn-dark {
    background-color: #4b5e79;
    color: white;
}

.btn-darker {
    background-color: #2f3b4b;
    color: white;
}

.bg-card-gray {
    background-color: #ebebeb;
}

.bg-green-light {
    background-color: #ebf8d0;
}

.text-green-light {
    color: #ebf8d0;
}

.btn-min-w-10 {
    min-width: 10rem;
}

.text-darker {
    color: #2f3b4b;
}

:root {
  /* --sv-min-height: 40px;
  --sv-bg: #fff;
  --sv-disabled-bg: #eee; */
  --sv-border: var(--mo-border-width) solid var(--mo-border-color); /*1px solid #ccc;*/
  --sv-border-radius: var(--mo-border-radius); /*4px;*/
}

.svelecte-control {
    /* display: flex;
    align-items: center;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff; */
    border: 1px solid rgb(227.30625, 229.94375, 240.49375); /* #ced4da */
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .svelecte-control:focus-within {
    /* border-color: #86b7fe; */
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(47 59 75 / 25%); /*rgba(13, 110, 253, 0.25);*/
  }

  /* Input inside Svelecte */
  .svelecte-control input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    /* flex: 1;
    min-width: 50px;
    font-size: inherit;
    padding: 0;
    margin: 0;
    background: transparent; */
  }

  /* Tags (multi-select) */
  /* .svelecte-tag {
    background-color: #0d6efd;
    color: white;
    border-radius: 0.375rem;
    padding: 0.125rem 0.375rem;
    font-size: 0.875em;
    margin-right: 0.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
  } */

  /* .svelecte-tag button {
    background: none;
    border: none;
    color: white;
    font-size: 1.2em;
    line-height: 1;
    padding: 0 0.125rem;
    cursor: pointer;
  } */

  /* Dropdown menu */
  /* .svelecte-dropdown {
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: 0.25rem;
  } */

  /* .svelecte-option {
    padding: 0.375rem 0.75rem;
  } */

  /* .svelecte-option:hover,
  .svelecte-option.focused {
    background-color: #0d6efd;
    color: white;
  } */

.circle-status {
        width: 1rem; /* Set width */
        height: 1rem; /* Set height equal to width for a perfect circle */
        border-radius: 50%; /* Makes the element circular */
        display: inline-block;
    }

.circle-status.unreachable {
    background-color: red;
}

.circle-status.connected {
    background-color: #7ed957;
}

.circle-status.warning {
    background-color: orange;
}

.circle-status.danger {
    background-color: red;
}

.circle-status.normal {
    background-color: green;
}

.circle-status.change {
    background-color: cyan;
}

.circle-status.error {
    background-color: black;
}


.lucart-alarm.warning {
    color: orange;
}

.lucart-alarm.danger {
    color: red;
}

.circle-status.normal {
    color: green;
}

.lucart-alarm.change {
    color: cyan;
}

.lucart-alarm.error {
    color: black;
}

.text-dark-blue {
    color: #002c34;
}

.bg-dark-blue {
    background-color: #002c34;
}

td.centered {
    text-align: center !important;
}

th.centered {
    text-align: center !important;
}

.product-card {
    display: flex;
    align-items: center;
    /* background: white; */
    padding: 15px 20px;
    /* border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
    gap: 15px;
    max-width: 400px;
}

.back-button {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-button:hover {
    color: #333;
}

.icon-container {
    background: #1a6b3a;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon {
    width: 35px;
    height: 35px;
    border: 3px solid white;
    border-radius: 4px;
    position: relative;
}

.icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 2px;
    background: white;
}

.content {
    flex: 1;
}

.label {
    color: #000;
    font-size: 13px;
    margin: 0 0 2px 0;
}

.title {
    color: #1a6b3a;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 2px 0;
}

.subtitle {
    color: #1a6b3a;
    font-size: 13px;
    margin: 0;
}
