.save-search {
  margin-right: 10px;
  padding: 0px !important;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 400 !important;
  outline: none;
  transition: all 0.1s ease;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  border: none !important; }
  .save-search:hover {
    background: none !important;
    text-decoration: underline !important; }
  .save-search:before {
    content: "";
    margin-right: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px;
    position: relative;
    top: 2px;
    float: left; }

.save-search-popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(38, 38, 38, 0.9);
  z-index: 999999999;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }
  .save-search-popup-overlay.ReactModal__Overlay--after-open {
    opacity: 1; }
  .save-search-popup-overlay.ReactModal__Overlay--before-close {
    opacity: 0; }

.save-search-popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  cursor: pointer; }
  .save-search-popup-close:hover {
    opacity: 1; }
  .save-search-popup-close:before, .save-search-popup-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333; }
  .save-search-popup-close:before {
    transform: rotate(45deg); }
  .save-search-popup-close:after {
    transform: rotate(-45deg); }

.save-search-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  height: 500px;
  width: 600px;
  transform: translate(-50%, -50%);
  overflow: auto;
  outline: none;
  border: 1px solid #cccccc;
  background: white;
  border-radius: 4px;
  padding: 45px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.save-search-popup-body {
  text-align: center; }
  .save-search-popup-body .icon {
    height: 119px;
    width: 136px;
    margin-bottom: 40px;
    background-image: url(8f0c46d35571553a09b8.svg);
    background-repeat: no-repeat; }
  .save-search-popup-body .login {
    margin-top: 40px; }
  .save-search-popup-body input[type=text] {
    margin: 0 auto;
    padding: 0 20px;
    width: 300px;
    height: 43px;
    border: 0.5px solid #b9b9b9;
    border-radius: 6px;
    font-size: 14px;
    color: #007cc2;
    line-height: 1.71; }
  .save-search-popup-body .email-alerts-label {
    margin-right: 10px; }
  .save-search-popup-body .alert {
    margin-top: 20px; }


/*# sourceMappingURL=save-search-assets-6cfa2a8494d079d8cda6.css.map*/