﻿/*** Job Listing ***/
.tab-class .nav {
  border-bottom: 1px solid #ddd;
}

.nav-pills .nav-item a {
  color: #292b2c;
}

.nav-pills .nav-item .active {
    border-bottom: 2px solid #0085B6;
}

.text-decoration-none, .text-decoration-none:hover {
  text-decoration: none;
}

.shadow-sm, .shadow-sm--on-hover:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(132, 138, 163, 0.1) !important;
}

.icon-middle {
  vertical-align: middle;
}

.job-item {
  border: 1px solid #ddd;
  box-shadow: 0px 0px 20px 0px #eee;
}

.badge-circle {
  border-radius: 50%;
  height: 64px;
  width: 64px;
  font-size: 1.5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


.bg-gr {
  background-color: #f7f7f7;
}

.skeleton {
  min-height: 28px;
  border-radius: 4px;
  background-color: #e2e5e7;
}

.category {
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 38px 25px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  border: 1px solid #E6E6E6;
  min-height: 190px;
  position: relative;
}

.category .category-icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: #eee;
  font-size: 7.5rem;
  
}

.category span,p {
  position: relative;
}


.no-style {
  list-style: none;
}

.location-point {
  font-weight: 700;
}

.room-tag {
  color: #0085B6;
  background-color: #0085B620;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
}

.room-tags {
  display: flex;
  gap: 0.5rem;
}

.location-item {
  background-color: #fefefe;
  border-radius: 0.25rem;
  border: 1px solid #efefef;
  padding: 1rem;
  box-shadow: 0px 0px 20px 0px #eee5;
}

.location-listing {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.location-jpg {
  width: 20rem;
}

.text-and-picture {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  
}