.box.loader_wrapper {
  display: none;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.box.loader_wrapper .loader {
  background-size: 40% 100%;
  height: 30px;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.image_area {
  position: relative;
}

/* img {
    display: block;
    max-width: 100%;
} */

.preview {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 10px;
  border: 1px solid red;
}

.modal-lg {
  max-width: 1000px !important;
}

.overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
  width: 100%;
}

.image_area:hover .overlay {
  height: 50%;
  cursor: pointer;
}

span.anchor {
  color: #007bff;
  cursor: pointer;
  font-weight: 400;
}

span.anchor:hover {
  color: #0056b3;
}

.cropper .modal-lg {
  max-width: 60% !important;
}

.cropper .cropper-container.cropper-bg {
  width: 100% !important;
}

.cropper .modal-body {
  padding: 0px;
}

.cropper .modal-footer {
  padding: 0px;
}

.cropper .modal-content,
.cropper .modal-footer button {
  border-radius: 0px;
}

.navbar-expand .navbar-nav .dropdown-menu {
  border-radius: 0;
}

.promoted_wrapper {
  position: relative;
}

.promoted_wrapper img {
  min-height: 250px;
  height: 250px;
  width: 100%;
}

.promoted_wrapper .video-overlay {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-size: 23% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.promotedbox .modal-content {
  border: 0px;
  border-radius: 0px;
}

.promotedbox .modal-body {
  padding: 0px;
  line-height: 0;
}

.promotedbox .modal-body button.close {
  position: absolute;
  right: 0;
  padding: 0 10px 7px 10px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}

.promotedbox .modal-body button.close span {
  font-size: 2rem;
  color: #fff;
}

.promotedbox .modal-body video {
  width: 100%;
  max-height: 500px;
}

.profile_image {
  width: 130px;
  height: 130px;
}

span.lg-autoplay-button.lg-icon,
span.lg-fullscreen.lg-icon {
  display: none;
}

.gallery-box ul#lightgallery {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery-box ul#lightgallery li {
  display: inline-block;
  width: 32.47%;
  overflow: hidden;
  height: 74px;
}

.gallery-box ul#lightgallery li img {
  width: 100%;
}

.no-border-radius {
  border-radius: 0px;
}

.loading {
  display: none;
  width: 18px;
}

.comment_box {
}

.comment_box form {
  position: relative;
}

.comment_box textarea {
  resize: none;
  overflow: hidden;
  padding-right: 30px !important;
  max-height: 80px;
  height: 18px;
  display: flex;
  flex-grow: 1;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid #ccd0d5;
}

.comment_box .post_comment {
  color: #007bff;
  position: absolute;
  bottom: 0;
  font-weight: 700;
  right: 0;
  cursor: pointer;
}

.width-100 {
  width: 100%;
}

.modal-lg-c {
  max-width: 850px !important;
}

#commonModal .modal-content {
  min-height: 400px;
}

#commonModal .modal-body {
  padding: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.spinner-loader {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-size: 32px;
  display: none;
  background-position: center center;
}

.c-wrapper {
  overflow-y: scroll;
  max-height: 400px;
  height: 400px;
}

.l-wrapper {
  overflow-y: scroll;
  max-height: 400px;
  height: 400px;
}

.c-wrapper,
.l-wrapper {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.c-wrapper::-webkit-scrollbar,
.l-wrapper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.auto-load {
  display: none;
}

.gallery-box.photos ul#lightgallery li {
  display: inline-block;
  width: 25%;
  margin-right: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 200px;
}

.gallery-box.photos ul#lightgallery li:nth-child(9n) {
}

.cropper .cropper-container.cropper-bg {
  /* max-height: 500px; */
}

.cropper .img-container {
  width: 100%;
  height: 480px;
}

.cropper img {
  max-width: 100%;
  max-height: 100%;
}

.overlay-profile {
  display: none;
  width: 130px;
  height: 130px;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.5);
  max-width: 100%;
  position: absolute;
  /* background-image: url(/images/loader.gif); */
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: 56% 50%;
  border: 1px solid;
}

.overlay-profile img {
  width: 28%;
  position: absolute;
  top: 37%;
  left: 36%;
}

.emojionearea .emojionearea-editor {
  min-height: 3em !important;
}

#pip_wrapper .imageThumb,
.pip_wrapper .imageThumb {
  max-height: 75px;
  border: 1px solid #000;
  cursor: pointer;
}

#pip_wrapper .pip,
.pip_wrapper .pip {
  display: inline-block;
  margin: 10px 10px 0 0;
  position: relative;
}

#pip_wrapper .remove,
.pip_wrapper .remove {
  display: block;
  background: #444;
  color: white;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 9;
  right: 0;
  padding: 0px 5px;
}

#pip_wrapper .remove:hover,
.pip_wrapper .remove:hover {
  background: white;
  color: black;
  border: 1px solid #000;
}

.profile-image {
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}

.pip {
  position: relative;
}
.pip .cross-image.remove {
  position: absolute;
  top: 0;
  right: 11px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0 6px;
  cursor: pointer;
}
.slick-prev,
.slick-next {
  z-index: 9 !important;
}
input.form-control {
  height: auto;
}
