.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.UpdateTitle h1 {
    font-size: 16px;
    text-rendering: optimizeSpeed;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

    margin-bottom: 1rem;
    font-size: 60px;
    line-height: 0.9;
    font-weight: 600;
    color: rgb(31, 31, 31);
    font-family: 'Verdana', sans-serif;
}

.UpdateTitle p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: rgb(31, 31, 31);
    font-family: 'Verdana', sans-serif;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.card {
    margin-bottom: 1.875rem;
    border: none;
    box-shadow: 0 10px 40px 0 rgba(237, 140, 29, 0.26), 0 2px 9px 0 rgba(237, 140, 29, 0.144);
}

body {
    background-color: #1a1a1a;
}

h1,
h5 {
    color: #d5d5d5 !important;
}

.card-body ul {
    color: #d3d3d3;
    background-color: #222222;
}

a {
    color: #d3d3d3 !important;
}

button {
    color: #d3d3d3 !important;
}

p {
    color: #d3d3d3 !important;

}

.card-title {
    color: #ed8c1d;
}

.card-subtitle {
    color: #545454;
}

.card-body {
    background-color: #222222;
}

.overflow-scroll {
    background-color: #1a1a1a !important;
    overflow-x: hidden !important;
}

.changeslist li {
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    padding-bottom: 7px;
}

.changeslist {
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    padding-left: 15px;
}

.devnote {
    font-family: 'Verdana', sans-serif;
}

h4 {
    color: #d5d5d5 !important;
    font-family: 'Verdana', sans-serif;
}

a:hover {
    color: #ed8c1d !important;
    background: #242424 !important;
}

a:focus {
    color: #ed8c1d !important;
    background: #242424 !important;
}

.nav-pills .nav-link.active {
    color: #ed8c1d !important;
    background: #242424 !important;
}

button:hover {
    color: #d5d5d5 !important;
    background: #242424 !important;
}

button:focus {
    color: #ed8c1d !important;
    background: #242424 !important;
    outline: none !important;
    box-shadow: none !important;
}

.nav-link {
    margin-bottom: 5px;
}

.updatecontainer {
    overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #242424;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28237, 140, 29,.9%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e") !important;
    transition: transform .35s ease;
    transform-origin: 0.5em 50%;
}