.searchBoxPopup {
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 1000;
  background-color: #eeeeee79;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchBoxPopupContainer {
  width: 500px;
  max-height: 80vh !important;
  overflow-x: auto;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #999999;
  position: relative;
}

.formBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.formHeaderBox {
  width: 100%;
  /* height: 80px; */
  padding: 1rem;
  background-color: #CE2E28;
}
.title-form-dead {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.formHeaderBox .form-inline {
  margin-top: 0.5rem;
  background-color: #ffffff;
  border-radius: 4px;
  width: 100%;
}

.formHeaderBox .form-inline img {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.formHeaderBox .form-inline input {
  /* width: calc(100% - 35px) !important; */
  width: 91%  !important;
  display: inline-block;
}

.cvclsformbtn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
.cvclsformbtn i {
  font-size: 18px;
  font-weight: 600;
}

.cvsearchItemBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow-x: auto;
}

.cvsearchItemBox .searchItem {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.cvsearchItemBox .searchItem p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.cvsearchItemBox .searchItem img {
  width: 20px;
  height: 20px;
}

#collegeSearchBoxPopup {
  display: none;
}

@media screen and (max-width: 550px) {
  .searchBoxPopupContainer {
    width: 90%;
  }
}
