@import '_content/Qm.ServerUi/Qm.ServerUi.a7vw6otezs.bundle.scp.css';
@import '_content/Qm.SharedUi/Qm.SharedUi.ivfr24myip.bundle.scp.css';

/* _content/Qm.CustomerBa/Components/Components/AccountNameC.razor.rz.scp.css */
.text-info[b-29rzzoydxj] {
    color: var(--mud-palette-info);
}
/* _content/Qm.CustomerBa/Components/Components/ComGatePaymentDialog.razor.rz.scp.css */
/*#iframe-container {
    display: none;
    position: absolute;
    overflow: auto;
}

#comGateFrame {
    width: 504px;
    height: 679px;
}

@media (max-height: 700px) {
    #comgate-iframe {
        top: 0px;
    }
}*/

.cg-store-btn[b-rbsqkaao03] {
    display: none;
}

[b-rbsqkaao03] .mud-dialog-content {
    overflow: hidden;
}
/* _content/Qm.CustomerBa/Components/Components/OfficeCardC.razor.rz.scp.css */
/*$mobile-width: 750px;*/
/*$dark-primary: #303F9F;
$light-primary: #C5CAE9;
$primary: #3F51B5; 
$light-text: #FFFFFF;
$accent: #009688;
$primary-text: #212121;
$secondary-text: #757575;
$divider: #BDBDBD;
$link: #00FF5C;
$link-hover: #7800ff;*/
.offices-container[b-1y5xmonke3] {
  margin-top: 15px;
  margin-bottom: 10px;
}
.offices-container .office-container[b-1y5xmonke3] {
  display: grid;
  grid-template-columns: minmax(135px, auto) 1fr minmax(100px, auto);
  min-height: 160px;
  border: 1px solid silver;
  border-radius: 10px;
  /*        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 20px 20px 20px;*/
  grid-row-gap: 10px;
  grid-column-gap: 15px;
  /*background-color: pink;*/
  /*        @media screen and (max-width: 750px) {
      flex-direction: column;
  }*/
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .offices-container .office-container[b-1y5xmonke3] {
    grid-auto-flow: row;
    grid-template-columns: auto;
    justify-content: center;
    text-align: center;
  }
}
.offices-container .office-container .photo[b-1y5xmonke3] {
  display: flex;
  justify-content: center;
}
.offices-container .office-container .photo img[b-1y5xmonke3] {
  height: 100%;
  max-height: 140px;
  align-self: center;
}
.offices-container .office-container .details[b-1y5xmonke3] {
  display: grid;
  align-content: center;
}
.offices-container .office-container .details .name[b-1y5xmonke3] {
  font-size: 24px;
}
.offices-container .office-container .details .organization-name[b-1y5xmonke3] {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 19px;
  color: var(--mud-palette-primary);
}
.offices-container .office-container .details .detail-items[b-1y5xmonke3] {
  color: #404040;
  margin-top: 10px;
  font-size: 17px;
}
.offices-container .office-container .details .detail-items div[b-1y5xmonke3] {
  margin-bottom: 4px;
}
.offices-container .office-container .buttons[b-1y5xmonke3] {
  display: grid;
  align-content: center;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 12px;
  /*            div {
      white-space: nowrap;
      margin-bottom: 10px;
  }*/
}
.offices-container .office-container .buttons .office-button[b-1y5xmonke3] {
  max-width: 200px;
}
.offices-container .office-container .buttons .button-wide[b-1y5xmonke3] {
  grid-column: 1/span 2;
}
/* _content/Qm.CustomerBa/Components/Components/OrderChallengeC.razor.rz.scp.css */
.overlay[b-hki3ocpeen] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dialog[b-hki3ocpeen] {
    width: 750px;
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
}

    .dialog .dialog-header[b-hki3ocpeen] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
    }

    .dialog .dialog-body[b-hki3ocpeen] {
        padding: 2rem;
    }

    .dialog .dialog-footer[b-hki3ocpeen] {
        /*padding: 2rem;*/
    }


