body, html {
    background-color: #1b1921 !important;
}

.product-card, .server-card {
    background: #1b1821 !important;
    border: 2px solid #363130 !important;
}

.select-server-card {
    background: #1b1821;
    border: 2px solid #363130 !important;
}

.form-control {
    background-color: #363130 !important;
}

.modal-content {
    background-color: #363130 !important;
}

.bg-soft {
    background-color: #363130 !important;
}

input {
    border: 2px solid #363130 !important;
}

.cart-card > .card-body {
    border-radius: 10px;
}

.title, .category, .item-price, .item-title, .modal-title, .label {
    color: #dbdbdb !important;
}

.text-black .text-muted {
    color: #7b7b7b !important;
}

.text-soft, .text-soft:hover {
    color: #b7b7b7 !important;
}

.cart-cost {
    color: white !important;
}

.text-black a:not(.btn), .text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6, .text-black .h1, .text-black .h2, .text-black .h3, .text-black .h4, .text-black .h5, .text-black .h6, .text-black .display-1, .text-black .display-2, .text-black .display-3, .text-black .display-4 {
    color: #dbdbdb !important;
}

.text-black, .text-black:hover {
    color: #dbdbdb !important;
}

h4 {
    color: #dbdbdb !important;
}

.cart-item-actions {
    border: 2px solid #353535 !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
    color: #dbdbdb !important;
    fill: #dbdbdb !important;
}

p {
    color: #dbdbdb;
}


code {
    font-size: inherit;
    padding: 0.15rem;
    color: rgb(207, 191, 191);
    font-weight: bold;
}