.maincontainer {
  max-width: 100%;
  margin: 30px auto;
  position: relative;
  background: #fff9ef;
  padding: 10px 0 20px 0;
}
.carouselScroll {
  overflow-x: scroll;
  cursor: pointer;
  overflow-x: scroll;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 10px;
}

.carouselScroll::-webkit-scrollbar {
  overflow: visible;
  width: 8px;
  height: 8px;
}

.carouselScroll::-webkit-scrollbar-thumb:horizontal {
  background: #009688;
  border-radius: 10px;
}

.carouselScroll::-webkit-scrollbar-track-piece:end {
  margin-right: 120px;
  background: #eeece6;
  border-radius: 100px;
}

.carouselScroll::-webkit-scrollbar-track-piece:start {
  margin-left: 120px;
  background: #eeece6;
  border-radius: 100px;
}

.jobcard {
  color: #5c6170;
  border: 1px solid #e9eaf3;
  cursor: pointer;
  margin: 0 16px 10px 0;
  padding: 18px 12px 12px 18px;
  background: #fff;
  box-shadow: 0px 6px 8px rgba(0, 55, 183, 0.08);
  border-radius: 8px;
  min-width: 268px;
  min-height: 182px;
  position: relative;
}
.viewallcard {
  border: 1px solid #e9eaf3;
  cursor: pointer;
  margin: 0 16px 10px 0;
  padding: 0;
  background: url("image/viewall-bg.svg") no-repeat;
  box-shadow: 0px 6px 8px rgba(0, 55, 183, 0.08);
  border-radius: 8px;
  min-width: 268px;
  max-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.viewallcard .count {
  display: flex;
  color: #414b5d;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.viewallcard .count b {
  font-weight: 700;
  font-size: 17px;
}
.viewallcard .viewalljobs {
  color: #ffffff;
  border: 0px none;
  cursor: pointer;
  height: 40px;
  outline: none;
  padding: 10px 20px;
  font-size: 17px;
  box-shadow: none;
  text-align: center;
  font-weight: 600;
  line-height: 17px;
  border-radius: 100px;
  text-transform: none;
  background-color: #009688;
  text-decoration: none;
  margin-top: 20px;
}
.jobcard .titleContainer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.jobcard a.title {
  color: #191b1f;
  text-decoration: none;
}

.titleContainer .jobTitle {
  color: #191b1f;
  overflow: hidden;
  font-size: 19px;
  max-width: 73vw;
  font-weight: 700;
  line-height: 22px;
  white-space: nowrap;
  margin-bottom: 4px;
  text-overflow: ellipsis;
}
.titleContainer .arrowIcon {
  position: absolute;
  right: 24px;
  top: 78px;
}

.salaryText {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #191b1f;
  margin-top: 4px;
}
.salaryText b {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
.salaryText b span {
  font-size: "15px";
}

.companyClass {
  margin: 10px 0px 8px 0px;
}
.skillArray {
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  color: #7c8ba2;
  margin-top: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}
.h2 {
  color: #263838;
  margin: 10px 0 20px;
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  line-height: 24px;
}
.headingrow {
  display: flex;
  margin: 10px;
  align-items: center;
  justify-content: space-between;
}
.headingrow .heading {
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
}
.headingrow .heading b {
  font-weight: 700;
}
.headingrow .viewall a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #009688;
  text-decoration: none;
}
.headingrow .viewall img {
  margin-left: 5px;
}

#loginContainer {
  position: sticky;
  bottom: 0;
  z-index: 10;
  transition-duration: 600ms;
  width: 100%;
  margin-bottom: 20px;
  display: none;
  left: 0;
  right: 0;
}
#loginContainer .bottomcontainer {
  display: flex;
  flex-direction: column;
  background: #fff9ef;
  border-radius: 20px 20px 0 0px;
  margin: 0 -20px;
  padding: 26px 36px;
}
#loginContainer .bottomcontainer.noborder {
  border-radius: 0;
}
#loginContainer.active {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#loginContainer.positiveRelative {
  display: block;
  position: relative;
}
.bottomcontainer .heading {
  color: #191b1f;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.bottomcontainer .close {
  cursor: pointer;
  margin-right: -16px;
}
.bottomcontainer #alertBanner {
  width: 100%;
  display: flex;
  min-width: 320px;
  border-radius: 8px;
  justify-content: space-between;
}
.bottomcontainer .left {
  display: flex;
  max-width: 68%;
  flex-direction: column;
}
.bottomcontainer .left .item {
  display: flex;
  max-width: 270px;
  min-width: 250px;
}
.bottomcontainer .left .item img {
  margin-right: 4px;
}
.bottomcontainer .left .buttoncontainer {
  display: flex;
  position: relative;
  margin-top: 20px;
}
.bottomcontainer .left .buttoncontainer .buttonLink {
  width: 140px;
  height: 40px;
  display: flex;
  padding: 10px 20px;
  font-size: 17px;
  min-width: 158px;
  align-items: center;
  font-weight: 600;
  line-height: 20px;
  border-radius: 100px;
  justify-content: space-between;
  color: #ffffff;
  border: 0px;
  background: #ff7765;
  text-decoration: none;
}
.bottomcontainer .left .buttoncontainer .buttonLink .mouse-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottomcontainer .left .buttoncontainer .buttonLink .arrow-cont {
  display: flex;
  margin-top: 1px;
}

