@import '_content/SolidInsurance.MyPages.Shared/SolidInsurance.MyPages.Shared.e1wf5ditii.bundle.scp.css';

/* _content/SolidInsurance.MyPages.Server/Components/Layout/BaseLayout.razor.rz.scp.css */
.page[b-azzephpw22] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

header[b-azzephpw22] {
/*  position: fixed;
  top: 0;
  left: 0;*/
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

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

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

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

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

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

@media (max-width: 40.061rem) {
  .top-row[b-azzephpw22] {
    justify-content: space-between;
  }

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

@media (min-width: 40.063rem) {
  .page[b-azzephpw22] {
    flex-direction: row;
  }

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

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

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

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

#blazor-error-ui[b-azzephpw22] {
    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-azzephpw22] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SolidInsurance.MyPages.Server/Components/Layout/Footer.razor.rz.scp.css */
footer[b-d1u07utuxx] {
  background-color: var(--solid--grey-dark);
  color: var(--text-white);
}

.footer-content[b-d1u07utuxx] {
  padding: 40px 0 50px 0;
}

  /*A comment*/
  a[b-d1u07utuxx], a:hover[b-d1u07utuxx] {
  color: var(--text-white);
  text-decoration-color: var(--text-white);
}

.subfooter[b-d1u07utuxx] {
  background-color: var(--solid--green-dark);
}

  .subfooter a[b-d1u07utuxx], .subfooter a:hover[b-d1u07utuxx] {
    text-decoration: none;
  }
/* _content/SolidInsurance.MyPages.Server/Components/Layout/MainLayout.razor.rz.scp.css */
.content[b-493j2t65xk] {
    padding-bottom: 60px;;
}
/* _content/SolidInsurance.MyPages.Server/Components/Layout/NavMenu.razor.rz.scp.css */


/* SUBMENU */
.head-nav .sub-menu[b-68ekfga8x6] {
  display: block;
  background-color: var(--solid--green-light);
}

.head-nav .sub-menu-mobile[b-68ekfga8x6] {
  display: none;
}

  .head-nav .sub-menu a[b-68ekfga8x6], .head-nav .sub-menu-mobile a[b-68ekfga8x6] {
    font-size: 0.875rem;
    padding: 0.625rem 1rem !important;
  }

.head-nav .sub-menu select.custom-form-select[b-68ekfga8x6] {
  margin-top: 0.313rem;
  margin-right: 0.313rem;
}


/* 992px or smaller */
@media (max-width: 62rem) {

  .offcanvas-menu[b-68ekfga8x6] {
    max-height: 80vh;
    overflow-y: auto;
  }

  /* Optional, limited support */
  body:has(#navbarNav.show)[b-68ekfga8x6] {
    overflow: hidden;
  }

  /* HAMBURGER */
  .navbar-toggler:focus[b-68ekfga8x6] {
    box-shadow: none;
  }

  .navbar-toggler:focus-visible[b-68ekfga8x6] {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  }

  .hamburger-menu[b-68ekfga8x6] {
    width: 30px;
    height: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    background: none;
    padding: 0;
  }

    .hamburger-menu span[b-68ekfga8x6] {
      display: block;
      height: 3px;
      width: 100%;
      background-color: black;
      transition: transform 0.3s ease, opacity 0.3s ease;
      position: relative;
    }

    /* Default state – menu closed */
    .hamburger-menu[aria-expanded="false"] span:nth-child(1)[b-68ekfga8x6],
    .hamburger-menu[aria-expanded="false"] span:nth-child(2)[b-68ekfga8x6],
    .hamburger-menu[aria-expanded="false"] span:nth-child(3)[b-68ekfga8x6] {
      transform: none;
      opacity: 1;
    }

    /* Animate to X when expanded */
    .hamburger-menu[aria-expanded="true"] span:nth-child(1)[b-68ekfga8x6] {
      transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger-menu[aria-expanded="true"] span:nth-child(2)[b-68ekfga8x6] {
      opacity: 0;
    }

    .hamburger-menu[aria-expanded="true"] span:nth-child(3)[b-68ekfga8x6] {
      transform: rotate(-45deg) translate(10px, -10px);
    }

  .head-nav .nav-item[b-68ekfga8x6] {
    border-bottom: 1px solid #E2E8F0;
  }

  .head-nav .nav-item:nth-child(1)[b-68ekfga8x6] {
    border-top: 1px solid #E2E8F0;
  }

  .head-nav .nav-link[b-68ekfga8x6] {
    width: 100%;
    font-size: 1.125rem;
  }

  .head-nav .nav-link:hover[b-68ekfga8x6] {
    background-color: var(--solid--grey-light);
  }

  
  /* MAINMENU */
  .head-nav .nav-link:hover[b-68ekfga8x6] {
    text-decoration: underline;
    text-decoration-color: var(--solid--green-dark);
  }

  /* SUBMENU */
  .head-nav .sub-menu[b-68ekfga8x6] {
    display: none;
  }

  .head-nav .sub-menu-mobile[b-68ekfga8x6] {
    display: block;
    background-color: var(--solid--green-light);
  }
}





/*a.navbar-brand {
  border: 0;
}

.navbar {
  height: 5.125rem;
  Adjust this to match the height of the user strip
}

.nav-item {
  margin-left: 1rem;
}


.navbar-nav {
  .nav-link {
    border-bottom: 0 !important;
    font-size: 1.125rem;
    font-weight: 500;
    color: inherit;
    span {
      position: relative;
    }
  }

  .nav-link.active span:first-of-type:before {
    background-color: var(--solid--green);
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }

  .nav-link:hover span:first-of-type:before {
    background-color: var(--solid--green);
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
*/
/* _content/SolidInsurance.MyPages.Server/Components/Layout/TestUserSelector.razor.rz.scp.css */
.testCustomer[b-9ih9dcf3zq] {
    background-color: red;
}
/* _content/SolidInsurance.MyPages.Server/Components/Pages/Auth/Login.razor.rz.scp.css */
.card .card-footer[b-ebfjy9u1q0] {
        background-color: transparent;
        border: 0;
}

.card[b-ebfjy9u1q0] {
    max-width: 550px;
}

ul li[b-ebfjy9u1q0] {
  list-style-type: none; /* Tar bort standardpunkterna */
}

.check-list li[b-ebfjy9u1q0]::before {
  content: "✔"; /* Bocktecken */
  margin-right: 8px; /* Mellanslag mellan bocken och texten */
}

.custom-height[b-ebfjy9u1q0] {
  height: 20%;
  background-size: 200%; /* Skalar upp bilden */
  background-position: bottom center; /* Visar den nedre delen */
}

.no-break[b-ebfjy9u1q0] {
  white-space: nowrap; /* Förhindrar radbrytning */
}

/* 768px or smaller */
@media (max-width: 48rem) {
  .custom-login-page h1[b-ebfjy9u1q0] {
    font-size: 2.375rem;
  }
}

@media (min-width: 48rem) { /* md breakpoint */
  .w-md-75[b-ebfjy9u1q0] {
    width: 75%;
  }

  .custom-height[b-ebfjy9u1q0] {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; /* Standard, täcker hela ytan */
    background-position: center; /* Justering för desktop */
  }
}

.min-vh-100[b-ebfjy9u1q0] {
  min-height: 100vh;
}

.image-container[b-ebfjy9u1q0] {
  min-height: 300px;
  height: 100%;
}

.image-bg[b-ebfjy9u1q0] {
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: red; /* för debug */
}
/* _content/SolidInsurance.MyPages.Server/Components/Pages/Auth/LoginModal.razor.rz.scp.css */
.modal-header[b-giij3jzlfb], .modal-footer[b-giij3jzlfb], .modal-body[b-giij3jzlfb]{
    border: none;
}

  .modal-footer button[b-giij3jzlfb] {
    background-color: transparent;
    border: 0;
    font-family: 'AvenirLTStd-Roman';
  }

.payment-btn:hover[b-giij3jzlfb] {
  background-color: var(--solid--grey-light);
  border-radius: 0;
}

.payment-btn:active[b-giij3jzlfb] {
  outline: 1px solid grey;
  border-radius: 0;
  outline-offset: -2px;
  border: 0;
}
/* _content/SolidInsurance.MyPages.Server/Components/Pages/Claims/ClaimDetails/ClaimDetails.razor.rz.scp.css */
/* _content/SolidInsurance.MyPages.Server/Components/Pages/Claims/Claims.razor.rz.scp.css */

table[b-uk8l8yweoq] {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 100%;
}

th[b-uk8l8yweoq], td[b-uk8l8yweoq] {
  padding: 12px;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
   line-height: 1.35rem; 
}

tr:last-child[b-uk8l8yweoq] {
  border-bottom: none;
}

th:first-child[b-uk8l8yweoq] {
  border-top-left-radius: 10px;
}

th:last-child[b-uk8l8yweoq] {
  border-top-right-radius: 10px;
}

tr:last-child td:first-child[b-uk8l8yweoq] {
  border-bottom-left-radius: 10px;
}

tr:last-child td:last-child[b-uk8l8yweoq] {
  border-bottom-right-radius: 10px;
}

thead[b-uk8l8yweoq] {
  background-color: var(--solid--green-dark);
  color: var(--text-white);
  font-weight: normal;
}

.grid-10[b-uk8l8yweoq] {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.grid-10-item[b-uk8l8yweoq] {
  grid-column: span 2;
}

.badge[b-uk8l8yweoq] {
  font-size: 0.875rem;
  color: var(--text-black);
  font-weight: normal;
  white-space: normal;
  text-align: left;
  padding: 0.313rem 0.438rem;
   padding: 0.7em; 
}

/* 768px or smaller */
@media (max-width: 48rem) {
  table[b-uk8l8yweoq] {
    border-top: 1px solid #ccc;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-radius: 0px;
  }

  th[b-uk8l8yweoq], td[b-uk8l8yweoq] {
    padding: 2px;
    border-bottom: none;
  }

  tr[b-uk8l8yweoq] {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    vertical-align: middle;
    Proposal
  }

  td:nth-child(2)[b-uk8l8yweoq]:after {
    content: ", ";
  }

  .grid-10[b-uk8l8yweoq] {
    grid-template-columns: repeat(8, 1fr);
    2 columns
  }

  Stack divs 1-4 in column 1
  .grid-10-item:nth-child(1)[b-uk8l8yweoq],
  .grid-10-item:nth-child(4)[b-uk8l8yweoq] {
    grid-column: 1 / span 3;
    Place in the first column
  }

  .grid-10-item:nth-child(2)[b-uk8l8yweoq] {
    grid-column: 1 / span 1;
  }

  .grid-10-item:nth-child(3)[b-uk8l8yweoq] {
    grid-column: 2 / span 1;
  }

  .grid-10-item:nth-child(5)[b-uk8l8yweoq] {
    grid-column: 4 / span 5;
    grid-row: 1 / span 4;
    Span across the height of divs 1-4
  }

  .grid-10-item[data-label="Status"][b-uk8l8yweoq] {
    justify-self: end;
  }
}
/* _content/SolidInsurance.MyPages.Server/Components/Pages/Messages/Messages.razor.rz.scp.css */
.gray-section[b-1nfwag3n4x] {
  background-color: #f2f2f2;
  height: 100vw; 
  margin-top: 12px; 
}


h2[b-1nfwag3n4x] {
  font-size: 34px;
  margin-bottom: 15px;
}


.float-end[b-1nfwag3n4x] {
  float: right; 
  margin-left: auto; 
}


/* _content/SolidInsurance.MyPages.Server/Components/Pages/Policies/ExtendPolicy/ExtendPolicy.razor.rz.scp.css */
.card[b-1c9v8ubout] {
    .card-footer {
        background-color: transparent;
        border: 0;
    }
}

@media (min-width: 48rem) { /* md breakpoint */
  .w-md-75[b-1c9v8ubout] {
    width: 75%;
  }
}
/* _content/SolidInsurance.MyPages.Server/Components/Pages/Policies/Policies.razor.rz.scp.css */
.card-body[b-nwqu5go223] {
  padding: 0.6rem;
}

.card-footer[b-nwqu5go223] {
  background-color: transparent;
}

a[b-nwqu5go223]::after {

}
/* _content/SolidInsurance.MyPages.Server/Components/Pages/Policies/PolicyCard.razor.rz.scp.css */
.card-body[b-a7tq303zbq] {
  padding: 0.6rem;
}

.card-footer[b-a7tq303zbq] {
  background-color: transparent;
}
/* _content/SolidInsurance.MyPages.Server/Components/Pages/Profile/BillectaModal.razor.rz.scp.css */
/* _content/SolidInsurance.MyPages.Server/Components/Pages/Profile/PayoutSectionForm.razor.rz.scp.css */
.padding-right[b-4k6wmx45in] {
  padding-right: 120px;
}

.custom-disabled-input[b-4k6wmx45in] {
  background-color: unset;
  border: none;
  color: var(--text-color);
}

@media (max-width: 75em) {
  .padding-right[b-4k6wmx45in] {
    padding-right: 20px;
  }
}
/* _content/SolidInsurance.MyPages.Server/Components/Pages/Profile/Profile.razor.rz.scp.css */
.padding-right[b-tqnmlpn62d] {
  padding-right: 120px;
}

.custom-disabled-input[b-tqnmlpn62d] {
  background-color: unset;
  border: none;
  color: var(--text-color);
}

@media (max-width: 75em) {
  .padding-right[b-tqnmlpn62d] {
    padding-right: 20px;
  }
}
/* _content/SolidInsurance.MyPages.Server/Components/Pages/ReportClaims/ReportClaims.razor.rz.scp.css */
.card[b-1rq30l7bzl] {
  .card-footer

{
  background-color: transparent;
  border: 0;
}
}
/* _content/SolidInsurance.MyPages.Server/Components/Pages/Start/UserDetailsVerificationModal.razor.rz.scp.css */
.custom-disabled-input[b-2yeefl784l] {
  background-color: unset;
  border: none;
  color: var(--text-color);
}
/* _content/SolidInsurance.MyPages.Server/Components/Pages/Validation/Validation.razor.rz.scp.css */

.custom-height[b-kboyex1uel] {
  height: 20%;
  background-size: 200%; /* Skalar upp bilden */
  background-position: bottom center; /* Visar den nedre delen */
}

.no-break[b-kboyex1uel] {
  white-space: nowrap; /* Förhindrar radbrytning */
}

/* 768px or smaller */
@media (max-width: 48rem) {
  .custom-login-page h1[b-kboyex1uel] {
    font-size: 2.375rem;
  }
}

@media (min-width: 48rem) { /* md breakpoint */
  .w-md-75[b-kboyex1uel] {
    width: 75%;
  }

  .custom-height[b-kboyex1uel] {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; /* Standard, täcker hela ytan */
    background-position: center; /* Justering för desktop */
  }
}
