/* .tab-content {
    display: none;
} */
/* Add this CSS in your stylesheet or in the style section of your HTML */
.smaller-image {
  width: 150px; /* Adjust the width as needed */
  height: auto; /* Maintain aspect ratio */
}

.mygreenbg {
  background-color: white;
}

.coverimage {
  height: 100vh;
}
.bp1 {
  height: 100vh;
}
.move-left {
  /* margin-left: -20px; */
  position: absolute;
  left: 17px;
  top: 15px;
}

.tab-pane {
  display: none;
}
.tab-pane.active.show {
  display: block;
}

/* ---- Upload Area Design START ---- */
.wrapper-ua {
  box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.05);
}
.wrapper-ua header {
  /* color: #6990f2; */
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.wrapper-ua .form-ua {
  height: 100px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* .form-ua :where(i, p) {
	color: #6990f2;
  } */
.form-ua i {
  font-size: 50px;
}
.form-ua p {
  margin-top: 15px;
  font-size: 16px;
}

.sec-ua .row {
  margin-bottom: 10px;
  list-style: none;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-ua .row i {
  font-size: 30px;
}
.sec-ua .details span {
  font-size: 14px;
}
.progress-area .row .content {
  width: 100%;
  margin-left: 15px;
}
.progress-area .details {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
}
.progress-area .content .progress-bar {
  height: 6px;
  width: 100%;
  border-radius: 30px;
}
.content .progress-bar .progress {
  height: 100%;
  width: 0%;
  border-radius: inherit;
}
.uploaded-area {
  max-height: 232px;
  overflow-y: scroll;
}
.uploaded-area.onprogress {
  max-height: 150px;
}
.uploaded-area::-webkit-scrollbar {
  width: 0px;
}
.uploaded-area .row .content {
  display: flex;
  align-items: center;
}
.uploaded-area .row .details {
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}
.uploaded-area .row .details .size {
  color: #404040;
  font-size: 11px;
}
.uploaded-area i.fa-check {
  font-size: 16px;
}
/* ---- Upload Area Design END ---- */

/* ---- Glowing Red Background START ---- */
.glowing-red-background {
  background-color: red;
  box-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red, 0 0 40px red;
  transition: background-color 0.5s, box-shadow 0.5s;
}
/* ---- Glowing Red Background END ---- */

.profile-image-container {
  position: relative;
  width: 255px;
  height: 255px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #ddd;
  cursor: pointer;
}
.profile-image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.avatar {
  position: relative;
  width: 40px; /* Set the container width */
  height: 40px; /* Set the container height */
  overflow: hidden; /* Hide any overflow */
  border-radius: 50%; /* Ensures it's circular */
  border: 2px solid #ddd; /* Example border */
  cursor: pointer;
}

.avatar-image {
  width: 100%; /* Ensures the image fills the container */
  height: auto; /* Allows the height to adjust automatically */
  object-fit: cover; /* Scales the image while maintaining aspect ratio */
}

/* Shadow Image */
.shadow-image {
  margin: 3px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.01));
}
/* Shadow Image */

#map {
  * + * {
    margin: 0;
  }
}

.bg-landing {
  background: url("/app/assets/self/landing-img/background3.png") no-repeat
    center left;
  background-size: cover;
}

.btn-landing {
  /* Add a radial gradient overlay for the darker effect in the bottom-left */
  background: linear-gradient(
      120deg,
      #00003e,
      #00005f 20%,
      #0000ff 30%,
      #005fff 50%,
      #005fff
    ),
    radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.6), transparent 50%);
  /* This adds a radial gradient that fades out from the bottom left */
  background-blend-mode: multiply; /* Ensures the gradients blend together */
  /* how to add layer in front of this at /app/assets/self/landing-img/main-bg.png this image is match height and cropped in left side when resized */
}

.bg-dark-subtle-transparent {
  background-color: rgba(
    1,
    37,
    84,
    0.563
  ); /* 0.5 is the alpha for 50% transparency */
}

.gradient-input {
  background: linear-gradient(135deg, #d3d6f3, #f0e7ff);
  border: none;
  /* padding: 10px 20px; */
  /* border-radius: 20px; */
  color: #000000;
  font-size: 16px;
  outline: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.gradient-input::placeholder {
  color: #666;
}

.device-options {
  display: grid;
  gap: 15px;
  margin-top: 20px;
}

.device-card {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.device-card:hover {
  transform: translateY(-2px);
  background: #f5f9ff;
}

.device-card input {
  margin-right: 12px;
  transform: scale(1.3);
  accent-color: #005fff; /* warna centang */
}

.btn-daftar {
  margin-top: 25px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 12px 40px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #007bff, #00c6ff);
  border: none;
  color: white;
  transition: all 0.3s ease-in-out;
}

.btn-daftar:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
