/* _content/SalonCRM.Web/Areas/Admin/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-h4mt7ovjj2] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-h4mt7ovjj2] {
  color: #0077cc;
}

.btn-primary[b-h4mt7ovjj2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-h4mt7ovjj2], .nav-pills .show > .nav-link[b-h4mt7ovjj2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-h4mt7ovjj2] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-h4mt7ovjj2] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-h4mt7ovjj2] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-h4mt7ovjj2] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-h4mt7ovjj2] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/SalonCRM.Web/Areas/Admin/Pages/UserGroups.cshtml.rz.scp.css */
@media (max-width: 575.98px) {
    .usergroup-listitem[b-m5893xl7g5] {
        width: calc((100% - (0.75rem * 1)) / 2);
    }
    .usergroup-listitem:nth-child(2n)[b-m5893xl7g5] {
        margin-right: 0 !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .usergroup-listitem[b-m5893xl7g5] {
        width: calc((100% - (0.75rem * 2)) / 3);
    }
    .usergroup-listitem:nth-child(3n)[b-m5893xl7g5] {
        margin-right: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .usergroup-listitem[b-m5893xl7g5] {
        width: calc((100% - (0.75rem * 3)) / 4);
    }
    .usergroup-listitem:nth-child(4n)[b-m5893xl7g5] {
        margin-right: 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .usergroup-listitem[b-m5893xl7g5] {
        width: calc((100% - (0.75rem * 4)) / 5);
    }
    .usergroup-listitem:nth-child(5n)[b-m5893xl7g5] { 
        margin-right: 0 !important;
    }
}
@media (min-width: 1200px) {
    .usergroup-listitem[b-m5893xl7g5] {
        width: calc((100% - (0.75rem * 5)) / 6);
    }
    .usergroup-listitem:nth-child(6n)[b-m5893xl7g5] {
        margin-right: 0 !important;
    }
}

.usergroup-list-container[b-m5893xl7g5] {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.usergroup-listitem[b-m5893xl7g5] {
    flex: 0 0 auto;
    box-sizing: border-box;
    background-color: #222222;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0.75rem;
    margin-right: 0.75rem;
    cursor: pointer;
}
.usergroup-listitem-name-container[b-m5893xl7g5] {
    flex: 0 0 auto;
}
.usergroup-listitem-name[b-m5893xl7g5] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
}

.usergroup-search-bar[b-m5893xl7g5] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.usergroup-search-group[b-m5893xl7g5] {
    flex: 0 0 auto;
    width: auto !important;
}

.usergroup-users-container[b-m5893xl7g5] {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0;
}
.usergroup-users-newuser-btn[b-m5893xl7g5] {
    flex: 0 0 auto;
    display: inline-block;
    line-height: 100%;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    border-radius: 0.25rem;
    border: none;
    background: none;
}
.usergroup-users-list[b-m5893xl7g5] {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0.25rem 0 0.25rem 0;
}
.usergroup-user-entry[b-m5893xl7g5] {
    flex: 0 0 auto;
    padding: 0.5rem 0.25rem 0.5rem 0.25rem;
    border-top: solid 1px var(--bs-secondary);
    border-left: solid 1px var(--bs-secondary);
    border-right: solid 1px var(--bs-secondary);
}
.usergroup-user-entry:first-child[b-m5893xl7g5] {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.usergroup-user-entry:last-child[b-m5893xl7g5] {
    border: solid 1px var(--bs-secondary);
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.usergroup-user-name[b-m5893xl7g5] {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 100%;
}
.usergroup-user-email[b-m5893xl7g5] {
    font-size: 0.8rem;
    line-height: 100%;
}
/* _content/SalonCRM.Web/Areas/Identity/Pages/Account/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-udu2kefxtu] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-udu2kefxtu] {
  color: #0077cc;
}

.btn-primary[b-udu2kefxtu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-udu2kefxtu], .nav-pills .show > .nav-link[b-udu2kefxtu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-udu2kefxtu] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-udu2kefxtu] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-udu2kefxtu] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-udu2kefxtu] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-udu2kefxtu] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/SalonCRM.Web/Pages/EditCustomer.cshtml.rz.scp.css */
@media only screen and (min-width: 769px) {
    .form-container[b-cteal1be7g] {
        width: 768px;
    }
}
@media only screen and (max-device-width: 768px) and (orientation: portrait) {
    .form-container[b-cteal1be7g] {
        width: 100%;
    }
}

@media only screen and (min-device-width: 769px) and (orientation: landscape) {
    .form-container[b-cteal1be7g] {
        width: 768px;
    }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
    .form-container[b-cteal1be7g] {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .form-container[b-cteal1be7g] {
        width: 100%;
    }
}

.input-group-date-part[b-cteal1be7g] {
    width: 1.5em;
    justify-content: center;
}

span.form-list-group-title[b-cteal1be7g] {
    min-width: 4em;
    width: 18%;
    text-align: center;
}

.form-list-row-title[b-cteal1be7g] {
    flex: 0 0 auto;
    display: inline-block;
    min-width: 4em;
    width: calc(18% - 1px);
    height: 100%;
    text-align: center;
    background-color: #3b3b3b;
    border-right: solid 1px #515151;
    padding: .375rem .75rem;
}
.form-list-row-text[b-cteal1be7g] {
    flex: 1 0 auto;
    display: inline-block;
    padding: .375rem .75rem;
    line-height: 1.5;
}

.form-button[b-cteal1be7g] {
    max-width: 4em;
}

.btn-new-phonenumber[b-cteal1be7g] {
    font-size: 0.8rem !important;
    padding: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}
/* _content/SalonCRM.Web/Pages/EditServiceRec.cshtml.rz.scp.css */
@media only screen and (min-width: 769px) {
    .form-container[b-blk2oue3sj] {
        width: 768px;
    }
}
@media only screen and (max-device-width: 768px) and (orientation: portrait) {
    .form-container[b-blk2oue3sj] {
        width: 100%;
    }
}

@media only screen and (min-device-width: 769px) and (orientation: landscape) {
    .form-container[b-blk2oue3sj] {
        width: 768px;
    }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
    .form-container[b-blk2oue3sj] {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .form-container[b-blk2oue3sj] {
        width: 100%;
    }
}


span.form-list-group-title[b-blk2oue3sj] {
    min-width: 4em;
    width: 7em;
    text-align: center;
}
.form-list-row-title[b-blk2oue3sj] {
    flex: 0 0 auto;
    display: inline-block;
    min-width: 4em;
    width: calc(18% - 1px);
    height: 100%;
    text-align: center;
    background-color: #3b3b3b;
    border-right: solid 1px #515151;
    padding: .375rem .75rem;
}
.form-list-row-text[b-blk2oue3sj] {
    flex: 1 0 auto;
    display: inline-block;
    padding: .375rem .75rem;
    line-height: 1.5;
}
/* _content/SalonCRM.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-5xnryst8xz] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-5xnryst8xz] {
  color: #0077cc;
}

.btn-primary[b-5xnryst8xz] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-5xnryst8xz], .nav-pills .show > .nav-link[b-5xnryst8xz] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-5xnryst8xz] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-5xnryst8xz] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-5xnryst8xz] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-5xnryst8xz] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-5xnryst8xz] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
