﻿/*Picture Thumbnail Component related styling*/ 
.design {
  max-height: 120px;
  max-width: 90%;
  margin: 10px;
  border: solid;
}

@media(Max-width: 768px){
  .help-modal-content {
    top: 233.1px !important;
    left: 7.6625px !important;
  }
}

.help-modal-content {
  position: absolute;
  min-height: auto;
  top: 267.6px;
  left: 120px;
  border-radius: 0px;
  max-width: 96%;
}

.modal-header {
  background: #eee;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

  .modal-header button:focus{
      outline: none;
      border:none;
  }

  .HelpId-modal-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    color: #6e7271;
    border: none;
    background-color: transparent;
  }