.customergallery-container {
  padding: 5px;
}
#viewModel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgb(231, 231, 231);
  width: 100%;
  height: 350px;
}

.thumbnailsContainer {
  width: 100%;
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}

.thumbnailsContainer > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgb(231, 231, 231);
  margin: 10px;
  width: 50px;
  cursor: pointer;
}

.activeThumbnail {
  border: 2px solid #67a2c0 !important;
  margin: 5px !important;
  min-width: 60px !important;
}
.thumbnailsContainer > div:not(.activeThumbnail):hover {
  border: 1px solid rgb(231, 231, 231) !important;
  margin: 5px !important;
  min-width: 60px !important;
}
.thumbnailsContainer > #pictureModel img {
  max-width: 100%;
  max-height: 100%;
}

/* .thumbnailsContainer > ul > li > div{
  width:50px;
  height:50px;
  border:1px solid rgb(231, 231, 231);
} */
.customer-gallery img {
  max-width: 90%;
  max-height: 90%;
}
#selectedFormat {
  width: 150px;
  padding: 5px;
  border: 1px solid rgb(231, 231, 231);
  outline: none;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 13px;
}

.custom-button {
  color: white;
  padding: 10px 15px;
  background-color: #67a2c0;
  border: none;
  border-radius: 3px; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.icon-customergallery {
  width: 30px;
  height: 30px;
  pointer-events: auto;
}

.flex-item {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
