/**
 * Form & Checkbox Styles
 */

 .checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: -7px;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 199;
}

.checkbox label {
  display: inline-block;
  vertical-align: top;
  /* text-align: left;
  padding-left: 1.5em; */
  cursor: pointer;
}

.checkbox label:before,
.checkbox label:after {
  content: "";
  display: block;
  position: absolute;
}

/**
 * Container/Target Styles
 */

.cont {
  min-height: 263px;
  text-align: justify;
  position: relative;
  max-width: 1140px;
}

.cont .mix {
  width: 350px;
  height: 263px;
  margin: 10px;
  display: none;
}

/**
 * Fail message styles
 */

.cont .fail-message {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  flex-wrap: wrap;

  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  transition: 150ms;
}

.cont .fail-message:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.cont .fail-message span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
}

.cont.fail .fail-message {
  opacity: 1;
  pointer-events: auto;
}

/*------------------------------------*/

/* Opportunities text CSS */
h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

/*Tabs*/
/* Variables */
/* Reset */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Generic */
.tabs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  margin: 20px 0 18px 0;
}
/*
a {
  text-decoration: none;
  color: #333333;
  font-size: 11px;
  font-weight: 500;
}*/

#active {
  position: absolute;
  /* left: 10px; */
  height: 45px;
  width: 33.8%;
  z-index: 0;
  transition: left 0.5s ease-out;
  /* border-radius: 7px 0 7px 0; */
  /* border-radius: 20px; */
}

/* #active-2,
#active-3 {
  width: 30px;
  transition: left 0.5s ease-out 0.075s;
} */

/**/
.menu {
  display: flex;
  vertical-align: auto;
  justify-content: space-around;
  /* justify-content: space-between; */
  align-items: center;
  position: relative;
  width: 540px;
  height: 45px;
  /* padding: 0 13px; */
  overflow: hidden;
  /* border-radius: 25px; */
  /* border-radius: 7px 0 7px 0; */
  background: white;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
}

#i-1 {
  padding-left: 4px;
}

#i-2 {
  padding-left: 5px;
}

.menu__item {
  width: 100px;
  height: 25px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  /* flex-grow: 1; */
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  font-size: 11px;
  font-weight: 500;
}
.menu__icon {
  position: absolute;
  width: 14px;
  height: 14px;
  fill: #ffffff;
  object-fit: contain;
  margin-right: -11px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s ease-out;
  z-index: 100;
  top: -5px;
}
.menu__text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  z-index: 100;
}

/**/
.is-icon-visible {
  position: inherit;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: 0.35s ease-in;
}

.is-text-visible {
  transition: 0.35s ease-in;
  color: white;
}

.is-item-animated {
  animation: change 0.1s ease-out;
}

/*filter*/
.companies #accordion {
  width: 95%;
  margin: 0 auto;
}

/* Opportunities Cards Container CSS */
.opps-cards-flexbox {
  display: flex;
  flex-wrap: wrap;
}

.opps-cards-flexbox .opps-card-container {
  flex-basis: 33.33333333%;
  /* margin: 20px auto; */
}

.filter-container {
  height: 130px;
  margin: 12px auto 12px auto;
}

.filter-container .search-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: 70%;
  height: 40px;
  margin: 0 auto;
}

.filter-checkbox-content .colscroll {
  height: 200px;
  overflow: scroll;
}

.search-results-container .grid {
  display: flex;
  flex-wrap: wrap;
}

#Container {
  justify-content: flex-start;
}

/* Opportunities Cards CSS */
.card.opps-card {
  display: block;
  position: relative;
  margin: 10px;
  width: 350px;
  height: 263px;
  background-color: #f5f5f5;
  color: #333333;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px 0px;
}

.opps-card .card-ribbon-triangle {
  background-color: #f5f5f5;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
}

.opps-card .card-ribbon-triangle.new {
  left: 232px;
}

.opps-card .card-ribbon-triangle.closing {
  left: 102px;
}

.opps-card .card-ribbon-triangle.expired {
  left: 182px;
}

.opps-card .card-ribbon {
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  vertical-align: auto;
  line-height: 24px;
  padding: 0px 4px;
  height: 24px;
  position: absolute;
  top: 18px;
}

.opps-card .card-ribbon.new {
  background-color: #ea4335;
  color: #f5f5f5;
  left: 245px;
  width: 105.55px;
}

.opps-card .card-ribbon.closing {
  background-color: #ffcb1d;
  color: rgba(0, 0, 0, 0.25);
  left: 107px;
  width: 240px;
}

.opps-card .card-ribbon.expired {
  background-color: rgba(0, 0, 0, 0.25);
  color: #f5f5f5;
  left: 197px;
  width: 150px;
}

.opps-card .opps-identifier {
  position: absolute;
  top: 50px;
  left: 19px;
}

.opps-card .opps-title {
  font-size: 20px;
  font-weight: 900;
  text-decoration: underline 3px #ffcb1d;
  text-underline-offset: 5px;
  width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opps-card .company-name {
  font-size: 19px;
  opacity: 0.5;
  font-weight: bold;
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opps-card .opps-details {
  position: absolute;
  top: 135px;
  left: 19px;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opps-card .label {
  font-size: 10px;
}

.opps-card .opps-tag {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  width: 112px;
  height: 22px;
  position: absolute;
  top: 229px;
  left: 19px;
}

.opps-card .opps-tag.internship {
  background-color: #34a853;
}

.opps-card .opps-tag.academe {
  background-color: #ffe077;
  color: #333333;
}

.opps-card .opps-tag.employment {
  background-color: #54a8ff;
}

.opps-card .opps-tag.expired {
  background-color: rgba(80, 74, 54, 0.25);
}

.opps-card .img-circle-container {
  position: absolute;
  top: 80px;
  margin: 10px;
  left: 183px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 322px;
  width: 322px;
  height: 322px;
}

.opps-card .img-circle-container .img-container {
  position: relative;
  top: 17%;
  left: 15%;
}

.opps-card img {
  max-height: 100px;
  max-width: 240px;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 1500px) {
  .opps-cards-flexbox .opps-card-container {
    width: 50%;
    display: block;
    /* margin-bottom: 20px; */
  }
}

@media screen and (max-width: 1200px) {
  #Container {
    justify-content: center;
  }

  @media screen and (max-width: 1200px) {
    #Container {
      justify-content: center;
    }

    h1 {
      font-size: 2.25rem;
    }

    .filter-container .search-container {
      width: 90%;
    }
  }

  .filter-container .search-container {
    width: 70%;
  }
}

.btn.yellow {
  color: #f5f5f5;
  background-color: #333333;
}

.btn.yellow:hover {
  background-color: #f5f5f5;
  color: #333333;
}

#overview {
  display: block;
}

#compinfo {
  display: none;
}

#requirements {
  display: none;
}

#opp {
  display: none;
}

.filterbtn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f5f5f5;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  width: 20%;
  font-weight: bold;
  color: #949494;
  margin: 0 auto 0 auto;
  transition: all 0.2s ease-in;
}

/* Style the active class (and buttons on mouse-over) */
.active {
  background-color: #333333;
  color: #f5f5f5;
}

.filter {
  text-align: center;
  font-size: 0;
}

@media only screen and (max-width: 991px) {
  .filterbtn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .filterbtn {
    width: 30%;
  }
}

@media only screen and (max-width: 490px) {
  .filterbtn {
    font-size: 2.5vw;
    width: 27vw;
  }
}

/* Style for "Apply Now!" button */
.app {
  background-color: #ffcb1d;
  color: #333333;
  padding: 10px 15px !important;
  font-size: 14px !important;
}

.animated-up {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
