body {
    overflow-x: hidden;
    background-color: #181818;
}

.body-wrapper {
    padding: 16px;
    min-height: 90vh;
}

.alert-heading {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 22px;
}

.btn-close {
    background-color: white;
}

.logo {
    width:170px;
}

.width-100 {
    width:100%;
}

.card {
    background:transparent;
}

.navbar-list {
    justify-content: flex-start;
    margin-left:48px;
}

.navbar-list {
    justify-content: flex-end;
}
/* .navbarColor {
    background:lightgray;
} */

.row-center {
    justify-content: center;
}

.row-flex-end {
    justify-content:flex-end;
}

.displayFlex{
    display:flex;
}


/* ######### */
/*  Padding  */
/* ######### */
.padding8 {
    padding: 8px;
}

.padding16 {
    padding: 16px;
}

.padding32 {
    padding: 32px;
}

.padding40 {
    padding: 40px; 
}

.displayPadding {
    padding: 8px 16px; 
}

/* top */
.paddingtop8 {
    padding-top: 8px;
}

.paddingtop16 {
    padding-top: 16px;
}

.paddingtop32 {
    padding-top: 32px;
}

.paddingtop40 {
    padding-top: 40px; 
}



/* ######## */
/* Margins */
/* ######## */
.bottom8 {
    margin-bottom: 8px;
}

.bottom16 {
    margin-bottom: 16px;
}

.bottom32 {
    margin-bottom: 32px;
}

.bottom64 {
    margin-bottom: 64px; 
}

/* tops */
.top8 {
    margin-top: 8px;
}

.top16 {
    margin-top: 16px;
}

.top32 {
    margin-top: 32px;
}

.top64 {
    margin-top: 64px; 
}

.margin-auto {
    margin: 0 auto; 
}

.nav-link {
    padding:15px;
}

.nav-link-active {
    /* padding:15px; */
    font-weight: bold;
}


.sidebar-style {
    padding: 25px;
    min-width: 225px;
    max-width: 240px;
}


.DisplayNone {
    display:none;
}

.ResponsiveStyle {
    border: dashed white .5px;
    min-height:750px;
    width: 100%;
}

.pageContentsStyle {
    max-width: 1240px;
    height: 100%;
    margin:0 auto;
    padding:8px 16px;
}

.pageContentsFatherStyle {
    padding-left: 256px;
    padding-top: 94.63px;
    width: 100%; 
    min-height:100vh;}

.analyticsButtons {
    background:#cbb04d;
    text-align: left;
    padding-left: 30px;
}

.black {
    color:black;
}

.red {
    color:red;
}

.bold {
    font-weight: bold;
}

.row-center{
    justify-content: center;
}

.main-content {
    background-color: rgb(40, 40, 40);
    color: white;
    margin: 64px auto;
    border-radius: 4px;
    padding: 32px;
}

.top-1 {
    background-color: #ba97ff;
}

.top-2 {
    background-color: #ff8f99;
}
.top-3 {
    background-color: #aeff9a;
}
.top-4 {
    background-color: #86e3ff;
}
.top-5 {
    background-color: #ffbe86;
}
.top-6 {
    background-color: #95bbff;
}

.main-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 32px;
}

.main-subtitle {
    margin: 32px 0;
    font-size: 16px;
}

.main-svg:first-child {
    background: rgb(40, 40, 40);
}


.activate {
    font-weight: bold;
}

.app-title {
    margin: 32px 0;
    text-align: center;
}

.app-title img {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
}

.app-title h1 {
    color: white;
    font-weight: bold;
    font-size: 32px;
    margin: 0;
}

.nav-options {
    text-align: center;
    background-color: #17a2b8;
    border-radius: 4px;
}

.nav-options span {
    display: inline-flex;
}

.nav-options a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 16px;
    opacity: 0.8;
}

.nav-options a:hover {
    opacity: 1;
}

.nav-options a.active{
    border-bottom: 2px solid white;
    opacity: 1;
}

.about-section > div {
    width: 50%;
}

.about-section > div:nth-child(even) {
    text-align: right;
    margin-left: auto;
}

.about-section h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.about-section a {
    color: #17a2b8;
    font-weight: bold;
}

.about-section a:hover {
    color: #17a2b8;
}

.about-section img {
    margin-toP: 16px;
}


.footer {
    background-color: #141414;
    padding: 32px 64px;
    color: white;
}

.footer > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.footer .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.footer span {
    margin-bottom: 8px;
}

.footer .team p {
    margin-bottom: 8px;
    margin-top: 16px;
}

.download-button {
    display: flex;
}

.gadget-card {
    color: rgb(40, 40, 40);
    text-align: center;
    padding: 16px;
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-name {
    font-weight: bold;
}

.top-total {
    font-size: 24px;
}

.alert {
    max-width: 1140px;
    margin: 32px auto 0px;
}

#btn-download-data {
    margin-top: 16px;
}

.team ul {
    list-style: none;
    padding: 0;
}

.team p {
    text-transform: uppercase;
    font-weight: bold;
}

.team span {
    font-weight: bold;
}

.team li {
    margin-bottom: 8px;
}

#st-el-1 {
    display: none;
}

.twitter {
    color: white;
    font-weight: bold;
}

.twitter:hover {
    color: white;
    text-decoration: none;
}

.twitter i {
    margin-right: 8px;
}

#slider-total-gadgets .paddingLeft{
    padding-left: 0px;
}

.top-head {
    display: flex;
    justify-content: flex-end;
    align-items:center;
}

#btn-donation {
    font-weight: bold;
    font-size: 13px;
}

.modal-dialog {
    margin-top: 100px;
}

.modal-content {
    background-color: rgb(40, 40, 40);
    color: white;
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

.modal-title {
    font-weight: bold;
    font-size: 20px;
}

.modal-body {
    font-size: 14px;
    padding-bottom: 32px;
}

.modal-body p {
    word-break: break-word;
}

.modal-body .wallet {
    margin-top: 16px;
    display: block;
}

#close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.subtitle {
    font-size: 16px;
}

/* mobile styles */
@media (max-width: 991px) {

    .app-title h1 {
        font-size: 24px;
    }

    .nav-options {
        padding: 0;
    }

    .nav-options a {
        font-size: 11px;
        padding: 8px;
    }

    .app-title {
        margin: 32px 0 24px;
    }

    .main-content {
       margin: 32px auto;
    }

    .main-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .main-subtitle {
        margin: 16px 0;
        font-size: 12px;
    }

    .top-rarity {
        font-size: 14px;
    }

    .download-button {
        display:flex;
        justify-content:flex-end;
    }
    

    .top-name {
        font-size: 14px;
    }
    
    .top-total {
        font-size: 20px;
    }

    label {
        font-size: 14px;
    }

    .alert-heading {
        font-size: 14px;
        font-weight: bold;
    }

    .alert p {
        font-size: 12px;
    }

    .alert {
        margin-top: 0;
    }

    .about-section > div {
        width: 100%;
    }

    .footer > div {
        flex-direction: column;
        align-items: stretch;
    }
    
}