::-webkit-scrollbar {
    width: 12px;
    background: #0d0b17;
}

::-webkit-scrollbar-track {
    background: #0d0b17;
}

::-webkit-scrollbar-thumb {
    background: #007bff;
}
.table-overflow::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: #0d0b17;
}

.large-btn {
    background: linear-gradient(135deg, #794ac1 0%, #34068a 100%);
    transition: 0.3s all;
    display: block;
    padding: 15px;
    color: white;
    cursor: pointer !important;
    width: 150px;
    text-align: center;
}
.large-btn:hover {
    background: linear-gradient(to right, #4856f1, #6873ed, #757cd0, #6873ed, #4856f1);
    box-shadow: 0 0 14px rgba(38, 0, 255, 0.465);
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgb(0, 0, 0);
}
.large-btn.paymentBtn, .large-btn.payarcBtn, .large-btn.venmoBtn {
    width: 50%;
    margin: auto;
}
.promotion-div .large-btn {
    width: 100%;
    padding: 5px;
}

.item-image {
    max-width: 50px;
    float: left;
}
.promotion-div {
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: 0.3s all;
    margin: 10px 0 10px;
    padding: 20px;
}
.promo-info {
    min-height: 50px;
    margin-bottom: 5px;
}
.item-name-promo {
    padding-top: 10px;
}
.base-bg {
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: 0.3s all;
}
.increment-btn {
    border: solid 1px;
    padding: 0 10px 0;
    cursor: pointer;
}
.invalid-feedback {
    color: red;
}
.alert.alert-success {
    color: green;
    text-align: center;
    font-size: 26px;
}
.alert.alert-danger {
    color: red;
    text-align: center;
    font-size: 26px;
}
.d-none {
    display: none !important;
}
.medal-rank {
    position: absolute;
    margin: 5px 0 0 5px;
    width: 20px;
}
.hiscore-medal-rank {
    position: absolute;
    margin: 5px 0 0 5px;
    width: 30px;
}
.yellow-border {
    font-weight: 600 !important;
    border-left: 10px solid gold !important;
    border-right: 10px solid gold !important;
    color: gold !important;
}
.silver-border {
    font-weight: 600!important;
    border-left: 10px solid silver !important;
    border-right: 10px solid silver !important;
    color: white !important;
}
.bronze-border {
    font-weight: 600 !important;
    border-left: 10px solid rgb(165, 95, 15) !important;
    border-right: 10px solid rgb(165, 95, 15) !important;
    color: rgb(165, 95, 15) !important;
}
.text-input {
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 8px;
    width: 100%;
    margin: 10px 0;
}
.default-button {
    background: linear-gradient(135deg, #794ac1 0%, #34068a 100%);
    transition: 0.3s all;
    font-weight: 400;
    padding: 5px 10px;
}
.bold {
    font-weight: bold !important;
}
