.disabled{
  opacity: 0.6;
}

#submit-form1{
  width: 100% !important;
}

.career-status{
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 100;
  background-color: #000;
  border-radius: 10px;
}

.hidden{
  display: none;
}

.career-status-center{
  margin-top: 25%;
  margin-left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

.txt-card-info{
  font-size: 0.9rem;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
  text-align: center;
}

.back-green{
  background-color: #019e56 !important;
}

.back-red{
  background-color: #ff3232 !important;
}

.upload-btn-wrapper {
  width: 100% !important;
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer !important;
  border: none !important;
}

.bttn {
  border: 3px dashed #2ca089;
  color: #2ca089;
  background-color: #E6F4F1;
  padding: 30px 30px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer !important;
  width: 100% !important;
  display: block !important;
}

.submit-button {
  color: #fff;
  background-color: #2ca089;
  padding: 8px 40px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  width: 100%;
  display: block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer !important;
}

.alert-career{
  text-align: center !important;
  font-weight: 400;
  font-size: 15px;
}

.red{
  color: #ff3232;
}


.black{
  color: #000;
}

.white{
  color: #fff;
}

.white-drop{
  filter: drop-shadow(10px 10px 2px #fff);
}

@media screen and (max-width: 768px) {
  .career-status-center{
      margin-top: 60%;
      margin-left: 50%;
      transform: translate(-50%,-50%);
      color: #fff;
      font-size: 2.5rem;
      text-align: center;
    }
}

.contact-img{
  filter: grayscale(1);
}