@import url("index.css");
body {
  background-color: #fbfbfb;
}
@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}
.card_descrioption
{
  white-space: break-spaces;
}
/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .list-group-item:hover{
  color: #007bff !important;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}


.navbar-nav .dropdown-menu
{
  position:absolute !important;
}

@media screen and (max-width: 975px){
  .comment-section{
  margin-left:0px !important;
  }
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  background-color: none !important;
  background: none !important;
  color: black;
  border: none;
}

.sidebar_icon
{
  width: 15%;
  margin: 0px 2px;
  color: #007bff;
  filter: hue-rotate(45deg);
}

.image_job
{
  height: 200px;
  overflow: hidden;
}
.image_job img
{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.time_counter
{
  font-size: 21px;
  font-weight: bold;
}