#app {
  margin-top: -60px !important;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  background: #fdaf007a;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.bg-fdaf00 {
  background: #fdaf00;
}

.menu {
  padding-left: 32px;
}
.nav-link {
  color: #000 !important;
}
a {
  color: #000;
}
aside {
  background: #fdaf007a;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  height: 100vh;
}
aside nav {



  /* background: #fdaf00; */
}
.profile-sidebar {
  border: none !important;
  margin: 10px;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e);
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.building-img {
  text-align: center;
}
.building-img img {
  width: auto;
}
.blur-menu {
  opacity: 1;
  /* transition: all 0.25s ease; */
    display: flex;
    flex-direction: column;
    --border-radius: 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: fixed;
    height: 100vh;
    z-index: 15;
    overflow: auto;
}
.blur-menu.inactive {
    backdrop-filter: blur(0px);
    opacity: 0;
    display: none;
    transition: all 0.25s ease;
}
.blur-menu ul {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom:100px;
}
@media screen and (min-width: 768px){
aside nav.collapse:not(.show) {
  display: inherit;
}
.blur-menu.inactive {
  display: inherit;
  position: sticky;
  opacity: 1;
}
}
@media screen and (min-width: 768px){
header nav.navbar:not(.show) {
  display: none;
}
.blur-menu {
  display: inherit;
  position: inherit;
  opacity: 1;
}
aside {
  top: 0;
}
}

@media screen and (max-width: 767px){
.sidebar {
    z-index: 100;
    position: fixed;
    top: 42px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    display: block;
}
.profile-sidebar:not(.show) {
    display: none;
}
.wrap {
  margin-top: 75px;
}
}

.js-image {
  position: relative;
  text-align: center;
}
.info-img {
  max-width: 100% !important;
  max-height: 200px !important;
}
.photo-delete {
  right: 0 !important;
  left: inherit !important;
}

input#image {
    display: none;
}
.profile-image {
  border-radius: 150px;
  height: 8rem;
  width: 8rem;
  background-image: url('http://test.menteforce.com:8000/images/empty/user.png');
  background-position: center;
  background-size: cover;
}
nav .profile-image {
  height: 3rem;
  width: 3rem;
}

.building-image {
  border-radius: 150px;
  height: 12rem;
  width: 12rem;
  background-image: url('http://test.menteforce.com:8000/images/empty/company.png');
  background-position: center;
  background-size: cover;
}

.building-sel {
  border-radius: 100px;
  border: none;
  height: 3rem;
}
.building-sel option {

}
nav .profile-name {
  margin: auto;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  width: 30vw;
}

.quick-area {
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .quick-area {
    display: none;
  }
}
@media screen and (min-width: 768px){
  .quick-area-sm {
    display: none;
  }
}
.btn-warning {
  background-color: #f3cf7d;
  border-color: #f3cf7d !important;
}
.btn-warning:hover {
  background-color: #f3cf7d;
}
.btn-check:focus+.btn-warning, .btn-warning:focus {
  background-color: #f3cf7d;
  border-color: #f3cf7d !important;
  box-shadow: 0 0 0 0;
}

.user-plus {
  background-color: #f3cf7d;
  border-radius: 150px;
  color: #fff;
  padding: 20px;
}

.select2-selection {
  border-radius: 150px !important;
  text-align: center;
  height: 3rem !important;
  padding-top: 0.5rem;
}
.select2 {
  /* width: 100%; */
}
.select2-selection__arrow {
  top: 8px !important;
}


.quick-report {
  border-radius: 30px;
  display: block;
  text-align: left;
  background: #fff;
}
.rounded-25rem {
  border-radius: 2.5rem;
}
.rounded-10rem {
  border-radius: 1.0rem;
}
.rounded-05rem {
  border-radius: 0.5rem;
}
.photo-area:before {
  font-size: 3.5rem !important;
  /* color: #fff; */
  /* opacity: 56%; */
}
.action-area {
  text-align: center;
  position: relative;
  height: 2rem;
}
.building-action {
  width: 16rem;
  padding-bottom: 5rem;
  position: absolute;
  margin-left: -8rem;
  top: 0;
}
.building-info {
  padding: 1rem 0;
}
.building-info .member-count button, .building-info .template-count button {
  border-radius: 0;
  border-bottom: 2px solid #f3cf7d;
  width: 8rem;
}

.info-count {
  font-size: 1.5rem;
}
.pdf-btn {
  color: #fff !important;
}

.page-list a {
  text-decoration: none !important;
}

/* 画像まとめて追加 */
.image-add-btn {
  position: fixed;
  top: 50%;
  right: -4px;
  border-radius: 12px 0 0 12px;
}


.breadcrumb li {
  padding-right: 10px;
}

.article-inner {
  position: relative;
}
.article-content-delete {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.control-btn {
  position: fixed;
  bottom: 10%;
  right: 0;
  width: 140px;
  display: block;
  background: #fdaf007a;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 8px;
  border-radius: 10px;
}
.control-btn button {
  width: 100% !important;
  margin-bottom: 5px;
}



.building-list-image {
  content: "";
  border-radius: 150px;
  height: 3rem;
  width: 3rem;
  background-image: url('http://test.menteforce.com:8000/images/empty/company.png');
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.building-delete {
  position: absolute;
  right: -5px;
  top: -5px;
}
.building-delete a {
  border-radius: 50%;
}
.building-list-pagenation {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.templateModal {

}
.templateModal::before {
    content: '\f030';
    /* font-size: 40px; */
    font-family: fontAwesome;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    padding-right: 5px;
}