.col-container {
    display:table;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    table-layout: fixed;
    background: #A6A6A6;
}
.col {
    width:15%;
    display:table-cell;
    word-break:break-word;
    background: #1D1D1D;
    color: white;
    text-align: center;
}
.col2{
    display:table-cell;
    word-break:break-word;
    background: #8A68CC;
    align-content:center;
}
.content-container{
    background: #2D2D2D;
    border-radius: 6px;
    margin:3em 8em 2.5em;
    padding:0.1vh;
    height:90vh;
    flex: 1 1 auto;
    text-align:center;
    overflow-y: auto;
    box-shadow: 0.12vw 0.25vh #57427D;
}
::-webkit-scrollbar {
    background:transparent;
    width: 0.5vw;
}
::-webkit-scrollbar-thumb{
    background: rgba(10,10,10,0.4);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(10,10,10,0.6);
}

form{
    margin: 2em 8vw 0;
    display: flex;
    flex-direction: column;
}
form input{
    margin-bottom: 1em;
    background: dimgrey;
}
form label{
    margin-bottom: 0.5em;
}
form button{
    margin: 0 auto;
}

.pfp{
    clip-path:circle(50%);
    width: 6em;
    height: 6em;
    margin-top: 1vh;
}

.col2 h1{
    color:white;
    font-size: 2em;
    text-decoration:underline;
}
.dash-button{
    background-color: transparent;
    border: none;
    font-size: 1.4em;
    display: block;
    margin: 3vh auto;
    box-shadow:none;
    padding: 0.2em;
    width: auto;
}
.dashboard{
    display: inline-block;
    text-align: center;
}
.dashboard a{
    text-decoration: none;
}
 a:visited{
    text-decoration: none;

}
.content-container label{
    color:white;
    text-decoration:underline;
    font-size: 1.5em;
}
.user-select-box {
  margin-top: 1vh;
  border: 1px solid grey;
  padding: 10px;
  border-radius: 6px;
  background-color: dimgrey;
  margin-bottom: 3vh;
}

.user-select-label {
  font-weight: bold;
  display: block;
}

.user-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 120px;
  overflow-y: auto;
}

.user-list label {
  background-color: #e9e9e9;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  color:#1D1D1D;
  text-decoration:none;
}

.user-list label:hover {
  background-color: #dcdcdc;
}

.user-list input {
  margin-right: 5px;
}
.content-container input{
      border-radius: 4px;
}
.content-container textarea{
    border-radius: 4px;
    background: dimgrey;
}
::placeholder{
    color: darkgrey;
}
.ticket{
    background: #6879CC;
    border-radius: 4px;
    margin:1em auto;
    padding:2vh;
    width:40%;
    max-height:6vh;
    border: solid #4055BF 0.03em;
    box-shadow: 0.1vw 0.2vh #202020;
}
.ticket > p{
       margin: 0.5em;
       word-wrap: break-word;
       text-decoration:underline;
}
.tag-select-box {
  margin-top: 1vh;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 3vh;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 120px;
  overflow-y: auto;
}
.tag-list label {
  background-color: #e9e9e9;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  color:#1D1D1D;
  text-decoration:none;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  height: 0;
  margin: 1rem 0;
}
.description{
    color:white;
    font-style: italic;
}
.readonly-checkbox{
    pointer-events:none;
    opacity: 1;
}
.content-container .comments{
    color: white;
    text-decoration: none;
    text-align: left;
    font-size: 1.2em;
}
.content-container .comment-container{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: 20vh;
  overflow-y: auto;
  margin-bottom:0.5vh;
}
.content-container .termin-label{
    color:red;
}
.termin-list{
    color:white;
    display:inline-block;
}
.termin-container{
    text-align:center;
}
.termin-list li a,.termin-list li a:visited{
    color: lightblue;
}
ul p{
    font-style:italic;
    margin-top:0.2vh;
}
.button-container{
    margin-bottom: 2vh;
}
.button-container form{
    margin:1vh 8vw;
}
.user-container{
    width: 50%;
    text-align: left;
    margin:auto;
}
.user-entry{
    display: flex;
    justify-content: space-between;
    align-items:center;
    border: 1px white;
    border-bottom-style: solid;
}
.user-entry .name{
    display:block;
    font-size:1.15em;
    margin-block:1em;
    text-align:left;
    text-decoration:underline;
    color:white;
}
.user-entry .name:visited{
    color:white;
}
.user-container .action a{
    align-items:right;
    text-decoration: none;
}
.profile_title{
    margin-block: 0.4em;
}
.bio-container{
    background: grey;
    margin: 0 10vw;
    height: 40vh;
    overflow-y: auto;
    border-radius: 8px;
}
.bio-settings{
    height: 20vh;
    resize:none;
    overflow-y:auto;
    margin-bottom: 2vh;
}
.flash { margin: 1em 0; padding: 1em; background: #cae6f6; border: 1px solid #377ba8; }
.profile-button, .profile-button:visited, button{
  background-color: #f44336;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius:8px;
  width: 12vw;
  border:none;
  box-shadow: 0.15vw 0.3vh #202020;
  font-size: 1.2em;
  }
