.tabContainer {
  /* display: flex; */
  gap: 10px;
  margin-bottom: 16px;
  font-size: 14px;
  background-color: transparent !important;
}

.tabButton {
  padding: 4px 13px;
  border: none;
  background-color: transparent !important;
  cursor: pointer;
  color: gray;
  font-weight: 400;
  transition: all 0.2s;
  border-radius: 4px;
  font-size: 14px;
}

/* Hover effect */
.tabButton:hover {
  color: #122b46;
}

/* Active effect */
.active {
  background-color: #ffffff;
  border: 1px solid #e7e9ec;
  color: #122b46;
  font-weight: bold;
}

.ConnectionCard {
  box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08);
  border: 1px solid #e7e9ec;
}

.shopBtn {
  background: #385dff;
  border: none;
  padding: 7px 3em;
  font-size: 13px;
  max-width: fit-content;
  font-weight: 500;
  border-radius: 100px;
}
.shopBtn:hover {
  background: #385dff;
}

.viewAsBtn {
  border: 1px solid #00447c;
  padding: 4px 2em;
  font-size: 13px;
  max-width: fit-content;
  font-weight: 500;
  border-radius: 100px;
  color: rgb(0, 68, 124);
}

.addPhotoBtn {
  background: #f2f4f5;
  color: #4d5c6d;
  border: none;
  padding: 10px 2em;
  font-size: 13px;
  /* max-width: fit-content; */
  font-weight: 500;
  border-radius: 100px;
}

/* Photo Sectin Csss */

.infoCard {
  border: none;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.galleryContainer {
  width: 100%;
}

.heroSlide {
  transition: 0.3s ease-in-out;
}

.heroSlide:hover {
  transform: scale(1.03);
}

.label {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 6px;
  display: block;
}

.input {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.uploadBox {
  width: 100%;
  background: #f8f9fc;
  border-radius: 12px;
  height: 200px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.uploadInner {
  text-align: center;
}

.cameraIcon {
  font-size: 40px;
  color: #b5b5b5;
  margin-bottom: 10px;
}

.addPhotos {
  font-weight: 600 !important;
  margin: 0;
  color: #333;
}

.dropText {
  font-size: 13px;
  color: #777;
}

.dropdown {
  width: 180px;
  height: 40px;
  border-radius: 8px;
  padding-left: 10px;
  border: 1px solid #dcdcdc;
}

.createBtn {
  background-color: #3d5afe;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  border-radius: 100px;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}

/* FORCE TOP POSITION */
.topModal {
  margin-top: 6em !important;
}

/* ENABLE SCROLL INSIDE MODAL */
.scrollBody {
  max-height: 80vh; /* Prevent modal from overflowing screen */
  overflow-y: auto;
  padding: 0 !important;
}

.cameraIconDiv {
  background-color: #eeeeef;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

/* Photo Sectin Csss */
