.profileBody {
    display: none;
    flex-direction: column;
    justify-content : center;
    align-items: center;
    width :100% ;
    padding-bottom : 100px;
}

.stats {
    display :flex;
    gap : 20px ;
    color : white;
}

.stats div {
    border : 1px solid white;
    width : 130px;
    text-align: center ;
    margin-top :15px;
    border-radius: 15px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    height : 85px;
    font-weight: bold;
    padding-top : 15px;
    font-size : 1rem;
}

.subscription {
    border-radius :12px;
    color :white;
    margin-top : 20px;
    border :2px solid rgba(84, 155, 66, 1);
    height : 33px;
}

.span1 {
    font-size : 2.5rem ;
    color :rgba(62, 205, 17, 1)
    
}

.profile-container {
    margin-top :10px;
    border :2px solid rgba(84, 155, 66, 1);
    width : 120px;
    height : 120px;
    border-radius: 50%;
    box-shadow: 0 20px 40px rgba(88, 126, 46, 1) ;
}


.profile-container input {
    display : none;
}

 .profile-details {
     text-align: center;
     line-height: 5px;
 }

.profile-details h2 {
    color :rgba(248, 247, 245, 1); 
}


.profile-details span {
    color : white; 
    margin-bottom : 15px; 
     text-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.account-details {
    display :flex;
    flex-direction : column;
    color : white;
    justify-content : center;
    align-items : center; 
    margin-top :17px;
}

.account-details div {
    margin-top: 7px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  display : flex;
    flex-direction: column;
    width : 320px;
    border-radius : 12px;
    padding-bottom : 10px;
    padding-top : 10px;
    text-indent: 10px;
    
}

.firstA {
    min-height : 50px;
    color: white;
    text-decoration: none;
    padding-bottom : 15px;
}

.secondA {
    min-height : 50px;
    color: white;
    text-decoration: none;
    padding-bottom : 15px;
}

.attribute {
    position : relative;
    left : 130px;
    color : greenyellow;
    font-weight :bold;
    font-size: 0.7em;
    border: 0.5px solid yellowgreen;
    border-radius: 2px;
    padding : 3px;
}


.ion {
    padding-right :7px;
}

.history {
    display : none;
    text-align: center;
    flex-direction : column;
}

.report {
    display :none;
}

.historyMsg {
    margin-top : auto;
    margin-bottom : auto;
}

.clearall {
    display : flex;
    justify-content :right;
    padding-right: 20px;
    padding-top : 10px;
    margin-bottom :30px;
}

.clearall a {
    text-decoration: none;
    color : white;
    font-weight : bold;
    border-radius: 15px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  padding :12px;
  display :none ;
}

.scans {
    place-items: center;
    display : hidden;
}

.scans div {
    padding-top: 25px;
    border-radius: 15px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    width: 80%;
    margin-bottom: 30px;
    height: 50px;
    overflow-y: auto; 
    
}

.sectionHistory {
    line-height: 3px;
    padding: 5px;
}

 
.reportBody {
     width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
 }
 
 .reportTop {
     line-height :8px;
     text-align :left;
     padding :15px;
}

.reportStats {
    display :flex;
    justify-content :space-around;
}

.reportStatsDiv {
    text-align: center;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    line-height: 6px;
    padding : 10px;
    height : 60px;
    border-radius : 20px;
    width : 75px;
}

.reportStatsDiv1 {
    text-align: center;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    padding : 10px;
    height : 60px;
    border-radius : 20px;
    width : 75px;
}

.reportStatsDiv1 h5 {
    color : yellowgreen;
    position : absolute;
    bottom : 8px;
    right : 5px;
}

.reportStatsDiv1 span {
    display : flex;
    position : absolute;
    top : 54px;
    font-weight: bold;
    font-size: 0.83em;
    right : 16px;
    
}

.reportStats h3 {
    color : greenyellow ;
    text-align : center;
}

.reportH5 {
    position : absolute;
    line-height: 14px;
    bottom : -20px;
}

.chartHeader {
    display :flex;
    gap : 120px ;
    padding : 1px 10px;
    line-height : 1px;
}

.chart {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    margin: 40px 15px;
    border-radius : 12px; 
    height : 250px; 

}

.bars {
    display :flex;
    flex-direction : column;
    gap : 5px;
}

.bars h4 {
    text-align : Left;
    padding-left :15px;
}

.insights {
    overflow-y: auto;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    min-height : 80px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    margin : 15px;
    border-radius : 12px;
    text-align : left ;
    padding : 10px;
    margin-bottom : 15px;
}

.insightsH5 {
    position : absolute;
    bottom :50px ;
    left : 20px;
    color : yellowgreen;
}

.insights div {
    position : relative;
    top : 10px ;
    
}

.reportScans {
    text-align: left;
    min-height : 150px;
    max-height : 153px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    margin : 15px;
    border-radius : 12px;
    overflow-y: auto;
}


.ScamsRecent {
    position : absolute;
    color : yellowgreen;
    bottom : 102px;
    left : 20px;
}

.action {
    min-height : 110px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    border-left: 4px solid #4ade80;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    margin : 15px;
    border-radius : 12px;
    padding : 7px;
    overflow-y: auto;
}

.action h5{
    position : absolute;
    color : yellowgreen;
    bottom : 75px;
    left : 20px;
}



.bottomRaiser {
    min-height : 100px;
}

.noreportHistory {
     margin-top : 18px;
    padding-left : 10px;
}
 
.noreportHistory span {
    font-weight: bold;
}

 .reportHistory {
     place-items: center ;
     margin-top : 32px;
    display : hidden;
 }
 
 .reportHistory  div {
     text-align : center;
     padding-top: 10px;
    border-radius: 15px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    width: 80%;
    margin-bottom: 30px;
    height: 34px;
    overflow-y: auto; 
 }
 
 .sectionReport {
     line-height: 2px;
    padding: 2px;
 }
 
 .historyPreview {
     line-height: 13px;
 }
 
 .dataBody   {
    text-align: left;
    padding-bottom: 15px ;
    padding-left: 17px;
    line-height : 5px;
}

.dataHeader {
    display : flex;
    justify-content : space-around;
    margin : 15px;
    padding : 8px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  height : 142px;
}

.dataHeaderDiv {
    width :170px ;
    display : flex;
    flex-direction : column;
}

.dataHeaderSpan {
    position : relative;
    color : greenyellow;
    white-space: nowrap;
    text-overflow: ellipsis;
    bottom : -4px;
    left  : -7px;
    font-weight : bold;
}

.dataHeaderSpan1 {
    position : relative;
    bottom : -7px;
    left  : -7px;
    
}

.dataTabs {
    margin :  2px 15px;
    padding: 7px;
    padding-left : 65px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  height : 75px;
}

.dataTabsSpan {
    font-weight : bold;
    color : greenyellow;
}

.dataTabs h5 {
     position : relative;
     bottom : 20px;
 }
 
 .TermsAndPrivacy {
     display : flex;
     flex-direction : column;
     justify-content: space-evenly;
     margin : 15px;
    padding: 7px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
 }
 
.TermsSpan {
    font-weight : bold;
    color : greenyellow;
}

.Terms {
    padding-bottom: 25px;
    padding-left : 65px;
}




.section {
    padding : 15px;
    font-weight : bold;
}

.svg4data { 
    display : flex;
    justify-content : center;
    position: absolute;
    left : 10px;
    top : 20px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  padding : 5px;
  align-items : center;
}

.svg4privacy {
    display : flex;
    justify-content : center;
    position: absolute;
    left : 10px;
    top : 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  padding : 5px;
  align-items : center;
}

.svg4privacy2 {
    display : flex;
    justify-content : center;
    position: absolute;
    left : 10px;
    top : 85px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  padding : 5px;
  align-items : center;
}

.TermsAndPrivacy a {
    color: white;
    text-decoration: none;
    font-weight : bold;
}

.topsvg {
    position : absolute;
    left : 15px;
}

.privacyBack {
    position : absolute;
    right : 25px;
    top : 90px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  padding : 12px;
}

.privacyBack a {
    text-decoration: none;
    color : white;
}

.dataprivacy {
    display : none;
    flex-direction : column;
}

.back {
    position : fixed;
    top : 25px;
    right : 10px ;
    padding : 10px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  color :white;
}

.details {
    margin : 15px;
    padding-left: 30px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.details summary {
    padding : 15px ;
    font-weight: bold;
}

.dataTabs a {
    text-decoration: none;
    color : white;
}

.span4tabs {
    padding-left : 15px;
    padding-top : 25px;
    padding-bottom: 13px;
    font-weight : bold;
}

.ContactBody {
    display : none ;
    flex-direction : column;
}

.dataContactSpan1 {
    padding-left: 100px;
    padding-top : 5px;
}

.dataContact {
    display : flex;
    justify-content : space-around;
    margin : 15px;
    padding : 8px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  height : 142px;
}

.contactTabSpan {
    padding-left: 100px;
    color : yellowgreen;
    font-weight : bold ;
}

.upgrade {
    margin: 15px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid yellowgreen;
  box-shadow: 0 5px 10px rgba(59, 231, 69, 1);
  height : 195px;
  line-height : 4px;
}

.price {
    position : absolute;
    right : 15px;
    top : 34px;
    color : yellowgreen;
}

.upgradeDiv {
    margin-top : 25px;
    padding-left : 15px;
}

.upgrade h4 {
    padding-left :15px;
}
.purchase {
    display : flex;
    justify-content: center ;
}

.upgradeTopro {
    width : 280px;
    padding : 10px;
    border-radius: 12px;
    background : yellowgreen;
}

.contentSvg {
    display : flex;
    justify-content: center;
}

.svg4upgrade { 
    display : flex;
    justify-content : center;
    position: absolute;
    left : 10px;
    top : 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  padding : 5px;
  align-items : center;
}

.upgradeHTML {
    display: none;
    flex-direction: column;
}

.upgradeBack {
    position : absolute;
    right : 15px;
    top : 26px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  padding : 5px 20px;
  text-decoration: none;
  color : antiquewhite;
}

.upgradeBack a {
    text-decoration: none;
  color : antiquewhite;
}

.contactHeader {
    text-align: center;
    line-height: 7px;
}

.contactHeaderSpan {
    color: yellowgreen;
}

.contactHeaderSpan1 {
    font-weight: bold;
}

.FullPrivacy {
    display : none;
    flex-direction : column;
}

.FullTerms {
    display : none;
    flex-direction : column;
}

.FullBack {
    position : absolute;
    right : 25px;
    top : 15px;
    color : white;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  padding : 6px 12px;
}

.FullBack a {
    color : white;
    text-decoration : none;
}

.full-privacy-container {
  max-width: 700px;
  margin : auto ;
  padding-left:  1.5rem;
  background: rgba(60, 63, 63, 0.6);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  color: #e5e7eb;
  line-height: 1.6;
}

.full-privacy-container h1 {
  font-size: 1.8rem;
  color: #4ade80;
  margin-bottom: 0.5rem;
}

.full-privacy-container h2 {
  margin-top: 1.5rem;
  color: #4ade80;
  font-size: 1.2rem;
}

.full-privacy-container p {
  margin: 0.5rem 0;
  opacity: 0.9;
}

.full-privacy-container ul {
  margin-left: 1rem;
  padding-left: 1rem;
}

.full-privacy-container li {
  margin: 0.4rem 0;
}

.last-updated {
  font-size: 0.85rem;
  opacity: 0.6;
}

/* Container */
.policyContainer {
  width: 92%;
  max-width: 700px;
  margin:  auto;
  padding: 1.5rem;
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);

  color: #e5e7eb;
  font-family: system-ui, -apple-system, sans-serif;
}

/* Headings */
.policyContainer h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #ffffff;
}

