#MainContent_divJobListing .friend-widget .label-new,
#MainContent_divJobListing .friend-widget .label-pin {
    display: none !important;
}


#MainContent_divJobListing .friend-widget > div.col-sm-10 h4,
#MainContent_divJobListing .friend-widget > div.col-sm-10 p {
    padding-left: 0 !important;
}

    #MainContent_divJobListing .friend-widget > div.col-sm-10 p:first-of-type {
        text-transform: uppercase;
        display: flex;
        gap: 5px;
        align-items: center;
    }

    #MainContent_divJobListing .friend-widget > div.col-sm-10 p i:not(:first-of-type) {
        margin-left: 5px;
    }



.ytlc_content {
    min-height: 90vh;
}

/* Footer */
.footer {
    background-color: rgb(1, 152, 213);
}

    .footer h3.p-title {
        font-weight: 800;
        font-size: 24px;
        margin-bottom: 10px;
        color: white !important;
    }

    .footer, .footer * {
        color: white !important;
    }

        .footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
            color: white !important;
        }

        .footer p, .footer .p-text, .footer .p-sub, .footer .p-title, .footer .footer-text {
            color: white !important;
        }

        /* Social Media Icons */
        .footer .social-media {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: 64px;
        }

        .footer .social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: auto;
            height: auto;
            background: none !important;
            background-color: transparent !important;
            color: white !important;
            text-decoration: none;
            margin-right: 20px;
            padding: 0 !important;
            border: none !important;
            transition: none !important;
        }

            .footer .social-icon:last-child {
                margin-right: 0;
            }

            .footer .social-icon:hover {
                background: none !important;
                background-color: transparent !important;
            }

            .footer .social-icon img {
                filter: brightness(0) invert(1);
                width: 30px;
                height: 30px;
                display: block;
            }

            .footer .social-icon i {
                color: white !important;
                font-size: 18px;
                line-height: 1;
            }
