#map {
  height: 550px;
  width: 90%;
  margin: 0px;
  padding: 0px;
}

#app {
  margin-left: 7.5rem;
}

#showSort {
  width: 250px;
}

.p-1 {
  padding: 0.25rem !important;
}

.card, .card-horizontal {
  background-color: #fff;
  border: 0px solid grey !important;
  border-radius: 0.25rem;
  box-shadow: none !important;
  display: block;
  margin-bottom: 0rem !important;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
}

.dropdown-widthsel {
  width: 600px !important;
  max-width: 600px !important;
}

.location:hover {
  cursor: pointer;
}

.location-pin img {
  width: 32px;
}

img[alt=Google] {
  display: none;
}

input#_com_magellan_pharmacy_FindAPharmacyPortlet_INSTANCE_cnyr_filterName {
  border: 0px !important;
  background-color: whitesmoke;
}

.selected-filters {
  height: 2rem !important;
}

.close {
  align-items: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0.1875rem;
  border-width: 0;
  color: #272833;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  height: 1.4rem !important;
  justify-content: center;
  line-height: 1;
  opacity: 1;
  padding: 0;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 2rem;
}

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
  background-image: none !important;
  height: 0px;
}

span.arraowClass {
  font-size: 0.813rem !important;
  color: rgba(128, 128, 128, 0.7803921569);
}

/* button#dropdownMenuButton2, button#dropdownMenuButton {


} */
.sortingBy {
  padding-bottom: 5px !important;
  border: 0px !important;
  border-radius: 0px;
  border-bottom: 0.0625rem solid #e7e7ed !important;
  /*   width: 590px; */
  margin-top: 0.5rem;
  margin-left: 0.1rem;
}

.rotate {
  -moz-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  transition: all 0.5s linear;
}

.pharmacy-card {
  margin-right: 0;
}

.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

li.page-item {
  margin: auto !important;
  font-weight: bold !important;
}

.pin-blue {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAmCAMAAACS/WnbAAAAM1BMVEVHcEwAdccAdscAdccAYaYAdMUAc8MAbLsAdccAdsYAb8QAc8UAdcYAdccAdccAdccAd8jYqtKvAAAAEHRSTlMAo/yPB3Q6FuzXIlXBr8S3cUcJ4wAAALBJREFUGBndwQkSgyAQBMDh3AWsZP7/2lhRjOjiA9KNv1PTu6iWd6qwxOC58yHiJheelIyL5DnwCYPGm4YTUV55Ffw43nmHQ6Ypo3M0OXRKk2InnBBsMicyNpkTGRvhhGCnNCm6F00vdImmhC4qDRpxSDQk/MTCmxJxIoUXRTCQwkERXEjwPPgguKuOO1dhW/i1YKbxq2EmKlcaMRW4CpirXFU8WMgFTxrZ8CQ6FzH4AKKVHsHbb8S/AAAAAElFTkSuQmCC) no-repeat;
}

.map-pin {
  width: 32px;
  height: 38px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
}

.card-exco {
  position: relative !important;
  left: -1px;
  right: -1px;
  z-index: 999;
  border-top: 0;
  border-radius: 0 5px;
}

.card {
  position: relative !important;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.no-data {
  text-align: center;
  align-items: center;
  align-self: center;
  margin: auto;
  font-size: 1.25rem;
}

.error-message {
  padding: 100px;
  text-align: center;
  align-items: center;
  align-self: center;
  margin: auto;
  color: red;
  border: 1px dashed rgba(128, 128, 128, 0.4901960784);
}

.font-red {
  font-weight: bold;
  color: red;
  text-align: center;
  align-items: center;
  align-self: center;
  margin: auto;
}

.option-selected {
  color: #09cb09;
  padding-left: 5px;
  padding-right: 5px;
}

.option-disabled {
  color: #ebebeb;
  padding-left: 5px;
  padding-right: 5px;
}

#filterPopup {
  transform: none !important;
  top: 100% !important;
}

#map div.gm-style-iw-d a {
  display: none;
}

@media screen and (max-width: 768px) {
  #filterPopup {
    width: 240px !important;
    max-width: 230px !important;
  }
  #app {
    margin-left: 1.6rem;
  }
  #map {
    width: 95%;
  }
  /* .sortingBy {
       width: 665px;
   }*/
  .pharmacy-card {
    margin-right: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  /* .sortingBy {
       width: 400px;
   }*/
  .pharmacy-card {
    margin-right: 0.8rem;
  }
}