/* Stray pieces of code not meant for all pages. some may only be for specific pages, this is to keep my other files neat. */
.divheadernf {
  padding: 8px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: #1a0b20;
  color: #a478b5;
  border-radius: 8px;
}
.nfp {
  background-color: #bd92ce; 
  margin-left: 300px; 
  margin-right: 300px; 
  padding-top: 10px; 
  padding-bottom: 10px;
  border-radius: 8px;
  border: 1px dotted #1a0b20;
}

.divheadernpc {
  padding: 10px;
  margin: auto;
  margin-left: -50px;
  background-color: #1a0b20;
  color: #a478b5;
  border-radius: 6px;
  max-width: 60%;
}

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

.tcontent {
  background-color: #bd92ce;
  border: 1px solid #1a0b20;
  padding: 0 10px 10px 10px;
  text-align: center;
  overflow: auto;
  border-radius: 8px;
}

/* Tetris game area. */
canvas {
  border: 1px solid white;
  background-color: #1a0b20;
}

/* Close the container box */
.close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 10px;
  padding: 13px 18px;
  transform: translate(0%, -50%);
  border-radius: 6px;
  background-color: #1a0b20;
  color: #a478b5
}

.close:hover {
  background-color: #ab50d0;
  color: #1a0b20
}

.stretch {
	width: 100%;
	height: 100%;
}

.tdborder {
  background-color: rgba(232,194,247,0.6);
  border: 1px solid #1a0b20;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  overflow: auto;
  padding: 8px;
  width: 60%;
  max-width: 1300px;
}

.eveborder {
  background-color: rgba(232,194,247,0.6);
  border: 1px solid #1a0b20;
  border-bottom: none;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  overflow: auto;
  padding: 8px;
  width: 70%;
  max-width: 1500px;
}

.npcborder {
  background-color: #bd92ce;
  background-image: url('/assets/smallbglight.png');
  border: 1px solid #1a0b20;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  overflow: auto;
  padding: 8px;
  width: 70%;
  max-width: 1500px;
}

.npcp {
  background-color: rgba(232,194,247,0.4);
  border: 1px solid #1a0b20;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  overflow: auto;
  padding: 8px;
  width: auto;
}

.intdborder {
  background-color: rgba(232,194,247,0.6);
  border: 1px solid #1a0b20;
  border-radius: 8px;
  text-align: center;
  overflow: auto;
  padding: 8px;
  min-width: 700px;
  max-width: 730px;
}

.pad {
  padding: 10px 25px 10px 25px;
}

.row {
  display: flex;
}

.bpad {
  padding: 10px;
}

.bimg {
  border: 2px dotted #1a0b20;
  width: 300px;
  border-radius: 8px;
}

.ppad {
  padding: 2px 3px 5px 3px;
  margin: 0;
}

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-color: #1a0b20; 
  border-width: 1px 0 0 0;
  border-style: solid;
  border: 1px dashed #1a0b20;
  width: 300px;
  float: left;
}

#rimg {
  padding-top: 10px;
  min-width: 200px;
  max-width: 230px;
}

/*//////////////////// COLLAPSABLES ////////////////////*/
input[type='checkbox'] { 
  display: none; 
} 
 
.collapsible-content {
  height: 0;
  overflow: hidden;
  background-color: rgba(232,194,247,0.4);
  color: #1a0b20;
  border-radius: 8px;
  max-width: 300px;
}
 
.lbl-toggle { 
  display: block; 
  padding: 10px; 
  cursor: pointer; 
  transition: all 0.25s ease-out; 
  color: #e8c2f7; 
  background: #1a0b20; 
  font-size: 16px;
  border: 1px solid transparent; 
  border-radius: 8px;
  max-width: 300px;
} 
 
.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 10px 0 10px;
  border: 1px solid #1a0b20;
  border-radius: 8px;
  text-align: center;
}
/*//////////////////// END COLLAPSABLES ////////////////////*/

/* long divider */
.divider {
  background-color: rgba(189,146,206,0.4);
  border: 1px solid #1a0b20; 
  padding: 5px 0 2px 0;
  border-radius: 8px;
  width: 90%;
  text-align: center;
  max-width: 1200px;
}

/* short divider */
.sdivider {
  background-color: rgba(189,146,206,0.4);
  border: 1px solid #1a0b20; 
  padding: 5px 0 2px 0;
  border-radius: 8px;
  width: 70%;
  text-align: center;  
  max-width: 1000px;
}

/* FAQ page divider */
.faqdivider {
  background-color: rgba(232,194,247,0.4);
  border: 1px solid #1a0b20; 
  padding: 5px 0 5px 0;
  border-radius: 8px;
  font-style: italic;
  width: 90%;
  text-align: center;  
  max-width: 1000px;
}
/*//////////////////// PAGINATION ////////////////////*/
.pagination {
  display: inline-block;
  margin-top: 13px;
  text-align: center;
}

.pagination a {
  background-color: #bd92ce;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #1a0b20;
  border-radius: 6px;
  margin: 0 2px 0 2px;
}

.pagination .active {
  background-color: #1a0b20;
  color: #e8c2f7;
  border: 1px solid #e8c2f7;
  border-radius: 6px;
}

.pagination a:hover:not(.active) {
  background-color: #dd9ff5;
}
/*//////////////////// END PAGINATION ////////////////////*/