

.page-header {
  height: auto;
  min-height: 91vh;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img,
.brand-logo img {
  height: 40px;
}

.text-xs {
  line-height: 1.25;
}

.badge {
  font-size: 45%;
  vertical-align: top;
}

.search-header {
  height: auto;
}

.search-header .container {
  padding-top: 150px;
  padding-bottom: 100px;
}

.rs-card {
  border-bottom: 1px solid hsla(0, 0%, 60%, 0.3);
}

.card-form-horizontal .header-form-group {
  padding-bottom: 0;
  padding-top: 10px;
  margin-bottom: 0;
}

.signup-page {
  background: inherit;
}

.signup-left {
  background-position: center center;
  background-size: cover;
}

.signip-filter::after,
.signup-filter::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}

.signup-filter::before {
  background: rgba(225, 190, 231, 0.56);
}

.person-page {
  height: auto;
  background-position: center center;
  background-size: cover;
}

.person-page .container {
  padding-top: 150px;
  padding-bottom: 100px;
  z-index: 2;
}

.person-page .container .card-body,
.person-page .container .card-body .card-title {
  color: #fff;
}

.person-page .container .card .card-header {
  background: transparent;
}

.person-filter::after,
.person-filter::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}

.person-filter::before {
  background: rgba(255, 255, 255, 0.3);
}

.person-gallery-card {
  min-height: 200px;
  background-size: cover;
  background-position: center;
}

.condolences-comment {
  display: flex;
  align-items: flex-start;
}

.condolences-comment .float-left {
  padding: 10px;
}

.condolences-comment .avatar {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%),
    0 3px 5px -1px rgb(0 0 0 / 20%);
}

.condolences-comment .avatar img {
  width: 100%;
}

.comment-body {
  flex: 1;
}

.comment-body p {
  color: #999;
  font-size: 1rem;
  line-height: 1.6em;
}

.condolences-comment .comment-body {
  padding-right: 10px;
}

.comment-heading {
  color: #3c4858;
  text-decoration: none;
  font-weight: 700;
  font-family: Roboto Slab, Times New Roman, serif;
}

.condolences-comment .comment-heading small {
  font-size: 75%;
  color: #777;
}

.condolences-comment .comment-footer::after {
  display: table;
  content: "";
  clear: both;
}

.dashboard .card {
  border-radius: 1rem;
}

.bg-dashboard-navql {
  background: #eee !important;
}

.avatar {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 0.75rem;
  height: 48px;
  width: 48px;
  transition: all 0.2s ease-in-out;
}

.avatar-sm {
  width: 36px !important;
  height: 36px !important;
  font-size: 0.875rem;
}

.me-3 {
  margin-right: 1rem !important;
}

.dashboard .table thead th {
  border: 0;
}

.dashboard table td .badge {
  font-size: 10px;
}

a.img-upload {
  color: #fff !important;
}

.section-text {
  padding: 70px 0;
}

.section-text p,
.section-text li {
  color: #555;
  font-size: 1rem;
  margin-bottom: 15px;
}

.center-pills {
  display: flex;
  justify-content: center;
}

.pricing {
  text-align: center;
}

.pricing ul {
  list-style: none;
  padding: 0;
  max-width: 170px;
  margin: 10px auto;
}

.pricing ul li {
  color: #999;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid hsla(0, 0%, 60%, 0.3);
}

.pricing ul li:last-child {
  border-bottom: 0;
}

.pricing.card-background ul li,
.pricing[class*="bg-"] ul li {
  color: #fff;
  border-color: hsla(0, 0%, 100%, 0.3);
}

.pricing.card-background ul li b,
.pricing[class*="bg-"] ul li b {
  color: #fff;
  font-weight: 700;
}

.owl-theme .item img {
  width: 240px;
  height: 240px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.pricing .table-bordered th,
.pricing .table-bordered td {
  border: 2px solid rgba(255, 255, 255, 1);
}

.width-auto {
  width: auto;
}

.text-lg {
  font-size: 2rem !important;
}

.text-md {
  font-size: 1rem !important;
}

.text-sm {
  font-size: 0.75rem !important;
}

.text-xs {
  font-size: 0.5rem !important;
}

.carousel .carousel-indicators li {
  border: none;
  background: #ccc;
}

.carousel .carousel-indicators li.active {
  background: #9c27b0;
}

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1000px;
  }
}

.media-body .stories-title,
footer.blockquote-footer {
  padding-left: 20px;
}

#tabs-pricing {
  background: rgba(200, 200, 200, 0.2);
  border-radius: 30px;
}

.form-control {
  padding: 0.625rem 0.75rem !important;
}

.hidden {
  display: none;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */
button.payment-button {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  margin: 0 auto;
  /* width: 100%; */
}
button.payment-button:hover {
  filter: contrast(115%);
}
button.payment-button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

.play-btn {
  width: 60px;
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: rgba(156, 39, 176, 0.8) !important;
}

.alert {
  overflow: hidden;
}

.alert-feedback .alert-icon .material-icons {
  font-size: 40px;
  padding: 10px;
}

.modal-dialog {
  margin-top: 6em;
}

.modal-img-edit {
  max-height: 60vh;
  object-fit: contain;
  max-width: 100%;
}

/* @media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
} */

@media (max-width: 991.98px) {
  .modal-img-edit {
    max-height: 30vh;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  .space-50 {
    height: 0 !important;
  }
}

/* Media queries */

@media (max-width: 992px) {
  .slide-image .swiper-wrapper .swiper-slide img {
    width: 210px;
    height: 210px;
  }
}

@media (max-width: 767px) {
  .slide-image .swiper-wrapper .swiper-slide img {
    width: 240px;
    height: 240px;
  }
}

.upload-box {
  border: 2px dashed #dee2e6;
  cursor: pointer;
  min-height: 388px;
}

/* .upload-box div {
  display: flex;
} */

/* .upload-box div img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 4/3;
} */

.upload-box div p {
  color: rgb(170, 170, 170);
  font-size: 0.875rem;
}

.upload-box.dragover {
  background-color: rgba(0, 0, 0, 0.3);
}

.upload-icon i {
  font-size: 5rem;
}

.upload-title {
  color: rgba(170, 170, 170, 0.3);
  margin: 0 auto;
}

/* #file-upload {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 150px));
  grid-gap: 1.7rem;
} */

.btn-upload {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 30%;
  background: rgb(0, 173, 239);
  border: 1px solid rgb(0, 173, 239);
  color: rgb(246, 247, 248);
  border-radius: 0.9em;
  padding: 0.3rem;
  text-decoration: none;
}

.btn-upload:hover {
  background: rgba(0, 173, 239, 0.7);
  border: 1px solid rgba(0, 173, 239, 0.7);
  color: rgb(246, 247, 248);
}

.btn-upload i {
  font-size: 3rem;
  margin-right: 0.5rem;
}

.gradient-text {
  /* Fallback: Set a background color. */
  background-color: red;
  
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #9b59b6, #71b7e6);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.media-box {
  overflow: hidden;
  position: relative;
}

.media-box .media-action {
  position: absolute;
  left: 0;
  bottom: -15%;
  transition: 0.5s all linear;
}

.media-box:hover .img-blur {
  opacity: 0.5;
}

.media-box:hover .media-action {
  bottom: 0;
  transition: 0.5s all linear;
}

.media-box .media-action .btn {
  color: #000;
}