#company-panel-up {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
#company-panel-up .entry-area-container {
  width: 100%;
}
#company-panel-up #logo-preview {
  width: 125px;
  height: 125px;
  background-color: #e6e6e6;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#company-panel-up #logo-preview img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#background-preview {
  width: 100%;
  height: auto;
}
#background-preview img {
  width: 100%;
  height: auto;
}

.link {
  color: #6385FF;
  font-weight: 800;
}

#description-error {
  padding: 10px;
  color: #FF5757;
  font-weight: 800;
  text-align: center;
}

#status-panel {
  background-color: #FBFBFF;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(16, 22, 29, 0.1450980392);
  width: 100%;
  padding: 20px;
  position: relative;
}
#status-panel .vis-button {
  padding: 20px 50px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  font-weight: 700;
  margin-top: 60px;
}
#status-panel #archive-offer-button {
  background-color: #ffadad;
  border: 2px solid #FF5757;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #FF5757;
}
#status-panel #archive-offer-button:hover {
  cursor: pointer;
  background-color: #f08f8f;
}
#status-panel #save-visibility-button {
  background-color: #bdffad;
  border: 2px solid #3fe439;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #3fe439;
}
#status-panel #save-visibility-button:hover {
  cursor: pointer;
  background-color: #a4f190;
}
#status-panel #archived-already {
  width: 100%;
  background-color: #ffadad;
  border: 2px solid #FF5757;
  padding: 20px;
  text-align: center;
  color: #FF5757;
  margin-top: 60px;
}
#status-panel .error {
  color: #FF5757;
  text-align: center;
  padding: 20px;
}

#verification-panel {
  background-color: #FBFBFF;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(16, 22, 29, 0.1450980392);
  width: 100%;
  padding: 20px;
}
#verification-panel #reject-verification-button {
  background-color: #FF5757;
  padding: 10px 30px;
  border-radius: 10px;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1em;
  font-weight: 800;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#verification-panel #reject-verification-button:hover {
  background-color: #d43838;
  cursor: pointer;
}
#verification-panel #accept-verification-button {
  background-color: #3fe439;
  padding: 10px 30px;
  border-radius: 10px;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1em;
  font-weight: 800;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
#verification-panel #accept-verification-button:hover {
  background-color: #31c42c;
  cursor: pointer;
}

#promotion-panel {
  width: 100%;
  padding: 20px;
  background-color: #FBFBFF;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(16, 22, 29, 0.1450980392);
}
#promotion-panel .distinction {
  width: 100%;
  min-height: 250px;
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: stretch;
  position: relative;
}
#promotion-panel .distinction .price {
  width: 200px;
  background-color: #ffcfd3;
  border-radius: 10px;
  border: 3px solid #ee9fa6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5em;
  flex-shrink: 0;
}
#promotion-panel .distinction .price .price-value {
  font-weight: 800;
  font-size: 2em;
}
@media (max-width: 550px) {
  #promotion-panel .distinction {
    flex-direction: column;
  }
  #promotion-panel .distinction .price {
    width: 100% !important;
  }
}
#promotion-panel #panel-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  gap: 20px;
}
#promotion-panel #panel-bottom .button {
  padding: 20px 50px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  font-weight: 700;
  background-color: #bdffad;
  border: 2px solid #3fe439;
  color: #3fe439;
}
#promotion-panel #panel-bottom .button:hover {
  cursor: pointer;
  background-color: #a4f190;
}
@media (max-width: 900px) {
  #promotion-panel .distinction .price {
    width: 150px;
  }
}
@media (max-width: 700px) {
  #promotion-panel .distinction .price {
    width: 125px;
    font-size: 1.2em;
  }
}

#manage-jobOffer-header {
  position: relative;
}
#manage-jobOffer-header .status {
  padding: 3px 15px;
  border-radius: 0 0 5px 5px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#manage-jobOffer-header .status .simple-info {
  background-color: transparent !important;
  color: #414141;
}

.create-custom-value {
  margin-top: 10px;
}
.create-custom-value .custom-value-form-container {
  display: flex;
  gap: 10px;
}
.create-custom-value .custom-value-form-container .entry-area-container {
  width: 100%;
}
.create-custom-value .custom-value-form-container .add-button {
  width: 50px;
  height: 50px;
  background-color: #3fe439;
  color: #26b821;
  border-radius: 10px;
  border: 2px solid #26b821;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  flex-shrink: 0;
}
.create-custom-value .custom-value-form-container .add-button:hover {
  cursor: pointer;
  background-color: #30ce2a;
}
.create-custom-value .custom-value-container {
  margin-top: 25px;
  width: 100%;
}
.create-custom-value .custom-value-container .value-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #EEEEFF;
  line-height: 30px;
}
.create-custom-value .custom-value-container .value-container .remove-button {
  color: #FF5757;
}
.create-custom-value .custom-value-container .value-container .remove-button:hover {
  cursor: pointer;
}

.checkbox-value {
  padding: 5px;
  font-weight: 500;
  font-size: 1.1em;
}

#salary-panel select {
  background-color: #f0f0f0;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 20px;
}
#salary-panel #salary-range {
  display: none;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#salary-panel #salary-constant {
  display: flex;
}
#salary-panel .salary-container {
  background-color: #C6C6F4;
  padding: 5px 30px 5px 5px;
  border-radius: 5px;
  position: relative;
}
#salary-panel .salary-container .value {
  text-align: center;
  font-weight: 800;
}
#salary-panel .salary-container .employmentType {
  text-align: center;
}
#salary-panel .salary-container .remove-button {
  color: red;
  position: absolute;
  right: 2px;
  top: 2px;
}
#salary-panel .salary-container .remove-button {
  cursor: pointer;
}

#tag-panel .tag-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#tag-panel .tag {
  font-weight: 500;
  padding: 5px 20px;
  background-color: #EEEEFF;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  display: flex;
}
#tag-panel .tag .remove-button {
  display: none;
  color: #FF5757;
  margin-left: 10px;
}
#tag-panel .tag:hover {
  cursor: pointer;
}
#tag-panel .removeable .remove-button {
  display: block !important;
}
#tag-panel #selected-tags-container {
  margin-top: 25px;
}/*# sourceMappingURL=createJobOffer.css.map */