.navbar-vertical.navbar-expand-xs .navbar-collapse {
  height: calc(123vh - 368px);
}

.ps__rail-y:hover {
  background: none !important;
}

.invalid-feedback {
  color: red;
}

#datatable-1_info {
  margin-left: 20px;
}

#datatable_previous > a {
  width: auto !important;
  padding: 5px !important;
}

#datatable-1_filter > label > input {
  border-bottom: 1px solid rebeccapurple;
}

.close {
  background: none;
  border: none;
  outline: unset;
  transition: all 0.5s;
}
.close:hover {
  color: rebeccapurple;
  font-size: 15px;
}

.form-control {
  /*border-bottom: 1px solid rebeccapurple;*/
  border: 1px solid #bfbcbc;
  background-color: #fbfbfb;
  padding-left: 5px;
  padding-right: 5px;
}

.col-form-label {
  font-weight: bold;
  color: black;
}

.modal-title {
  color: black !important;
}

.error {
  font-size: small;
  color: #754bac;
}

label {
  color: black !important;
  font-weight: bold;
}

#uploadActivityImages {
  background: url(/images/imageUpload.jpeg?da649882e3bc6010da18c1f1f15c5b7f) no-repeat center;
}

.toast {
  z-index: 90009999 !important;
}

#successUploadImage {
  cursor: pointer !important;
}

.owl-item {
  cursor: pointer;
}
.owl-item:hover img {
  background: black;
}

.fa-edit {
  color: #1c68d6;
}

.fa-lock {
  color: darkred;
}

.fa-lock-open {
  color: darkgreen;
}

.active {
  background: black !important;
}

.navbar-vertical .navbar-nav > .nav-item .nav-link.active {
  background: black !important;
  font-weight: bolder;
}

#datatable_paginate > ul > li.paginate_button.page-item.active {
  background: none !important;
}

#datatable_paginate > ul > li.paginate_button.page-item.active > a {
  background: black !important;
  font-weight: bolder;
}

.bg-gradient-faded-primary {
  background-image: radial-gradient(1px circle at 80% 50%, rgba(255, 0, 26, 0.5) 0, rgba(0, 0, 26, 0.5) 100%);
}

body > main > div.container.py-lg-6.text-dark > div > div.owl-carousel.owl-theme.owl-loaded.mt-5.mb-5.owl-drag > div.owl-stage-outer > div > div.owl-item.active {
  background: none !important;
}

html {
  height: 100%;
}

body {
  /*background-image: url(/images/pagesbackground.jpeg?66b8328ec2339ca93e56b4a2e43c39cb);*/
  background-image: url(/images/bg.jpg?6Rb8328ec2339ca93e56b4a2e43c39cb);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

body > main > div.container.py-lg-6.text-dark > div > div:nth-child(9) > div .active {
  background: #9561e2 !important;
  color: white;
  font-weight: bold;
}

body > main > div.container.py-lg-6.text-dark > div > div:nth-child(9) > div > div.col-9 .active {
  background: none !important;
  color: black;
  font-weight: bold;
}

#map {
  height: 500px !important;
  width: 100%;
}

#profile-upload {
  background-image: url(/images/imageUpload.jpeg?da649882e3bc6010da18c1f1f15c5b7f);
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100em;
  border: 1px solid #bbb;
  position: relative;
  border-radius: 250px;
  overflow: hidden;
  margin-left: 41%;
}

#profile-upload:hover input.upload {
  display: block;
}

#profile-upload:hover .hvr-profile-img {
  display: inline-block;
}

#profile-upload .fa {
  margin: auto;
  position: absolute;
  bottom: -4px;
  left: 0;
  text-align: center;
  right: 0;
  padding: 6px;
  opacity: 1;
  transition: opacity 1s linear;
  -webkit-transform: scale(0.75);
}

#profile-upload:hover .fa {
  opacity: 1;
  -webkit-transform: scale(1);
}

#profile-upload input.upload {
  z-index: 1;
  left: 0;
  margin: 0;
  bottom: 0;
  top: 0;
  padding: 0;
  opacity: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  background: #ccc;
  width: 100%;
  display: none;
}

#profile-upload .hvr-profile-img {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  vertical-align: middle;
  position: relative;
  background: transparent;
}

#profile-upload .fa:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: height 0.3s;
}

#profile-upload:hover .fa:after {
  height: 100%;
}

.profile-upload {
  background-image: url(/images/imageUpload.jpeg?da649882e3bc6010da18c1f1f15c5b7f);
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100em;
  border: 1px solid #bbb;
  position: relative;
  border-radius: 250px;
  overflow: hidden;
  margin-left: 41%;
}

.profile-upload:hover input.upload {
  display: block;
}

.profile-upload:hover .hvr-profile-img {
  display: inline-block;
}

.profile-upload .fa {
  margin: auto;
  position: absolute;
  bottom: -4px;
  left: 0;
  text-align: center;
  right: 0;
  padding: 6px;
  opacity: 1;
  transition: opacity 1s linear;
  -webkit-transform: scale(0.75);
}

.profile-upload:hover .fa {
  opacity: 1;
  -webkit-transform: scale(1);
}

.profile-upload input.upload {
  z-index: 1;
  left: 0;
  margin: 0;
  bottom: 0;
  top: 0;
  padding: 0;
  opacity: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  background: #ccc;
  width: 100%;
  display: none;
}

.profile-upload .hvr-profile-img {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  vertical-align: middle;
  position: relative;
  background: transparent;
}

.profile-upload .fa:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: height 0.3s;
}

.profile-upload:hover .fa:after {
  height: 100%;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: none;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: transparent;
  color: white;
  transform: rotateY(180deg);
}

.owl-carousel .owl-item img {
  min-width: 58px;
  max-width: 18rem;
  max-height: 75px;
  min-height: 193px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

body > main > div.container.py-lg-6.text-dark > div > img {
  max-width: 16em;
  max-height: 14em;
  margin: 3px auto !important;
}

.owl-carousel .owl-item .container .overlay {
  min-width: 15em;
  min-height: 15em;
  background: rgba(128, 128, 128, 0.7) center;
  position: absolute;
  display: none;
  transition: all 5s ease;
}
.owl-carousel .owl-item:hover .container .overlay {
  display: block;
}
.owl-carousel .owl-item .container .container {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-46%, -35%);
  display: none;
  background-size: cover;
  transition: all 5s ease;
}
.owl-carousel .owl-item:hover .container .container {
  display: block;
}
