body{
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; 
}

.product-name {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    width: 100%;
}

.city-name{
    display: inline-block;
    text-align: left;
    font-size: 15px;
    width: 100%;
    color: black;
    padding: 3px;
}

.salary{
    display: inline-block;
    text-align: right;
    font-size: 15px;
    color: green;
    font-weight: bold;
    width: 100%;
    border-radius: 10px;
    padding: 3px;
}

.keyword{
    display: inline-block;
    font-size: 13px;
    color: black;
    font-weight: normal;
    text-align: right;
    border: 1px solid blue;
    padding: 2px;
    border-radius: 2px;
    border-spacing: 5px;
}

.viewjob{
    display: inline-block;
    font-size: 13px;
    width: 95%;
    text-align: center;
    border: 1px solid blue;
    padding: 3px;
    border-radius: 5px;
    text-decoration: none;
    border-spacing: 5px;
}

.viewjob:hover{
    border-color: blue;
    background-color: blue;
    color: white;
}

.techIconLogo {
    height: 50px;
    width: 50px;
}

@media (max-width: 480px){
    .techIconLogo{
        max-width: 50px;
        max-height: 50px;
    }
}

.jobItemLogo {
    display: block;
    padding: 3px 3px;
    margin: 0 auto;
}

.jobItemLogoSvg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 60px;
    max-height: 60px;
}

@media (max-width: 480px){
    .jobItemLogoSvg{
        max-width: 30px;
        max-height: 30px;
    }
}

.jobItem{
    display: block;
    width: 98%;
    height: 100px;
    border: solid;
    border-radius: 20px;
}

@media (max-width: 480px){
    .jobItem{
        max-height: 150px;
    }
}

.jobItem:hover{
    border-color: rgb(162, 0, 255);
    background: #80d4ff;
    border-width: 4px;
    display: block;
    width: 98%;
    border: solid;
    border-radius: 20px;
}

.imgContainer {
    position: relative;
  }
  
.imgContainer-centered-element {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cityItem{
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    border: solid;
    padding: 3px;
    border-radius: 10px;
}

.cityItemLink{
    text-decoration: none;
    font-size: 15px;
}

.cityItem:hover{
    background-color: #DE3163;
}    

.keywords{
    display: inline-block;
    text-align: right;
}

.keyword:hover{
    background-color: #DE3163;
}

.hidden{
    visibility: hidden;
}


.separator {
    height: 20px;
}

.navbar-brand img{
    margin-right: 1rem;
}

.navbar-dark .navbar-brand{
    white-space: normal;
}

.card img{
    width: 400px;
    height: 220px;
    max-width: 100%;
}

.regular-price{
    margin-bottom: 0;
    color: #808080;
}

.sale-price{
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.free-shipping,
.standard-shipping{
    margin-bottom: 0;
}

.sold{
    margin-bottom: 0.5rem;
}

.star-rating{
    font-size: 0.9rem;
}

.fa-cart-plus{
    margin-right: 0.5rem;
}

.fa-star{
    color: red;
}

.card-title{
    line-height: 2rem;
}

.badge{
    background: #137cec;
    margin-left: 1rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
}

.dg-checked{
    color: #000 !important;
    color: orangered;
}

@media (max-width: 1450px){
    .badge{
        margin-left: 0.5rem;
        padding: 0.5rem;
    }
}

.tags{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tags a{
    margin-right: 1rem;
}

.card-footer{
    background: #fff;
}

.cb-filters-1{
    margin-right: 2rem;
}

.no-results-label{
    margin: 0 0 3rem 0;
    color: #808080;
    text-align: center;
}

.form-check-inline{
    margin-right: 0;
}

/**
 * colors
 */
.color{
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #ccc;
    display: inline-block;
}

.color-black{
    background: #000;
}

.color-white{
    background: #fff;
}

.color-blue{
    background: #5050ff;
}

.color-red{
    background: red;
}

.color-pink{
    background: pink;
}

.color-beige{
    background: #F5F5DC;
}

.color-brown{
    background: #a5532a;
}

/* category */
.form-check-input[name='category-radio']{
    display: none;
}

.form-check-input[name='category-radio']:checked + label .category{
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.category-label{
    cursor: pointer;
    font-size: 0.9rem;
}

.category-label:hover { 
    background-color: lightskyblue;
}

.category-label .dg-checked { 
    background-color: lightskyblue;
    border: solid;
}

.category-label .category{
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0;
}

.form-check-input[name='category-radio']:checked + [for="all-radio"] {
    font-weight: bold;
}

/* proKoho */
.form-check-input[name='type-radio']{
    display: none;
}

.form-check-input[name='type-radio']:checked + label .type{
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}


.type-label{
    cursor: pointer;
    font-size: 0.9rem;
}

.type-label:hover { 
    background-color: lightskyblue;
}

.type-label .dg-checked { 
    background-color: lightskyblue;
    border: solid;
}

.type-label .type{
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0;
}

.form-check-input[name='type-radio']:checked + [for="all-radio"] {
    font-weight: bold;
}


/* extraFiltry */
.form-check-input[name='color-radio']{
    display: none;
}

.form-check-input[name='color-radio']:checked + label .color{
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.color-label{
    cursor: pointer;
    font-size: 0.9rem;
}

.color-label:hover { 
    background-color: lightskyblue;
}

.color-label .dg-checked { 
    background-color: lightskyblue;
}

.color-label .color{
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0;
}

button { 
    margin: 10px; 
    border: 2px;
}

.form-check-input[name='color-radio']:checked + [for="all-radio"] {
    font-weight: bold;
}


/**
 * pagination
 */
.pagination{
    margin-bottom: 0;
    margin-right: 1rem;
}

.pagination-label{
    margin-right: 1rem;
    color: #808080;
}

.pagination-label.dg-label-empty{
    display: none;
}

.page-size-control{
    width: 200px;
}

.countryLink{
    font-size:20px; 
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 768px){
    .card{
        max-width: 400px;
        margin: auto;
    }
}