@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Italic.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Italic.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.library_container {
  display: flex;
  height: calc(100vh - 4rem);
}
.library_container__typeButtons {
  cursor: pointer;
  width: 6rem;
  min-width: 60px;
  height: calc( 100vh - 4rem );
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  justify-content: center;
  position: fixed;
}
.library_container__typeButtons-items__tab {
  cursor: pointer;
  padding: 5px;
  text-align: center;
  color: #894360;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #894360;
  border-right: 1px solid #894360;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}
.library_container__typeButtons-items__tab__name {
  text-align: center;
  width: 100%;
  font-size: medium;
  text-transform: uppercase;
  margin-top: 5px;
}
.library_container__typeButtons-items__tab__img {
  width: 30px;
  height: 30px;
}
.library_container__typeButtons-items__tab__active {
  background: #7b3854;
  color: white;
  font-weight: bold;
}
.library_container__table {
  width: calc(100% - 6rem);
  margin-left: 6rem;
}

.typebuttons-items__tabContainer-info__title {
  font-size: 20px;
  border-bottom: 1px solid #894360;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 0.5rem;
}
.typebuttons-items__tabContainer-info__text {
  vertical-align: middle;
  margin: auto 0;
  margin-right: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.typebuttons-items__tabContainer-info__inputs_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 0.5rem;
}
.typebuttons-items__tabContainer-info__name {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
  flex-direction: column;
}
.typebuttons-items__tabContainer-info .text_input {
  display: flex;
  margin: 0.5rem 0;
  height: 1.5rem;
}
.typebuttons-items__tabContainer-info .text_input__position {
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 3rem;
  padding: 0.25rem;
  border: 1px #894360;
  background-color: #ffffff;
  border-style: double;
  border-radius: 0.2rem;
}
.typebuttons-items__tabContainer-info .text_input__name {
  border: 1px solid #894360;
  border-radius: 0.2rem;
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.25rem;
  width: 80%;
}
.typebuttons-items__tabContainer-info .text_input__color {
  background: transparent;
  border: 0px solid #894360;
  border-radius: 0.2rem;
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.typebuttons-items__tabContainer-info .select_input {
  border: 1px solid #894360;
  border-radius: 0.2rem;
  height: 1.5rem;
}
.typebuttons-items__tabContainer-info__items {
  margin-top: 1rem;
}
.typebuttons-items__tabContainer-info__items .items__title {
  background-color: #DEDEDE;
  align-items: center;
  display: flex;
  padding: 0.5rem 0.3rem;
}
.typebuttons-items__tabContainer-info__items .items__title__text {
  font-size: 20px;
}
.typebuttons-items__tabContainer-info__items .items__title__img {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: auto;
  cursor: pointer;
}
.typebuttons-items__tabContainer-info__items .items__item {
  display: flex;
  padding: 1rem;
}

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