body, html {
    font-family: Roboto,Helvetica,"sans-serif";
}

p {
    line-height: 24px;
}

.jumbotron.header {
    box-shadow: 1px 4px 1px rgb(0 0 0 / 20%);
    color: white;
    height: auto;
    padding-top: 55px;
    padding-bottom: 55px;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(203 196 31) 0%, rgb(175 142 27) 71%, rgb(145 132 47) 100%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.card {
    box-shadow: 0px 2px 0px rgb(0 0 0 / 12%);
    border: 1px solid #111 !important;
}

.card-title {
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.btn-home {
    color: white;
    border-color: white;
    border-width: 2px;
    background: transparent;
}

.habbo {
    margin: -20px 15px -20px -15px;
}

.footer {
    padding: 25px;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.footer p, .footer2 p {
    margin: 0 !important;
}

.footer a {
    color: #fff !important;
}

.footer .social-icons {
    font-size: 50px;
    word-spacing: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer2 {
    background-color: rgba(0,0,0,.2);
    padding: 1rem;
}

.alert hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

hr {
    margin-top: 3px;
    margin-bottom: 3px;
}

.stat {
    width: 100%;
    padding: 8px 12px;
    height: 35px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.5;
    color: #9e9e9e;
    border-radius: 3px;
    border: 0;
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 9%);
    background: #1b1d1e !important;
}
.headerBtn {
    background: rgba(0, 0, 0, 0.18);
    height: 48px;
    margin: -10px -15px 0 0;
    padding: 10px 14px;
    color: rgba(255, 255, 255, 0.81);
    float: right !important;
    position: absolute;
    right: 15px;
    top: 10px;
}

.headerBtn:hover {
    color: rgba(255, 255, 255, 0.81) !important;
}

.danger {
    border: #e74c3c 2px solid !important;
}

.badgeBox {
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 2px rgb(0 0 0 / 18%);
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    box-shadow: 0 2px rgb(0 0 0 / 5%);
    cursor: pointer;
    display: inline-block;
    height: 60px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 4px;
    position: relative;
    text-align: center;
    -webkit-transition: background 0.8s;
    transition: background 0.8s ease;
    width: 60px;
}

.ACH {
    background: #263560 !important; 
}

.staffHabbo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 80px;
    overflow: hidden;
    z-index: 100;
}

.notification {
    cursor: pointer;
    background-color: rgb(25 25 25);
    padding: 10px;
    border-radius: 3px;
    border: 1px solid rgb(25, 25, 25);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.12);
    color: rgb(255, 255, 255);
    font-weight: normal;
    margin-bottom: 8px;
}

.notification .title {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid rgb(25, 25, 25);
    padding-bottom: 3px;
}

.notification .message {
    padding-top: 6px;
    font-size: 11px;
}

.notification .time {
    padding-top: 3px;
    font-size: 11px;
    font-style: italic;
}