:root {
    --ct_navbg: #292f3a;
    --ct_sectionbg: #232935;
    --ct_bodybg: #1d212a;
    --ct_darkerbg: #171a20;
    --ct_fadedcolour: #888b8f;
    --ct_firered: #C32F27;
    --ct_iceblue: #9CFFFA;
    --ct_darkpink: #EA9AB2;
    --ct_lightpink: #EFCFE3;
    --ct_lightgreen: #9CFC97;
    --ct_coolgrey: #9097C0;
    --ct_powderblue: #A7BBEC;
    --ct_sunglow: #FFD23F;
    --ct_hoverBlue: #2a3178;
    --ct_darkblue: #1C2260;
    --ct_fadedBlue: #21296e;
    --darktext: rgba(17, 43, 74, 0.75);
    --basefont: 'Outfit', sans-serif;
    --titlefont: 'Spectral SC', serif;
    --topbarheight: 70px;
    --mobileHeading: 17px;
    --mobilePara: 15px;
    --sectionPadding: 3%;
    --titleborder: rgba(255, 255, 255, 0.1);
}

* {
	font-family: var(--basefont);
}

.hidden-scrollbar {
  overflow: auto; /* or scroll */
  scrollbar-width: none; /* Firefox */
}

.hidden-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.nounderline {
    text-decoration: none !important;
}

table {
    width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin-bottom: 0px !important;
}

input:focus {
    outline: none !important;
}

select:focus {
    outline: none !important;
}

textarea {
    resize: none !important;
}

textarea:focus {
    outline: none !important;
}

h3.title {
    color: white;
    font-weight: 400;
    font-size: 18px;
}

h3.title a {
    color: var(--ct_coolgrey);
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}

h3.title.big {
    font-size: 24px;
    font-weight: 400;
}

h3.title.big a {
    color: var(--ct_coolgrey);
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
}

p.subtitle {
    color: var(--ct_fadedcolour);
    font-weight: 300;
    font-size: 13px;
}

p.subtitle a {
    color: var(--ct_coolgrey);
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
}

p.subtitle.big {
    color: var(--ct_fadedcolour);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
}

p.subtitle.big a {
    color: var(--ct_coolgrey);
    text-decoration: none;
    font-size: 16px;
}

p.tag {
    border-radius: 50px;
    font-size: 12px;
    width: fit-content;
    padding: 5px 15px;
    font-weight: 500;
    align-self: center;
    text-transform: uppercase;
}

p.tag.blue {
    background-color: blueviolet;
    color: white;
}

p.tag.red {
    color: white;
    background-color: orangered;
}

ul.sublist {
    
}

ul.sublist li {
    color: var(--ct_fadedcolour);
    font-weight: 300;
    font-size: 13px;
}

.blueviolet {
    color: blueviolet !important;
}

.orangered {
    color: orangered !important;
}

.collapsable {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

#ctBox {
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.sectionTitle {
    color: var(--ct_fadedcolour);
    font-weight: 400;
    font-size: 22px;
    border-bottom: 1px solid var(--titleborder);
    padding-bottom: 10px;
    font-family: var(--titlefont);
    margin-bottom: 20px !important;
}

.navButton {
    background-color: transparent !important;
    background-clip: border-box !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 0.25rem !important;
    color: white;
    font-weight: 300;
    font-size: 14px;
    padding: 10px;
}

.navButton.filled {
    background-color: var(--ct_sectionbg) !important;
}

/* Card Views */

.card {
    background-color: transparent !important;
    background-clip: border-box !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 0.25rem !important;
}

.card.filled {
    background-color: var(--ct_sectionbg) !important;
}

.pageHr {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 1;
    margin-top: 30px;
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.sectionHr {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 1;
    margin-top: 20px;
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.itemView {
    width: 100%;
    padding: 15px 15px;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    overflow: hidden;
}

.itemView img {
    width: 40px;
    height: 40px;
}

.itemView img.shadowIcon {
    position: absolute;
    right: -25px;
    margin: auto;
    width: 80px;
    height: 80px;
    opacity: 0.08;
    display: flex;
    pointer-events: none;
}

.itemView .inner {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enemyView {
    width: 100%;
    padding: 15px 15px;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    overflow: hidden;
}

.enemyView img {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scaleX(-1);
    height: 95%;
    opacity: 0.08;
    display: flex;
    pointer-events: none;
}

.enemyView .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsView {
    width: 100%;
    height: 100px;
    max-height: 100px;
    display: flex;
    flex-direction: row !important;
    overflow: hidden;
}

.newsView img {
    width: 200px;
    object-fit: cover;
}

.newsView .inner {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.contentView {
    width: 100%;
    padding: 15px 15px;
    display: flex;
    flex-direction: column; !important;
    overflow: hidden;
}

.contentView.center {
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Custom Dropdown */

.customDropdown {
    width: 100%;
    position: relative;
}

.customDropdown .selected {
    background-color: rgba(144, 151, 192, 0.1);
    border: none;
    border-radius: 5px;
    color: wheat;
    padding: 10px;
    font-size: 16px;
    appearance: none; /* remove default arrow on some browsers */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.customDropdown .options {
    display: none;
    position: absolute;
    width: 100%;
    background-color: var(--ct_sectionbg) !important;
    background-clip: border-box !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
    border-radius: 0.25rem !important;
    margin-top: 2px;
    list-style: none;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
}

.customDropdown .options.show {
    display: block;
    z-index: 999 !important;
}

.customDropdown .options li {
    
}

.customDropdown .options li a {
    display: block;
    color: wheat;
    font-size: 16px;
    text-decoration: none;
    padding: 7px 10px;
}

.customDropdown .options li a:hover {
    display: block;
    color: wheat;
    font-size: 16px;
    text-decoration: none;
    background-color: rgba(144, 151, 192, 0.1);
}

/** Global Stuff **/

.gridView {
    display: grid;
    gap: 15px;
}

.gridView.cols2 {
    grid-template-columns: repeat(2, 1fr);
}

.gridView.cols3 {
    grid-template-columns: repeat(3, 1fr);
}

.gridView.cols4 {
    grid-template-columns: repeat(4, 1fr);
}

.gridView.cols5 {
    grid-template-columns: repeat(5, 1fr);
}

.gridView.cols6 {
    grid-template-columns: repeat(6, 1fr);
}

.gridView.cols7 {
    grid-template-columns: repeat(7, 1fr);
}

.gridView.cols8 {
    grid-template-columns: repeat(8, 1fr);
}

.gridView.cols9 {
    grid-template-columns: repeat(9, 1fr);
}

.gridView.cols10 {
    grid-template-columns: repeat(10, 1fr);
}

.gridView.cols11 {
    grid-template-columns: repeat(11, 1fr);
}

.gridView.cols12 {
    grid-template-columns: repeat(12, 1fr);
}