
  * {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }
  
 
  .add-section {
    width: 100%;
  }
  
  .add-section input {
    display: inline-block;
    height: 40px;
    margin: 8px auto;
    font-size: 16px;
    border-radius: 5px;
    padding: 0px 5px;
  }
  
  
  #errorMes {
    display: block;
    background: #f2dede;
    width: 95%;
    margin: 0px auto;
    color: rgb(139, 19, 19);
    padding: 10px;
    height: 35px;
  }
  
  .show-todo-section {
    width: 100%;
    margin: 1px auto;
  }
  
  .todo-item {
	margin-top: 0px;
    padding: 3px 1px;
  }
  
  .todo-item h2 {
    display: inline-block;
    font-size: 17px;
    font-family: sans-serif;
  }
  
  .todo-item small {
    width: 100%;
    font-size: 0.7rem;
    font-family: sans-serif;
  }
  
  .remove-to-do {
    display: block;
    width: 24px;
    height: 24px;
	line-height: 14px;
    color: #6ea8fe;
    text-decoration: none;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-radius: 50%;
    transition: background 1s;
    cursor: pointer;
	margin-right: 5px;
  }
  
  .remove-to-do:hover {
    background: #FF0000;
    color: #fff;
  }
  
  .checked {
    color: #999 !important;
    text-decoration: line-through;
  }
  
  .todo-item input {
    margin: 0px 5px;
  }
  
  .empty {
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
    color: #cccc;
  }
  

.footertext {
  color: #636363;
  font-size: 0.8rem;
  text-align: center;
}




.priohigh {
	color: #FF0000;
}
.prionormal {
	color:#848383;
}



.search-box{
  width:0px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
}

.search-box.active{
  width: 300px;
  display: inline;
}

.search-box.active input{
  opacity:1;

}

.search-box input{
  opacity:0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
}

.search-box .search-btn{
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
  z-index:20;
}

.search-box.active .search-btn{
  opacity:0;
  z-index: 10;
}

.search-box .cancel-btn{
  opacity:0;
   z-index: 10; 
}

.search-box.active .cancel-btn{
   opacity:1;
  z-index: 20;
   display: inline;
  color:#fff;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
}


.offcanvas {	
--bs-offcanvas-border-color: #495057;
}

.chatcommentown {
  background-color: #ffffff;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 3px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 12px;
  border-radius: 3px;
  border: 1px solid #727272; 
  line-height: 1.2rem !important;  
  color: #383838;
}	

.chatcommentforeign {
  background-color: #ffffff;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 3px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 12px;
  border-radius: 3px;
  border: 1px solid #727272;  
  color: #383838;
}	

.metachatcommentown {
  margin-right: 7px;
  color: #afaaaa;
  padding-bottom: 5px; 
  line-height: 10px !important;  
  margin-top: 2px;
}	

.metachatcommentforeign {
  margin-left: 7px;
  color: #afaaaa;
  padding-bottom: 5px; 
  line-height: 10px !important;
  margin-top: 2px;
}	


.surveycontainer {
  width: 320px;
  background-color: #F8F8F8;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 3px;
  border: 1px solid #111111; 
}


.scrollToTopBtn {
  color: #939393;
  cursor: pointer;
  font-size: 1.4em;
   /* place it at the bottom left corner */
  position: fixed;
  bottom: 8px;
  left: 8px;
  /* keep it at the top of everything else */
  z-index: 500;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all .5s ease;

}
.showBtn {
  opacity: 1;
  transform: translateY(0)
}

.scrollToTopBtnObserverTarget {
  opacity: 1;
  border-top: 0px solid white !important;

}

.istypingdiv {
font-size: 0.7rem;height: 0.9rem;font-style: italic; color: #5F5F60;
}

.userprofilepic {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.userprofilepicmedium {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;


  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.userprofilepicsmall {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.userprofilepicverysmall {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


/*
 * FilePond Custom Styles
 */

.filepond--drop-label {
	color: #4c4e53;
}

.filepond--label-action {
	text-decoration-color: #babdc0;
}

.filepond--panel-root {
	background-color: #edf0f4;
}


.filepond--root {
	width:170px;
	margin: 0 auto;
}



.menu { /* https://codepen.io/lbebber/pen/RNgBPP    filter: url("#goo");*/

}

.menu-item, .menu-open-button {
  background: #0D6EFD;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  position: absolute;
  top: 1px;
  right: 1px;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size:1rem;
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms;
}


.menu-open {
  display: none;
}

.hamburger {
  width: 12px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -1.5px;
  transition: transform 200ms;
}

.hamburger-1 {
  transform: translate3d(0, -6px, 0);
}

.hamburger-2 {
  transform: translate3d(0, 0, 0);
}

.hamburger-3 {
  transform: translate3d(0, 6px, 0);
}

.menu-open:checked + .menu-open-button .hamburger-1 {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
  position: relative;
  margin-top: -5px;
  width: 35px;
  height: 30px;
  box-sizing: border-box;
  font-size: 0.9rem;
  text-align: left;
  z-index:99;
}

.menu-item:hover {
  background: #5C636A;
  color: #e91e63;
}
.menu-item:nth-child(3) {
  transition-duration: 180ms;
}
.menu-item:nth-child(4) {
  transition-duration: 180ms;
}
.menu-item:nth-child(5) {
  transition-duration: 180ms;
}
.menu-item:nth-child(6) {
  transition-duration: 180ms;
}
.menu-item:nth-child(7) {
  transition-duration: 180ms;
}
.menu-item:nth-child(8) {
  transition-duration: 180ms;
}
.menu-item:nth-child(9) {
  transition-duration: 180ms;
}

.menu-open-button {
  z-index: 2;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  transform: scale(1, 1) translate3d(0, 0, 0);
  cursor: pointer;
}

.menu-open-button:hover {
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
  transition-timing-function: linear;
  transition-duration: 200ms;
  transform: scale(0.9, 0.9) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 180ms;
  transform: translate3d(0.08361px, -40px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 280ms;
  transform: translate3d(35px, -26px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 380ms;
  transform: translate3d(35px, 26px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 480ms;
  transform: translate3d(0.08361px, 40px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(7) {
  transition-duration: 580ms;
  transform: translate3d(60px, 0px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(8) {
  transition-duration: 680ms;
  transform: translate3d(-45px, -26px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(9) {
  transition-duration: 780ms;
  transform: translate3d(-0.25084px, -52px, 0);
}

