/* 全体CSS */
body {
  height: 100vh;
}

input[type="date"]{
    width: 100%;
      
    position: relative;
}
 
input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
input[type="time"]{
    width: 100%;
      
    position: relative;
}
 
input[type=time]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.card {
  background-color: #fff9;
}

.login-bg {
  background-color: #fff;
}

.all-comment-area {
  overflow-wrap: anywhere;
}
.cursor{
  cursor: pointer;
}

.comment-area {
  border-radius: 15px;
  width: 90%;
  height: 200px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
} 

#progress-chart {
  width: 1400px;
}
.progress-chart-area {
  width: 100%;
  height: 700px;
  overflow: scroll;
}

.wrapper {
    display: flex;
    
    width: 100%;
}
.tags {
   user-select: none;
}
/* カレンダーエリア */
.reportedColor {
  background-color: #DDFFFF;
  border-radius: 50%;

}
.UnreportedColor {
  background-color: #FFEEFF;
  border-radius: 50%;
}

.calendar {
  min-width: 60%;
  min-height: 40%;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.all-content {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.back-btn:hover {
  color: #7386D5;
}

.selected-name {
  cursor: pointer;
}

#floatingTextarea {
  height: 150px;
}
#step-comment-area {
  height: 200px;
}
.sub-title {
  font-size: 1.2rem;
  font-weight: 600;
}
/* ロゴエリア */
#logo {
  width: 140px;
  /* height: 60px; */
  /* border-radius: 5px; */
  padding: 0;
  mix-blend-mode: multiply;
}
#logo img {
  width: 100%;
}

.header-nav {
  background-color: #fff;
}

.falcon-char {
  width: 100%;
  animation-name: move, move1;
  animation-duration: 1s, 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes move {
    0% {
        transform: translate(0px);
    }
    50% {
        transform: translate3d(31px, 16px, 0px);
    }
}

@keyframes move1 {
   0% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-0.5deg);
    }
    100% {
        transform: rotate(2deg);
    }
}


#back-area {
  width: 135px;
}
/* ボタン */
.basic-btn {
   background-color: #fff;
   border: 1px solid #1c1d1f;
   font-weight: 600;
   padding: 10px 40px;
   margin: 10px auto;
   cursor: pointer;
   transition: all 0.3s;
}
.float:hover {
  background-color: #1c1d1f;
  color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    /* min-height: 100vh; */
    z-index: 999;
    background: white;
    color: #1c1d1f;
    transition: all 0.3s;
    box-shadow: 8px 0 3px -5px rgb(0 0 0 / 8%);
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.0em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    /* background: #fff; */
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

#sidebar ul li a .active {
    color: #7386D5;
    background: #fff;
}

.menu-title {
  width: 85%;
}

@media (max-width: 785px) {
    #sidebar {
        position: static;
        margin-left: -200px;
    }
    #sidebar.active {
        margin-left: 0;
        position: sticky;
        top: 0;
        left: 0;
        height: 100vh;
    }
    .all-content {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 786px) {
    #sidebarCollapse {
        display: none;
     }
    #toggle-bar {
	 display: none;
    }
 }
.nav-header {
	   box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
   }
/* スライドイン メッセージ */
#slide-in {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}
/* ローディングアイコン */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  align-items: center;
  justify-content: center;
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(19, 14, 14, 0.2);
  border-right: 1.1em solid rgba(19, 14, 14, 0.2);
  border-bottom: 1.1em solid rgba(19, 14, 14, 0.2);
  border-left: 1.1em solid #1f1919;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* バリデーション */
.errorMessage {
    color: red;
    font-size: 0.8rem;
}
.isValid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .isValid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }

  .isInvalid {
    border-color: #ff4136;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4136' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.isInvalid:focus {
    border-color: #ff4136;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
  }
