.search-box {
  background-color: #dfefff;
}
.search-box-title {
  font-size: 1.5rem;
  color: #fff;
  background: linear-gradient(0deg, #24292e, #696767);
}

.w-48 {
  width: 48%;
}

.area__description {
  height: 400px !important;
}

.entry-list-btn {
  cursor: pointer;
}

.table-scroll {
  overflow-y: auto;
  height: 550px;
}

.sticky-table .sticky-head {
  position: sticky;
  top: 0;
  background: linear-gradient(0deg, #24292e, #696767);
  color: #ffffff;
  z-index: 1;
  font-size: 14px;
}

.sticky-table {
  border-collapse: separate;
  border-spacing: 0;
}

.event__image-area {
  position: relative;
  border: 1px solid #c2c2c2;
  height: 200px;
  border-radius: 10px;
}
.event__image-area:hover .intern-job__overlay {
  height: 20%;
  cursor: pointer;
}
.event__overlay {
  border-radius: 0 0 5px 10px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  height: 0;
  transition: 0.3s ease;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.event__btn-del-image {
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 25px;
}
.event__modal-size {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .event__modal-border {
    border-right: 1px solid #ced4da;
  }
}

@media (min-width: 768px) {
  .company-table-scroll {
    overflow-y: auto;
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .company-table-scroll {
    overflow-y: auto;
    height: 550px;
  }
}
