body {
  font-family: Söhne, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #f8f9fb;x
  margin: 0px auto !important;
  overflow-x:hidden;
}

label{
  margin-bottom: 0px !important;
  font-weight: normal !important;
  cursor: pointer;
}

p {
  margin-block-start:0em !important;
  margin-block-end:0em !important;
}

.page-title{
  color: #4d96d1;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.page-title-sub{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  width: fit-content;
}

.summary{
  white-space: pre-line;
  font-size: 0.9rem;
  padding: 1rem;
  border: 1px solid black;
  margin: 1rem 0rem;
  border-radius: 1rem;
  background-color: aliceblue;
}

.notes{
  color: #4d505c;
}

.blue{
  color: #006cb0;
}

.blue-link{
  color: #006cb0;
  cursor: pointer;
}

.blue-link:hover{
  text-decoration: underline;
}

.small-font{
  font-size: 12px;
}

.red{
  color: #E17C78 !important;
}

.red-link{
  color: #E17C78;
  cursor: pointer;
}

.red-link:hover{
  text-decoration: underline;
}

.grey{
  color: #A0A0A0;
}

.align-right{
  text-align: right;
}

.line-through{
  text-decoration: line-through;
}

.inline{
  display: inline;
}

.logo{
  height: 34px;
  margin: 10px;
}

.header{
  background-color: #FFF;
  width:100vw;
  position: fixed;
  border-bottom: 1px solid #DEDEDE;
  top:0px;
  z-index: 1;
}

.float-right{
  float: right;
}

.menu-icon {
  width: 50px;
  padding: 2px;
  right: 5px;
  cursor: pointer;
  position: absolute;
}

.left-column{
  background-color: #FFF;
  top: 55px;
  height: calc(100vh - 55px);
  position: absolute;
  width: 250px;
  border-right: 1px solid #DEDEDE;
}

.main-content{
  margin: auto;
  padding: 5px 5px;
  overflow-y: scroll;
  width:80vw;
}

.main-content::-webkit-scrollbar {
  width: .4em;
}
.main-content::-webkit-scrollbar,
.main-content::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}
.main-content::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2);
}

.cover-bar-main-content {
  position: absolute;
  background: transparent;
  height:calc(100vh - 65px);
  top: 0px;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}

.main-content:hover .cover-bar-main-content {
   opacity: 0;
  -webkit-transition: all .5s;
}

.basic-checkbox{
  margin-left: 0rem !important;
  margin-right: 0.2rem !important;
  vertical-align: middle;
  margin-top: 0px !important;
}

.dont-show{
  display: none;
}

.email-task-progress-sent-date-text{
  font-size: 10px;
}

.html-view-datetime-text{
  font-size: 10px;
}

.ip-text{
  font-size: 10px;
}

.os-text{
  font-size: 10px;
}

.dont-break{
  word-break: keep-all;
}
