@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/ApiReference/Pages/LiveUpdates.razor.rz.scp.css */
.loader[b-iq43e61ead] {
    width: 24px;
    height: 24px;
    background: black;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
    animation: animloader-b-iq43e61ead 1s ease-in infinite;
}

@keyframes animloader-b-iq43e61ead {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.log-container[b-iq43e61ead] {
    background-color: #1e1e1e;
    color: #ffffff;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    height: 50vh;
}

.log-header[b-iq43e61ead],
.log-entry[b-iq43e61ead] {
    display: grid;
    grid-template-columns: 180px minmax(150px, calc(20%)) 100px 250px auto;
}

.log-header[b-iq43e61ead] {
    font-weight: bold;
    background-color: #333;
    padding: 10px;
    border-bottom: 2px solid #555;
}

.log-entry[b-iq43e61ead] {
    padding: 8px 10px;
    border-bottom: 1px solid #444;
    align-items: center;
}

.timestamp[b-iq43e61ead] {
    color: #bbb;
}

.status[b-iq43e61ead] {
    text-align: center;
    font-weight: bold;
    padding: 3px 3px;
    border-radius: 4px;
    margin-right:5px;
}

.success[b-iq43e61ead] {
    background-color: #4caf50;
    color: white;
}

.failure[b-iq43e61ead] {
    background-color: #f44336;
    color: white;
}

.event-name[b-iq43e61ead] {
    font-weight: bold;
    color: #90caf9;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.event-description[b-iq43e61ead] {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.log-container[b-iq43e61ead]::-webkit-scrollbar {
    width: 8px;
}

.log-container[b-iq43e61ead]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.log-container[b-iq43e61ead]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}
/* /Pages/Insurances/Form/InsuranceTemplateForm.razor.rz.scp.css */

.footer[b-beo2riejc5] {
    background-color: white;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid var(--remundo-primary-color);
    display:flex;
    justify-content: space-between;
    padding: 0.5rem;
}

@media (min-width: 1161px) {

    .form-container[b-beo2riejc5] {
        max-width: 50rem;
        min-width: 50rem;
    }
}

@media (max-width: 1160px) {
    .form-container[b-beo2riejc5] {
        max-width: 50rem;
        min-width: 50rem;
    }
}
/* /Pages/Insurances/View/InsuranceTemplateView.razor.rz.scp.css */
@media (min-width: 1161px) {

    .form-card[b-bqnwyjcycw] {
        max-width: 50rem;
        min-width: 50rem;
    }
}

@media (max-width: 1160px) {

    .form-card[b-bqnwyjcycw] {
        max-width: 40.625rem;
        min-width: 40.625rem;
    }
}
/* /Pages/PricingCalculator/Index.razor.rz.scp.css */
.divider[b-nf0a7ackth] {
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
    margin: 2rem 0;
    border: none;
}
/* /Shared/Components/Timeline.razor.rz.scp.css */
  .title[b-yoq2koehae] {
    margin-bottom: 1.5rem;
  }

  .timeline[b-yoq2koehae] {
    margin-left: 3rem;
  }

  .card[b-yoq2koehae] {
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: var(--remundo-border-radius-l);
    padding: 2rem;
    width: fit-content;
  }

  .remundo-primary[b-yoq2koehae] {
    color: var(--remundo-color-primary);
  }

  .header-container[b-yoq2koehae] {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
  }

  .body-container[b-yoq2koehae] {
    padding-left: 1.5rem;
    border-left: 1px solid lightgray;
    padding-top: 1rem;
    margin-left: 0.5rem;
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .header[b-yoq2koehae] {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
  }

  .body[b-yoq2koehae] {
    padding-left: 1rem;
    font-weight: 500;
  }

  .colour-green[b-yoq2koehae] {
    color: rgb(2, 202, 2);
  }

  .colour-yellow[b-yoq2koehae] {
    color: var(--remundo-accent-color);
  }

  .colour-red[b-yoq2koehae] {
    color: var(--remundo-error-color);
  }

  .colour-default[b-yoq2koehae] {
     color: var(--remundo-primary-color);
   }

  .link[b-yoq2koehae] {
    color: #556ee6;
    margin-right: 1rem;
    text-decoration: underline !important;
  }

  .btn-primary[b-yoq2koehae] {
    background-color: var(--remundo-primary-color);
    color: white;
    border: none;
    border-radius: 2rem;
  }

  p[b-yoq2koehae] {
    margin-bottom: -0.5rem;
  }
/* /Shared/Form/Edit/ReadinessToggle.razor.rz.scp.css */
.vertical-center[b-salidq9rhp] {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.container[b-salidq9rhp] {
    position: relative;
    display: flex;
    justify-content: center;
}

input:checked + div #inactive[b-salidq9rhp] {
    background-color: WhiteSmoke;
    stroke: black;
    fill: black;
}

input:checked + div #active[b-salidq9rhp] {
    background-color: #03C03C;
    stroke: white;
    fill: white;
}

input + div #inactive[b-salidq9rhp] {
    background-color: red;
    stroke: white;
    fill: white;
}

input + div #active[b-salidq9rhp] {
    background-color: WhiteSmoke;
    stroke: black;
    fill: black;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8v9o9cmyjp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8v9o9cmyjp] {
    flex: 1;
}

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

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

.top-row[b-8v9o9cmyjp]  a, .top-row[b-8v9o9cmyjp]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-8v9o9cmyjp]  a:hover, .top-row[b-8v9o9cmyjp]  .btn-link:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

    .top-row.auth[b-8v9o9cmyjp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8v9o9cmyjp], article[b-8v9o9cmyjp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.fab[b-8v9o9cmyjp] {
    position: fixed;
    top: 55px;
    right: 20px;
    z-index: 1000;
    width: 46px;
    height: 46px;
}

.liveupdates-sidebar[b-8v9o9cmyjp] {
    width: 55vw !important; /* Set width to 40% of viewport */
    max-width: none; /* Ensure Bootstrap�s max-width doesn�t override it */
}

.liveupdates-sidebar.fullscreen[b-8v9o9cmyjp]{
    width: 100vw !important;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jsuvu0djby] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jsuvu0djby] {
    height: 3.5rem;
    background-color: whitesmoke;
}

.navbar-brand[b-jsuvu0djby] {
    /*font-size: 1.1rem;*/
    /*background-image: url(/images/remundo-logo-with-text-color.svg);*/
    height: 3.5rem;
}

.remundo-nav[b-jsuvu0djby] {
    background-image: url(/images/cropped-logo.svg);
    background-size: 30vh;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #fafbfd;
}

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

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

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

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

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

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

.nav-item[b-jsuvu0djby]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: grey;
}
.customerNavItem[b-jsuvu0djby] {
    width: max-content;
    font-size: small !important;
    color: black !important;
}

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

    .collapse[b-jsuvu0djby] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-jsuvu0djby] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
