@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    font-family: poppins;
}
body p{
    line-height: 1.8;
}
h1.company-as-heading {
    font-size: 2.25rem !important;
    font-weight: 600 !important;
}
.clone-description-card {
  background-color:	#d3b2e6 !important; 
  border-radius: 8px;
}
.heading-color {
  color: #9C78CA;
  font-weight: 600;
}

.light-grey {
  color: #5D5D5D;
}
/* Popup Background */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  max-height: 90vh;
  overflow-y: auto;
}
    
.pages-scroll-container,
.style-scroll-container {
    -webkit-overflow-scrolling: touch;
}
    
.pages-scroll-container::-webkit-scrollbar,
.style-scroll-container::-webkit-scrollbar {
    display: none;
}
    
.close-btn {
    cursor: pointer;
    line-height: 1;
    right: 0px !important;
}
    
@media (max-width: 767.98px) {
  .popup-content {
    padding: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
        
  .heading-6 {
    font-size: 0.875rem;
}
.close-btn {
    cursor: pointer;
    line-height: 1;
    right: 0px !important;
    top: -15px !important;
}
        
  .genrate-report-h5 {
    font-size: 1rem;
  }
}

.popup-content {
  background-color: white;
  max-width: 100%;
  /* padding: 20px; */
  border-radius: 20px;
  overflow-y: auto;
}

/* Close Button */
.close-btn {
  position: absolute !important;
  top: 10px;
  right: 0px !important;
  font-size: 36px !important;
  cursor: pointer !important;
}
.genrate-report-h5 {
  font-size: 1.25rem;
  font-weight: 600;

}
.genrate-report-p {
  font-size: 1rem;
  font-weight: 500;
}
.pages.nav-pills {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  gap: 15px;
}

.pages .nav-link {
  background: transparent;
  color: #333;
  border: 1px solid #DBDBDB;
  transition: all 0.3s ease;
  width: 54px;
  height: 54px;

}
.pages .nav .nav-pills {
  gap: 20px;
}
.pages .nav-link.active {
  background: #5D0E8B;
  color: #fff;
  border-color: #5D0E8B;
}

.writting.nav-pills {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.writting .nav-link {
  background: transparent;
  color: #2E2E2E;
  border: 1px solid #DBDBDB;
  transition: all 0.3s ease;
  border-radius: 9px;
}

.writting .nav-link.active {
  background: #5D0E8B;
  color: #fff;
  border-color: #5D0E8B;
}
.selectable-item {
  opacity: 0.5;
  transition: opacity 0.3s ease, border 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.selectable-container {
  display: inline-block;
  padding: 5px;
  border: 1px solid transparent;
}

.selectable-item.selected {
  opacity: 1;
  border: none;
  color: #5D5D5D; 
}
.selected-prefeered-card {
  border-left: 2px solid #5D5D5D;
  height: 100%; /* Ensure it takes up the full height of the parent element */
}

.centered-image {
  position: absolute;
  top: 43%;
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 2; 
  pointer-events: none;
}

.generate-report-btn {
  border-radius: 10px;
}
