.wineEditAddForm .help-block {
  color: #D34051; }
.wineEditAddForm .card {
  border-radius: 8px;
  border: 1px solid #E8E8E8; }
.wineEditAddForm .shops-form {
  margin-top: 25px; }
.wineEditAddForm .form-group textarea {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px; }
.wineEditAddForm .form-group label {
  color: #181818;
  font-size: 18px;
  font-weight: bold; }
.wineEditAddForm .form-group input {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  padding: 11px 20px;
  height: auto; }
.wineEditAddForm .photoForm .card-title {
  color: #8C8C8C;
  font-size: 16px; }
.wineEditAddForm .photoForm .placeholderImg {
  width: 66px;
  height: 57px;
  margin: 20px auto;
  display: block; }
.wineEditAddForm .photoForm .placeholderImgQuizPoll {
  width: 30px;
  height: 30px;
  display: block;
  padding: 5px;
  border-radius: 5px;
  background: #181818; }
.wineEditAddForm .photoForm input[type="file"] {
  display: none; }
.wineEditAddForm .photoForm .field-shopsmodel-photo {
  margin: 10px auto;
  width: 80%; }
.wineEditAddForm .photoForm label {
  background: #181818;
  border-radius: 8px;
  color: white !important;
  width: 100%;
  text-align: center;
  padding: 4.5px 20px;
  font-weight: normal !important;
  cursor: pointer; }
.wineEditAddForm .wineListingTable table {
  border: 0; }
  .wineEditAddForm .wineListingTable table thead a {
    color: #181818;
    font-size: 16px;
    font-weight: bold; }
  .wineEditAddForm .wineListingTable table thead tr th {
    border: 0; }
  .wineEditAddForm .wineListingTable table tbody tr {
    border: 0; }
  .wineEditAddForm .wineListingTable table tbody td {
    border: 0;
    border-bottom: 1px solid #E8E8E8; }
    .wineEditAddForm .wineListingTable table tbody td > * {
      vertical-align: top; }
    .wineEditAddForm .wineListingTable table tbody td.bold {
      font-weight: bold; }
    .wineEditAddForm .wineListingTable table tbody td a {
      color: #30678F;
      align-items: center;
      text-decoration: none;
      cursor: pointer;
      border: 0; }
      .wineEditAddForm .wineListingTable table tbody td a:hover {
        text-decoration: none; }
.wineEditAddForm button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D34051;
  border: 1px solid #D34051;
  width: 100%;
  color: white; }
  .wineEditAddForm button[type="submit"] img {
    margin-right: 10px; }
.wineEditAddForm input[name="linkCopy"]::selection {
  background: none; }
.wineEditAddForm button[name="linkCopy"] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #181818;
  border: 1px solid #181818;
  width: 200px;
  color: white; }
  .wineEditAddForm button[name="linkCopy"].coppied {
    background: #D34051;
    border: 1px solid #D34051; }
.wineEditAddForm .dropDownElement {
  position: relative;
  cursor: pointer; }
  .wineEditAddForm .dropDownElement img {
    position: absolute;
    right: 15px;
    top: 45%; }
  .wineEditAddForm .dropDownElement input {
    padding: 8px 25px 8px 15px;
    width: 100%;
    cursor: pointer;
    display: none; }
  .wineEditAddForm .dropDownElement .dropDownList {
    display: none;
    position: absolute;
    top: 38px;
    width: 100%;
    background: white;
    max-height: 142px;
    background: #FFFFFF;
    border: 1px solid #DAD9E2;
    box-sizing: border-box;
    box-shadow: 5px 6px 16px rgba(218, 217, 226, 0.4);
    border-radius: 5px;
    padding: 10px 0;
    overflow: auto;
    z-index: 9999; }
    .wineEditAddForm .dropDownElement .dropDownList__item {
      cursor: pointer;
      padding: 10px 20px;
      margin: 0;
      overflow-wrap: anywhere;
      font-size: 14px; }
      .wineEditAddForm .dropDownElement .dropDownList__item:hover {
        background: rgba(218, 217, 226, 0.5); }
    .wineEditAddForm .dropDownElement .dropDownList__itemTitle {
      font-weight: bold;
      font-size: 14px;
      padding: 10px 10px;
      cursor: default; }
  .wineEditAddForm .dropDownElement .dropDownElementText {
    width: 100%;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 14px;
    min-height: 39px; }

/*# sourceMappingURL=wineEditAddForm.css.map */
