/* html,
body,
.container-fluid {
  height: 100%
} */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.chTtoast{
  position: absolute;
  bottom: 60px;
  width: 100%;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/* body > .container {
  padding: 60px 15px 0;
} */

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.customNavbarToggler{
  /* --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;

  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 0px 10px 15px;
  box-shadow: 10px 10px 16px -2px #b6b6b6;
  margin-top: 50px;
  margin-right: 5px;
  padding: 15px; */
}

#untilTokenExpired{
  /* position: absolute;
  top: -5%;
  left: 40%; */
  font-size: 10px
}

/* .midlaner {
  background-color: #eeeeee
}

.toplaner {
  background-color: #ffea00
} */

.offcanvas{
  width: 25% !important;
}

.offcanvas.offcanvas-end{
  width: 25% !important;
}

.chd-shadow {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.chd-button-toast-shadow {
  box-shadow: 10px 10px 16px -2px #b6b6b6;
}

.diarydata_name{
   margin-right: 40px;
}

/* .diarydata_name.overflow { */
.overflow {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow:hover {
  overflow: visible;
}

.overflow:hover span {
  position: relative;
  background-color: white;

  box-shadow: 0 0 4px 0 black;
  border-radius: 1px;
}

#DailyCourseContainer{
  font-size: 75%;
  flex: 1;
}

#allDiary {
   flex: 7;
   height: 75vh;
}
#dcSpacer {
  flex: 1.5;
}
/* div {
  background: black;
} */

@media (max-width: 1000px) {
  #dcSpacer {
    flex: none;
  }
  #DailyCourseContainer{
    font-size: 60%;
    flex: 10
  }
  #allDiary {
    /* flex: 0; */
    height: 75vh;
    font-size: 75%;
 }
}