@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");



.user-page1 {
    text-align: center;
    margin: 20px auto;
    max-width: 1396px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.full-width-background{
    position: relative;
}

.full-width-background::before {
    background-image: url(./images/path_group.png);
    background-repeat: no-repeat;
    margin-top: -10px !important;
    content: "";
    width: 100%;
    height: -webkit-fill-available;
    height: -moz-available; /* for Firefox */
  height: 100vh; /* fallback */
  min-height: 100vh; /* fallback */
    display: block;
    /* background-position: center; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.8;
}

.disclaimer {
    text-align: center;
    margin: 90px auto;
    max-width: 1075px;
    width: 100%;
}
.disclaimer a{
    color: white !important;
    text-decoration: underline !important;
    font-weight: 800 !important;
}

.heading_search {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 218px;
    padding-bottom: 133px;
}

.heading_search2 {
    padding-top: 193px !important;
    padding-bottom: 120px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.powered{
    margin-bottom: 10px !important;
}
.scam-advisor{
    background: white;
    padding: 8px 12.45px;
    border-radius: 5px !important;
}
.heading_search p, .heading_search2 p{
    font-family: Roboto;
font-size: 17px;
font-weight: 400;
line-height: 30px;
text-align: left;
color: #CCCFD5;
margin-bottom: 30px;
margin-top: 0px;
}
.heading_search2 form {
    width: 40%;
}


.heading_search2 h2, .heading_search2 p, .heading_search2 .scam-advisor{
    text-align: left;
}
.my-custom-plugin-section h2 {
  margin-bottom: 30px;
  color: white;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 65px;
  font-size: 48px;
}
.heading_search2 h2{
    font-size: 44px;
    line-height: 57.5px;
}
.check-website-form {
  width: 100%;
}

.reviews_total_score{
    padding-top: 20px;
    font-family: Roboto;
font-size: 16px;
font-weight: 700;
line-height: 20.8px;
text-align: left;

}
.check-website-form .input-container {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
}

.check-website-form input[type="text"] {
  width: 100%;
  height: 76px;
  padding: 0px 20px;
  border: none;
  border-radius: 40px;
  box-sizing: border-box;
  font-family: Roboto;
font-size: 17px;
font-weight: 400;
line-height: 19.92px;
text-align: left;

}

.check-website-form .submit-btn,
.custom-plugin-container {
  position: absolute;
  height: 70px;
  width: 70px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #8574b5 0%, #9586bf 100.15%);

  color: white;
  border: none;
  padding: 0px;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
}

.left_review {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  color: white;
  margin: 0px;
  text-decoration: underline;
}

.check-website-form ::placeholder {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  color: #cccfd5;
}

.button-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  gap: 30px;
}

.feeling-item p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin-top: 3 px;
}


.custom-btn {
    background: transparent !important;
    color: #8574b5 !important;
    padding: 26px 27px;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.17em;
    text-align: right;
    text-transform: uppercase;
    align-items: center;
    border: 1px solid #8574b5;
}

.custom-btn:hover {
  background-color: #8574b5 !important;
  color: white !important;
}

.disclaimer {
  text-align: left;
}

.disclaimer h3 {
  margin-top: 30px;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: underline;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  font-family: roboto;
  color: #fff;
}

.disclaimer p {
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 90px;
  color: #CCCFD5;
}

.arrow {
  margin-left: 40px;
}
/* New styles for User Page 2 */
.main-section {
  /*display: flex;
  flex-direction: column;*/
  max-width: 1326px;
  width: 100%;
  margin: 90px auto;
  height: auto;
  /*background: #091734;*/
  padding: 15px;
  box-sizing: border-box;
}
.user-page-2 {
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}
.review-section-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

.review-summary-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.user-page-2 .trustscore-container {
  padding: 0px 20px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #8574b5;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  max-width: 415px;
  width: 100%;
  height: 270px !important;
  box-sizing: border-box;
}

.trustscore-slider {
  width: 100%;
  position: relative;
}

.user-page-2 .score-circle {
  width: 100%;
  display: flex;
  justify-content: center;
}

.user-page-2 .circle-content {
  text-align: center;
}

.user-page-2 .circle-content p,
.user-page-2 .circle-content h1,
.user-page-2 .circle-content a {
  margin: 10px 0;
}

.user-page-2 .review-section {
  background: rgba(133, 116, 181, 0.05);
  border: 1px solid #8574b5;
  padding: 30px;
  border-radius: 30px;
  text-align: left;
  max-width: 831px;
  width: 100%;
  box-sizing: border-box;
    position: relative;
}

.user-page-2 .review-section h2,
.user-page-2 .review-section p,
.user-page-2 .status-btn,
.user-page-2 .visit-btn {
  margin: 10px 0;
}

.review-section h2 {
  font-family: Roboto;
  font-size: 44px;
  font-weight: 700;
  line-height: 57.2px;
  text-align: left;
  color: #cccfd5;
}

.review-section p {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
  line-height: 36.4px;
  text-align: left;
  color: #cccfd5;
}
.review-section h2 span,
.feeling-section h3 span {
  color: #8574b5;
}

.scamadvisor_powered {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #253258 !important;
    border-radius: 0px 30px 0px 10px;
    padding: 0px 20px;
}

.scamadvisor_powered p.powered {
    font-size: 17px !important;
    margin-right: 10px !important;
    font-weight: 400 !important;
}

.scamadvisor_powered img.scam-advisor {
    width: 121px;
    height: auto;
    padding: 6px 9px !important;
}

.user-page-2 .status-btn {
  background: #00b16a;
  color: #fff;
  border: none;
  padding: 15px 55px;
  border-radius: 15px;
  cursor: pointer;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  text-align: left;
    align-self: center;
}

.button-group2 {
  display: flex;
  gap: 30px;
}


.visit-btn .arrow {
  margin-left: 7.5px;
}

.user-page-2 .feeling-section {
  background: rgba(133, 116, 181, 0.05);
  border: 1px solid #8574b5;
  padding: 30px;
  border-radius: 30px;
  max-width: 831px;
  width: 100%;
  box-sizing: border-box;
}

.user-page-2 .feeling-section h3 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
  text-align: left;
  margin: 0px 0px 30px 0px;
}

.user-page-2 .feelings {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

.user-page-2 .feeling-item {
  text-align: center;
}

.user-page-2 .feeling-item .feeling-icon {
  font-size: 30px;
}

.feeling-section .review-spam {
  display: flex;
  justify-content: space-between;
}

.review-spam .left {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  color: white;
}

.review-spam .right {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  text-decoration: none;
  color: red;
}

.user-page-2 .review-summary {
  background: transparent;
  border: 1px solid #8574b5;
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  max-width: 415px;
  width: 100%;
  box-sizing: border-box;
}

.user-page-2 .review-summary h3,
.user-page-2 .review-summary p {
  margin: 0px 0px 10px;
}

.review-summary h3 {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  text-align: left;
}

.all-reviews ul {
  text-align: left;
  margin-top: 0px;
}

.all-reviews ul li {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #cccfd5;
  text-decoration: underline;
}
.review-summary p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}

.user-page-2 .review-status {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.user-page-2 .status-icon {
  font-size: 30px;
  margin-right: 10px;
}

.user-page-2 .status-info {
  text-align: left;
  margin-left: 25px;
}

.user-page-2 .status-info p,
.user-page-2 .status-info a {
  margin: 5px 0;
}
.user-page-2 .status-info p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
}

.user-page-2 .status-info a {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #CCCFD5;
}

.plugin_button .custom-btn1, .visit-btn {
  border-radius: 40px !important;
  font-family: Roboto;
  padding: 18px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.05em;
  background-color: transparent !important;
  border: 1px solid #8574b5;
  color: #8574b5;
  text-decoration: none;
  text-align: right;
    display: flex;
    align-items: center;
}

.button-group2 .visit-btn{
    color: #8574b5 !important;
}

.plugin_button .custom-btn1:hover, .visit-btn:hover {
    background: linear-gradient(90deg, #8574B5 0.35%, #9586BF 100%);
    color: #fff !important;
}

.plugin_button a .arrow svg {
    fill: #8574b5 !important; /* Initial color of the SVG */
    transition: fill 0.3s; /* Smooth transition for color change */
}


.button-group.button-group3.plugin_button--wrapper
  .plugin_button2
  a.custom-btn:first-child {
  background: rgba(1, 12, 36, 1);
  border: 1px solid rgba(133, 116, 181, 1);
  color: rgba(149, 134, 191, 1);
}
.button-group.button-group3.plugin_button--wrapper
  .plugin_button2
  a.custom-btn:first-child
  svg
  path {
  fill: rgba(149, 134, 191, 1);
}
.button-group3 {
  display: flex;
  width: 100%;
  margin-top: 48px;
}
.button-group.button-group3.plugin_button--wrapper .plugin_button2 {
  max-width: 831px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* Tab container */
.Tab-menu-section {
  padding-top: 90px;
}
.tab-container {
  width: 100%;
  background-color: #1c2c50;
  color: #fff;
}
.review_title h2 {
  font-family: Roboto;
  font-size: 44px;
  font-weight: 700;
  line-height: 57.2px;
  text-align: left;
  margin: 0;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
}

.review_title h2 span {
  color: rgba(133, 116, 181, 1);
}
/* Tab menu */
.tab-menu {
  display: flex;
  justify-content: space-around;
  background-color: #495673;
}

.tab-menu .tab-link {
  background-color: #495673;
  color: white;
  padding: 18px 33.4px;
  border: none;
  cursor: pointer;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 20.8px;
  letter-spacing: 0px !important;
  text-transform: none !important;
  border-radius: 0px !important;
}

.tab-menu .tab-link:hover {
  background-color: #3e3e5e;
}

.tab-menu .tab-link.active {
  background-color: #1c2c50;
}

/* Tab content */
.tab-content {
  display: none;
  padding: 30px 40px;
  background-color: #1c2c50;
  border-radius: 8px;
  min-height: 500px;
}

.tab-content.active {
  display: block;
}

.tab-content h3 {
  margin-top: 0;
}

.Tab-menu-section .tab-heading {
  font-family: Roboto;
  font-size: 44px;
  font-weight: 700;
  line-height: 57.2px;
  text-align: center;
  color: #fff;
}

.Tab-menu-section .tab-heading span {
  color: #8574b5;
}

.tab-content p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 30px;
}
.tab-content p:last-child {
  margin-bottom: 0px;
}

.tab-content span {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
}

#container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

#container svg {
  height: 250px;
  width: 100%;
  fill: none;
  stroke: #00d374;
  stroke-width: 50;
  stroke-linecap: round;
  /* filter: drop-shadow(-3px -2px 5px rgba(255, 255, 255, 0.5)); */
}
.trustscore-slider .description {
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
}
.trust-title {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  text-align: center;
}

.total-score {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  text-align: center;
}

.total-score span {
  color: #00d374;
}

.what-is-this {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  color: #ff0000 !important;
}

.disclaimer {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
  color: #cccfd5 !important;
  text-decoration: none;
}
.wit {
  text-align: center;
  margin-top: 10px;
}

/*responsive css*/

@media (max-width: 1300px) {
  .review-section-wrapper {
    margin-bottom: 30px;
    gap: 15px;
  }
  .review-summary-wrapper {
    gap: 15px;
  }
}

@media (max-width: 1280px) {
  .user-page-2 .trustscore-container,
  .user-page-2 .review-summary {
    max-width: 30%;
  }
  
  
  .user-page-2 .review-section,
  .user-page-2 .feeling-section {
    max-width: 70%;
  }
  .user-page-2 .trustscore-container {
    padding: 0px 15px 15px;
  }
  .user-page-2 .review-section,
  .user-page-2 .feeling-section,
  .user-page-2 .review-summary {
    padding: 15px;
  }
  .review-section h2 {
    font-size: 38px;
    line-height: 42px;
  }
  .review-section p {
    font-size: 25px;
    line-height: 30.4px;
  }
  .user-page-2 .status-btn {
    padding: 20px 20px;
    font-size: 16px;
    line-height: 23.4px;
  }
  .user-page-2 .visit-btn {
    padding: 13px 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
  }
  .trust-title {
    font-size: 23px;
    line-height: 26.4px;
  }
  .total-score {
    font-size: 24px;
    line-height: 30.4px;
  }
  .wit {
    margin-top: 5px;
  }
  .tab-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .user-page-2 .status-info {
    margin-left: 15px;
  }
  .user-page-2 .feeling-section h3,
  .review-summary h3 {
    font-size: 26px;
    line-height: 30.6px;
    margin: 0px 0px 20px 0px;
  }
  .review_title h2 {
    font-size: 38px;
    line-height: 48.2px;
    padding-bottom: 30px;
  }
  .Tab-menu-section {
    padding-top: 70px;
  }
  .button-group.button-group3.plugin_button--wrapper .plugin_button2 {
    width: 70%;
  }
  .button-group3 .custom-btn, .plugin_button .custom-btn1 {
    padding: 18px 32px;
    font-size: 14px;
    line-height: 29px;
  }
  .my-custom-plugin-section h2 {
    line-height: 54px;
    font-size: 40px;
  }
}

@media (max-width: 1024px){
    .user-page-2 .visit-btn {
        padding: 13px 25px;
        font-size: 14px;
        font-weight: 700;
        line-height: 38px;
    }
    
    .disclaimer {
    margin: 50px auto !important;
    max-width: 1075px;
    width: 90% !important;
}

.heading_search, .heading_search2{
    width: 100% !important;
    padding-top: 160 !important;
}
.heading_search2 h2{
    width: 100% !important;
}
.heading_search2 .check-website-form{
    width: 100% !important;
}

}
@media (max-width: 990px) {
  .review-section-wrapper,
  .review-summary-wrapper {
    flex-wrap: wrap;
  }
  .user-page-2 .trustscore-container,
  .user-page-2 .review-summary,
  .user-page-2 .review-section,
  .user-page-2 .feeling-section {
    width: 100%;
    max-width: 100%;
  }
  .user-page-2 .review-status {
    justify-content: left;
  }
  .trustscore-slider {
    width: 45%;
    margin: 0 auto;
  }
}
@media (max-width: 961px) {
  .user-page1 {
    /*width: 90%;*/
    /*margin-left: 3%;*/
  }
  .main-section {
    /*width: 90%;*/
    /*margin-left: 5%;*/
  }
  .tab-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-btn, .plugin_button .custom-btn1 {
    font-size: 12px;
    line-height: 14px;
    padding: 20px 20px;
  }
  .arrow {
    margin-left: 25px;
  }
  .button-group3 .custom-btn, .plugin_button .custom-btn1 {
    font-size: 14px;
    line-height: 14px;
    padding: 20px 20px;
    text-align: center;
  }

  .button-group3 {
    display: flex;
    text-align: center;
    gap: 40px;
    justify-content: center;
  }
  .button-group3 {
    flex-wrap: wrap;
  }
  .button-group.button-group3.plugin_button--wrapper .plugin_button2 {
    width: 100%;
  }
}

@media (max-width: 767.98px){
    .tab-content br {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .user-page-2{
        margin-top: 50px !important;
    }
    .main-section {
    margin: 30px auto;
}
  .review-section h2 {
    font-size: 30px;
    line-height: 30px;
  }
  
  .review-section h2 {
    margin-top: 40px !important;
}
  .heading_search,.heading_search2 {
    padding-top: 150px !important;
    padding-bottom: 50px !important;
}
  .disclaimer {
    margin-top: 90px !important;
  }
  .trustscore-slider {
    width: 56%;
    margin: 0 auto;
  }
  .tab-content {
    padding: 20px 20px;
  }
  .Tab-menu-section {
    padding-top: 50px;
  }
  .tab-content p {
    margin-bottom: 20px;
  }
  .review_title h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 20px;
  }
  .my-custom-plugin-section h2 {
    line-height: 42px;
    font-size: 32px;
    margin: 0;
    margin-bottom: 15px;
  }
  .check-website-form input[type="text"] {
    width: 100%;
    height: 56px;
  }
  .check-website-form .submit-btn,
  .custom-plugin-container {
    position: absolute;
    height: 50px;
    width: 50px;
  }
  .disclaimer h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .user-page1 .button-group .custom-btn {
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
  }
  .user-page1 .button-group span.arrow svg {
    position: relative;
    top: 4px;
  }

  .user-page1 .button-group {
    display: block;
    width: 100%;
  }
  .check-website-form .input-container {
    margin: 0 auto 20px;
  }
}
@media (max-width: 575px) {
  .user-page-2 .feeling-item .feeling-icon svg,
  .user-page-2 .status-icon svg {
    width: 50px;
    height: auto;
  }
  .user-page-2 .feeling-section h3,
  .review-summary h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
  }
  .user-page-2 .feelings {
    margin: 10px 0;
  }
  .review-summary p {
    font-size: 16px;
    line-height: 22.6px;
  }
  .button-group {
    gap: 15px;
  }
  .button-group.button-group3.plugin_button--wrapper
    .plugin_button2
    a.custom-btn:first-child {
    margin-bottom: 15px;
  }
  .button-group.button-group3.plugin_button--wrapper .plugin_button2 {
    flex-wrap: wrap;
  }
  .review-section-wrapper {
    margin-bottom: 15px;
  }
  .plugin_button1 {
    max-width: 100%;
    width: 100%;
  }
  .button-group3 {
    margin-top: 20px;
  }
  .button-group3 .custom-btn {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .Tab-menu-section {
    padding-top: 30px;
  }
  .review_title h2 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 15px;
  }
  .review-section h2 {
    font-size: 28px;
    line-height: 26px;
  }
  .review-section p {
    font-size: 20px;
    line-height: 27.4px;
    text-align: center;
  }
  .feeling-item p {
    margin: 5px 0px;
  }
  .user-page-2 .review-status {
    margin-top: 15px;
  }
  .tab-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .tab-content span {
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
  }
  .tab-menu .tab-link {
    padding: 11px 15px;
    font-size: 14px;
    line-height: 19.8px;
  }
  .user-page-2 .visit-btn {
    padding: 13px 32px;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
    .trustscore-slider {
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 375px) {
  .user-page-2 .trustscore-container {
    width: 100%;
    height: 210px !important;
  }
  #container svg {
    height: 160px;
  }
  .trustscore-slider .description {
    bottom: -16px;
  }
  .user-page-2 .visit-btn {
    padding: 10px 15px;
  }
}

@media (max-width: 360px) {
  .trust-title,
  .total-score {
    font-size: 18px;
    line-height: 21px;
  }
  .wit a {
    font-size: 10px;
    line-height: 13px;
  }
}
@media (max-width: 400px) {
  .review-section h2,
  .user-page-2 .feeling-section h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .review-section p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .Tab-menu-section .tab-heading {
    font-size: 32px !important;
    line-height: 38px;
  }
  .trust-title,
  .total-score {
    font-size: 20px;
    line-height: 24px;
  }

  .wit a {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width: 640px) {
  /*.user-page1 {*/
  /*  width: 90%;*/
  /*  margin-left: 5%;*/
  /*}*/
  .tab-menu {
    display: flex;
  }

  .button-group,
  .button-group2,
  .button-group3,
  .feeling-section .review-spam {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .button-group2 {
    gap: 0px;
  }

  .review-section h2,
  .user-page-2 .feeling-section h3 {
    text-align: center;
  }

  .user-page-2 .feelings {
    gap: 10px;
    flex-wrap: wrap;
  }

  .user-page-2 .status-btn {
    padding: 15px;
  }
}


/* Popup CSS*/

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px !important;
    padding: 30px 40px;
    background: #1C2C50 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    border-radius: 15px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.popup-content h2 {
    font-family: 'Roboto' !important;
    color: #fff !important;
    font-size: 44px !important;
    line-height: 57.2px !important;
    font-weight: 500 !important;
    margin: 0px !important;
}

.popup-content p {
    font-family: 'Roboto' !important;
    color: #CCCFD5 !important;
    font-size: 16px !important;
    line-height: 25.6px !important;
    font-weight: 400 !important;
}

.popup-content p a{
    font-family: 'Roboto' !important;
    color: #8574B5 !important;
    font-size: 16px !important;
    line-height: 25.6px !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
}
.popup-buttons{
    display: flex;
    gap: 10px;
}

.button{
    text-decoration: none !important;
}

.popup-buttons span{
    margin-left: 10px !important;
    margin-top: -3px !important;
}
.popup-content button, .button {
    font-family: 'Roboto';
    margin-top: 10px;
    padding: 10px 20px;
    background: linear-gradient(90deg, #8574B5 0.35%, #9586BF 100%) !important;
    color: white !important;
    border: none;
    cursor: pointer;
    letter-spacing: 0px !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 19px;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 640px) {
    .popup-content {
        padding: 20px !important;
    }
    .popup-content h2 {
    font-size: 24px !important;
    line-height: 30px !important;
}
.popup-content p {
    font-size: 12px !important;
    line-height: 18px !important;
}

.popup-buttons {
    display: flex;
    flex-direction: column !important;
}

.popup-content p a{
    font-size: 12px !important;
    line-height: 18px !important;
}

.popup-content button, .button{
    font-size: 12px !important;
    line-height: 15px !important;
}
}

    body.no-scroll {
        overflow: hidden;
    }
.loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #091734;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader::after {
    content: "";
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #8574b5;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}