.modal-salary-type {
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  width: 100vw;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.modal-salary-type .modal-salary-type-container {
  display: flex;
  height: 100%;
  width: 100%;
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: auto;
  max-height: 90vh;
  overflow: auto;
  padding: 30px;
  transition: 0.3s;
  width: 40%;
  position: relative;
  transform: scale(0);
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content::-webkit-scrollbar {
  -webkit-appearance: none;
  padding: 0 0;
  height: 5px;
  width: 5px;
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(218, 218, 218, 0.4);
}
@media only screen and (max-width: 900px) {
  .modal-salary-type .modal-salary-type-container .modal-salary-type-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 80%;
  }
  .modal-salary-type .modal-salary-type-container .modal-salary-type-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-salary-type .modal-salary-type-container .modal-salary-type-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 590px) {
  .modal-salary-type .modal-salary-type-container .modal-salary-type-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 90%;
  }
  .modal-salary-type .modal-salary-type-container .modal-salary-type-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-salary-type .modal-salary-type-container .modal-salary-type-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
  z-index: 1;
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-close i {
  font-size: 26px;
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-close:hover {
  color: rgb(161, 161, 161);
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-title span {
  color: #725cff;
  font-size: 20px;
}
@media only screen and (max-width: 900px) {
  .modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-title {
    font-size: 22px;
  }
  .modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-title span {
    color: #725cff;
    font-size: 18px;
  }
}
@media only screen and (max-width: 590px) {
  .modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-title {
    font-size: 20px;
  }
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-form {
  width: 100%;
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-form input {
  border: 1px solid #545454;
  border-radius: 7px;
  font-size: 18px;
  height: 45px;
  padding: 0 30px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-form input:focus {
  outline-color: #2582ff;
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-buttons {
  width: 100%;
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-buttons .modal-salary-type-button {
  background: #2582ff;
  border-radius: 7px;
  color: #feffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 10px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.modal-salary-type .modal-salary-type-container .modal-salary-type-content .modal-salary-type-buttons .modal-salary-type-button:hover {
  background: #725cff;
}

/*# sourceMappingURL=stylesCatalogSalaryTypes.css.map */