.close[b-hki3ocpeen] {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .close:hover[b-hki3ocpeen] {
        background-color: #DDD;
    }
/* _content/Qm.CustomerBa/Components/Components/PaymentGatewayC.razor.rz.scp.css */
.iframe-container[b-8rmmtv29ge] {
    min-height:900px;
}

.payment-frame[b-8rmmtv29ge] {
    min-width: 424px;
    min-height: 900px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .iframe-container[b-8rmmtv29ge] {
        min-height: 700px;
    }
    .payment-frame[b-8rmmtv29ge] {
        min-width: 200px;
        min-height: 700px;
    }
}
/* _content/Qm.CustomerBa/Components/Components/PlusMembershipC.razor.rz.scp.css */
[b-1pkyo96ta7] .mud-chip.light-bg {
    background-color: red !important;
    color: black !important;
}

.mud-chip.light-bg[b-1pkyo96ta7] {
    background-color: blue !important;
    color: black !important;
}
/* _content/Qm.CustomerBa/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/Qm.CustomerBa/Components/Layout/MainLayoutOld.razor.rz.scp.css */
.page[b-w0pephwdtf] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-w0pephwdtf] {
  flex: 1;
}

.sidebar[b-w0pephwdtf] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-w0pephwdtf] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row[b-w0pephwdtf]  a, .top-row .btn-link[b-w0pephwdtf] {
  white-space: nowrap;
  margin-left: 1.5rem;
}

