body {
    background-color: #27272c;
    padding-top: 30px;
    padding-bottom: 30px;
}

body * {
    font-family: 'Montserrat';
    color: #fff;
}
h1 {
    font-size: 32px;
    padding-right: 2.5em;
}
.container {
    margin: 1.5em auto;
}

h2{
    font-size: 18px;
    opacity: 0.9;
    padding-bottom: 30px;
    padding-right: 2.5em;
}

label {
    
    padding-bottom: 5px;
    font-size: 15px;
    margin-right: 1em;
}
button,.col-auto, .mb-3 {
    margin-bottom:0!important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
table {
    max-width: 100%;
}
#mounts p {
    font-size: 13px;
    margin: 3px 0;
}
#mounts div, #mountsTable img, #mountsList div{
    display: inline-block;
    margin:.5em;
    
}
#mountsTable {
    width: 100%;
}
#mountsList {
    display: flex;
}
#mounts div {
    width: 80px;
    
}
img {
    border-radius: 15%;
}
#server {
    text-transform: uppercase;
}
.mount-icon-wrapper {
    display: inline-block;
    position: relative;
    margin: 5px;
}

#guildiesRanking img {
    margin:.2em;
}
.details {
    font-size: 13px;
}



#categoryCheckboxes label input {
    margin-right: .5em;
    accent-color: #ffd100;
}
#guildyCheckboxes label input {
    margin-right: .5em;
    accent-color: #0070dd;
}

#toggleButtons button{
    margin-top:2em!important;
    width: 270px;}
.btn-primary:focus {outline:0!important;}
.btn-primary {
    background-color: #9345ff!important;
    
}
.btn-light {
    /* border-image: linear-gradient(35deg, #ff8000 10%, #ffd100 25%, #1eff00 50%, #9345ff 75%, #0070dd 90%) 1!important; */
    background-color: #9345ff!important;  
    
}
.btn:focus {
    box-shadow: none!important;
  }
.btn {
    color: #fff!important;
    border:none!important;
}
.hero, .heroUniqueMounts, .heroFrequency, .heroNoOwners, .heroGuildRanking {
    background-color: #181818;
    border-radius:30px;
    padding: 2em;
}
#guildRankingTable {
    width: 100%;
}
.guildRankingRow {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 0.75em 0;
}
.guildRankingRow td {
    padding: 0.75em 0.5em;
    vertical-align: middle;
}
.guildRankingRow .rank {
    font-size: 1.2em;
    font-weight: bold;
    color: #ffd100;
}
.guildRankingRow .mount-count {
    font-weight: bold;
    color: #0070dd;
}
.guildRankingRow .unique-count {
    font-weight: bold;
    color: #1eff00;
}
#header {
    max-width: 650px;
}

#guildyCheckboxes{
    border-radius:30px;
    padding:2em;
    border:1px solid #0070dd;
    display: none;
    box-shadow: 1px 2px 5px #0070dd;
}
#categoryCheckboxes{
    border-radius:30px;
    padding:2em;
    border:1px solid #ffd100;
    display: none;
    box-shadow: 1px 2px 5px #ffd100;
}
#tableExmpained {
margin:2em 0;
}
.table>:not(caption)>*>* {
    border: 0 !important;
}
.mountsIcons, .uniqueMountsRow {
    border-bottom: 1px solid white;
}
.mountsFrequencyRow {
    font-size: 18px;
}
.uniqueMountsRow td {
    padding: 1em .0;
    vertical-align: top;
}
.hero {
    position: relative;
    overflow: visible;
}
.heroImage {
    position: absolute;
    top:-15%;
    left: 85%;
    transform: translateX(-50%); 
    max-width: 35%;
    z-index: 1;
}
#form {
    position: relative; 
    z-index: 2; 
}

.truncate-text {
    width: 80px;               /* Set your desired width */
    white-space: nowrap;       /* Prevent text from wrapping to the next line */
    overflow: hidden;          /* Hide overflow text */
    text-overflow: ellipsis;   /* Add ellipsis (...) when text overflows */
}

.missingOwner {
    color:#da2020;
}

.mount-item {
    max-width: 200px;
}
.mount-name {
    font-size: 13px;
}