nav .nav-list .nav-item.active a {
    color: var(--orange);
}
nav .nav-list .nav-item.active a::before {
    width: 100%;
}
.table-item span {
    margin-left: 30px;
    text-align: right;
}
.patch-info-content .patch-info {
    width: 40%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.patch-info-content .patch-info .patch-info-data {
    color: var(--orange);
    font-size: 16px;
    font-weight: bold;
}
.patch-info-content .patch-info .patch-info-type {
    text-transform: uppercase;
    color: var(--text-main);
    font-size: 16px;
    font-weight: bold;
}
.patch-info-container .patch-title p {
    font-size: 36px;
    color: var(--text-main);
    margin-bottom: 30px;
    font-family: 'DXAngelus';
}
.patch-info-container .patch-img img {
    width: 40%;
}
.patch-info-container .patch-description {
    color: var(--text-main);
}
.patch-info-container .patch-description p {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 20px;
}




.pagination {
    border-radius: 4px;
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
}

.page-link {
    background-color: #fff;
    border: 1px solid #f1e8e4;
    color: #666;
    display: block;
    line-height: 1rem;
    margin-left: -1px;
    padding: .5625rem .625rem;
    position: relative;
    min-width: 30px;
}

.page-link:hover {
    background-color: #6f6551;
    border-color: #f1e8e4;
    color: #ffffff;
    text-decoration: none;
    z-index: 2
}

.page-link:focus {
    box-shadow: none;
    outline: 0;
    z-index: 3
}

.page-item:first-child .page-link {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.page-item.active .page-link {
    background-color: #6f6551;
    border-color: var(--main-color);
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #f1e8e4;
    color: #e8dfdb;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5625rem .75rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.pagination-sm .page-link {
    font-size: .75rem;
    line-height: 1.5;
    padding: .4375rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.paginations {
    margin-top: 50px;
}
.paginations nav {
    position: inherit;
    width: 100%;
    height: 90px;
    background: none;
    text-transform: uppercase;
    z-index: 1;
}
.inner .streams-list .streams-list-content .streamer .streamer-widget {
    max-width: 373px;
}
.inner .streams-list .streams-list-content .streamer {
    width: auto;
}
.inner .streams-list .streams-list-content .streamer .streamer-name i.fa-youtube {
    color: #ff0000;
}
.inner .streams-sort span {
    position: initial;
    font-size: 20px;
}
.inner .streams-list .streams-list-content .streamer .streamer-name {
    justify-content: space-between;
}
.control-panel {
    width: 100% !important;
}
.sign-up-disable {
    cursor: default;
    filter: saturate(0.5);
}
.sign-up-disable:hover {
    padding-bottom: 0px !important;
}