
/*# sourceMappingURL=user.min.css.map */



.stick_card_header_to_top{
    position:fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}


.font_size{
    font-size: 14px;
}


.truncate {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 2);
    -webkit-box-orient: vertical;
    word-break: var(--word-break, 'none');
    overflow: hidden;
    hyphens:auto;
    text-align: var(--align, left);
    --is-single-line: 1 - Clamp(0, Calc(var(--line-clamp) - 1), var(--line-clamp));
    --delay: Calc(-1s * (var(--is-single-line, 1) - 1));
    animation: states 1s var(--delay) paused;

    @keyframes states {
        0% {
            word-break: break-all;
        }
    }
}



.truncate_card_date_and_username {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 1);
    -webkit-box-orient: vertical;
    word-break: var(--word-break, 'none');
    overflow: hidden;
    hyphens: auto;
    text-align: var(--align, left);
    --is-single-line: 1 - Clamp(0, Calc(var(--line-clamp) - 1), var(--line-clamp));
    --delay: Calc(-1s * (var(--is-single-line, 1) - 1));
    animation: states 1s var(--delay) paused;

    @keyframes states {
        0% {
            word-break: break-all;
        }
    }
}





.card_inner_height_to_match_image_height {
    height: 55px;
}

.padding_for_card_bottom {
    padding-bottom: 4px;
    padding-right: 8px;
}

.card_sidebar_spacing_for_blog_view {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.no_underline_for_tag:hover {
    color: #000000;
    text-decoration: none;
}


.img_size_home {
    width: 100px;
    width: 100px;
}


.search_color_font {
    font-family: sans-serif;
    font-size: small;
}

.logo_font_size {
    font-family: sans-serif;
    font-size:smaller;
}


/*TAG GLOW*/
.tag_primary_glow:hover {
    box-shadow: 0 0 6px rgba(44, 123, 229, 1);
    border: 1px solid rgba(44, 123, 229, 1);
}

.tag_secondary_glow:hover {
    box-shadow: 0 0 6px rgba(116, 129, 148, 1);
    border: 1px solid rgba(116, 129, 148, 1);
}

.tag_success_glow:hover {
    box-shadow: 0 0 6px rgba(0, 210, 122, 1);
    border: 1px solid rgba(0, 210, 122, 1);
}

.tag_info_glow:hover {
    box-shadow: 0 0 6px rgba(39, 188, 253, 1);
    border: 1px solid rgba(39, 188, 253, 1);
}

.tag_warning_glow:hover {
    box-shadow: 0 0 6px rgba(245, 128, 62, 1);
    border: 1px solid rgba(245, 128, 62, 1);
}

.tag_danger_glow:hover {
    box-shadow: 0 0 6px rgba(230, 55, 87, 1);
    border: 1px solid rgba(230, 55, 87, 1);
}

.tag_light_glow:hover {
    box-shadow: 0 0 6px rgba(249, 250, 253, 1);
    border: 1px solid rgba(249, 250, 253, 1);
}

.tag_dark_glow:hover {
    box-shadow: 0 0 6px rgba(11, 23, 39, 1);
    border: 1px solid rgba(249, 250, 253, 1);
}



/*SEARCH GLOW*/
.search_glow:focus {
    box-shadow: 0 0 6px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}


/*BLOG IMAGE GLOW*/
.all_post_image_glow:hover {
    box-shadow: 0 0 6px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}



 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
.search_width_main
{
    width: 310px;
}
}

@media (min-width: 815px) {
    .search_width_main {
        width: 400px;
    }
}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .search_width_main {
        width: 500px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .search_width_main {
        width: 650px;
    }
}


.side_bar_image_size {
    width:20px;
    height:20px;
}


.home_card_small_image {
    width:16px;
    height:16px;
}
