.modal-storage-category {
  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-storage-category .modal-storage-category-container {
  display: flex;
  height: 100%;
  width: 100%;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-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%;
  max-height: 95%;
  position: relative;
  transform: scale(0);
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content::-webkit-scrollbar {
  -webkit-appearance: none;
  padding: 0 0;
  height: 5px;
  width: 5px;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(218, 218, 218, 0.4);
}
@media only screen and (max-width: 1200px) {
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 50%;
  }
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 900px) {
  .modal-storage-category .modal-storage-category-container .modal-storage-category-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-storage-category .modal-storage-category-container .modal-storage-category-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 590px) {
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 95%;
  }
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
  z-index: 1;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-close i {
  font-size: 26px;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-close:hover {
  color: rgb(161, 161, 161);
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 590px) {
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-title {
    font-size: 16px;
  }
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-title p {
  font-size: 18px;
  font-weight: 700;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media only screen and (max-width: 773px) {
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content {
    flex-direction: column;
  }
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-col-with-100 {
  width: 100%;
}
@media only screen and (max-width: 773px) {
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-col-with-100 {
    width: 100%;
  }
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-col-with-75 {
  width: calc(75% - 15px);
}
@media only screen and (max-width: 773px) {
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-col-with-75 {
    width: 100%;
  }
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-col-with-50 {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 773px) {
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-col-with-50 {
    width: 100%;
  }
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-col-with-25 {
  width: calc(25% - 15px);
}
@media only screen and (max-width: 773px) {
  .modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-col-with-25 {
    width: 100%;
  }
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-select {
  border: 1px solid #545454;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px 15px;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-select .modal-storage-category-form-select-icon {
  display: flex;
  height: 100%;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-select .modal-storage-category-form-select-icon i {
  background: #38c5f0;
  border-radius: 50%;
  color: #feffff;
  font-size: 22px;
  margin: auto;
  padding: 10px;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-select .modal-storage-category-form-select-text p {
  font-size: 16px;
  font-weight: 500;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-select .modal-storage-category-form-select-text p span {
  color: #f20637;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-select .modal-storage-category-form-select-text span {
  font-size: 12px;
  font-weight: 300;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-input p {
  font-size: 14px;
  font-weight: 700;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-input p span {
  color: #f20637;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-input p i {
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
  transition: 0.3s;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-input p i:hover {
  color: #2582ff;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-input input {
  border: 2px solid #545454;
  border-radius: 5px;
  height: 45px;
  font-size: 18px;
  padding: 0 10px;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-textarea {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-textarea p {
  font-size: 14px;
  font-weight: 700;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-textarea p span {
  color: #f20637;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-textarea p i {
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
  transition: 0.3s;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-textarea p i:hover {
  color: #2582ff;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-textarea textarea {
  border: 2px solid #545454;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  height: 90px;
  padding: 10px;
  resize: none;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-input-radio {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-input-radio p {
  font-size: 14px;
  font-weight: 700;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-input-radio p span {
  color: #f20637;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-form .modal-storage-category-form-row .modal-storage-category-form-row-content .modal-storage-category-form-input-radio input {
  border: 1px solid #545454;
  border-radius: 7px;
  font-size: 18px;
  text-align: center;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-buttons {
  display: flex;
  flex-direction: row;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-buttons .modal-storage-category-button {
  background: #2582ff;
  border-radius: 7px;
  cursor: pointer;
  padding: 15px 10px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-buttons .modal-storage-category-button:hover {
  background: #38c5f0;
}
.modal-storage-category .modal-storage-category-container .modal-storage-category-content .modal-storage-category-buttons .modal-storage-category-button p {
  color: #feffff;
  font-weight: 700;
}

.modal-storage-category-fields {
  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-storage-category-fields .modal-storage-category-fields-container {
  display: flex;
  height: 100%;
  width: 100%;
}
.modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-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%;
  max-height: 95%;
  position: relative;
  transform: scale(0);
}
.modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content::-webkit-scrollbar {
  -webkit-appearance: none;
  padding: 0 0;
  height: 5px;
  width: 5px;
}
.modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(218, 218, 218, 0.4);
}
@media only screen and (max-width: 1200px) {
  .modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 50%;
  }
  .modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 900px) {
  .modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-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-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 590px) {
  .modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 95%;
  }
  .modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
.modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content .modal-storage-category-fields-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
  z-index: 1;
}
.modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content .modal-storage-category-fields-close i {
  font-size: 26px;
}
.modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content .modal-storage-category-fields-close:hover {
  color: rgb(161, 161, 161);
}
.modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content .modal-storage-category-fields-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content .modal-storage-category-fields-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 590px) {
  .modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content .modal-storage-category-fields-title {
    font-size: 16px;
  }
}
.modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content .modal-storage-category-fields-buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.modal-storage-category-fields .modal-storage-category-fields-container .modal-storage-category-fields-content .modal-storage-category-fields-buttons .modal-storage-category-fields-button {
  align-items: center;
  border: none;
  background: #2582ff;
  color: #feffff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  transition: 0.3s;
  width: 100%;
  max-width: 200px;
}

.modal-storage-category-field-form {
  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-storage-category-field-form .modal-storage-category-field-form-container {
  display: flex;
  height: 100%;
  width: 100%;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-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%;
  max-height: 95%;
  position: relative;
  transform: scale(0);
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content::-webkit-scrollbar {
  -webkit-appearance: none;
  padding: 0 0;
  height: 5px;
  width: 5px;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(218, 218, 218, 0.4);
}
@media only screen and (max-width: 1200px) {
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 50%;
  }
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 900px) {
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-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-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 590px) {
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 95%;
  }
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
  z-index: 1;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-close i {
  font-size: 26px;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-close:hover {
  color: rgb(161, 161, 161);
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 590px) {
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-title {
    font-size: 16px;
  }
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-title p {
  font-size: 18px;
  font-weight: 700;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media only screen and (max-width: 773px) {
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content {
    flex-direction: column;
  }
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-col-with-100 {
  width: 100%;
}
@media only screen and (max-width: 773px) {
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-col-with-100 {
    width: 100%;
  }
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-col-with-75 {
  width: calc(75% - 15px);
}
@media only screen and (max-width: 773px) {
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-col-with-75 {
    width: 100%;
  }
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-col-with-50 {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 773px) {
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-col-with-50 {
    width: 100%;
  }
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-col-with-25 {
  width: calc(25% - 15px);
}
@media only screen and (max-width: 773px) {
  .modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-col-with-25 {
    width: 100%;
  }
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-select {
  border: 1px solid #545454;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px 15px;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-select .modal-storage-category-field-form-form-select-icon {
  display: flex;
  height: 100%;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-select .modal-storage-category-field-form-form-select-icon i {
  background: #38c5f0;
  border-radius: 50%;
  color: #feffff;
  font-size: 22px;
  margin: auto;
  padding: 10px;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-select .modal-storage-category-field-form-form-select-text p {
  font-size: 16px;
  font-weight: 500;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-select .modal-storage-category-field-form-form-select-text p span {
  color: #f20637;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-select .modal-storage-category-field-form-form-select-text span {
  font-size: 12px;
  font-weight: 300;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input p {
  font-size: 14px;
  font-weight: 700;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input p span {
  color: #f20637;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input p i {
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
  transition: 0.3s;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input p i:hover {
  color: #2582ff;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input input {
  border: 2px solid #545454;
  border-radius: 5px;
  height: 45px;
  font-size: 18px;
  padding: 0 10px;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-textarea {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-textarea p {
  font-size: 14px;
  font-weight: 700;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-textarea p span {
  color: #f20637;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-textarea p i {
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
  transition: 0.3s;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-textarea p i:hover {
  color: #2582ff;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-textarea textarea {
  border: 2px solid #545454;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  height: 90px;
  padding: 10px;
  resize: none;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-radio {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-radio p {
  font-size: 14px;
  font-weight: 700;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-radio p span {
  color: #f20637;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-radio input {
  border: 1px solid #545454;
  border-radius: 7px;
  font-size: 18px;
  text-align: center;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox p {
  font-size: 14px;
  font-weight: 700;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox p span {
  color: #f20637;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox input {
  border: 1px solid #545454;
  border-radius: 7px;
  font-size: 18px;
  text-align: center;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox input:checked + .slider {
  background-color: #2196F3;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(18px);
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox .slider.round {
  border-radius: 34px;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-form .modal-storage-category-field-form-form-row .modal-storage-category-field-form-form-row-content .modal-storage-category-field-form-form-input-checkbox .slider.round:before {
  border-radius: 50%;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-buttons {
  display: flex;
  flex-direction: row;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-buttons .modal-storage-category-field-form-button {
  background: #2582ff;
  border-radius: 7px;
  cursor: pointer;
  padding: 15px 10px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-buttons .modal-storage-category-field-form-button:hover {
  background: #38c5f0;
}
.modal-storage-category-field-form .modal-storage-category-field-form-container .modal-storage-category-field-form-content .modal-storage-category-field-form-buttons .modal-storage-category-field-form-button p {
  color: #feffff;
  font-weight: 700;
}

.modal-storage-items {
  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-storage-items .modal-storage-items-container {
  display: flex;
  height: 100%;
  width: 100%;
}
.modal-storage-items .modal-storage-items-container .modal-storage-items-content {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: auto;
  max-height: 90vh;
  overflow: auto;
  padding: 30px;
  transition: 0.3s;
  width: 70%;
  max-height: 95%;
  position: relative;
  transform: scale(0);
}
.modal-storage-items .modal-storage-items-container .modal-storage-items-content::-webkit-scrollbar {
  -webkit-appearance: none;
  padding: 0 0;
  height: 5px;
  width: 5px;
}
.modal-storage-items .modal-storage-items-container .modal-storage-items-content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(218, 218, 218, 0.4);
}
@media only screen and (max-width: 1200px) {
  .modal-storage-items .modal-storage-items-container .modal-storage-items-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 50%;
  }
  .modal-storage-items .modal-storage-items-container .modal-storage-items-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-items .modal-storage-items-container .modal-storage-items-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 900px) {
  .modal-storage-items .modal-storage-items-container .modal-storage-items-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-storage-items .modal-storage-items-container .modal-storage-items-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-items .modal-storage-items-container .modal-storage-items-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 590px) {
  .modal-storage-items .modal-storage-items-container .modal-storage-items-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 95%;
  }
  .modal-storage-items .modal-storage-items-container .modal-storage-items-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-items .modal-storage-items-container .modal-storage-items-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
.modal-storage-items .modal-storage-items-container .modal-storage-items-content .modal-storage-items-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
  z-index: 1;
}
.modal-storage-items .modal-storage-items-container .modal-storage-items-content .modal-storage-items-close i {
  font-size: 26px;
}
.modal-storage-items .modal-storage-items-container .modal-storage-items-content .modal-storage-items-close:hover {
  color: rgb(161, 161, 161);
}
.modal-storage-items .modal-storage-items-container .modal-storage-items-content .modal-storage-items-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .modal-storage-items .modal-storage-items-container .modal-storage-items-content .modal-storage-items-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 590px) {
  .modal-storage-items .modal-storage-items-container .modal-storage-items-content .modal-storage-items-title {
    font-size: 16px;
  }
}
.modal-storage-items .modal-storage-items-container .modal-storage-items-content .modal-storage-items-buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.modal-storage-items .modal-storage-items-container .modal-storage-items-content .modal-storage-items-buttons .modal-storage-items-button {
  align-items: center;
  border: none;
  background: #2582ff;
  color: #feffff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  transition: 0.3s;
  width: 100%;
  max-width: 200px;
}

.modal-storage-item-form {
  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-storage-item-form .modal-storage-item-form-container {
  display: flex;
  height: 100%;
  width: 100%;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-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%;
  max-height: 95%;
  position: relative;
  transform: scale(0);
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content::-webkit-scrollbar {
  -webkit-appearance: none;
  padding: 0 0;
  height: 5px;
  width: 5px;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(218, 218, 218, 0.4);
}
@media only screen and (max-width: 1200px) {
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 50%;
  }
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 900px) {
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-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-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 590px) {
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 95%;
  }
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
  z-index: 1;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-close i {
  font-size: 26px;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-close:hover {
  color: rgb(161, 161, 161);
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 590px) {
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-title {
    font-size: 16px;
  }
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-title p {
  font-size: 18px;
  font-weight: 700;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media only screen and (max-width: 773px) {
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content {
    flex-direction: column;
  }
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-col-with-100 {
  width: 100%;
}
@media only screen and (max-width: 773px) {
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-col-with-100 {
    width: 100%;
  }
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-col-with-75 {
  width: calc(75% - 15px);
}
@media only screen and (max-width: 773px) {
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-col-with-75 {
    width: 100%;
  }
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-col-with-50 {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 773px) {
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-col-with-50 {
    width: 100%;
  }
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-col-with-25 {
  width: calc(25% - 15px);
}
@media only screen and (max-width: 773px) {
  .modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-col-with-25 {
    width: 100%;
  }
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-select {
  border: 1px solid #545454;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px 15px;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-select .modal-storage-item-form-form-select-icon {
  display: flex;
  height: 100%;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-select .modal-storage-item-form-form-select-icon i {
  background: #38c5f0;
  border-radius: 50%;
  color: #feffff;
  font-size: 22px;
  margin: auto;
  padding: 10px;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-select .modal-storage-item-form-form-select-text p {
  font-size: 16px;
  font-weight: 500;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-select .modal-storage-item-form-form-select-text p span {
  color: #f20637;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-select .modal-storage-item-form-form-select-text span {
  font-size: 12px;
  font-weight: 300;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input p {
  font-size: 14px;
  font-weight: 700;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input p span {
  color: #f20637;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input p i {
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
  transition: 0.3s;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input p i:hover {
  color: #2582ff;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input input {
  border: 2px solid #545454;
  border-radius: 5px;
  height: 45px;
  font-size: 18px;
  padding: 0 10px;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-select {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-select p {
  font-size: 14px;
  font-weight: 700;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-select p span {
  color: #f20637;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-select p i {
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
  transition: 0.3s;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-select p i:hover {
  color: #2582ff;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-select select {
  border: 2px solid #545454;
  border-radius: 5px;
  height: 45px;
  font-size: 18px;
  padding: 0 10px;
  width: 100%;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-textarea {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-textarea p {
  font-size: 14px;
  font-weight: 700;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-textarea p span {
  color: #f20637;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-textarea p i {
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
  transition: 0.3s;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-textarea p i:hover {
  color: #2582ff;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-textarea textarea {
  border: 2px solid #545454;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  height: 90px;
  padding: 10px;
  resize: none;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-radio {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-radio p {
  font-size: 14px;
  font-weight: 700;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-radio p span {
  color: #f20637;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-radio input {
  border: 1px solid #545454;
  border-radius: 7px;
  font-size: 18px;
  text-align: center;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox p {
  font-size: 14px;
  font-weight: 700;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox p span {
  color: #f20637;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox input {
  border: 1px solid #545454;
  border-radius: 7px;
  font-size: 18px;
  text-align: center;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox input:checked + .slider {
  background-color: #2196F3;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(18px);
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox .slider.round {
  border-radius: 34px;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-form .modal-storage-item-form-form-row .modal-storage-item-form-form-row-content .modal-storage-item-form-form-input-checkbox .slider.round:before {
  border-radius: 50%;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-buttons {
  display: flex;
  flex-direction: row;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-buttons .modal-storage-item-form-button {
  background: #2582ff;
  border-radius: 7px;
  cursor: pointer;
  padding: 15px 10px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-buttons .modal-storage-item-form-button:hover {
  background: #38c5f0;
}
.modal-storage-item-form .modal-storage-item-form-container .modal-storage-item-form-content .modal-storage-item-form-buttons .modal-storage-item-form-button p {
  color: #feffff;
  font-weight: 700;
}

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