/* Global Styles */

body {
  background-color: #e2e2e2;
}

.navbar-custom {
  background-color: #7b80ff;
  color: white;
}

.navbar .navbar-nav .nav-link  {
  color: #ffffff; /* Set the text color of the navbar links */
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
  color: #ff8000; /* Set the text color of the navbar links on hover and focus */
}

.navbar-toggler-white {
  margin-right: 10px
}

.navbar-toggler-white, .navbar-toggler-icon {
  color: #fff;
  border-color: #fff;
  background-color: #e0e0e0;
}

.breadcrumb-head {
  background-color: #d8dbff;
  margin: 0;
}

.bread-crumb-line {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: start;
}



.sharing-buttons {
  color: black;
}

.album-head, .sharing-head {
  background-color: #d1d0fd;
  color: rgb(93, 93, 93);
  padding: 2px;
  padding-left: 20px;
}

.thumbnail-link {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

.thumbnail-link:hover {
  text-decoration: none;
  color: inherit;
}

.dropzone, .dropzonev {
  position: relative;
  border: 2px dashed #aaa;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

.dropzone label {
  font-size: 18px;
  font-weight: bold;
}

.dropzone input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.dropzone.active, .dropzonev.active {
  border-color: #007bff;
  background-color: #f1f1f1;
}

.dropzone.active label {
  color: #007bff;
}


.dragover {
  background-color: #f5f5f5;
}

#progressBar {
  display: none;
  margin-top: 10px;
  max-width: 200px;
}

.custom-form {
  border: 1px solid #ced4da;
  border-radius: 10px;
  background-color: #f8f9fa;
  padding: 20px;
}

.thumbnail {
  display: inline-block;
  justify-content: center;
  align-content: center;
  width: 250px;
  height: 100%;
  object-fit: cover; /* Maintain aspect ratio and crop as necessary */
}

.thumbnail-info {
  display: inline-block;
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  width: 100%;
  color: rgb(0, 0, 0);
  object-fit: cover; /* Maintain aspect ratio and crop as necessary */
}

.thumbnail-info-image {
  text-align: center;
  align-content: center;
  font-family: Roboto, Arial, sans-serif;
  width: 100%;
  color: black;
  object-fit: cover; /* Maintain aspect ratio and crop as necessary */
}

.thumbnail-container {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
}

.thumbnail-container img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.duration-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
  font-size: 12px;
  opacity: 0.7;
  border-radius: 5px;
}

.description {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
}

.youtube-like-player media-player media-outlet {
  border-radius: 5px; /* Rounded corners, adjust as needed */
  overflow: hidden;
}

/* Carousel Styles */

.carousel-inner {
  position: relative;
}

.carousel-item .image-container {
  position: relative;
  background-color: #bfbfbf;
}

.carousel-item img {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

#imageCarousel {
  position: relative;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 10%;
  color: black;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding: none;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  z-index: 1; /* Decreased z-index value */
}

.exif-caption-container {
  position: relative;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2; /* Increased z-index value */
}

/* Mobile Styles */

@media (max-width: 767px) {
  .carousel-caption {
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .exif-caption-container {
    position: relative;
  }
}

/* Additional Styles */

.albumtitle {
  font-family: Roboto, Arial, sans-serif;
  font-size: x-large;
  font-weight: bolder;
}

.albumdescription {
  font-family: Roboto, Arial, sans-serif;
}

.preview-image {
  width: 100px; /* Set the desired square size */
  height: 100px; /* Set the desired square size */
  object-fit: cover; /* Maintain aspect ratio and crop as necessary */
}

.progress {
  margin-top: 10px;
}

.square-thumbnail {
  width: 200px; /* Set the desired square size */
  height: 200px; /* Set the desired square size */
  object-fit: cover; /* Maintain aspect ratio and crop as necessary */
}

.img-buttons-overlay {
  position: absolute;
  bottom: 10px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  padding: 2px 4px;
  font-size: 12px;
  z-index: 10;
}

.video-buttons-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  padding: 2px 4px;
  font-size: 12px;
  z-index: 10;
}

.image-share-overlay {
  position: absolute;
  top: 30px;
  left: 10px;
  border-radius: 5px;
  background-color: rgba(12, 146, 0, 0.7);
  color: rgb(238, 255, 0);
  padding: 2px 4px;
  font-size: 12px;
  z-index: 10;
}

.image-count-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  padding: 2px 4px;
  font-size: 12px;
  font-style: italic;
  z-index: 10;
}

.img-album-info {
  text-align: center;
  position: absolute;
  font-family: Roboto, Arial, sans-serif;
  top: 3px;
  left: 3px;
  right: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  padding: 2px 4px;
  font-size: 12px;
  z-index: 10;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: bolder;
  color: grey;
}

.imagecount {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  font-family: Roboto, Arial, sans-serif;
  justify-content: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  text-align: right;
  z-index: 3; /* Decreased z-index value */
}

.exif-data {
  margin-top: 1rem;
  color: rgb(166, 166, 166);
  font-size: x-small;
}

.exif-table {
  font-size: xx-small;
}



.custom-sm-btn {
  padding: 0.05rem 0.25rem; /* Adjust the padding values to make the button smaller */
  font-size: 0.5rem; /* Adjust the font size to make the button smaller */
  line-height: 1.5;
  color: white;
  background-color: rgb(130, 130, 130);
}

.custom-sm-btn:hover {
  background-color: rgb(255, 203, 203);
  color: grey;
}

.btn-subtle-red {
  background-color: rgb(255, 189, 189);
  color: var(--bs-danger-subtle-contrast-color);
  display: inline-block;
  margin-left: 10px; /* Add margin to increase spacing */
  border-color: black;
}

.btn-subtle-blue {
  background-color: rgb(189, 194, 255);
  color: var(--bs-danger-subtle-contrast-color);
  display: inline-block;
  margin-left: 10px; /* Add margin to increase spacing */
  border-color: black;
}

.guestvisit-container {
  position: relative;
  background-color: #e7e8ff !important;
  width: 30px;
  height: 31px;
  padding: 0;
  border: 1px solid;
  border-color :rgb(0, 0, 0);
  display: inline-block;
  margin-left: 10px; /* Add margin to increase spacing */
}

.guestvisit-eye {
  position: absolute;
  top: -4px; /* Adjust the value to move the eye icon up */
  left: 0;
  right: 0;
  padding-top: 0;
  font-size: small;
  text-align: center; /* Add this line to center the eye icon horizontally */
  color: rgb(0, 146, 34);
}

.guestvisit-text {
  position: absolute;
  bottom: -2px; /* Adjust the value to move the text down */
  left: 0;
  right: 0;
  font-size: medium;
  text-align: center; /* Add this line to center the text horizontally */
}