:root {
    --bg-color: #fff;
    --grey-color: #454f5b;
    --black-color: #161c24;
    --main-color: #4295e4;
    --stroke-color: #eaeaea;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/sfpro/SFProText-Light.woff2') format('woff2'), url('../fonts/sfpro/SFProText-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/sfpro/SFProText-Regular.woff2') format('woff2'), url('../fonts/sfpro/SFProText-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/sfpro/SFProText-Medium.woff2') format('woff2'), url('../fonts/sfpro/SFProText-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/sfpro/SFProText-Semibold.woff2') format('woff2'), url('../fonts/sfpro/SFProText-Semibold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/sfpro/SFProText-Bold.woff2') format('woff2'), url('../fonts/sfpro/SFProText-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}

/* ==================General==================== */

html,
body {
    height: 100%;
}

body {
    min-width: 320px;
    font-size: 16px;
    font-family: 'SF Pro', sans-serif;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    background: url('../images/bg.png');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
    background-color: #0e0e0e;
    overflow-y: overlay;
    color: var(--grey-color);
}

img {
    max-width: 100%;
    height: auto;
}

/* ==================General==================== */

/* ==================Header==================== */


.top-line {
    background-color: var(--grey-color);
    color: var(--bg-color);
    font-weight: 500;
    padding: 10px 0;
}

    .top-line a {
        color: var(--bg-color);
        transition: all .3s;
    }

        .top-line a:hover {
            color: var(--main-color);
        }

.logo {
    text-align: center;
    margin: 50px 0px 50px 0px;
    /*margin: 100px 0px 100px 0px;
    font-size: 120px;*/
}


.navbar .container {
    border-radius: 7px 7px 0px 0px;
    padding: 10px;
    background-color: rgb(33, 37, 41, 0.85);
}

    .navbar .container .navbar-brand {
        margin-right: 30px;
        margin-left: 15px;
    }

    .navbar .container .collapse .navbar-nav .nav-item a {
        margin-right: 15px;
    }

    .navbar .container .collapse {
        margin-right: 15px;
    }

.main .container .row {
    display: flex;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.55);
}

    .main .container .row .col {
        background-color: rgb(33, 37, 41, 0.85);
        padding: 10px;
        color: rgba(255, 255, 255, 0.55);
    }

        .main .container .row .col .middle .title {
            background-color: rgb(33, 37, 41, 0.90);
            margin: -10px -10px 10px -10px;
            padding: 10px 10px 10px 10px;
        }

    .main .container .row .col-1 {
        width: 20%;
    }

        .main .container .row .col-1 .blocks {
            margin-left: -11px;
        }

            .main .container .row .col-1 .blocks .monitoring {
                background-color: rgb(33, 37, 41, 0.85);
                margin-bottom: 10px;
            }

                .main .container .row .col-1 .blocks .monitoring .title {
                    background-color: rgb(33, 37, 41, 0.90);
                    padding: 10px 10px 10px 10px;
                }

                .main .container .row .col-1 .blocks .monitoring .info .footer-mon {
                    background-color: rgb(33, 37, 41, 0.90);
                    padding: 10px 10px 10px 10px;
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    align-content: center;
                    justify-content: center;
                }

                    .main .container .row .col-1 .blocks .monitoring .info .footer-mon .btn {
                        width: 70%;
                    }

            .main .container .row .col-1 .blocks .discord {
                background-color: rgb(33, 37, 41, 0.85);
                padding-bottom: 10px;
            }

                .main .container .row .col-1 .blocks .discord .title {
                    background-color: rgb(33, 37, 41, 0.90);
                    padding: 10px 10px 10px 10px;
                }

            .main .container .row .col-1 .blocks .monitoring .info {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

.main-mon {
    width: 90%;
    padding: 10px;
}

.search-bar {
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
}

    .search-bar input {
        background: #21252900;
        color: rgba(255, 255, 255, 0.55);
    }

        .search-bar input::placeholder {
            color: rgba(255, 255, 255, 0.55);
        }


        .search-bar input:focus {
            background: #21252900;
            color: rgba(255, 255, 255, 0.55);
        }

.loader {
    text-align: center;
    padding: 20px;
    color: #ccc;
}

.modal-content {
    background: rgb(33, 37, 41, 0.85);
    color: rgba(255, 255, 255, 0.55);
}


.pagination {
    margin-bottom: 0px;
    justify-content: center;
}

    .pagination .page-item .page-link {
        color: rgba(255, 255, 255, 0.55) !important;
        background: rgb(33, 37, 41, 0.85);
    }


/*.shop .dropdown .btn {
    width: 100%;
    color: rgba(255, 255, 255, 0.55);
}
*/
.shop .row-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
}

    .shop .row-category .col1 {
        margin: 0px 10px 10px 10px;
    }

.shop .form-select {
    text-align: center;
    color: rgba(255, 255, 255, 0.55) !important;
    background: rgb(33, 37, 41, 0.85);
}

.shop .row-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
}

    .shop .row-products .product_item {
        width: 20%;
        height: 25%;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.55);
    }

        .shop .row-products .product_item .product {
            margin: 5px;
            background: hsla(0, 0%, 100%, .04);
            height: 210px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }

            .shop .row-products .product_item .product .product_title {
                margin: auto;
                width: 100%;
            }

            .shop .row-products .product_item .product .product_image {
                width: 150px;
                height: 150px;
            }

            .shop .row-products .product_item .product .product_summ {
                width: 100%;
            }


.bans .table {
    --bs-table-bg: #21252900;
    --bs-table-striped-bg: #21252900;
    --bs-table-striped-color: rgba(255, 255, 255, 0.55);
    --bs-table-color: rgba(255, 255, 255, 0.712);
}

/* ==================Header==================== */

/* ==================Footer==================== */

footer {
    margin-top: 10px;
    width: 100%;
    color: #eaeaea;
    line-height: 30px;
    font-size: 12px;
}

.footer .container {
    background-color: rgb(33, 37, 41, 0.85);
    text-align: center;
}

/* ==================Footer==================== */