.policyContainer h2 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;

  color: #4ade80; /* TrustLens green */
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Subtle divider */
.policyContainer h2::after {
  content: "";
  width: 40%;
  height: 1px;
  background: rgba(255,255,255,0.1);
}

/* Paragraphs */
.policyContainer p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(229, 231, 235, 0.85);
  margin-bottom: 0.8rem;
}

/* Lists */
.policyContainer ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.policyContainer li {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  color: rgba(229, 231, 235, 0.8);
}

/* Section spacing */
.policyContainer section {
  margin-bottom: 1rem;
}

/* Glow highlight on hover (premium feel) */
.policyContainer h2:hover {
  text-shadow: 0 0 10px rgba(74, 222, 128, 0.6);
}

/* Smooth transitions */
.policyContainer * {
  transition: all 0.25s ease;
}

/* Mobile optimization */
@media (max-width: 480px) {
  .policyContainer {
    padding: 1.2rem;
    border-radius: 14px;
  }

  .policyContainer h1 {
    font-size: 1.5rem;
  }

  .policyContainer h2 {
    font-size: 1rem;
  }

  .policyContainer p,
  .policyContainer li {
    font-size: 0.85rem;
  }
}

.settingsBody {
    display : flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 720px;
  
  padding: 0 1.5rem;

  background: rgba(50, 53, 53, 1);
  box-sizing: border-box;
}

