/*
 * █████       █████   ███   █████ ██████████
 *░░███       ░░███   ░███  ░░███ ░░███░░░░███
 * ░███        ░███   ░███   ░███  ░███   ░░███
 * ░███        ░███   ░███   ░███  ░███    ░███
 * ░███        ░░███  █████  ███   ░███    ░███
 * ░███      █  ░░░█████░█████░    ░███    ███
 * ███████████    ░░███ ░░███      ██████████
 *░░░░░░░░░░░      ░░░   ░░░      ░░░░░░░░░░
 *           Lime Web Development
 *         lwd.rocks || hello@lwd.rocks
 */

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.btn-link,
a {
    text-decoration: none !important;
}

.avatar-50 {
    max-width: 50px;
}

.avatar-inline {
    max-height: 32px;
}

.card-header {
    font-weight: 700;
    font-size: 1.2rem;
}

label {
    font-weight: 700;
}

.form-check-label {
    font-weight: 500;
}

.job-icon-table {
    max-width: 75px;
}


.media-library-properties .media-library-property:first-child,
.media-library-properties .media-library-property:nth-child(2){
   display: none;
}

table tr {
    vertical-align: middle;
}
