﻿.viewmode-modal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  z-index: 999;
}

.viewmode-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  font-family: "Poppins-Medium", sans-serif;
  font-weight: 500;
}

.viewmode-modal select {
  font-family: "Poppins-Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

/* The Close Button */
.viewmode-modal-close {
  color: #aaa;
  float: right;
  font-weight: bold;
}

.viewmode-modal-title {
  height: 40px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

.viewmode-modal-title img {
  height: 28px;
  float: left;
  vertical-align: middle;
  margin-right: 10px;
}

.viewmode-modal-footer {
  text-align: right;
  border-top: solid 1px #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

.viewmode-modal-footer button {
  font-family: "Poppins-Regular", sans-serif;
  border-radius: 18px;
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 10px;
}

.viewmode-modal-content-list {
  width: 100%;
}

.viewmode-modal-content-text {
  margin-bottom: 10px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Source/Sale/ecm-sale-frontend/Next.ECommerce.Sale.Web/wwwroot/assets/platform/scss/global/developerBar.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;;;AAGJ;EACI%22%7D */