html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: ''; clear: both; height: 0; }

html { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

*, *:before, *:after {box-sizing: inherit}

.visually-hidden:not(:focus):not(:active) { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; /* added line */}


img { display: block; width: 100%; }
html { font-size: 62.5%; }
a, a:visited { text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }

.wrapper { max-width: 1080px; width: 90%; margin: 0 auto; }

h1,h2,h3,h4,h5,p,ul,li { padding: 0; margin: 0; }

h1 {
  font-size: 2.5rem;
  color: white;
}
h2 {
  font-size: 2rem;
}
p {
  font-size: 1.5rem;
}
/* 
#9D2435
#7FBECC
#0C3D5E
#161616 
*/
header,
footer {
  background-color: #9D2435;
  color: #fff;
  min-height: 10vh;
}
h1 {
  padding: 15px 0;
  padding-bottom: 5px;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.5rem;
}
main {
  background-color: #0C3D5E;
  min-height: 80vh;
}
footer {
  text-align: center;
}
footer p {
  padding: 6.5px;
  padding-top: 30px;
}
.widgetGalleryList {
  display: flex;
  flex-wrap: wrap;
}
.widgetGalleryList li{
  background-color: #7FBECC;
  width: calc( (100% - 30px) / 3);
  margin: 15px 0;
  padding: 20px;
}
.widgetGalleryList li:nth-of-type(3n + 2) {
  margin: 15px;
}
.galleryLinks {
  display: flex;
}
.galleryButton {
  display: block;
  width: calc(50% - 5px);
  background-color: #9D2435;
  padding: 15px;
  margin: 5px 5px;
  border-radius: 100px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
.galleryButton.disabled {
  background-color: #9b8c8e;
  color: #757575
}
.galleryButton:nth-of-type(1){
  margin-left: 0;
}
.galleryButton:nth-of-type(2){
  margin-right: 0;
}
.widgetGalleryList form {
  display: flex;
  flex-direction: column;
}

.profileSummary {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.profileImage {
  width: 100px;
}
.profileImage img {
  border-radius: 100px;
}

.characterSummary {
  color: white;
}
.widgetPreview {
  color: black;
}
.characterSummary form {
  display: flex;
  flex-direction: column;
}
.characterSummary label {
  font-size: 1.95rem;
  margin-left: 5px;
}
.characterSummary input[type=number] {
  margin: 0 5px;
}
.characterSummary form p {
  font-size: 1.95rem;
}
.widgetOption {
  display: flex;

}

.widget {
  background: none;
}
.widgetUrl {
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
}

.head {
  width: 350px;
  position: relative; 
}
.backing {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  filter: blur(2px);
  backdrop-filter: blur(2px);
}
.content {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 5;
  background: #fffe;
}
.portrait {
  width: 125px;
  position: relative;
}
.portrait .character {
  height: 100%;
  object-fit: cover;
}
.jobIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.name {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 10px;
  margin-right: 25px;
}
.server {
  margin-top: 5px;
  font-size: 1.2rem;
}


.jobWidgetList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.jobWidgetList li {
  width: 50px;
  display: flex;
  flex-direction: column;
  margin-right: 5px;
  padding: 5px;
}
.jobDetails {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.jobWidgetList img {
  width: 30px;
  height: 30px;
}
.expBar {
  width: 100%;
  height: 5px;
  position: relative;
}
.expBar span {
  height: 100%;
  display: block;
  top: 0;
}
.expCurrent {
  position: absolute;
  left: 0;
  background: rgb(255, 119, 119);
}
.expTotal {
  position: absolute;
  right: 0;
  background: rgb(146, 88, 88);
}