/* _content/StoreChat/Views/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-lehtmdo1kc] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/*a {
  color: #0077cc;
}*/

.btn-primary[b-lehtmdo1kc] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-lehtmdo1kc], .nav-pills .show > .nav-link[b-lehtmdo1kc] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-lehtmdo1kc] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-lehtmdo1kc] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-lehtmdo1kc] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-lehtmdo1kc] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-lehtmdo1kc] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* ===== PC用: 左からスライド ===== */
@media (min-width: 768px) {
    .sidebar[b-lehtmdo1kc] {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        background-color: white;
        transform: translateX(0);
        transition: transform 0.3s ease;
        z-index: 1050;
    }

    .sidebar.collapsed[b-lehtmdo1kc] {
        transform: translateX(-100%);
    }
}

/* ===== スマホ用: 上からスライド ===== */
@media (max-width: 767px) {
    .sidebar[b-lehtmdo1kc] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: white;
        transform: translateY(-100%);
        transition: transform 0.3s ease;
        z-index: 1050;
    }

    .sidebar:not(.collapsed)[b-lehtmdo1kc] {
        transform: translateY(0);
    }

    .sidebar.collapsed[b-lehtmdo1kc] {
        transform: translateY(-100%);
    }
}

/* メニュー内 collapse 用 */
#menuCollapse[b-lehtmdo1kc] {
    flex-grow: 1;
    overflow-y: auto;
}

#toggleSidebar[b-lehtmdo1kc] {
/*    position: fixed;*/
    top: 10px;
    left: 10px;
    /*background: #808080;*/
    /*color: white;*/
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    margin: 10px;
}

.icon_block[b-lehtmdo1kc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.icon_size[b-lehtmdo1kc] {
    font-size: 24px;
}

main[b-lehtmdo1kc] {
    margin-top: 95px !important; /* headerの高さ分 */
}


/* _content/StoreChat/Views/Shared/_Layout_Home.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-xys9mgul8r] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-xys9mgul8r] {
  color: #0077cc;
}

.btn-primary[b-xys9mgul8r] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-xys9mgul8r], .nav-pills .show > .nav-link[b-xys9mgul8r] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-xys9mgul8r] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-xys9mgul8r] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-xys9mgul8r] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-xys9mgul8r] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-xys9mgul8r] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.icon_block[b-xys9mgul8r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.icon_size[b-xys9mgul8r] {
    font-size: 24px;
}

/* _content/StoreChat/Views/Shared/_Layout_NoMenu.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-vl4n4b7kfl] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-vl4n4b7kfl] {
  color: #0077cc;
}

.btn-primary[b-vl4n4b7kfl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-vl4n4b7kfl], .nav-pills .show > .nav-link[b-vl4n4b7kfl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-vl4n4b7kfl] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-vl4n4b7kfl] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-vl4n4b7kfl] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-vl4n4b7kfl] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-vl4n4b7kfl] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* ===== PC用: 左からスライド ===== */
@media (min-width: 768px) {
    .sidebar[b-vl4n4b7kfl] {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        background-color: white;
        transform: translateX(0);
        transition: transform 0.3s ease;
        z-index: 1050;
    }

    .sidebar.collapsed[b-vl4n4b7kfl] {
        transform: translateX(-100%);
    }
}

/* ===== スマホ用: 上からスライド ===== */
@media (max-width: 767px) {
    .sidebar[b-vl4n4b7kfl] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: white;
        transform: translateY(-100%);
        transition: transform 0.3s ease;
        z-index: 1050;
    }

    /*.sidebar:not(.collapsed) {
        transform: translateY(0);
    }*/

    .sidebar.collapsed[b-vl4n4b7kfl] {
        transform: translateY(-100%);
    }
}

/* メニュー内 collapse 用 */
#menuCollapse[b-vl4n4b7kfl] {
    flex-grow: 1;
    overflow-y: auto;
}

#toggleSidebar[b-vl4n4b7kfl] {
/*    position: fixed;*/
    top: 10px;
    left: 10px;
    /*background: #808080;*/
    /*color: white;*/
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    margin: 10px;
}

.icon_block[b-vl4n4b7kfl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.icon_size[b-vl4n4b7kfl] {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .hamburger-menu[b-vl4n4b7kfl] {
        display: none;
    }
}


/* _content/StoreChat/Views/Shared/_Layout_QuotationRequest.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-jlxh8e3sg2] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/*a {
  color: #0077cc;
}*/

.btn-primary[b-jlxh8e3sg2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-jlxh8e3sg2], .nav-pills .show > .nav-link[b-jlxh8e3sg2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-jlxh8e3sg2] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-jlxh8e3sg2] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-jlxh8e3sg2] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-jlxh8e3sg2] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-jlxh8e3sg2] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* ===== PC用: 左からスライド ===== */
@media (min-width: 768px) {
    .sidebar[b-jlxh8e3sg2] {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        background-color: white;
        transform: translateX(0);
        transition: transform 0.3s ease;
        z-index: 1050;
    }

    .sidebar.collapsed[b-jlxh8e3sg2] {
        transform: translateX(-100%);
    }
}

/* ===== スマホ用: 上からスライド ===== */
@media (max-width: 767px) {
    .sidebar[b-jlxh8e3sg2] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: white;
        transform: translateY(-100%);
        transition: transform 0.3s ease;
        z-index: 1050;
    }

    .sidebar:not(.collapsed)[b-jlxh8e3sg2] {
        transform: translateY(0);
    }

    .sidebar.collapsed[b-jlxh8e3sg2] {
        transform: translateY(-100%);
    }
}

/* メニュー内 collapse 用 */
#menuCollapse[b-jlxh8e3sg2] {
    flex-grow: 1;
    overflow-y: auto;
}

#toggleSidebar[b-jlxh8e3sg2] {
/*    position: fixed;*/
    top: 10px;
    left: 10px;
    /*background: #808080;*/
    /*color: white;*/
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    margin: 10px;
}

.icon_block[b-jlxh8e3sg2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.icon_size[b-jlxh8e3sg2] {
    font-size: 24px;
}

main[b-jlxh8e3sg2] {
    margin-top: 95px !important; /* headerの高さ分 */
}


