#rcorners-parent {
  border-radius: 10px;
  background: #a46200;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
#rcorners-content-1 {
  border-radius: 5px;
  background: white;
  padding: 2px 5px 2px 5px;
  margin-left: 2px;
  margin-right: 2px;
}
#rcorners-content-2 {
  border-radius: 5px;
  background: white;
  padding: 2px 5px 2px 5px;
  margin-left: 2px;
  margin-right: 2px;
}
#rcorners-content-3 {
  border-radius: 5px;
  background: white;
  padding: 2px 5px 2px 5px;
  margin-left: 2px;
  margin-right: 2px;
}
#rcorners-content-4 {
  border-radius: 5px;
  background: #3c6382;
  padding: 2px 5px 2px 5px;
  margin-left: 2px;
  margin-right: 2px;
}
.mini-banner {
  min-height: 80px;
  background: white;
  cursor: pointer;
}
.choosePharmacy {
  width: 100%;
  height: 26px;
  left: 0;
  font-size: 16px;
  color: #ffffff;
  background-color: #a46200;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -5px;
}
.add-shadow {
  box-shadow: #d2d1d7 0 2px 2px;
}
.point-wrapper {
  padding: 10px 10px 0px 10px;
  width: 100%;
  height: 80px;
  background: rgb(0, 164, 69);
  background: linear-gradient(180deg, rgba(0, 164, 69, 1) 0%, rgba(0, 164, 69, 1) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 100%);
}
.show-point {
  border-radius: 10px;
  width: 100%;
  height: 62px;
  background-color: #ffffff;
  border: 1px solid #a46200;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  color: #a46200;
}
.show-point p {
  font-size: 16px;
  margin-left: 10px;
}
.show-point i {
  margin-left: 10px;
}
.button-download {
  background-color: #00a13a;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 100 !important;
  height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  z-index: 9;
  border: 0;
  margin-left: 10px;
  width: 70px;
  float: right;
}
.button-download img {
  margin-right: 5px;
}
.button-download:hover {
  background: #00bd68;
}
@media screen and (max-width: 323px) {
  .button-download img {
    margin-right: 5px;
  }
  .show-point p {
    font-size: 16px;
    margin-left: 10px;
    width: 60px;
  }
}
.modal-container {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  display: none;
}
.modal-content {
  margin: auto;
  max-width: 70%;
  text-align: right;
}
#modalOHD {
  max-width: 100%;
  background-color: #ffffff;
  background-clip: inherit;
  margin: auto;
  border-radius: 20px;
  border: 2px solid #a46200;
}

.modal-header {
  margin-top: 20px;
  text-align: center;
  border-bottom: 0;
  padding: 0 5px;
}
#buttonModalClose {
  top: 10px;
  right: -20px;
  border: 2px solid #a46200;
  border-radius: 25px;
  background-color: #ffffff;
  position: relative;
  margin: 0;
  opacity: 1;
  padding: 1px 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.modal-header p {
  text-align: center;
  line-height: 13px !important;
}
.modal-body {
  padding: 5px 10px 0px 10px;
  text-align: left;
}
.modal-body p {
  font-size: 14px;
  line-height: 13px !important;
}
.modal-body ol li {
  line-height: 20px !important;
}
#buttonModalClose2 {
  font-weight: 100;
  padding: 5px 20px 5px 20px;
}
/* POPOVER PICK'S PHARMACYS */
.custom-popover-bg {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  /* display: flex; */
  display: none;
  flex-direction: column;
}
.custom-popover-container {
  /* margin: auto; */
  margin: 76px auto auto auto;
  max-width: 300px;
  width: 70%;
  text-align: right;
}
@media only screen and (min-width: 385px) {
  .custom-popover-container {
    margin-top: 76px;
    margin-left: 45px;
  }
}
.custom-popover-arrow {
  margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
}
.custom-popover-content {
  max-width: 300px;
  background-color: #ffffff;
  /* box-shadow: 0px 0px 10px rgb(0,0,0); */
  background-clip: inherit;
  margin: auto;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ffffff;
  margin-top: -1px;
  display: flex;
}
.custom-popover-image {
  padding: 5px;
}
.custom-popover-image img {
  width: 100px !important;
}
.custom-popover-body {
  padding: 5px;
  text-align: left;
}
.custom-popover-body p {
  margin: unset;
}
/* POPOVER PICK'S PHARMACYS */
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.2s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}