.user_img {
  border: 2px solid white;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}

.user_menu_img {
  border: 2px solid white;
  border-radius: 50%;
  height: 90px;
  position: absolute;
  bottom: 16px;
}

.welcome-section {
  position: relative;
  height: 800px;
  width: auto;
  background-color: #f3f3f3;
}

.logo-font {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #767777;
  font-weight: 500;
}

.slogan {
  font-size: 60px;
  padding-top: 160px;
}

.sub-slogan {
  font-size: 21px;
  padding-top: 24px;
}

.flag-image {
  height: 28px;
  width: 28px;
}

.diktat-textfield__error {
	color:#d50000;
	font-size:12px;
	margin-top:3px;
	display:block;
	visibility: hidden;
}

#opretNyDiktat {
  min-width: 50vw;
}

#lavDiktatOrd {
  min-width: 70%;
  min-height: 80%;
}

.spell-textfield__input {
  border:none;
  border-bottom:2px solid rgba(0,0,0,.12);
  display:inline-block;
  font-size:16px;
  font-family:"Roboto",sans-serif;
  margin:0;
  padding:4px 0;
  background:0 0;
  text-align:left;
  color:inherit;
}

.spell-textfield__input:focus { 
  outline: none;
  border-color:#4842b7;
  box-shadow:none;
}
/* Diktat-card */
.content {
  /*height: 100%;*/
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 240px));
  /*grid-template-rows: repeat(5, minmax(0, 1fr));*/
  border-radius: 10px;
  /*overflow: hidden;*/
  gap: 1%;
}

.card {
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
  border-radius: 10px;
  /*overflow: hidden;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card > * {
  width: 100%;
  height: 100%;
}
.lang {
  border-radius: 100%;
  grid-column: 1 / 1;
  grid-row: 4;
}

.imageUrl {
  grid-column: 1 / 6;
  grid-row: 1/ 5;
}

.grade {
  display: flex;
  grid-column: 5;
  grid-row: 5;
  text-align: center;
  font-size: 3vw;
  align-items: center;
  justify-content: center;
}

.diktatDetails {
  grid-column: 1 / 5;
  grid-row: 5 / 6;
}

.diktatTitelUID {
  font-size:1.4vw;
  margin-left: 2%;
  font-style:oblique;
  font-weight: bold;
}
.createdAt {
  margin-left: 2%;
  font-size: 0.8vw;
  font-style:italic;
}

/* FAB Menu */
.fab-container {
  position: relative;
  grid-column: 5 / 6;
  grid-row: 4;
  cursor: pointer;
  z-index: 100;
}

.options {
  width: 80px;
  list-style-type: none;
  position: absolute;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0);
  transform-origin: 80% bottom;
  scale: 0.6;
}

.sentenceDiv {
  position:relative;
}

.spell-sentence {
  position: relative;
  display:inline;
}

.rediger-knap {
  position: relative;
}

.rediger-knap:hover+.options, .options:hover {
  opacity: 1;
  transform: scale(1);
}

.options li {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
}

.btn-label {
  padding: 2px 5px;
  margin-right: 10 px;
  align-self: center;
  user-select: none;
  background-color: black;
  color: white;
  border-radius: 3px;
  box-shadow: 10px 10px 2px #aaaaaa;
}

.secondaryButton.secondaryButton {
  position: fixed;
  bottom: 10%;
  right: 112px;
  z-index: 110;
}

.primaryButton.primaryButton {
  position: fixed;
  bottom: 10%;
  right: 46px;
  z-index: 110;
}

.hearAllButton.hearAllButton {
  position: fixed;
  top: 10%;
  right: 46px;
  z-index: 110;
}
.diktatProgress {
  position:fixed;
  bottom: 10%;
  left: 10%;
  width: 50%;
}

.diktatImage {
  width: 25%;
  float:right;
  padding-left:10px;
  padding-bottom:10px
}

.page-content {
  margin: 10px;
}

.mdl-dialog {
  width: 80%;
}

.extrawide {
  width: 100%;
}

li.mdl-menu__item {
    padding-top: 5px;   /* Reducer toppen */
    padding-bottom: 5px; /* Reducer bunden */
    height: 30px;  
}

/* Rediger diktat */
.editDiv {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 8px;
  font-size: 0;
}

.sentPart {
  display:flex;
  /*gap: 0px 10px;*/
  font-size: 16px;
}

.fab-sent-container {
  position: relative;
  display: flex;
  cursor: pointer;
  z-index: 100;
  width: 0px;
  height:0px;
  font-size:0px;
  gap: 0 0;
}
/*
.fab-sent-container:not(:first-of-type) {
  margin-left: -40px;
}

.sent-part:has(.sentRedigerKnap:hover) {
  background: yellow;
  color: black;
}

.fab-sent-container:has(.options:hover) {
  background: red;
}
*/

.sentOptions.sentOptions {
  bottom: -10px;
  /*right: 30px;*/
}

.sentRedigerKnap {
  opacity: 50%;
  position: absolute;
  display: flex;
  top: -10px;
  right: 40px;
  z-index:101;
  scale: 0.6;
}

.sentRedigerKnap:hover {
  transition: all 0.3s; 
  opacity: 1;
}

.edit-spell-textfield__input {
  border:none;
  border-bottom:2px solid rgba(0,0,0,.12);
  display:flex;
  font-size:16px;
  /*font-family:"Roboto",sans-serif;*/
  font-weight: bold;
  background:0 0;
  text-align:left;
  color:inherit;
  height: 25px;
}

/* DiktatResultat */
.resultatContainer {
  position: relative;
  display:flex;
}

#resultatchart {
  width: 600px;
  height: 500px;
}

#fejltypechart {
  width: 600px;
  height: 800px;
}

#forgotPassword {
  color: rgb(63,81,181);
}