.app__body{background-color:#f7f8f9}*{box-sizing:border-box;font-family:Titillium Web,sans-serif;margin:0;padding:0;scroll-behavior:smooth}a,a:active,a:focus,a:hover{text-decoration:none}.nav{align-items:center;background-color:#232940;display:flex;flex-direction:column;justify-content:center;padding:2rem 1rem 5rem;width:100%}@media screen and (min-width:768px){.nav{flex-direction:row;justify-content:space-between;padding:2rem 2rem 5.5rem}}@media screen and (min-width:1280px){.nav{padding:2rem 7rem 7rem}}.nav__logo-div{margin-bottom:1.5rem;text-align:center;width:100%}@media screen and (min-width:768px){.nav__logo-div{margin-bottom:0;width:auto}}.nav__logo{text-align:center}.nav__directory{display:flex;justify-content:space-between;width:100%}@media screen and (min-width:768px){.nav__directory{justify-content:flex-end;width:20%}}.nav__links{color:#bdc5d5;display:flex;font-size:11px;justify-content:center;line-height:20px;margin:0;text-align:center;text-decoration:none;width:100%}.nav__links--active{background-color:#13182c;border-radius:1rem;color:#fff}.nav__links--active:hover{color:#f7f8f9}@media screen and (min-width:768px){.nav__links--active{justify-content:center;padding:.5rem 1rem}.nav__links--tablet{justify-content:flex-end;padding:.5rem 0 .5rem .7125rem}}@media screen and (min-width:1280px){.nav__links--tablet{padding:.5rem 1rem}}@media screen and (min-width:768px){.nav__links{font-size:13px;line-height:22px;margin-left:1rem}}.button__inventory,.button__warehouse{background-color:transparent;border:none;border-radius:20px;color:#fff;cursor:pointer;padding:1rem 2rem}.button__inventory--active,.button__warehouse--active{background-color:#13182c}.button__inventory:hover:not(.button__inventory--active,.button__warehouse--active),.button__warehouse:hover:not(.button__inventory--active,.button__warehouse--active){color:#f7f8f9;text-decoration:underline}.footer{align-items:center;background-color:#f7f8f9;color:#5c667e;display:flex;flex-direction:row;font-size:11px;justify-content:center;padding-bottom:2rem;width:100%}.new-item{height:90vh}.new-item-form__input{padding:1rem}.new-item-form__input--select{padding:0}.sorter__item{width:8rem}.sorter__item--address{width:7rem}.sorter__item--contact-name{width:8rem}.sorter__item--contact{width:10rem}.warehouseCard,.warehouseCard--tablet{border-bottom:1px solid #bdc5d5;padding:1rem}.warehouseCard--tablet:hover,.warehouseCard:hover{background-color:rgba(46,102,230,.07)}@media screen and (min-width:768px){.warehouseCard,.warehouseCard--tablet{display:none}.warehouseCard__address--tablet{padding-right:1rem;width:12rem}}@media screen and (min-width:1280px){.warehouseCard__address--tablet{width:12rem}}.warehouseCard--tablet{display:none}@media screen and (min-width:768px){.warehouseCard--tablet{align-items:center;display:flex;justify-content:space-around}}.warehouseCard__content-list{display:flex;gap:1rem;justify-content:space-between}.warehouseCard__list-title{color:#232940;text-transform:uppercase}.warehouseCard__list-details{padding:.5rem 0}.warehouseCard__sub-list{padding-right:1rem}.warehouseCard__link,.warehouseCard__link--tablet{color:#2e66e5;cursor:pointer;font-weight:600}.warehouseCard__link--tablet:hover,.warehouseCard__link:hover{text-decoration:underline;-webkit-text-decoration-color:#2e66e5;text-decoration-color:#2e66e5}@media screen and (min-width:768px){.warehouseCard__link--tablet{align-items:center;display:flex;width:8rem}}.warehouseCard__link-item{display:flex}@media screen and (min-width:768px){.warehouseCard__info{width:6rem}}.warehouseCard__info--contact{width:10rem}.warehouseCard__info--name{width:8rem}.warehouseCard__buttons{cursor:pointer;display:flex;justify-content:space-between}.warehouseCard__buttons--tablet{gap:1rem;justify-content:normal;width:8rem}.warehouseCard__button--delete{background-color:transparent;border:none;cursor:pointer}.warehouseCard__button--delete:before{content:url(/static/media/delete_outline-24px.2cbb4a63b094d3d9b622.svg)}.warehouseCard__button--edit:before{content:url(/static/media/edit-24px.34030862a2aed1ec1efe.svg)}.warehouseCard__address--tablet{justify-content:flex-start;width:12rem}.modal{height:100vh;inset:0;overflow-y:hidden;padding-top:100px;position:fixed;width:100%;z-index:1}@media screen and (min-width:768px){.modal{background-color:#000;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;left:50%;overflow:hidden;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.modal-dialog{align-items:center;background-color:#fefefe;border:1px solid #888;display:flex;flex-direction:column;height:calc(100% + 7rem);justify-content:center;margin:auto;overflow:hidden;padding:20px;position:absolute;-webkit-transform:translateY(-15%);transform:translateY(-15%);width:100%}@media screen and (min-width:768px){.modal-dialog{height:auto;max-width:50rem;-webkit-transform:translateY(25.5%);transform:translateY(25.5%);width:80%}}@media screen and (min-width:1280px){.modal-dialog{-webkit-transform:translateY(32.5%);transform:translateY(32.5%)}}.modal-content{display:flex;flex-direction:column;height:70%;justify-content:space-between}.modal-header{border:none}.modal-title{font-weight:700;padding-bottom:1rem}.modal-footer{border:none;display:flex;gap:1rem;justify-content:space-around}@media screen and (min-width:768px){.modal-footer{align-items:flex-end;display:flex;justify-content:flex-end;padding:2rem}}.btn{border-radius:50px;height:36px;padding:0 16px;width:80%}@media screen and (min-width:768px){.btn{width:auto}}.btn-primary{background-color:#c94515;border:none;color:#fff;cursor:pointer;font-weight:600}.btn-primary:hover{background-color:#13182c}@media screen and (min-width:768px){.btn-primary{padding:0 2rem}}.btn-secondary{background-color:#fff;border:1px solid #bdc5d5;border-radius:20px;color:#5c667e;cursor:pointer;font-weight:600}.btn-secondary:hover{border:1px solid #2e66e5;color:#2e66e5}@media screen and (min-width:768px){.btn-secondary{padding:0 2rem}}.btn-close{background-color:transparent;border:none;color:#13182c;font-size:2.5rem;padding-bottom:1rem;position:absolute;right:1%;top:6%}.btn-close:hover,.btn-closeclose:focus{color:#000;cursor:pointer;text-decoration:none}.search{background-color:#fff;border-bottom:1px solid #bdc5d5;border-radius:.125rem .125rem 0 0;display:flex;flex-direction:column;padding:1.5rem 1rem}@media screen and (min-width:768px){.search{border-bottom:none;flex-direction:row;justify-content:space-between;padding:1rem 2rem 0}}@media screen and (min-width:1280px){.search{background-color:#fff;padding:1rem 2rem .5rem}}.search__title{margin-bottom:1rem}.form{display:flex;flex-direction:column}@media screen and (min-width:768px){.form{flex-direction:row;justify-content:flex-end;width:50%}}.form__input{background-image:url(/static/media/search-24px.5317dd0d1d2e2971f514.svg);background-position-x:90%;background-position-y:center;background-repeat:no-repeat;border:1px solid #bdc5d5;border-radius:1rem;margin-bottom:1rem;padding:.25rem 1rem}.form__button{align-items:center;background-color:#2e66e5;border:none;border-radius:1rem;color:#fff;display:flex;justify-content:center;margin-bottom:1rem}.form__button:hover{background-color:#232940}@media screen and (min-width:768px){.form__button{min-width:8rem;padding:0 1rem;white-space:nowrap}}@media screen and (min-width:1280px){.form__button{padding:0 4rem;width:30%}}@media screen and (min-width:768px){.form__button{margin-left:1.5rem}}.WarehouseList__background{background-color:#f7f8f9;height:90vh}.WarehouseList__body{background-color:#fff;box-shadow:0 2px 5px 0 rgba(19,24,44,.1);display:flex;flex-direction:column;margin:1rem;-webkit-transform:translateY(-4.5rem);transform:translateY(-4.5rem)}@media screen and (min-width:768px){.WarehouseList__body{margin:1.5rem 2rem;-webkit-transform:translateY(-6rem);transform:translateY(-6rem)}}@media screen and (min-width:1280px){.WarehouseList__body{margin:1rem 7rem}}.warehouse-details{background-color:#f7f8f9;padding:1rem}@media screen and (min-width:768px){.warehouse-details{padding:2rem}}@media screen and (min-width:1280px){.warehouse-details{padding:0 8rem}}.warehouse-details__container{background-color:#fff;border-radius:3px;box-shadow:0 2px 5px rgba(19,24,44,.1);-webkit-transform:translateY(-4.5rem);transform:translateY(-4.5rem)}@media screen and (min-width:768px){.warehouse-details__container{-webkit-transform:translateY(-7rem);transform:translateY(-7rem)}}@media screen and (min-width:1280px){.warehouse-details__container{-webkit-transform:translateY(-5rem);transform:translateY(-5rem)}}.warehouse-details__header{border-bottom:1px solid #bdc5d5;display:flex;justify-content:space-between;padding:1.5rem}.warehouse-details__wrapper{display:flex;width:100%}.warehouse-details__title{margin-left:.5rem}.warehouse-details__link{padding-top:.3rem}.warehouse-details__back-icon{height:1.25rem}.warehouse-details__edit-link{background-color:#2e66e5;border-radius:20px}@media screen and (min-width:768px){.warehouse-details__edit-link{display:flex;width:5.2rem}}.warehouse-details__edit{height:1.7rem;padding-top:.35rem;width:2rem}@media screen and (min-width:768px){.warehouse-details__edit{height:1.5rem;padding:.3rem 0 0 .3rem}}.warehouse-details__text{color:#fff;display:none}@media screen and (min-width:768px){.warehouse-details__text{display:inline;padding:.3rem 0 0 .3rem}}.warehouse-info{border-bottom:1px solid #bdc5d5;padding:1rem}@media screen and (min-width:768px){.warehouse-info{border:none;display:flex;justify-content:space-between;padding:2rem}}.warehouse-info__title{color:#5c667e}.warehouse-info__content{color:#13182c}.warehouse-info__container{margin-bottom:2rem}.warehouse-info__wrapper{display:flex}@media screen and (min-width:768px){.warehouse-info__wrapper{width:60%}}.warehouse-info__left{width:50%}@media screen and (min-width:768px){.warehouse-info__left{border-left:1px solid #bdc5d5;padding-left:2rem}}.warehouse-info__right{width:50%}.sorter{color:#5c667e;display:none;font-weight:600}@media screen and (min-width:768px){.sorter{background-color:#f7f8f9;display:flex;justify-content:space-around;padding:.5rem 1rem;width:100%}}.sorter__item{align-items:center;display:flex;font-size:.75rem;line-height:1.125rem;text-transform:uppercase}.sorter__item--address{padding-right:1rem;width:12rem}@media screen and (min-width:1280px){.sorter__item--address{width:12rem}}.sorter__item--address--contact,.sorter__item--address--contact-name,.sorter__item--address--warehouse{width:8rem}.sorter__button{background-color:transparent;border:none;cursor:pointer;line-height:100%}.sorter__button:before{content:url(/static/media/sort-24px.1811f1f0c1cd36589492.svg)}.inventory-card,.inventory-card--tablet{border-bottom:1px solid #bdc5d5;padding:1rem}.inventory-card--tablet:hover,.inventory-card:hover{background-color:rgba(46,102,230,.07)}@media screen and (min-width:768px){.inventory-card,.inventory-card--tablet{display:none}}.inventory-card--tablet{display:none}@media screen and (min-width:768px){.inventory-card--tablet{align-items:center;display:flex;justify-content:space-around}}.inventory-card__content-list{display:flex;gap:1rem;justify-content:space-between}.inventory-card__list-title{color:#232940;text-transform:uppercase}.inventory-card__list-details{padding:.5rem 0}.inventory-card__sub-list{padding-right:1rem;width:50%}.inventory-card__link,.inventory-card__link--tablet{color:#2e66e5;cursor:pointer;font-weight:600}.inventory-card__link--tablet:hover,.inventory-card__link:hover{text-decoration:underline;-webkit-text-decoration-color:#2e66e5;text-decoration-color:#2e66e5}@media screen and (min-width:768px){.inventory-card__link--tablet{align-items:center;display:flex;width:6rem}}.inventory-card__link-item{display:flex}@media screen and (min-width:768px){.inventory-card__info{width:6rem}}.inventory-card__info--contact{width:10rem}.inventory-card__info--name{width:8rem}.inventory-card__buttons{cursor:pointer;display:flex;justify-content:space-between}.inventory-card__buttons--tablet{gap:1rem;justify-content:normal;width:6rem}.inventory-card__button--delete{background-color:transparent;border:none;cursor:pointer}.inventory-card__button--delete:before{content:url(/static/media/delete_outline-24px.2cbb4a63b094d3d9b622.svg)}.inventory-card__button--edit:before{content:url(/static/media/edit-24px.34030862a2aed1ec1efe.svg)}.inventory-card__address--tablet{justify-content:flex-start;width:7rem}.in-stock{background-color:rgba(21,132,99,.07);border-radius:20px;color:#158463;padding:.25rem .5rem;text-align:center;width:60%}@media screen and (min-width:768px){.in-stock{width:62%}}@media screen and (min-width:1280px){.in-stock{width:55%}}.in-stock--big{width:50%}@media screen and (min-width:768px){.in-stock--big{width:60%}}@media screen and (min-width:1280px){.in-stock--big{width:40%}}.out-of-stock{background-color:rgba(201,69,21,.07);border-radius:20px;color:#c94515;padding:.25rem .5rem;text-align:center;width:85%}@media screen and (min-width:768px){.out-of-stock{width:90%}}@media screen and (min-width:1280px){.out-of-stock{width:65%}}.out-of-stock--big{width:70%}@media screen and (min-width:768px){.out-of-stock--big{width:90%}}@media screen and (min-width:1280px){.out-of-stock--big{width:57%}}li{list-style:none}.InventoryCard{border-bottom:1px solid #bdc5d5;padding:1rem}.InventoryCard:hover{background-color:rgba(46,102,230,.07)}@media screen and (min-width:768px){.InventoryCard{background-color:#fff;display:flex;flex-direction:row;justify-content:space-around;padding:1rem}}@media screen and (min-width:1280px){.InventoryCard{background-color:#fff}}.InventoryCard__content-list{display:flex;flex-direction:row;gap:4rem;justify-content:flex-start;margin-bottom:1rem;width:100%}@media screen and (min-width:768px){.InventoryCard__content-list{align-items:center;justify-content:flex-start;margin-bottom:0;width:85%}}.InventoryCard__list-title{color:#232940;text-transform:uppercase}@media screen and (min-width:768px){.InventoryCard__list-title{display:none}}.InventoryCard__list-details{padding:.5rem 0}@media screen and (min-width:768px){.InventoryCard__list-details--margin1{width:65%}.InventoryCard__list-details--margin2{width:25%}.InventoryCard__list-details--margin3{width:60%}.InventoryCard__list-details--margin4{width:38%;width:50%}}.InventoryCard__sub-list--margin1{width:50%}@media screen and (min-width:768px){.InventoryCard__sub-list--margin1{width:40%}}.InventoryCard__sub-list--margin2{width:60%}@media screen and (min-width:768px){.InventoryCard__sub-list--margin2{width:50%}.InventoryCard__sub-list{display:flex;flex-direction:row}}.InventoryCard__link{color:#2e66e5;font-weight:600}.InventoryCard__link:hover{text-decoration:underline}.InventoryCard__link-item{display:flex}.InventoryCard__buttons{display:flex;justify-content:space-between}@media screen and (min-width:768px){.InventoryCard__buttons{align-items:center;justify-content:flex-end}}.InventoryCard__button--delete{background-color:transparent;border:none;cursor:pointer}.InventoryCard__button--delete:before{content:url(/static/media/delete_outline-24px.2cbb4a63b094d3d9b622.svg)}.InventoryCard__button--edit:before{content:url(/static/media/edit-24px.34030862a2aed1ec1efe.svg)}@media screen and (min-width:768px){.InventoryCard__button--edit{margin-left:1.5rem}}.InventoryFilter{display:none}@media screen and (min-width:768px){.InventoryFilter{background-color:#f7f8f9;color:#5c667e;display:flex;flex-direction:row;justify-content:space-around;padding:.5rem 1rem;text-transform:uppercase}}.InventoryFilter__content-list{display:flex;flex-direction:row;gap:4rem;justify-content:flex-start;margin-bottom:1rem;width:100%}@media screen and (min-width:768px){.InventoryFilter__content-list{align-items:center;justify-content:flex-start;margin-bottom:0;width:85%}}.InventoryFilter__text{align-items:center;display:flex}.InventoryFilter__icon{width:15%}.InventoryFilter__icon--width1{width:26%}.InventoryFilter__icon--width2,.InventoryFilter__icon--width3{width:18%}.InventoryFilter__list-title{color:#232940;text-transform:uppercase}@media screen and (min-width:768px){.InventoryFilter__list-title{display:none}}.InventoryFilter__list-details{align-items:center;display:flex;flex-direction:row}@media screen and (min-width:768px){.InventoryFilter__list-details--margin1{width:65%}.InventoryFilter__list-details--margin2{width:25%}.InventoryFilter__list-details--margin3{margin-left:.5rem;width:60%}.InventoryFilter__list-details--margin4{width:38%;width:50%}}.InventoryFilter__sub-list--margin1{width:50%}@media screen and (min-width:768px){.InventoryFilter__sub-list--margin1{width:39.5%}}.InventoryFilter__sub-list--margin2{width:60%}@media screen and (min-width:768px){.InventoryFilter__sub-list--margin2{width:50%}.InventoryFilter__sub-list{display:flex;flex-direction:row}}.InventoryFilter__text{font-size:12px;font-weight:600;margin-right:.25rem}@media screen and (min-width:768px){.InventoryFilter__text--margin{margin-left:.75rem;margin-right:0}}.InventoryFilter__text-item{display:flex}.InventoryFilter__buttons{display:flex;justify-content:space-between}@media screen and (min-width:768px){.InventoryFilter__buttons{align-items:center;justify-content:flex-end}}.InventoryFilter__button{background-color:transparent;border:none;cursor:pointer;line-height:100%}.InventoryFilter__button:before{content:url(/static/media/sort-24px.1811f1f0c1cd36589492.svg)}.inStock{background-color:rgba(21,132,99,.07);border-radius:20px;color:#158463;font-size:.75rem;font-weight:400;padding:.25rem .5rem;text-align:center;text-transform:uppercase}@media screen and (min-width:768px){.inStock{width:65%}}@media screen and (min-width:1280px){.inStock{max-width:41%}}.inStock--big{width:50%}@media screen and (min-width:768px){.inStock--big{width:60%}}.outOfStock{background-color:rgba(201,69,21,.07);border-radius:20px;color:#c94515;font-size:.75rem;font-weight:400;padding:.25rem .5rem;text-align:center;text-transform:uppercase}@media screen and (min-width:768px){.outOfStock{width:85%}}@media screen and (min-width:1280px){.outOfStock{max-width:55%}}.outOfStock--big{width:70%}@media screen and (min-width:768px){.outOfStock--big{width:90%}}.space{color:#f7f8f9}body{font-family:Titillium Web,sans-serif}@font-face{font-family:Titillium Web,sans-serif;font-style:semi-bold;font-weight:600;src:url(/static/media/TitilliumWeb-SemiBold.d4d3eeb6e2367e6796c3.ttf) format("truetype"),url(/static/media/TitilliumWeb-SemiBold.fee7cf972be82c22525d.woff) format("woff"),url(/static/media/TitilliumWeb-SemiBold.e089fa1c65410c99e534.woff2) format("woff2")}@font-face{font-family:Titillium Web,sans-serif;font-style:normal;font-weight:400;src:url(/static/media/TitilliumWeb-Regular.e53e0538893d432e0635.ttf) format("truetype"),url(/static/media/TitilliumWeb-Regular.7b9bc7d1cb023c694dcb.woff) format("woff"),url(/static/media/TitilliumWeb-Regular.f0c533a17387ee49053d.woff2) format("woff2")}h1{font-size:28px;line-height:36px}@media screen and (min-width:768px){h1{font-size:2rem;line-height:2.5rem}}h2{font-size:1.25rem;line-height:1.75rem}@media screen and (min-width:768px){h2{font-size:1.5rem;line-height:2rem}}h3{font-size:.8125rem;line-height:1.25rem}@media screen and (min-width:768px){h3{font-size:.875rem;line-height:1.375rem}}h4,label{font-size:.6875rem;font-weight:600;line-height:1rem}@media screen and (min-width:768px){h4,label{font-size:.75rem;line-height:1.125rem}}.body-large{font-size:.9375rem;line-height:1.625rem}@media screen and (min-width:768px){.body-large{font-size:1rem;line-height:1.75rem}}.body-medium,p{font-size:.8125rem;line-height:1.25rem}@media screen and (min-width:768px){.body-medium,p{font-size:.875rem;line-height:1.375rem}}::-webkit-input-placeholder{font-size:.6875rem;line-height:1rem}:-ms-input-placeholder{font-size:.6875rem;line-height:1rem}.body-small,::placeholder,button{font-size:.6875rem;line-height:1rem}@media screen and (min-width:768px){::-webkit-input-placeholder{font-size:.75rem;line-height:1.125rem}:-ms-input-placeholder{font-size:.75rem;line-height:1.125rem}.body-small,::placeholder,button{font-size:.75rem;line-height:1.125rem}}.InventoryList__body{box-shadow:0 2px 5px 0 rgba(19,24,44,.1);display:flex;flex-direction:column;margin:1rem;-webkit-transform:translateY(-4.5rem);transform:translateY(-4.5rem)}@media screen and (min-width:768px){.InventoryList__body{margin:1.5rem 2rem;-webkit-transform:translateY(-6rem);transform:translateY(-6rem)}}@media screen and (min-width:1280px){.InventoryList__body{margin:1rem 7rem}}.button--special:hover{background-color:#232940}.new-warehouse{background-color:#f7f8f9;padding:1rem 1rem 0}@media screen and (min-width:768px){.new-warehouse{padding:2rem 2rem 0}}@media screen and (min-width:1280px){.new-warehouse{padding:1rem 8rem 0}}.new-warehouse__container{background-color:#fff;border-radius:3px;box-shadow:0 2px 5px rgba(19,24,44,.1);-webkit-transform:translateY(-4.5rem);transform:translateY(-4.5rem)}@media screen and (min-width:768px){.new-warehouse__container{-webkit-transform:translateY(-6rem);transform:translateY(-6rem)}}.new-warehouse__header{border-bottom:1px solid #bdc5d5;display:flex;padding:1.5rem}.new-warehouse__title{margin-left:.5rem}.new-warehouse__link{padding-top:.3rem}.new-warehouse__back-icon{height:1.25rem}.new-warehouse-form__title{padding-bottom:1rem}@media screen and (min-width:768px){.new-warehouse-form__title{font-size:1.25rem}}.new-warehouse-form__container{padding:1rem}@media screen and (min-width:768px){.new-warehouse-form__container{padding:0 2rem;width:100%}.new-warehouse-form__wrapper{display:flex;padding:2rem 0}}.new-warehouse-form__input{border:1px solid #bdc5d5;border-radius:20px;height:2.2rem;margin:4px 0 .5rem;outline:none;padding:0 1rem;width:100%}@media screen and (min-width:768px){.new-warehouse-form__input{margin-bottom:1rem}}.new-warehouse-form__input:focus{border:1px solid #2e66e5}.new-warehouse-form__right{border-top:1px solid #bdc5d5}@media screen and (min-width:768px){.new-warehouse-form__right{border:none;border-left:1px solid #bdc5d5;width:50%}.new-warehouse-form__left{width:50%}.buttons__container{justify-content:flex-end;padding-right:1rem;width:35%}}.button{width:50%}@media screen and (min-width:768px){.button,.button--special{width:30%}}.inventory-item{background-color:#f7f8f9;padding:1rem}@media screen and (min-width:768px){.inventory-item{padding:2rem}}@media screen and (min-width:1280px){.inventory-item{padding:0 8rem}}.inventory-item__container{background-color:#fff;border-radius:3px;box-shadow:0 2px 5px rgba(19,24,44,.1);-webkit-transform:translateY(-4.5rem);transform:translateY(-4.5rem)}@media screen and (min-width:768px){.inventory-item__container{-webkit-transform:translateY(-7rem);transform:translateY(-7rem)}}@media screen and (min-width:1280px){.inventory-item__container{-webkit-transform:translateY(-5rem);transform:translateY(-5rem)}}.inventory-item__header{border-bottom:1px solid #bdc5d5;display:flex;justify-content:space-between;padding:1.5rem}.inventory-item__wrapper{display:flex;width:100%}.inventory-item__title{margin-left:.5rem}.inventory-item__link{padding-top:.3rem}.inventory-item__back-icon{height:1.25rem}.inventory-item__edit-link{background-color:#2e66e5;border-radius:20px}@media screen and (min-width:768px){.inventory-item__edit-link{display:flex;width:5.2rem}}.inventory-item__edit{height:1.7rem;padding-top:.35rem;width:2rem}@media screen and (min-width:768px){.inventory-item__edit{height:1.5rem;padding:.3rem 0 0 .3rem}}.inventory-item__text{color:#fff;display:none}@media screen and (min-width:768px){.inventory-item__text{display:inline;padding:.3rem 0 0 .3rem}}.item-detail{padding:1rem}@media screen and (min-width:768px){.item-detail{display:flex;padding:2rem}}.item-detail__title{color:#5c667e;margin-bottom:.25rem}@media screen and (min-width:768px){.item-detail__title{margin-bottom:.5rem}.item-detail__description{width:75%}}.item-detail__description--center{width:50%}.item-detail__container{padding-bottom:1rem}.item-detail__wrapper{display:flex}@media screen and (min-width:768px){.item-detail__left{border-right:1px solid #bdc5d5;width:50%}.item-detail__right{padding-left:2rem;width:50%}}.new-item{background-color:#f7f8f9;padding:1rem 1rem 0}@media screen and (min-width:768px){.new-item{padding:2rem 2rem 0}}@media screen and (min-width:1280px){.new-item{padding:1rem 8rem 0}}.new-item__container{background-color:#fff;border-radius:3px;box-shadow:0 2px 5px rgba(19,24,44,.1);-webkit-transform:translateY(-4.5rem);transform:translateY(-4.5rem)}@media screen and (min-width:768px){.new-item__container{-webkit-transform:translateY(-6.5rem);transform:translateY(-6.5rem)}}.new-item__header{align-items:center;border-bottom:1px solid #bdc5d5;display:flex;padding:1rem}@media screen and (min-width:768px){.new-item__header{padding:1.5rem 1rem 1rem}}@media screen and (min-width:1280px){.new-item__header{padding:2rem 2rem 1.5rem}}.new-item__title{font-size:1.5rem;font-weight:700;margin-left:.5rem;margin-top:1rem}@media screen and (min-width:768px){.new-item__title{font-size:2rem;margin-top:0}}.new-item__link{padding-top:.3rem}.new-item__back-icon{height:1.25rem}.new-item-form__title{font-size:1rem;font-weight:700;padding-bottom:1rem}@media screen and (min-width:768px){.new-item-form__title{font-size:1.5rem;font-weight:600;padding-bottom:2rem}}.new-item-form__container{display:flex;flex-direction:column;padding:1rem}@media screen and (min-width:768px){.new-item-form__container{padding:0 2rem;width:100%}.new-item-form__wrapper{display:flex;padding:2rem .25rem}}.new-item-form__radio{display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:1rem}.new-item-form__radio-text{font-size:12px;margin:0}@media screen and (min-width:768px){.new-item-form__radio-text{font-size:.75rem;margin:0}}.new-item-form__radio-container{align-items:center;display:flex;flex-direction:row;width:50%}@media screen and (min-width:1280px){.new-item-form__radio-container{width:25%}}.new-item-form__radio-button{cursor:pointer;margin-right:.5rem}@media screen and (min-width:768px){.new-item-form__radio-button{margin-right:1rem}}.new-item-form__input{border:1px solid #bdc5d5;border-radius:20px;height:2rem;margin:4px 0 .5rem;outline:none;overflow:hidden;padding:0 0 0 15px;resize:none;width:100%}@media screen and (min-width:768px){.new-item-form__input{height:2.2rem}}.new-item-form__input--padding{padding:1rem 1rem 4rem}@media screen and (min-width:768px){.new-item-form__input--padding{padding:1rem 1rem 4rem}}@media screen and (min-width:1280px){.new-item-form__input--padding{padding:1rem 1rem 6rem}.new-item-form__input--width{width:25%}}@media screen and (min-width:768px){.new-item-form__input{margin-bottom:1rem}}.new-item-form__input:focus{border:1px solid #2e66e5}.new-item-form__right{border-top:1px solid #bdc5d5}@media screen and (min-width:768px){.new-item-form__right{border:none;border-left:1px solid #bdc5d5;width:50%}.new-item-form__left{width:50%}}.buttons{align-items:center;background-color:#f7f8f9;display:flex;height:4rem;padding:1rem}.buttons,.buttons__link{width:100%}@media screen and (min-width:768px){.buttons{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}}.buttons__container{align-items:flex-end;display:flex;width:100%}@media screen and (min-width:768px){.buttons__container{padding-right:1rem;width:35%}}@media screen and (min-width:1280px){.buttons__container{width:25%}}.button{background-color:#fff;border:1px solid #bdc5d5;border-radius:20px;color:#232940;cursor:pointer;height:2rem;width:100%}.button--cancel{text-decoration:none}.button--special{background-color:#2e66e5;color:#fff;margin-left:1rem}@media screen and (min-width:768px){.button--special{width:100%}}.error{align-items:center;display:flex;height:1.25rem;margin-bottom:.2rem}.error__icon{height:.9rem;margin-right:.2rem;width:.9rem}.error__text{color:#c94515;font-size:11px}
/*# sourceMappingURL=main.0cf559c4.css.map*/