.bottomcontainer .left .buttoncontainer .buttonLink .arrows-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bottomcontainer .left .buttoncontainer .buttonLink .m-scroll-arrows {
  display: inline-block;
  width: 6.18px;
  height: 6.18px;
  transform: rotate(45deg);
  border-top: 1.5px solid #fefefe;
  border-right: 1.5px solid #fefefe;
}

.bottomcontainer .left .buttoncontainer .buttonLink .first {
  animation: mouse-scroll 1s infinite alternate 0.1s;
}

.bottomcontainer .left .buttoncontainer .buttonLink .second {
  animation: mouse-scroll 1s infinite alternate 0.2s;
}

.bottomcontainer .left .buttoncontainer .buttonLink .third {
  animation: mouse-scroll 1s infinite alternate 0.3s;
}

.bottomcontainer .right {
  display: flex;
  max-width: 32%;
  align-items: flex-end;
}
.scrollup-button {
  z-index: 9 !important;
}
@media (min-width: 576px) {
  .companyClass {
    margin-top: 16px;
  }
  .skillArray {
    margin-top: 9px;
  }
  .carouselScroll {
    max-width: 100%;
    margin: 10px 0 0 0;
  }
  .carouselScroll::-webkit-scrollbar-track-piece:end {
    margin-right: 390px;
  }
  .carouselScroll::-webkit-scrollbar-track-piece:start {
    margin-left: 390px;
  }
  .jobcard {
    margin-bottom: 30px;
  }
  .bottomcontainer {
    max-width: 960px;
    margin: 0 auto;
  }
  .headingrow {
    margin: 0 10px;
  }
}

@media (max-width: 576px) {
  .jobDetailRow {
    min-width: 80%;
    margin-bottom: 8px;
  }
}

.hiringOrg {
  display: flex;
}

.hiringOrg::before {
  /* composes: backgroundProps; */
  content: "";
  background: url("image/companyIcon.svg");
  height: 14px;
  width: 14px;
  margin-right: 8px;
}

.jobDetailRow {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: var(--outerSpace);
  min-width: 60%;
  margin-bottom: 7px;
}

.localityClass {
  display: flex;
  color: "#414B5D";
}

.localityClass::before {
  content: "";
  background: url("image/locationIcon.svg");
  height: 14px;
  width: 14px;
  margin-right: 8px;
}

.tagContainer {
  display: flex;
  align-items: center;
  white-space: nowrap;
  max-height: 26px;
  overflow: hidden;
}

.tag {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  display: inline-flex;
  color: var(--outerSpace);
  align-items: center;
  background: #fff;
  border: 1px solid #dfe4ec;
  border-radius: 2px;
  margin-right: 4px;
}

.tagIcon {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}

.newTagClass {
  color: #ef5757;
  background-color: #fff0f0;
  border: none;
  font-weight: 600;
}

.actionContainer {
  display: flex;
  border-top: 1px solid #e9ecf5;
  margin-top: 11px;
  min-height: 46px;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