.top-row a:first-child[b-w0pephwdtf] {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-w0pephwdtf] {
    display: none;
  }
  .top-row.auth[b-w0pephwdtf] {
    justify-content: space-between;
  }
  .top-row a[b-w0pephwdtf], .top-row .btn-link[b-w0pephwdtf] {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .page[b-w0pephwdtf] {
    flex-direction: row;
  }
  .sidebar[b-w0pephwdtf] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .top-row[b-w0pephwdtf] {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .top-row[b-w0pephwdtf], article[b-w0pephwdtf] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
.maintenance-header[b-w0pephwdtf] {
  color: red;
  max-width: 420px;
  display: flex;
  align-items: center;
  text-align: center;
}

.container[b-w0pephwdtf] {
  display: grid;
  grid-template-columns: auto 1100px auto;
  grid-template-rows: 60px auto auto;
  grid-template-areas: "header header header" "main main main" "footer-left footer footer-right";
  align-content: stretch;
  justify-content: stretch;
  height: 100%;
}

header[b-w0pephwdtf] {
  /*grid-area: 1/1/1/4;*/
  grid-area: header;
  background-color: whitesmoke;
  border-bottom: 1px solid #D0D0D0;
}

.header-content[b-w0pephwdtf] {
  grid-area: 1/2/2/2;
  z-index: 1;
  align-self: center;
  display: flex;
  justify-content: space-between;
  /*flex-direction: column;*/
  /*background-color: orange;*/
}
.header-content .brand[b-w0pephwdtf] {
  display: flex;
}
.header-content .brand-icon[b-w0pephwdtf] {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.header-content .brand-label[b-w0pephwdtf] {
  display: flex;
  align-items: center;
  margin-left: 12px;
  font-size: 25px;
  /*align-content: center;*/
}
.header-content .not-authorized[b-w0pephwdtf] {
  display: flex;
}

footer[b-w0pephwdtf] {
  /*grid-area: 3/1/3/4;*/
  grid-area: footer;
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #484848;
}
footer .brand[b-w0pephwdtf] {
  display: flex;
  align-items: start;
  margin-top: -1px;
}
footer .brand .brand-icon[b-w0pephwdtf] {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
footer .brand .brand-label[b-w0pephwdtf] {
  margin-top: 1px;
  display: flex;
  align-items: center;
  margin-left: 12px;
  font-size: 25px;
  /*align-content: center;*/
}
footer .category[b-w0pephwdtf] {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .link[b-w0pephwdtf] {
  margin-bottom: 7px;
}

footer-left[b-w0pephwdtf] {
  grid-area: footer-left;
}

footer-right[b-w0pephwdtf] {
  grid-area: footer-right;
}

footer[b-w0pephwdtf], footer-left[b-w0pephwdtf], footer-right[b-w0pephwdtf] {
  background-color: whitesmoke;
  border-top: 1px solid #D0D0D0;
}
/* _content/Qm.CustomerBa/Components/Layout/OfficeLayout.razor.rz.scp.css */
.absences-alert[b-8p89mgkwuo] {
  margin-bottom: 24px;
}
.absences-alert .mud-alert-message > div + div[b-8p89mgkwuo] {
  margin-top: 16px;
}
/* _content/Qm.CustomerBa/Components/Layout/TvLayout.razor.rz.scp.css */
/* _content/Qm.CustomerBa/Components/Pages/CurrentOrderP.razor.rz.scp.css */
[b-2o1agydocf] .call-out {
  font-size: inherit;
  width: auto;
  border: 1px solid #e7e7e7;
}
[b-2o1agydocf] .call-out .header {
  display: none;
}
[b-2o1agydocf] .call-out .sub-header {
  font-size: 30px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 4px;
  /*border: 1px dashed #e7e7e7;*/
}
[b-2o1agydocf] .call-out .content {
  font-size: 1em;
}
[b-2o1agydocf] .call-out .current-number {
  font-size: 100px !important;
  /*height: auto;*/
  padding-top: 12px;
  padding-bottom: 12px;
}
[b-2o1agydocf] .call-out .waiting-count {
  font-size: 30px;
}

[b-2o1agydocf] .no-slots-container {
  font-size: 1em;
  justify-content: center;
}

[b-2o1agydocf] .office-message {
  display: none;
}

.office-group[b-2o1agydocf]  .office-message {
  min-height: 60px;
  font-size: 1em;
  padding: 10px 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: white;
}

[b-2o1agydocf] .office-name-smaller .office-name {
  font-size: 30px !important;
}
[b-2o1agydocf] .office-name-smaller .station-name {
  font-size: 38px !important;
}

[b-2o1agydocf] .station {
  padding: 32px 16px;
  border-bottom: 1px dashed gray;
}
[b-2o1agydocf] .station:first-of-type {
  padding-top: 0;
}
[b-2o1agydocf] .station:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
[b-2o1agydocf] .station .name {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
}
[b-2o1agydocf] .station .called-in {
  margin: 16px 0;
  font-size: 32px;
}
[b-2o1agydocf] .station .waiting {
  font-size: 24px;
}

/* Single Office */
.panel .footer[b-2o1agydocf] {
  margin-top: 1rem;
  position: relative;
  padding-left: 0.75rem;
  text-indent: 0;
}
.panel .footer[b-2o1agydocf]::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

[b-2o1agydocf] .tickets {
  width: 100%;
  border-spacing: 0;
  font-size: 1rem;
}
[b-2o1agydocf] .tickets .called-in-ticket {
  display: inline-block;
  text-align: center;
  background-color: var(--mud-palette-primary);
  border-radius: 1rem;
  font-weight: bold;
  color: white;
}
@media (min-width: 601px) {
  [b-2o1agydocf] .tickets thead {
    height: 3rem;
  }
  [b-2o1agydocf] .tickets thead .mud-table-cell {
    font-size: 1.25rem;
    text-align: left;
  }
  [b-2o1agydocf] .tickets thead .mud-table-cell:nth-child(1) {
    padding-left: 1rem;
  }
  [b-2o1agydocf] .tickets tbody tr {
    height: 3rem;
  }
  [b-2o1agydocf] .tickets tbody tr:first-child td {
    border-top: 0.25rem solid var(--mud-palette-primary);
  }
  [b-2o1agydocf] .tickets tbody tr .mud-table-cell {
    font-size: 1rem;
  }
  [b-2o1agydocf] .tickets tbody tr .mud-table-cell:nth-child(1) {
    padding-left: 1rem;
    width: 350px;
    font-weight: bold;
  }
  [b-2o1agydocf] .tickets tbody tr .mud-table-cell:nth-child(2) {
    width: 225px;
  }
  [b-2o1agydocf] .tickets tbody tr .mud-table-cell .called-in-ticket {
    padding: 0.5rem 1rem;
    margin-right: 0.75rem;
    min-width: 3.75rem;
  }
}
@media (max-width: 600px) {
  [b-2o1agydocf] .tickets .mobile-max-width-50perc {
    max-width: 50%;
  }
  [b-2o1agydocf] .tickets tbody .mud-table-cell {
    text-align: end !important;
    padding: 0.5rem 0.75rem;
  }
  [b-2o1agydocf] .tickets tbody .mud-table-cell::before {
    white-space: nowrap;
  }
  [b-2o1agydocf] .tickets tbody .mud-table-cell:nth-child(1) {
    font-weight: bold;
  }
  [b-2o1agydocf] .tickets tbody .mud-table-cell.waiting {
    align-items: unset;
  }
  [b-2o1agydocf] .tickets tbody .mud-table-cell .called-in-ticket {
    padding: 0.2rem;
    margin-left: 0.1rem;
    min-width: 3rem;
  }
}
/* _content/Qm.CustomerBa/Components/Pages/DepartmentDetailP.razor.rz.scp.css */
/*$mobile-width: 750px;*/ /*$dark-primary: #303F9F;
$light-primary: #C5CAE9;
$primary: #3F51B5; 
$light-text: #FFFFFF;
$accent: #009688;
$primary-text: #212121;
$secondary-text: #757575;
$divider: #BDBDBD;
$link: #00FF5C;
$link-hover: #7800ff;*/
.offices-container[b-m7bu8taaz2] {
  margin-top: 15px;
  margin-bottom: 10px;
}
.offices-container .office-container[b-m7bu8taaz2] {
  display: grid;
  grid-template-columns: minmax(135px, auto) 1fr minmax(100px, auto);
  min-height: 160px;
  border: 1px solid silver;
  border-radius: 10px;
  /*        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 20px 20px 20px;*/
  grid-row-gap: 10px;
  grid-column-gap: 15px;
  /*background-color: pink;*/
  /*        @media screen and (max-width: 750px) {
      flex-direction: column;
  }*/
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .offices-container .office-container[b-m7bu8taaz2] {
    grid-auto-flow: row;
    grid-template-columns: auto;
    justify-content: center;
    text-align: center;
  }
}
.offices-container .office-container .photo[b-m7bu8taaz2] {
  display: flex;
  justify-content: center;
}
.offices-container .office-container .photo img[b-m7bu8taaz2] {
  height: 100%;
  max-height: 140px;
}
.offices-container .office-container .details[b-m7bu8taaz2] {
  display: grid;
  align-content: center;
}
.offices-container .office-container .details .name[b-m7bu8taaz2] {
  font-size: 24px;
}
.offices-container .office-container .details .detail-items[b-m7bu8taaz2] {
  color: #404040;
  margin-top: 10px;
  font-size: 17px;
}
.offices-container .office-container .details .detail-items div[b-m7bu8taaz2] {
  margin-bottom: 4px;
}
.offices-container .office-container .buttons[b-m7bu8taaz2] {
  display: grid;
  align-content: center;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 12px;
  /*            div {
      white-space: nowrap;
      margin-bottom: 10px;
  }*/
}
.offices-container .office-container .buttons .office-button[b-m7bu8taaz2] {
  max-width: 200px;
}
/* _content/Qm.CustomerBa/Components/Pages/ImpersonateP.razor.rz.scp.css */
.impersonate-page[b-nmiov7ljyi] {
    display: grid;
    grid-template-rows: minmax(0, auto) minmax(0, auto);
    justify-content: center;
    align-items: center;
    background-color: var(--content-background-clr);
    min-height: 100%;
}

.impersonate-content[b-nmiov7ljyi] {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 650px;
}
/* _content/Qm.CustomerBa/Components/Pages/JoinQueueP.razor.rz.scp.css */
.join-q-too-early table[b-3flscvtodg] {
  border-spacing: 0 15px;
  font-size: 1rem;
  justify-self: center;
  margin: auto;
  border-spacing: 0 4px;
}
.join-q-too-early table tbody > tr:first-child[b-3flscvtodg] {
  font-weight: bold;
  border-bottom: thin solid;
  text-align: start;
}
.join-q-too-early table tbody > tr:first-child td:not(:first-child)[b-3flscvtodg] {
  min-width: 300px;
}
.join-q-too-early table tbody > tr > td:first-child[b-3flscvtodg] {
  font-weight: bold;
  text-align: right;
}
.join-q-too-early table th[b-3flscvtodg] {
  font-weight: bold;
}
.join-q-too-early table td[b-3flscvtodg], .join-q-too-early table th[b-3flscvtodg] {
  padding: 0 24px 0 0;
  vertical-align: text-top;
  text-align: center;
}
/* _content/Qm.CustomerBa/Components/Pages/MyAccount/AddFamilyAccountP.razor.rz.scp.css */
[b-i5mwwhiile] .mud-checkbox-align {
    margin-left: -13px !important;
}
/* _content/Qm.CustomerBa/Components/Pages/MyAccount/MyOrderP.razor.rz.scp.css */
[b-mh99tjd2s7] a {
    font-size: var(--mud-typography-default-size);
}
/* _content/Qm.CustomerBa/Components/Pages/MyAccount/MyOrdersP.razor.rz.scp.css */
[b-9gzenxkp8r] .mud-table-dense * .mud-table-row .mud-table-cell
{
    padding-inline-start: 0px;
}

.nowrap[b-9gzenxkp8r]{
    white-space: nowrap;
}

.text-ellipsis[b-9gzenxkp8r] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* _content/Qm.CustomerBa/Components/Pages/MyAccount/MyReservationRequestP.razor.rz.scp.css */
.nowrap[b-s3v0hpdcc6] {
    white-space: nowrap;
}

.prewrap[b-s3v0hpdcc6]{
    white-space:pre-wrap;
}
/* _content/Qm.CustomerBa/Components/Pages/MyAccount/MyTicketsP.razor.rz.scp.css */
[b-bsjak11apt] .mud-table-dense * .mud-table-row .mud-table-cell
{
    padding-inline-start: 0px;
}
/* _content/Qm.CustomerBa/Components/Pages/MyAccount/UserInfoP.razor.rz.scp.css */
[b-cuenc9ossk] .mud-checkbox-align {
    margin-left: -13px !important;
}

[b-cuenc9ossk] .date-of-birth-picker {
    height: 48px;
}
/* _content/Qm.CustomerBa/Components/Pages/OfficeDetailP.razor.rz.scp.css */
[b-dvpk3zqqzv] div > ol {
  margin-left: 15px;
}

.office-page .office-info[b-dvpk3zqqzv] {
  display: flex;
  /*height: 190px;*/
}
.office-page .office-info .photo-container[b-dvpk3zqqzv] {
  display: grid;
  align-items: center;
  height: 100%;
}
.office-page .office-info .photo-container .photo[b-dvpk3zqqzv] {
  /*                margin-left: 0px;
                  margin-right: 5px;
                  height: 100%;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .office-page .office-info .photo-container .photo[b-dvpk3zqqzv] {
    text-align: center;
  }
}
.office-page .office-info .photo-container .photo img[b-dvpk3zqqzv] {
  height: 135px;
}
@media screen and (max-width: 750px) {
  .office-page .office-info .photo-container .photo img[b-dvpk3zqqzv] {
    height: 160px;
  }
}
.office-page .office-info .photo-container .photo .bureau-icon[b-dvpk3zqqzv] {
  /*margin-right: 15px;*/
  max-height: 105px;
}
@media screen and (max-width: 750px) {
  .office-page .office-info .photo-container .photo .bureau-icon[b-dvpk3zqqzv] {
    margin-left: 0px;
  }
}
/* _content/Qm.CustomerBa/Components/Pages/OfficeMenuC.razor.rz.scp.css */
/*$dark-primary: #303F9F;
$light-primary: #C5CAE9;
$primary: #3F51B5; 
$light-text: #FFFFFF;
$accent: #009688;
$primary-text: #212121;
$secondary-text: #757575;
$divider: #BDBDBD;
$link: #00FF5C;
$link-hover: #7800ff;*/
.horizontal-menu[b-r12yfwq0g4] {
  display: grid;
  min-height: 50px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  background-color: white;
}
.horizontal-menu .menu-item[b-r12yfwq0g4] {
  /*border: 1px solid silver;
  border-radius: 8px;*/
  /*padding: 10px 18px 10px 18px;*/
  /*margin-right: 20px;*/
  font-size: 16px;
  /*min-width: 110px;*/
  display: grid;
  justify-content: center;
  align-content: center;
  cursor: pointer;
  height: 50px;
}
.horizontal-menu .active[b-r12yfwq0g4] {
  font-weight: bold;
  /*border-top: 2px solid var(--mud-palette-primary);*/
  border-bottom: 4px solid var(--mud-palette-primary);
  /*border-radius: 6px;*/
  background-color: var(--mud-palette-primary-hover);
}
@media screen and (max-width: 750px) {
  .horizontal-menu .active[b-r12yfwq0g4] {
    /*border-top: 2px dashed var(--mud-palette-primary);*/
  }
}
/* _content/Qm.CustomerBa/Components/Pages/OfficesP.razor.rz.scp.css */
/*$mobile-width: 750px;*/
/*$dark-primary: #303F9F;
$light-primary: #C5CAE9;
$primary: #3F51B5; 
$light-text: #FFFFFF;
$accent: #009688;
$primary-text: #212121;
$secondary-text: #757575;
$divider: #BDBDBD;
$link: #00FF5C;
$link-hover: #7800ff;*/
.header-hero[b-odn87ccgoe] {
  background: #3f4079 url(../offices/header-healthcare.jpg) no-repeat center bottom;
  display: flex;
  background-size: cover;
  justify-content: center;
  align-items: end;
  min-height: 380px;
}
@media screen and (max-width: 750px) {
  .header-hero[b-odn87ccgoe] {
    min-height: 245px;
  }
}
.header-hero .search-container[b-odn87ccgoe] {
  display: grid;
  grid-auto-flow: column;
  /*grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));*/
  margin-bottom: 28px;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  /*background-color: white;*/
  border-radius: 10px;
  /*height: fit-content;*/
  padding: 14px 20px 14px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid white;
  /*background-color: white;*/
  /*        ::deep .mud-select {
      max-width: 300px !important;
  }*/
}
.header-hero .search-container[b-odn87ccgoe]  .mud-input-control > .mud-input-control-input-container {
  background-color: white;
  border-radius: var(--mud-default-borderradius);
}
.header-hero .search-container[b-odn87ccgoe]  svg.mud-svg-icon {
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .header-hero .search-container[b-odn87ccgoe] {
    grid-auto-flow: row;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    /*            grid-template-columns: auto;
    justify-content: center;
    text-align: center;*/
  }
}
.header-hero .search-container[b-odn87ccgoe]  .input-wide {
  min-width: 300px;
}

.bureau-layout .header-hero[b-odn87ccgoe] {
  background: #3f4079 url(../offices/header-bureau.jpg) no-repeat center;
  background-size: cover; /* Makes sure the background image covers the element */
  background-position: center; /* Centers the image */
  width: 100%; /* Ensures the element spans 100% of its parent container */
  height: auto; /* Adjust this depending on how much height you want for the element */
}

.footer-hero[b-odn87ccgoe] {
  background: #3f4079 url(../offices/footer-healthcare.svg) repeat fixed;
  display: grid;
  justify-content: center;
  align-items: center;
  color: white;
}
.footer-hero .hero-content[b-odn87ccgoe] {
  display: grid;
  margin-top: 40px;
  margin-bottom: 25px;
  margin-bottom: 35px;
  margin-left: 30px;
  margin-right: 30px;
}
.footer-hero .hero-content .main-image[b-odn87ccgoe] {
  height: 350px;
  height: 250px;
}
.footer-hero .hero-content .description[b-odn87ccgoe] {
  max-width: 500px;
  text-align: justify;
}
.footer-hero .hero-content .app-store-icon[b-odn87ccgoe] {
  width: 150px;
  height: 50px;
}
.footer-hero .hero-content h3[b-odn87ccgoe] {
  font-weight: 500;
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .footer-hero .hero-content .main-image[b-odn87ccgoe] {
    height: fit-content;
  }
  .footer-hero .hero-content .app-store-icon[b-odn87ccgoe] {
    width: 135px;
    height: 45px;
  }
}
.footer-hero .mobile-app-text[b-odn87ccgoe] {
  display: flex;
  align-items: center;
}

.bureau-layout .footer-hero[b-odn87ccgoe] {
  background: #3f4079 url(../offices/footer-bureau.svg);
  background-size: 500px 500px;
  background-repeat: repeat;
  background-position: top left;
}
/* _content/Qm.CustomerBa/Components/Pages/OrganizationDetailP.razor.rz.scp.css */
.font-size-17[b-cqd4dqmudf] {
    font-size: 17px;
}
/* _content/Qm.CustomerBa/Components/Pages/PaymentInfoP.razor.rz.scp.css */
h1[b-s1ns6j5fay] {
    margin-bottom: 15px;
}

h2[b-s1ns6j5fay] {
    margin-bottom: 12px;
}

p[b-s1ns6j5fay] {
    margin-bottom: 10px;
}

a[b-s1ns6j5fay] {
    color: #2196f3;
}
/* _content/Qm.CustomerBa/Components/Pages/PaymentInstructionsMembershipP.razor.rz.scp.css */
.image-container[b-8pa2xobwg3] {
    justify-content: start;
    display: flex;
}

img[b-8pa2xobwg3] {
    object-fit: contain;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    border: 1px solid silver;
}

[b-8pa2xobwg3] .instructions-link {
    font-size: 1em;
}
/* _content/Qm.CustomerBa/Components/Pages/PrescriptionP.razor.rz.scp.css */
.nowrap[b-qajyyn8d2w] {
    white-space: nowrap;
}
/* _content/Qm.CustomerBa/Components/Pages/PurchaseMembershipP.razor.rz.scp.css */
.nowrap[b-z8sdlg3gnf] {
    white-space: nowrap;
}

ul[b-z8sdlg3gnf] {
    list-style-type: none
}
/* _content/Qm.CustomerBa/Components/Pages/RegisterP.razor.rz.scp.css */
@media screen and (min-width: 600px) {
  [b-qce5ux1273] .birth-number-birth-date .mud-input-control {
    margin-top: 16px;
  }
}
/* _content/Qm.CustomerBa/Components/Pages/ReservationP.razor.rz.scp.css */
[b-r9chqdcgxj] .multiline {
  white-space: break-spaces;
  height: auto;
}

.date-and-time[b-r9chqdcgxj] {
  display: grid;
  grid-auto-flow: column;
}

.calendar-container[b-r9chqdcgxj] {
  border-radius: 5px;
}

.selected-date[b-r9chqdcgxj] {
  font-size: 120%;
  font-weight: bold;
}

[b-r9chqdcgxj] .time-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(230px, 350px));
  gap: 10px;
}
@media screen and (max-width: 950px) {
  [b-r9chqdcgxj] .time-slots {
    grid-template-columns: repeat(2, minmax(230px, 350px));
  }
}
@media screen and (max-width: 650px) {
  [b-r9chqdcgxj] .time-slots {
    grid-template-columns: repeat(1, minmax(230px, 350px));
  }
}
[b-r9chqdcgxj] .time-slots .time-slot-container {
  display: flex;
  flex-flow: column;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  padding: 10px 14px;
  margin-bottom: 15px;
}
[b-r9chqdcgxj] .time-slots .time-slot-container .time-slot {
  min-height: 36.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[b-r9chqdcgxj] .time-slots .time-slot-container .time-slot-qs {
  display: block;
  margin-top: 12px;
}
[b-r9chqdcgxj] .time-slots .available {
  border: 1px solid #6acdcc !important;
}
[b-r9chqdcgxj] .time-slots .not-available {
  cursor: not-allowed;
  color: var(--mud-palette-text-secondary);
}
[b-r9chqdcgxj] .time-slots .not-available .mud-chip-content {
  color: var(--mud-palette-text-secondary);
}
[b-r9chqdcgxj] .time-slots .selected {
  border: 1px solid #082944;
  background-color: #082944;
  color: white;
}

.icon-and-text[b-r9chqdcgxj] {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.icon-and-text[b-r9chqdcgxj]  .mud-icon-root {
  margin-right: 6px;
}

.validation-message[b-r9chqdcgxj] {
  color: #f44336 !important;
  font-size: 85%;
  margin-left: 48px;
}

.shadow-decent[b-r9chqdcgxj] {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.alert-centered-icon .mud-icon-root[b-r9chqdcgxj] {
  margin-top: 6px;
}

.selected-time-container[b-r9chqdcgxj] {
  max-width: 550px;
}

[b-r9chqdcgxj] .white-chip {
  background-color: white;
}

.q-selection[b-r9chqdcgxj] {
  padding: 10px 10px 10px 10px;
  margin-bottom: 25px;
}
.q-selection[b-r9chqdcgxj]  .mud-chip {
  border: 1px solid var(--mud-palette-primary);
  margin: 10px 10px 10px 10px;
}

[b-r9chqdcgxj] .filter-date-picker {
  max-width: 240px;
  /*margin-left: -20px;*/
}

.filter-date-picker-label[b-r9chqdcgxj] {
  display: flex;
  align-items: center;
}

.available-slots-label[b-r9chqdcgxj] {
  font-size: 16px;
}

[b-r9chqdcgxj] .available-count-info {
  font-size: 20px !important;
}

.horizontal-responsive .filter-block[b-r9chqdcgxj] {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .horizontal-responsive[b-r9chqdcgxj] {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .horizontal-responsive .filter-block[b-r9chqdcgxj] {
    width: 100%;
    justify-content: flex-start;
  }
}
/* _content/Qm.CustomerBa/Components/Pages/ReservationRequestEditP.razor.rz.scp.css */
.nowrap[b-nkakoqsxfl] {
    white-space: nowrap;
}
/* _content/Qm.CustomerBa/Components/Pages/SelectTvP.razor.rz.scp.css */

    
[b-jvxoh53zjw] .big-tv-button {
    margin: 5px !important;
    min-width:600px !important;
    min-height:80px !important;
    /*background-color: lightblue !important;*/
}

[b-jvxoh53zjw] .mud-button-label {
    font-size: 28px !important;
    flex-direction: column;
}

[b-jvxoh53zjw] .mud-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
}


.page[b-jvxoh53zjw] {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 28px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    height: 100%;
}
