.btn-akeneo-dark {
  background-color: #4f5bc6;
  color: #FFFFFF;
}
.register-form {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px #0000003b;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.connect-container__heading {
  margin-top: 25px;
  font-size: 18px;
  color: #545454;
  text-transform: uppercase;
  font-family: 'Lato',sans-serif;
  border-bottom: 2px solid hsl(240deg 20% 94%);
  padding-bottom: 15px;
}

.connect-container__tip {
  color: #67768a;
  font-size: 15px;
  margin-bottom: 20px!important;
  width: unset!important;
  background: #f9f9fb;
  padding: 15px;
  border-radius: 5px;
  font-family: 'Lato',sans-serif;
}

#pim-registered {
  color: #67768a;
  font-family: 'Lato',sans-serif;
}

#domain-name {
  font-family: 'Lato',sans-serif;
  margin-top: 5px;
  color: #545454;
  border: 1px solid #ced4da;
  padding: 2px 10px 2px 25px;
  border-radius: 5px;
  display: block;
  background: #f9f9fb url(locked.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 7px;
}

span.register-form-body label {
  color: #67768a;
}

input.btn.btn-akeneo-dark:hover {
  opacity: 0.8;
}

.registration-required {
  color: #67768a;
  font-family: 'Lato',sans-serif;
  text-transform: uppercase;
  margin-top: 130px;
  font-size: 20px;
  display: block;
  background: #f9f9fb;
  padding: 20px;
  border-radius: 10px;
}

.register-icon {
  color: #4f5bc6;
  font-size: 25px;
  margin-top: 3px;
  display: block;
  float: left;
  margin-right: 5px;
}

.registration-required-message-icon {
  display: block;
  float: left;
}

.registration-required-message-icon img {
  width: 60px;
}

.registration-required-message {
  display: block;
  float: left;
  line-height: 60px;
  padding-left: 15px;
}
.product-filters {
  margin-right: 20px;
}

.product-filters__heading {
  margin-top: 0;
}

.product-grid {
  margin-top: 20px;
}

.product-searchbar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product-searchbar__input {
  flex-grow: 1;
  margin-left: 10px;
}

.product-searchbar__button {
  margin-left: 10px;
}
.products .product-filters__list {
  list-style: none;
}
.products .product-filters__list>li {
}
.products .product-filter__value {
  color: #4f5bc6;
}
.products .product-filter__label {
  color: #67768a;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}




.product-card {
  text-align: center;
  border: 1px solid #ccd1d8;
  border-radius: 10px;
  padding: 20px;
}

.product-card__image__container {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card__title {
  margin-top: 10px;
}

.no-products {
  text-align: center;
  margin-top: 40px;
}

.no-products__title {
  margin-top: 0;
}

.no-products__illustration {
  max-width: 400px;
  margin-bottom: 20px;
}

.no-products__description {
  margin-bottom: 20px;
}

.no-products__catalog-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.products .product-searchbar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #a1a9b7;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  height: 44px;
  justify-content: space-between;
}
.products .product-searchbar__container {
  align-items: center;
  display: flex;
  flex: 1;
}
.products .product-searchbar__input {
  border: none;
  color: #a1a9b7;
  flex: 1;
  margin-left: 6px;
  outline: none;
}
.products .product-searchbar__input:disabled {
  background: #fff;
  cursor: not-allowed;
}
.products .product-searchbar__button {
  align-items: center;
  border-radius: 16px;
  border-style: solid;
  border-width: 1px;
  cursor: not-allowed;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  gap: 10px;
  height: 24px;
  outline-style: none;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .1s ease;
  white-space: nowrap;
}
.products .product-searchbar__separator {
  border-left: 1px solid #a1a9b7;
  display: flex;
  height: 24px;
  margin-left: 10px;
}
.products .product-searchbar__result-count {
  color: #4f5bc6;
  line-height: 16px;
  margin-left: 10px;
  text-transform: none;
  white-space: nowrap;
}
.information {
  align-items: center;
  background-color: #f5f9fc;
  color: #67768a;
  display: flex;
  font-weight: 400;
  min-height: 100px;
  padding-right: 15px;
}
.information__image-container {
  border-right: 1px solid #c7cbd4;
  height: 80px;
  margin: 20px 15px 20px 0;
  padding: 0 20px;
}
.information__image {
  height: 80px;
  width: 80px;
}
.information__content-container {
  padding: 10px 0;
}
.information__helper-title {
  color: #11324d;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
}
.product-card__image img {
  width: 200px;
}

.product-card__title {
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: rgb(103, 118, 138);
}

.product-card a {
  text-decoration: none;
}
.product-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

body {
  color: #67768A;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  background-color: white;
  line-height: 20px;
  min-width: 980px;
  margin: 0;
  padding: 0;
  height: 100%;
}

.akn-app-main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 80px;
  border-right: 1px solid #a1a9b7;
  background: #FFFFFF;
  color: #a1a9b7;
  font-size: 10px;
  text-decoration: none;
}

.akn-app-main-navigation a,
.akn-app-main-navigation a.logo {
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  height: 70px;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1.15;
  margin: 0px;
  outline-style: none;
  padding: 7px;
  position: relative;
  text-decoration: none;
  width: 80px;
  border-left: 4px solid transparent;
  color: rgb(103, 118, 138);
}

