/* character base */
.chacontainer{
  align-items: center;
  position: relative;
  padding: 8px;
  z-index: 1;
}

.chacontent {
  background-color: #3f9360;
  background-image: url('/assets/characters/pages/ClydeBG2.png');
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 0 15px 15px 15px;
  text-align: center;
  overflow: auto;
  min-width: 700px;
  max-width: 750px;
  min-height: 500px;
  max-height: 590px;
}

.sidecontentcha {
  background-color: #3f9360;
  background-image: url('/assets/characters/pages/ClydeBG2.png');
  border: 1px solid #fff;
  padding: 0 10px 5px 10px;
  text-align: center;
  overflow: auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: none;
  min-height: 300px;
  max-height: 350px;
}

.chabanner {
  margin-top: 5px;
  border: 2px solid #313c7c;
  border-radius: 500px;
  max-height: 350px;
}

.divheaderb {
  padding: 5px 10px 5px 10px;
  margin: auto;
  background-color: #0b0f20;
  color: #eee;
  border-radius: 6px;
  min-width: 150px;
}

.divheaderc {
  padding: 5px 10px 5px 10px;
  margin: auto;
  background-color: #0b0f20;
  color: #eee;
  border-radius: 6px;
  min-width: 145px;
}

.pagedoll {
  position: fixed; 
  bottom: 3px; 
  right: 3px; 
  z-index: 9;
}

.infotable {
  width: 100%;
  border-spacing: 5px;
  padding: 10px 0 10px 0;
}

.infotable td {
  padding: 5px;
  color: var(--contrastcolor);
  font-size: 12px;
}

.infotable td:nth-child(2n+1) {
  background-color: rgba(57,59,145,0.3);
  color: var(--contrastcolor);
  font-weight: bold;
}

.bio {
  background-color: rgba(221,219,59,0.6);
  border: 1px solid #1a0b20;
  border-radius: 8px;
  text-align: center;
  overflow: auto;
  padding: 8px;
  min-width: 350px;
  max-width: 730px;
}

.about {
  background-color: rgba(221,219,59,0.6);
  border: 1px solid #1a0b20;
  border-radius: 8px;
  overflow: auto;
  padding: 8px;
  min-width: 350px;
  max-width: 730px;
}

.relation {
  min-height: 80px;
  max-height: 100px;
  width: 150px;
  overflow: auto;
  background-color: rgba(221,219,59,0.6);
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: left;
  padding: 8px;
}

/* end character base // start navigation */

ul {
  list-style-type: none;
  border: 1px solid #313c7c;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #3f9360;
}

li {
  float: left;
  border-right: 1px dotted #313c7c;
}

li:last-child {
  border-right: 1px dotted #313c7c;
  border-left: 1px dotted #313c7c;
}

li a, .dropbtn {
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #313c7c;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #313c7c;
  border-top: none;
  border-left: 1px solid #3f9360;
  border-right: 1px solid #3f9360;
  border-bottom: 1px solid #3f9360;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  
  min-width: 110px;
  z-index: 10;
}

.dropdown-content a {
  color: #1a0b20;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-top: 1px dotted #3f9360;
}

.dropdown-content a:hover {
  background-color: #3f9360;
  color: #000;
  text-decoration: underline;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Drop button hover radius. Only applies to the last option so the bottom isn't going outside the border. */
.dbtnh {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* end navigation // start site base */

body {
  background-image: url('/assets/characters/pages/ClydeBG1.png');
}

a:link {
  color: #1a0b20;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #1a0b20;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}

html {
  text-align: center;
  color: #000;
  font-family: verdana;
  font-size: 80%;
}

.button, input[type=submit], input[type=reset] {
  background: none;
  border: none;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px 10px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button2 {
  background-color: #313c7c;
  color: white;
  padding: 15px;
  margin: 0 3px 0 3px;
  border-radius: 8px;
}

.button2:hover {
  background-color: #2f794c;
}

#copyright {
  font-family:verdana;
  font-size: 60%;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 5;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: #bd92ce;
  border-radius: 8px;
}
 
::-webkit-scrollbar-track {
  width: 0;  
  background: #394591;
  border: 1px solid #fff;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #4f792f;
  border: 1px solid #4f792f;
}
::-webkit-scrollbar-thumb:hover {
  background: #2f794c;  
  border-radius: 8px;
}

/* end site base // start content */

.sidecontainer{
  align-items: center;
  position: relative;
  padding: 8px;
  max-width: 250px;
  min-width: 250px;
}

.sidecontent {
  background-color: #bd92ce;
  background-image: url('/assets/characters/pages/ClydeBG2.png');
  border: 1px solid #fff;
  padding: 0 10px 3px 10px;
  text-align: center;
  overflow: auto;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.divheader {
  padding: 10px;
  margin: auto;
  margin-left: -10px;
  margin-right: -10px;
  background-color: #0b0f20;
  color: #eee;
  border-radius: 6px;
}

.divheaderbig {
  padding: 10px;
  margin: auto;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #0b0f20;
  color: #eee;
  border-radius: 6px;
}

/* sidecontent secondary boxes */
.divheader2 {
  padding: 10px;
  margin: auto;
  margin-left: -10px;
  margin-right: -10px;
  background-color: #0b0f20;
  color: #eee;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

table {
  margin-right: auto; 
  margin-left: auto;
}

/* end content // start misc. */

.row {
  display: flex;
}

.apad {
  padding: 7px;
}

.bpad {
  padding: 10px;
}

.bimg {
  border: 2px dotted #fff;
  width: 65px;
  border-radius: 8px;
  max-width: 150px;
  max-height: 150px;
}

h4 {
  text-align: left;
  font-style: italic;
  font-size: 15px;
  padding: 5px;
  margin: 0;
}

.mainhr {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  clear: both; 
  border-width: 1px 0 0 0;
  border-style: solid;
  border: 1px dashed #fff;
  width: 300px;
  float: left;
}

/*//////////////////// COLLAPSABLES ////////////////////*/
input[type='checkbox'] { 
  display: none; 
} 
 
.collapsible-content {
  height: 0;
  overflow: auto;
  background-color: rgba(232,194,247,0.4);
  color: #1a0b20;
  border-radius: 6px;
  max-width: 150px;
  max-height: 150px;
}
 
.lbl-toggle { 
  display: block; 
  padding: 8px; 
  cursor: pointer; 
  transition: all 0.25s ease-out; 
  color: #a478b5; 
  background: #1a0b20;
  border: 1px solid transparent; 
  border-radius: 6px;
  max-width: 150px;
  font-family: verdana;
  font-size: 16px;
  font-weight: bold;
} 
 
.lbl-toggle::before { 
  content: ' '; 
  display: inline-block; 
  border-top: 5px solid transparent; 
  border-bottom: 5px solid transparent; 
  border-left: 5px solid currentColor; 
  vertical-align: middle; margin-right: .7rem; 
  transform: translateY(-2px); transition: transform .2s ease-out; 
} 
 
.toggle:checked+.lbl-toggle::before { 
  transform: rotate(90deg) translateX(-3px); 
} 
 
.toggle:checked + .lbl-toggle + .collapsible-content { 
  height: auto; 
}
 
.collapsible-content .content-inner { 
  padding: 0 8px 0 8px;
  border: 1px solid #1a0b20;
  border-radius: 6px;
  text-align: left;
}
/*//////////////////// END COLLAPSABLES ////////////////////*/

/* end misc. */