#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;
}
#promotion-panel #history {
  display: flex;
  flex-direction: column;
}
#promotion-panel #history .info {
  width: 100%;
  border-bottom: 1px solid #C6C6F4;
  padding: 10px 0;
}
@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;
}

#entry-area-link-name #link-panel {
  width: 100%;
  background-color: #FBFBFF;
  border-right: 2px solid #6385FF;
  border-left: 2px solid #6385FF;
  border-bottom: 2px solid #6385FF;
  border-radius: 0 0 10px 10px;
  display: none;
  position: relative;
  padding-bottom: 15px;
  z-index: 100;
}
#entry-area-link-name #link-panel #founded-links {
  height: 250px;
  overflow: hidden;
}
#entry-area-link-name #link-panel .link-search {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 5px 0 5px 0;
  position: relative;
  width: 250px;
}
#entry-area-link-name #link-panel .link-search .link-icon {
  margin-left: 10px;
  height: 40px;
  width: auto;
}
#entry-area-link-name #link-panel .link-search .link-name {
  font-size: 1.1em;
  margin-left: 10px;
  margin-right: 30px;
}
#entry-area-link-name #link-panel .link-search:hover {
  background-color: #EEEEFF;
}
@media (max-width: 500px) {
  #entry-area-link-name {
    width: 100%;
  }
}

.form-container-up-down {
  display: flex;
  flex-direction: column;
}
.form-container-up-down .up-form {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .form-container-up-down .up-form {
    display: flex;
    flex-direction: column;
  }
}
.form-container-up-down .up-form-3 {
  grid-template-columns: 1fr 1fr 0.7fr !important;
}
@media (max-width: 500px) {
  .form-container-up-down .up-form-3 {
    display: flex;
    flex-direction: column;
  }
}

.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-form-container-up {
  display: grid !important;
  grid-template-columns: 1fr 0.6fr 0.6fr;
}
@media (max-width: 500px) {
  #salary-panel .salary-form-container-up {
    display: flex !important;
    flex-direction: column;
  }
}
#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;
}

#refresh-panel {
  background-color: #FBFBFF;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(16, 22, 29, 0.1450980392);
  padding: 20px;
  width: 100%;
}
#refresh-panel #refresh-container {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-top: 30px;
}
#refresh-panel #refresh-container #refresh-button {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  border-radius: 10px;
  margin-top: 25px;
  background-color: rgb(255, 185, 79);
  font-weight: 800;
  width: -moz-fit-content;
  width: fit-content;
}
#refresh-panel #refresh-container #refresh-button.disallowed {
  background-color: #cfcfcf;
}
#refresh-panel #refresh-container #refresh-button:hover {
  cursor: pointer;
  background-color: rgb(240, 165, 54);
}
#refresh-panel #refresh-container #refresh-button.disallowed:hover {
  background-color: #cfcfcf;
}

#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;
}

#experience-container {
  display: flex;
  flex-direction: column;
}

#certificate-container {
  display: flex;
  flex-direction: column;
}

#salary-container {
  display: flex;
  flex-direction: column;
}

.experience {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #EEEEFF;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.experience .remove-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FF5757;
}
.experience .remove-button:hover {
  cursor: pointer;
}
.experience .job-title {
  font-weight: 800;
}
.experience .job-company {
  font-style: italic;
}
.experience .work-period {
  font-size: 0.9em;
}
.experience .work-tasks {
  font-weight: 500;
  margin-top: 10px;
}

.education {
  display: flex;
  flex-direction: column;
  background-color: #EEEEFF;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  position: relative;
}
.education .remove-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FF5757;
}
.education .remove-button:hover {
  cursor: pointer;
}
.education .school {
  font-weight: 800;
}
.education .specjalization {
  font-style: italic;
}
.education .study-period {
  font-size: 0.9em;
}

.certificate {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #EEEEFF;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.certificate .remove-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FF5757;
}
.certificate .remove-button:hover {
  cursor: pointer;
}
.certificate .title {
  font-weight: 800;
}
.certificate .company {
  font-style: italic;
}
.certificate .date-of-acquisition {
  font-size: 0.9em;
}
.certificate .gained-knowledge {
  font-weight: 500;
  margin-top: 10px;
}

.language {
  width: 100%;
  position: relative;
}
.language .remove-button {
  position: absolute;
  top: 0;
  right: 80px;
  color: #FF5757;
}
.language .remove-button:hover {
  cursor: pointer;
}
.language .up-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.language .up-panel .name {
  font-weight: 500;
}
.language .progress-bar {
  margin-top: 5px;
  width: 100%;
  height: 10px;
  background-color: #d4d4d4;
}
.language .progress-bar .progress {
  height: 100%;
}
.language .progress-bar .progress.a1 {
  width: 15%;
  background-color: #95f88c;
}
.language .progress-bar .progress.a2 {
  width: 30%;
  background-color: #80ec77;
}
.language .progress-bar .progress.b1 {
  width: 45%;
  background-color: #eff15d;
}
.language .progress-bar .progress.b2 {
  width: 60%;
  background-color: #f3e633;
}
.language .progress-bar .progress.c1 {
  width: 80%;
  background-color: #48e4e9;
}
.language .progress-bar .progress.c2 {
  width: 100%;
  background-color: #48c3e9;
}
.language .progress-bar .progress.ojczysty {
  width: 100%;
  background-color: #e96848;
}/*# sourceMappingURL=createEmployee.css.map */