.profile_style {
  background-color: #fff;
  /* box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1); */
  border-radius: 0.375rem;
  border: 0 !important;
}

.dash-menu {
  /* overflow-x: auto; */
  white-space: nowrap;
  scroll-behavior: smooth;
}

.header-card {
  /* display: grid;
  grid-template-columns: repeat(7, 1fr); */
  display: flex;
  justify-content: space-around;
}

.dash-menu .row {
  flex-wrap: nowrap;
  width: 100%;
}

.dash-menu .py-2,
.dash-menu .py-md-4 {
  display: inline-block;
  white-space: nowrap;
  flex: 0 0 auto;
  /* margin-right: 1.5rem; */
}

.dash-menu a {
  color: gray !important;
  text-decoration: none;
  font-weight: 500;
}

.dash-menu a.active {
  padding-bottom: 23px !important;
  border-bottom: 4px solid #28c76f;
  /* color: #28c76f !important; */
}

/* Scrollbar styling */
.dash-menu::-webkit-scrollbar {
  height: 6px;
}

.dash-menu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.jbm-button.jbm-button-3 {
  background: #fce900;
  line-height: 42px;
  border: solid 2px #23af4b !important;
  color: #23af4b;
  font-size: 16px;
  border-radius: 35px;
  padding: 10px 40px;
  font-weight: 600;
}

.jbm-button.jbm-button-3:hover {
  transform: scale(1.1);
  background: #fce900;
  color: #23af4b;
}

.label-address {
  font-weight: 600 !important;
  font-size: 0.12px !important;
}

.text-danger {
  position: absolute;
}

.input-style {
  margin-bottom: 20px !important;
}

.label-style label {
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.input-style-social {
  margin-bottom: 17px !important;
}

.cover-style {
  box-shadow: none !important;
}

.form-group select:focus {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #23af4b !important;
}

.table-heading th {
  padding: 0 20px !important;
}

.active-style {
  cursor: auto !important;
}

span i {
  color: #7367f0 !important;
}

.allowSearch{
  position: absolute;
  bottom: 35px !important;
  font-size: 12px !important;
}

@media screen and (min-width: 200px) and (max-width: 900px) {
  .dash-menu {
    white-space: pre-wrap !important;
  }

  .header-card {
    display: flex;
    flex-direction: column;
    padding: 10px 25px;
  }

  .card-style .card {
    padding: 0px 27px 15px !important;
  }

  .card-style .company-details {
    padding: 15px 27px !important;
  }

  .dash-menu a.active {
    padding-bottom: 6px !important;
  }

  .pad-xs-top-60 {
    padding-top: 0 !important;
  }

  .social-style {
    margin-top: 3rem !important;
  }

  .rating-style {
    margin-top: 2rem !important;
  }

  .margin-bottom-45 {
    margin-bottom: 15px !important;
  }

  #company-logo div {
    margin: 0 !important;
  }

  #profile_image {
    margin: 0 !important;
  }

  .job-posted strong {
    font-size: 15px !important;
  }

  .dash-menu a {
    font-weight: 400 !important;
  }

  .jbm-button.jbm-button-3 {
    font-size: 15px;
    padding: 10px;
    font-weight: 500;
  }

  .resume-card-style {
    padding: 15px 27px !important;
  }

  .jobs_card .card_heading h2 {
    font-size: 18px !important;
  }

  .table-style td {
    font-size: 13px !important;
  }

  .table.table-striped tbody tr td {
    padding: 15px !important;
  }

  .job-posted span {
    font-size: 15px !important;
  }

  span.margin-bottom-20 {
    line-height: 33px !important;
  }

}

.alert {
  position: relative;
  padding-right: 40px;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}