.forum-section {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
}

.forum-header {
    padding: 10px 15px;
    border-radius: .25rem .25rem 0 0;
}

.blur {
    filter: blur(10px);
    user-select: none;
    position: relative;
    overflow: hidden;
}


.forum-content:hover .premium-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.list-group-item {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: start;
}

.list-group-item i {
    min-width: 30px;
}

@media (min-width: 768px) {
    .plan-card-large {
        transform: scale(1.1);
        z-index: 1;
    }

    .navbar-expand-lg {
        flex-wrap: wrap !important;
    }
}


.form-invalid {
    border: 2px red solid !important;
    border-radius: .3rem
}

.price-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.old-price {
    font-size: 1.3em;
    color: gray;
}

.strike-through {
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 110%;
    background-color: red;
    transform: rotate(-25deg);
}

.alert-error {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

.like-form {
    display: inline-block;
}

.like-button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #807e7e;
}

.like-icon {
    margin-right: 5px;
}

.logo {
    max-width: 80%;
}

.fabrx-pagination {
    display: flex;
}

.fabrx-pagination ul {
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .fabrx-pagination .btn {
        display: none;
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 768px) {
    .navbar-collapse.collapse {
        display: none;
    }

    .navbar-collapse.collapsing {
        display: none !important;
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
    }

    .navbar-collapse ul {
        padding-top: 0 !important;
    }

    .navbar-toggler {
        z-index: 1020;
    }
}


.fabrx-header-links a svg * {
    fill: white;
}

.fabrx-header-links a:hover svg * {
    fill: white;
}

.img-banner {
    max-width: 400px;
    transition: all 0.1s ease-in-out;
}


#id_captcha_1 {
    height: 2.2rem;
    padding: .625rem .938rem;
    border-radius: .188rem;
    resize: none;
    appearance: none;
    font-size: .875rem;
    display: inline-block;
    width: 70%;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #c4c4c4;
}


.btn-captcha-refresh {
    height: 2.2rem;
    width: 2.2rem;
    min-height: 2rem !important;
    min-width: 2rem !important;
    vertical-align: top !important;
    display: inline-flex !important;
    padding: 0px;
}

/*.toplist {*/
/*    overflow: auto;*/
/*    width: 100%;*/
/*}*/

/*.toplist img {*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    vertical-align: middle;*/
/*}*/


/*.toplist table {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    table-layout: auto;*/
/*    border-collapse: collapse;*/
/*    border-spacing: 1px;*/
/*    text-align: left;*/
/*}*/

/*.toplist caption {*/
/*    caption-side: top;*/
/*    text-align: left;*/
/*}*/

/*.toplist th {*/
/*    padding: 5px;*/
/*}*/

/*.toplist td {*/
/*    padding: 5px;*/
/*}*/


#scrollDownBtn {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    top: 20px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
}