/* ---------- HEADER ---------- */
.settingsHeader {
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}

.settingsHeader h2 {
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
}

.settingsHeader p {
  font-size: 0.8rem;
  opacity: 0.7;
}

/* ---------- SECTION TITLE ---------- */
.sectionTitle {
  font-size: 0.8rem;
  opacity: 0.6;
  margin-bottom: 0.6rem;
  padding-left: 4px;
}

/* ---------- SETTING ITEM ---------- */
.settingItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0.85rem 0.9rem;
  margin-bottom: 0.6rem;

  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);

  font-size: 0.9rem;
}

.settingItem a {
    text-decoration : none;
    color : white;
}

/* ---------- ARROW ---------- */
.arrow {
  font-size: 1rem;
  opacity: 0.4;
}

/* ---------- UPGRADE ITEM ---------- */
.upgradeItem {
  border: 1px solid rgba(74, 222, 128, 0.3);
  color: #4ade80;
}

.upgradeItem a {
    color: #4ade80;
    text-decoration: none ;
}

/* ---------- SWITCH TOGGLE ---------- */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: rgba(255,255,255,0.2);
  border-radius: 20px;
  transition: 0.3s;
}

.slider:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;

  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

.switch input:checked + .slider {
  background-color: #4ade80;
}

.switch input:checked + .slider:before {
  transform: translateX(16px);
}