span.menu-label {
  margin-top: 7px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.main-navigation__link.main-navigation__link--external {
  bottom: 0px;
  position: fixed;
}

a.main-navigation__link.help {
  position: fixed;
  bottom: 65px;
}

.akn-app-secondary-navigation {
  position: fixed;
  bottom: 0;
  left: 80px;
  width: 240px;
  height: 100vh;
  background-color: #f5f5f5;
  transition: width 0.3s;
  overflow: hidden;
  border-right: 1px solid #a1a9b7;
}

.akn-app-secondary-navigation.expanded {
  width: 280px;
}
div#secondary-menu-toggle-container {
  position: fixed;
  bottom: 10px;
}

button#secondary-menu-toggle {
  border: none;
  color: #a1a9b7;
}

div.secondary-menu-content{
  padding: 30px;
}

div#secondary-menu.collapse div.secondary-menu-content {
  opacity: 0;
}
div#secondary-menu.show div.secondary-menu-content {
  opacity: 1;
  transition: 1s;
}
div#secondary-menu.collapse svg.close {
  display: none;
}
div#secondary-menu.show svg.close {
  display: unset;
}
div#secondary-menu.collapse svg.open {
  display: unset;
}
div#secondary-menu.show svg.open {
  display: none;
}

span.secondary-navigation__label{
  margin-bottom: 20px;
  color: rgb(161, 169, 183);
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
}

a.secondary-navigation__link {
  box-sizing: border-box;
  cursor: pointer;
  color: rgb(17, 50, 77);
  display: flex;
  height: 38px;
  margin: 0px;
  outline: none;
  text-decoration: none;
  overflow: hidden;
  line-height: 38px;
  font-size: 15px;
}

.collapse:not(.show) {
  display: block;
  width:40px;
}

.user {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  width: calc(100% - 120px);
  text-align: right;
  background: #FFFFFF;
}

.products {
  width: calc(100% - 120px);
  transition: 0.3s;
  margin-left: 120px;
  padding: 25px;
  margin-top: 45px;
}

.products.expanded,
.user.expanded{
  width: calc(100% - 360px);
  margin-left: 360px;
  transition: 0.3s;
}
.product-grid__header {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

button:focus {outline:0;}

span.user__name {
  font-family: 'Lato', sans-serif;
  color: #67768a;
  font-style: italic;
  font-size: 14px;
}

img.user__logo {
  height: 32px;
  display: block;
  float: right;
  margin-top: -7px;
  margin-left: 5px;
}
a.main-navigation__link:hover, a.main-navigation__link--active {
  color: #4f5bc6;
}
a.main-navigation__link--active {
  border-left: 4px solid #4f5bc6;
}

.product-card__title {
  margin-top: 10px;
}

.no-products {
  text-align: center;
  margin-top: 40px;
}

.no-products__title {
  margin-top: 0;
}

.no-products__illustration {
  max-width: 400px;
  margin-bottom: 20px;
}

.no-products__description {
  margin-bottom: 20px;
}

.no-products__catalog-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.products .product-searchbar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #a1a9b7;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  height: 44px;
  justify-content: space-between;
}
.products .product-searchbar__container {
  align-items: center;
  display: flex;
  flex: 1;
}
.products .product-searchbar__input {
  border: none;
  color: #a1a9b7;
  flex: 1;
  margin-left: 6px;
  outline: none;
}
.products .product-searchbar__input:disabled {
  background: #fff;
  cursor: not-allowed;
}
.products .product-searchbar__button {
  align-items: center;
  border-radius: 16px;
  border-style: solid;
  border-width: 1px;
  cursor: not-allowed;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  gap: 10px;
  height: 24px;
  outline-style: none;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .1s ease;
  white-space: nowrap;
}
.products .product-searchbar__separator {
  border-left: 1px solid #a1a9b7;
  display: flex;
  height: 24px;
  margin-left: 10px;
}
.products .product-searchbar__result-count {
  color: #4f5bc6;
  line-height: 16px;
  margin-left: 10px;
  text-transform: none;
  white-space: nowrap;
}
.information {
  align-items: center;
  background-color: #f5f9fc;
  color: #67768a;
  display: flex;
  font-weight: 400;
  min-height: 100px;
  padding-right: 15px;
}
.information__image-container {
  border-right: 1px solid #c7cbd4;
  height: 80px;
  margin: 20px 15px 20px 0;
  padding: 0 20px;
}
.information__image {
  height: 80px;
  width: 80px;
}
.information__content-container {
  padding: 10px 0;
}
.information__helper-title {
  color: #11324d;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
}


.state {
  display: inline-flex;
  height: 18px;
  line-height: 16px;
  padding: 0px 6px;
  border-radius: 2px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgb(125, 125, 125);
  color: rgb(70, 70, 70);
  background-color: rgb(255, 255, 255)
}

.state-primary,
.state-new,
.state-processing {
  border: 1px solid rgb(76, 168, 224);
  color: rgb(50, 120, 183);

}

.state-completed,
.state-success {
  border: 1px solid rgb(103, 179, 115);
  color: rgb(61, 107, 69);
}

.state-error,
.state-danger {
  border: 1px solid rgb(247, 75, 100);
  color: rgb(201, 35, 67);
}

.state-warning {
  border: 1px solid rgb(252, 206, 118);
  color: rgb(202, 132, 17);
}

.state-akeneo {
  border: 1px solid rgb(148, 82, 186);
  color: rgb(118, 62, 158);
}


.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
  background-color: #f5f5f5;
}
#sliderValueOutput {
  font-size: 20px;
  padding: 10px;
  background-color: rgb(118, 62, 158);;
  border-radius: 5px;
  color: white;
}
