/* Made by Szarkan https://wiki.catcraftmc.ru */

:root {
    --white:rgb(200, 147, 41) !important;
    --black: #1b1821 !important;
    --shade: #353535 !important;
}

::-webkit-scrollbar-track {
    background: #8e8e8e !important;
}

::-webkit-scrollbar-thumb {
    background: #bb740d !important;
}

.bg-light {
    background-color: rgb(202, 26, 26) !important;
}

.card {
    position: relative;
    display: flex
;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #282729 !important;
    background-clip: border-box;
    border: 0.0625rem solid rgba(239, 242, 245, 0.05);
    border-radius: 0.125rem;
}