/* ---------- LOGOUT ---------- */
.logout {
  width: 100%;
  text-align: center;

  margin-top: 1.5rem;
  padding: 0.9rem;

  border-radius: 14px;
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;

  font-size: 0.9rem;
}

/* ---------- RESPONSIVENESS ---------- */

/* Tablet */
@media (min-width: 600px) {
  .settingsBody {
    padding: 2rem 1.5rem;
  }
}

/* Desktop */
@media (min-width: 768px) {
  .settingsBody {
    padding: 2.5rem 2rem;
  }

  .settingItem {
    padding: 1rem;
  }
}

.safetyCard {
    max-height : 110px;
    padding-left : 10px;
}

.safetyCard section {
    position : relative;
    bottom : 25px;
}

#safetyCard.pulse-alert > div {
  animation: pulseBorder 2s infinite;
}

@keyframes pulseBorder {
  0%, 100% { border-color: #ef4444; box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4); }
  50%      { border-color: #dc2626; box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); }
}

.google-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  color: #3c4043;
  cursor: pointer;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  padding: 10px 16px;
  transition: background-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.google-login-btn:hover {
  background-color: #f8f9fa;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
}

.google-login-btn:active {
  background-color: #e8eaed;
}

.google-login-btn:focus-visible {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1a73e8;
}

.google-icon {
  flex-shrink: 0;
}