.drag_area {
  text-align: center;
  border-width: 3px;
  border-style: dashed;
  border-radius: 1em;
  background-color: white;
  padding: 1em;
}

.ddupload-hover {
  border-style: solid;
}

/* Set width to make card deck cards 100% width */
@media (max-width: 1690px) {
  .resp-chkin-crd-btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.profile-cover-section {
  background-size: cover;
  background-position: center;
  background-image: url("../img/default-cover-img.jpg");
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
}

.user-cover-row {
  height: 275px;
  position: relative;
}

.user-profile-img {
  height: 200px;
  margin-top: -175px;
}

.group-cover-section {
  background-size: cover;
  background-position: center;
  background-image: url("../img/default-cover-img.jpg");
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
}

.group-cover-row {
  height: 250px;
  position: relative;
}

.user-post-textarea {
  resize: none;
  border-radius: 1em;
  padding-right: 1em;
  padding-left: 1em;
}

.comment-table {
  padding: 0;
  margin: 0;
  width: 100%;
  table-layout: fixed;
}

.comment-table td:first-child {
  width: 46px;
  padding: 5px;
  margin: 0;
}

.comment-table td:nth-child(2) {
  padding: 5px;
  margin: 0;
  width: auto;
}

.comment-table .form-group {
  margin-bottom: 0;
}

.group-ddupload-hover {
  border-style: double;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.post-name,
.comment-name {
  font-weight: bold;
  font-size: 0.8em;
}

.post-time {
  font-size: 0.6em;
}

.td-hr {
  padding: 0 !important;
}

.td-hr hr {
  margin: 0;
  padding: 0;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.comment-body {
  padding: 0.5em !important;
}

.nopads {
  padding: 0;
}

.fs-modal-padder {
  padding: 3rem;
}

.mb-4-570 {
  margin-bottom: 1.5rem;
}

/* Make things a little more compact on the small screen */
@media (max-width: 570px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem;
  }
  .fs-modal-padder {
    padding: 1rem;
  }
  .mb-4-570 {
    margin-bottom: 0.5rem;
  }
}

.comment-time {
  font-weight: lighter;
  font-size: 0.8em;
  padding-bottom: 0.75em;
}

.tripleset-colors {
  background-color: rgb(255, 0, 236) !important;
  border-color: rgb(255, 0, 236) !important;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.om-ellipsis,
.om-ellipsis:hover {
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
  padding: 0px 7px;
  margin: 1em 0 0 0;
  font-weight: bold;
  text-decoration: none;
}

.toggle_om,
.toggle_om:hover {
  text-decoration: none;
}
.toggle_om:not(.collapsed) .rotate-icon {
  transform: rotate(90deg);
}

.card-body.card.collapse.show.mml {
  display: block;
}

ol.recipe-list {
  list-style: none;
  counter-reset: steps;
  padding: 0;
}
ol.recipe-list li {
  counter-increment: steps;
  margin-bottom: 1em;
}
ol.recipe-list li::before {
  content: counter(steps);
  margin-right: 0.5rem;
  background: #449dfc;
  color: white;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
}

.img-hoveropts {
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 3px;
  cursor: pointer;
}

.img-hoveropts-menu {
  display: none;
  border-radius: 5px;
  opacity: 0.9;
}

.img-hoveropts-menu > a,
.img-hoveropts-menu > a:hover {
  display: block;
  text-align: center;
  font-weight: bold;
  color: black;
  text-decoration: none;
  margin: 3px;
  padding: 6px;
}

#recipe_cover {
  height: 200px;
  margin: 0 0 1em 0;
  padding: 0;
  background-color: white;
  background-position: center;
  background-size: cover;
}

#fs-img-modal {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
}

#fs-img-feature {
  margin: auto;
  display: block;
  max-width: 100vw;
  max-height: 100vh;
}

#fs-right-arrow {
  opacity: 0;
  position: absolute;
  height: calc(100vh - 100px);
  top: 50px;
  right: 0;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 75px;
  display: flex;
  justify-content: center;
}

#fs-right-arrow > a,
#fs-left-arrow > a {
  margin: auto;
  display: block;
  font-size: 40px;
  color: rgba(39, 40, 46, 0.9);
}

#fs-left-arrow {
  opacity: 0;
  position: absolute;
  height: calc(100vh - 100px);
  top: 50px;
  left: 0;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 75px;
  display: flex;
  justify-content: center;
}

#fs-modal-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 3px;
  display: block;
  width: 100vw;
  height: 35px;
  line-height: 35px;
}

#fs-modal-header > a {
  float: right;
  color: rgb(39, 40, 46);
  font-size: 35px;
  padding-right: 12px;
}

#fs-modal-header > img {
  height: 35px;
}

.squarerecipeimg {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.squarerecipeimg:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.placeholder-pulse-line {
  height: 1rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  background: linear-gradient(-90deg, #efefef 0%, #fcfcfc 50%, #efefef 100%);
  background-size: 400% 400%;
  -webkit-animation: pulse 1.2s ease-in-out infinite;
  animation: pulse 1.2s ease-in-out infinite;
}
@-webkit-keyframes pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}
@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}




