/* _content/HostMate/Pages/Help/HelpEditor.cshtml.rz.scp.css */
#editor[b-naipggg6e3] {
    min-width: 100px;
    min-height: 600px;
    margin-top: 1ex;
    margin-bottom: 5ex;
}
/* _content/HostMate/Pages/Index.cshtml.rz.scp.css */
.hero[b-z6nx3dgpgb] {
  background-color: #C32F4B;
  color: #ffffff;
}

.inner-container[b-z6nx3dgpgb] {
  max-width: 1056px;
}

.gray-bg[b-z6nx3dgpgb] {
  background-color: #f9f9f9;
}

.vert-bubble[b-z6nx3dgpgb] {
  border-radius: 38px;
  background-color: #C32F4B;
  color: #ffffff;
}

.montserrat-hero-headline[b-z6nx3dgpgb] {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(2rem, -0.875rem + 8.333vw, 3rem);
}

.montserrat-hero-sub[b-z6nx3dgpgb] {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1rem, -0.875rem + 8.333vw, 1.6rem);
}

.montserrat-subhead[b-z6nx3dgpgb] {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.5rem, -0.875rem + 8.333vw, 2rem);
  color: #C32F4B;
}

.montserrat-article-title[b-z6nx3dgpgb] {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, -0.875rem + 8.333vw, 1.5rem);
  color: #C32F4B;
}

.montserrat-bubble-title[b-z6nx3dgpgb] {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, -0.875rem + 8.333vw, 1.25rem);
}

.footer[b-z6nx3dgpgb] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.btn-hero-primary[b-z6nx3dgpgb] {
  color: #C32F4B !important;
  background-color: #FFFFFF !important;
  border-color: #C32F4B !important;
}
/* _content/HostMate/Pages/Payments.cshtml.rz.scp.css */
.text-button[b-psfc5jtr7q] {
    background: #0000;
    color: #C32F4B;
    border: none;
    text-decoration: underline;
}

.spaced-children[b-psfc5jtr7q] {
    display: flex;
    justify-content: space-between;
}
/* _content/HostMate/Pages/Provider/Calendar.cshtml.rz.scp.css */
.today-date[b-msnr8v0qx5] {
    background-color: #DDD;
}

.repeat-month[b-msnr8v0qx5] {
    display: none;
}

.month[b-msnr8v0qx5] {
    font-weight: bold;
}

.date-content[b-msnr8v0qx5] {
    aspect-ratio: 2;
}

.date + .num-jobs[b-msnr8v0qx5] {
    margin-top: 2ex;
}

.table[b-msnr8v0qx5] {
    table-layout: fixed;
}
/* _content/HostMate/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-yt1i54x4q6] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-yt1i54x4q6] {
  color: #0077cc;
}

.btn-primary[b-yt1i54x4q6] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-yt1i54x4q6], .nav-pills .show > .nav-link[b-yt1i54x4q6] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-yt1i54x4q6] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-yt1i54x4q6] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-yt1i54x4q6] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-yt1i54x4q6] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-yt1i54x4q6] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/HostMate/Pages/ViewInvoice.cshtml.rz.scp.css */
.header[b-54ekc1t473] {
    display: flex; 
    flex-direction: row; 
    margin-top: 5ex;
}

.head-col-wide[b-54ekc1t473] {
    flex-grow: 3;
}

.head-col[b-54ekc1t473] {
    flex-grow: 1;
}

.invoice-table[b-54ekc1t473] {
    width: 100%;
    margin: 10ex 0ex;
    border-collapse: collapse;
}

thead > tr[b-54ekc1t473] {
    border-bottom: 2px solid black;
}

.wide-col[b-54ekc1t473] {
    width: 50%;
}

.light-rule[b-54ekc1t473] {
    border-bottom: 2px solid lightgray;
}

tr:last-child > td[b-54ekc1t473] {
    border-top: 2px solid black
}

tr:last-child > td:first-child[b-54ekc1t473] {
    border-top: 0px solid black;
}

td[b-54ekc1t473], 
th[b-54ekc1t473] {
    text-align: end;
    padding-top: 1ex;
    padding-bottom: 1ex;
}

td:first-child[b-54ekc1t473], 
th:first-child[b-54ekc1t473] {
    text-align: start;
}

button.download[b-54ekc1t473] {
    background-color: transparent;
    border: none;
    font-size: xx-large;
    color: #C32F4B;
}
