* {
    box-sizing: border-box;
}

body {
    background-color: #F5F5F5;
}

.c-category {
    display: flex;
    flex-wrap: wrap;
}

.c-category>div {
    background-color: white;
    margin-top: 12px;
    margin-right: 12px;
    width: 148px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.img-cat {
    width: 80px;
    height: 80px;
}

.c-cat-name {
    text-align: center;
    padding: 15px 10px 15px 10px;
}

.cat-text {
    margin: 8px 12px 0;
    font-size: 14px;
    color: #212121;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.c-categories {
    padding-top: 24px;
}

.categories-text {
    font-family: Roboto-Regular;
    font-size: 22px;
    color: #424242;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cat_a {
    text-decoration: none;
    display: block;
    padding-top: 20px;
    border: 2px solid rgba(255, 255, 255, 0);
}

.cat_a:hover {
    text-decoration: none;
    border: 2px solid gray;
    transition: border .5s;
}


/* slick */
.my-slick {
    padding-left: 45px;
}

.slick-item {
    width: 200px;
    height: 200px;
    background-color: white;
    border: 1px solid rgb(234, 234, 234);
    margin-right: 20px;
    padding: 10px;
}

.slick-arrow {
    background-color: white;
    width: 40px;
    height: 40px;
}

.slick-arrow:hover {
    background-color: white;
}

.slick-arrow:focus {
    background-color: white;
}

.slick-prev:before,
.slick-next:before {
    color: green;
}

/* card */
.p-card {
    max-width: 172px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
}

.p-card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.c-p-card-img {
    height: 168px;
    overflow-y: hidden;
    border-bottom: 4px solid goldenrod;
}

.p-card-img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.c-p-card-text {
    padding: 20px 10px;
    text-align: center;
    /* background-color: rgb(231, 233, 241); */
}

.text-name {
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.icon-gray {
    color: rgb(220, 220, 220);
}

.link {
    text-decoration: none;
    color: inherit;
}

.link:hover {
    text-decoration: none;
}

/* Detail Page */
.c-profile {
    background-color: white;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    margin: 16px 0px;
    /* padding: 20px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.profile-img {
    width: 100%;
    border-top-left-radius: 10px;
}

.rating-text {
    background-color: #178416;
    color: white;
    display: inline-block;
    padding: 3px 9px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 10px;
}

.star-color {
    color: rgb(215, 128, 13);
}

.star-disable {
    color: rgb(225, 201, 169);
}

/* address right */
.c-detail-address {
    /* background-color: rgb(250, 250, 250); */
    height: 100%;
    border-left: 1px solid rgb(235, 235, 235);
}

/* section-02 */
.section-02 {
    background-color: white;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tags {
    display: flex;
    flex-wrap: wrap;

}

.tags>div {
    border: 1px solid rgb(201, 201, 201);
    border-radius: 30px;
    padding: 7px 20px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.tags>div:hover {
    border: 1px solid black;
}

/* Rating */
.heading {
    font-size: 25px;
    margin-right: 25px;
}

.fa-w3 {
    font-size: 25px;
}

.checked {
    color: orange;
}

/* Three column layout */
.side {
    float: left;
    width: 15%;
    margin-top: 10px;
}

.middle {
    margin-top: 10px;
    float: left;
    width: 70%;
}

/* Place text to the right */
.right {
    text-align: right;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

/* Individual bars */
.bar-5 {
    width: 60%;
    height: 18px;
    background-color: #04AA6D;
}

.bar-4 {
    width: 30%;
    height: 18px;
    background-color: #2196F3;
}

.bar-3 {
    width: 10%;
    height: 18px;
    background-color: #00bcd4;
}

.bar-2 {
    width: 4%;
    height: 18px;
    background-color: #ff9800;
}

.bar-1 {
    width: 15%;
    height: 18px;
    background-color: #f44336;
}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {

    .side,
    .middle {
        width: 100%;
    }

    .right {
        display: none;
    }
}

/* hire_hire */
.c-hire-top-filter {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
    flex-direction: row;
}
.c-cat {
    /* div */
    height: 100%;
    border-right: 1px solid rgb(231, 231, 231);
}
.cat-title {
    display: block;
    font-weight: bold;
    padding: 10px 0px 10px 5px;
}
.cat-ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.cat-ul li a {
    display: block;
    /* background-color: #00bcd4; */
    text-decoration: none;
    color: inherit;
    padding: 5px 5px;
    /* border: 1px solid inherit; */
}
.cat-ul li a:hover {
    background-color: #ececec;
    border: 2px solid rgb(37, 37, 37);
    font-weight: bold;
}

.c-hire {
    padding: 10px;
}

.hire-c-p-card {
    display: flex;
    flex-wrap: wrap;
}

.hire-c-p-card .p-card {
    margin-right: 15px;
    margin-bottom: 15px;
}

/* last added */
.c-c-p-card > .c-p-card {
    margin-right: 10px;
    margin-bottom: 10px;
}

/* CSS Responsive */
/* CSS Responsive */

@media (max-width: 576px) {
    /* col */
    .profile_name {
        font-size: 19px;
    }
    .address_address {
        background-color: rgb(238, 238, 238);
        font-size: 19px;
        padding: 3px 5px;
    }
    .h-1 {
        font-size: 19px;
    }
    .col-working-area {
        padding-top: 20px;
    }
    .bg-1 {
        background-color: #eeeeee;
        padding: 3px 5px;
    }
    .tags>div {
        border: 1px solid rgb(201, 201, 201);
        border-radius: 30px;
        padding: 3px 10px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
    }

    /* hr_hire_hire */
    .c-hire-top-filter {
        justify-content: flex-start;;
        flex-direction: column;
    }
    .hr-sort {
        float: right;
    }
    .hire-c-p-card .p-card {
        width: 42%;
    }

}

@media (min-width: 576px) {
    /* col-sm */
}

@media (min-width: 768px) {
    /* col-md */
}

@media (min-width: 992px) {
    /* col-lg */
}

@media (min-width: 1200px) {
    /* col-xl */
}
