@import url('https://www.ravensbourne.ac.uk/themes/custom/numiko/dist/font/ravensbournesans-regular-webfont.woff2');
@import url('https://www.ravensbourne.ac.uk/themes/custom/numiko/dist/font/ravensbournesans-bold-webfont.woff2');

#theme .is-minimized {
padding-bottom:5px;
background: white !important;
}

#theme .is-minimized .close-button {
color: black;
}

#theme .is-minimized .header {
margin-top: 0.4em;
color: black;
}

#theme .card {

    background: white;
    font-family: Ravensbourne Sans,Arial,Sans-Serif;

    box-shadow: none;

}

#theme .ui.card {
    color: #333;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 20%), 0 3px 6px rgb(0 0 0 / 14%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%), 0 3px 6px rgb(0 0 0 / 14%);
    margin: 5px;
    font-size: 14px;
    border: solid 4px #ffffff; 

}
@media screen and (min-width:576px) {

  #theme .ui.card {
    font-size:16px;
  }
}

#theme .content {
font-family: Ravensbourne Sans,Arial,Sans-Serif;
border-top: 0px;
padding-bottom: 0.4em;
padding-top: 0px;
}

#theme .header {
font-family: Ravensbourne Sans,Arial,Sans-Serif;
  font-weight: 700;
  font-size: 1.25em;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 4px;
  padding: 0px 15px;
}
#theme .description {
font-family: Ravensbourne Sans,Arial,Sans-Serif;
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
}
#theme .close-button {
font-family: Ravensbourne Sans,Arial,Sans-Serif;
  border-radius: 10px;
  background: transparent;
  color: #333;
  position: absolute;
  top: -8px;
  right: -8px;
  left: unset;
  font-size: 2rem;
  font-weight: bold;
  width: 48px;
  height: 48px;
}

#theme .action-buttons {
  font-size: 1em;
  flex-wrap: wrap;

}

#theme .action-button {
font-family: Ravensbourne Sans,Arial,Sans-Serif;
font-weight: 700;
font-size: 1em;
border-radius: 0px;
border-style: solid;
border: 0px;
border-color: #fffffff;
background: #fdc300;
color: #000000;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 25px;
padding-right: 25px;
min-width: 100px;
text-align: center;
background-color: all .3s;
line-height: 1em;
--text-opacity: 1;


}
#theme .action-button:hover {
border-radius: 0px;
border-style: solid;
border: 2px;
border-color: #fdc300;
background: black;
color: white;
text-decoration: underline;
}

#theme .action-link {
font-family: Ravensbourne Sans,Arial,Sans-Serif;
font-weight: 700;
font-size: 1em;
border-radius: 0px;
border-style: solid;
border: 0px;
border-color: #fffffff;
background: #fdc300;
color: #000000;
border: 1px;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 25px;
padding-right: 25px;
min-width: 100px;
text-align: center;
background-color: all .3s;
line-height: 1em;
--text-opacity: 1;
}
#theme .action-link:hover {
border-radius: 0px;
border-style: solid;
border: 2px;
border-color: #fdc300;
background: black;
color: white;
text-decoration: underline;
}

#userType .action-button {
  padding: 12px;
  min-width: 10px;
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  margin: 4px;
  flex: auto;
}