/* * {
  box-sizing: border-box;
}


body{
  padding: 0px 20px;
}

h1 {
  margin: 8px 0 24px;
  font-weight: 700;
}
.card {
  background: NONE !important;

}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    padding: 48px 16px 64px;
}
.field {
  margin-bottom: 14px;
}
label {
  display: block;
  font-size: 14px;
  color: #b9c5ff;
  margin-bottom: 6px;
}
input,
select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  background: #0e1629;
  border: 1px solid #223054;
  color: #dfe7ff;
  outline: none;
}
input::placeholder,
textarea::placeholder {
  color: #7c8bb5;
}
.actions {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
button {
  background: #4c78ff;
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
}

.hint {
  font-size: 12px;
  color: #9fb0ea;
  margin-top: 4px;
}

.checkbox-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 13px;
  color: #9fb0ea;
}

.checkbox-inline input {
  width: auto;
  accent-color: #4c78ff;
}

.keyword-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.keyword-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.keyword-row input {
  flex: 1;
}

.keyword-row .remove-keyword {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: rgba(76, 120, 255, 0.12);
  color: #9fb0ea;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.keyword-row .remove-keyword:hover {
  background: rgba(252, 165, 165, 0.28);
  color: #fecaca;
}

.ghost-btn {
  margin-top: 10px;
  background: transparent;
  border: 1px solid rgba(76, 120, 255, 0.6);
  color: #cbd6ff;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
  transition: border 0.2s ease, color 0.2s ease;
}

.ghost-btn:hover {
  border-color: #4c78ff;
  color: #fff;
}

.field-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.field-grid .field {
  flex: 1;
  min-width: 180px;
}

.meta-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.meta-item {
  background: rgba(76, 120, 255, 0.15);
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 13px;
  color: #b9c5ff;
}



.review-bridge .card 
{
  background-color: #fff!important;
  border-radius: 16px
}

.review-bridge .card .card-header 
{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
}
#textarea-div{
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgb(247, 247, 247);
    border-radius: 16px;
    padding: 22px;
    div{
      color: #000000;
    }

}
.review-bridge .card .card-header  .h-icon
{
    background: linear-gradient(to right, rgb(250, 157, 120), rgb(193, 78, 6));
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 37px;
    border-radius: 50%;
    font-size: 16px;
    color: white;;
}
.review-bridge .card .card-header .name-rating  span
{
  font-weight: 700;
    font-size: 22px;
    color: white;
    width: 100%;
    line-height: 23px;
}
.review-bridge .card .card-header .name-rating img
{
  width: 80px;
  margin-top: 10px;
}
.review-bridge .card .card-header button
{
  width: 35px;
    height: 30px;
    background: transparent;
    padding: 4px;
    font-size: 15px;
    color: #ccd4ff;
    border-radius: 5px;

}

.review-bridge .card .card-body 
{

  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px 40px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.review-bridge .card .card-body .review-div 
{
  width: 100%;
  height: 100%;
  position: relative;
}
.review-bridge .card .card-body .review-div textarea 
{
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    background:none;
    border: none;
    outline: none;
    resize: none;
    color: rgb(255, 255, 255);
    font-weight: 450;
    font-size: 15px;
    height: auto;
    min-height: 100px;
}
.review-bridge .card .card-body .review-div span
{
    color: white;
    border-radius: 20px;
    background: linear-gradient(to right, rgb(250, 157, 120), rgb(193, 78, 6));
    font-size: 28px;
    position: absolute;
    top: -11px;
    left: -13px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 11px;
    font-weight: 200;
}


.footer 
{
  position: fixed;
    bottom: 0;
    color: #262627;
    font-size: 16px;
    font-weight: 600;
}
.footer a
{
  text-decoration: none;
    color: #2a60ff;
    font-size: 15px;
}
.footer-logo
{
  height: 18px;
  width: auto;
  vertical-align: middle;
  margin-right: 6px;
}




@media screen and (min-width: 700px) {

.review-modal{
    width: 100%;
    max-width: 700px;
  min-width:100%;
}
  }

@media screen and (max-width: 567px) 
{
.review-modal{
    width: 100%;
    max-width: 700px;
  min-width:100%;
}

  .review-bridge .card .card-header  .h-icon
{
            padding: 9px;
        width: 41px;
        height: 37px;
        border-radius: 6px;

}
.review-bridge .card .card-header .name-rating  span
{
    font-size: 18px;
    line-height: 20px;
}
.review-bridge .card .card-header .name-rating img
{
  width: 66px;
}
.review-bridge .card .card-header button
{
 width: 32px;
        height: 27px;
        padding: 2px;
        font-size: 14px;
        border-radius: 4px;
}
.review-bridge .card .card-body .review-div textarea
{
  font-size: 14px;
}
.loader-div  p
{
  font-size: 15px;
}

.footer 
{
  font-size: 13px;
}
.footer a 
{
    font-size: 13px;
}
}


@media screen and (max-width: 375px) 
{
  .review-modal{
    width: 100%;
    max-width: 700px;
  min-width:100%;
}
.review-bridge .card .card-body .copy-review-btn
{
  font-size: 13px;
}
  .review-bridge .card .card-header  .h-icon
{
     padding: 9px;
        width: 35px;
        height: 35px;
        font-size: 15px;
}
.review-bridge .card .card-header button
  {
            width: 33px;
        height: 25px;
        padding: 3px;
        font-size: 11px;
        border-radius: 3px;
  }
  
.footer 
{
  font-size: 12px;
}
.footer a 
{
    font-size: 12px;
}
}


.review-bridge-body{

height:100vh;
display:flex;
align-items:center;
 
justify-content: center;

}


.review-modal{
    width: 100%;
    max-width: 700px !important;
  min-width: 700px ;

}


.modal-header-top{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:15px;
font-size:16px;
opacity:.8;
}

.modal-close{
cursor:pointer;
font-size:20px;
}

.card-header{
text-align:center;
border:none;
background:transparent;
background: linear-gradient(to right, #3a2ba7, #1e3cba);
}

.company-icon{

    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    i{
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
    }
}

.name-rating span{
font-size:22px;
font-weight:600;
display:block;
}


#loader-div{
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgb(247, 247, 247);
    box-shadow: inset 0 1px 0 rgba(147, 197, 253, 0.35);
    border-radius: 16px;
    padding: 22px;
    width: 100%;
    max-width: 700px;
}

.loader-header{
display:flex;
align-items:center;
gap:10px;
color:#9ca3af;
margin-bottom:15px;
}

.skeleton-box{
background:rgb(71 71 71 / 17%);
border:1px solid rgba(255,255,255,0.05);
border-radius:12px;
padding:18px;
width: 100%;
max-width: 700px;
}

.skeleton-line{
height:10px;
border-radius:6px;
margin-bottom:12px;
background:linear-gradient(90deg, rgba(255, 255, 255, 0.06) 25%, rgb(0 0 0 / 17%) 50%, rgba(255, 255, 255, 0.06) 75%);
background-size:200% 100%;
animation:skeleton-loading 1.4s infinite linear;
}

.skeleton-line.short{
width:60%;
}

.skeleton-line:last-child{
margin-bottom:0;
}

@keyframes skeleton-loading{
0%{
background-position:200% 0;
}
100%{
background-position:-200% 0;
}
}
.copy-review-btn{
background: linear-gradient(to right, #3a2ba7, #1e3cba);
width:100%;
padding:14px;
border:none;
border-radius:12px;
font-weight:600;
font-size:16px;
transition:.3s;
}

.footer-logo{
height:18px;
margin-right:6px;
} */







/* layout */
.review-bridge-body {
  height: 100dvh;
  place-content: center;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(135deg, rgb(207 222 251) 0%, rgb(245, 248, 255) 50%, rgb(215 228 255) 100% );

}

/* container */
.review-bridge{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 40px 16px;
  width: 40%;
  margin: auto;
}


/* card */
.card {
  background: none !important;
  width: 100%;
}

.review-bridge .card {
  background: #fff !important;
  border-radius: 16px;
  border: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

/* header */
.review-bridge .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px 16px 0 0;  
  background: linear-gradient(90deg, #4e79e6 0%, #8b63e6 50%, #c84dd8 100%);
  padding: 15px;
}

.name-rating {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.name-rating span {
  font-size: 22px;
  font-weight: 600;
  color: white;
}

.name-rating img {
  width: 80px;
}

#regenerate_review {
  border: none;
  background: no-repeat;
  color: white;
  cursor: pointer;
}

.h-icon {
  background: linear-gradient(to right, #fa9d78, #c14e06);
  width: 42px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

/* body */
.review-bridge .card .card-body {
  background: #ffffff;
  display: flex;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.review-div {
  width: 100%;
  position: relative;
}

.review-div textarea {
  width: 100%;
  height: 240px;
  border: none;
  outline: none;
  resize: none;
  background: none;
  font-size: 15px;
}

/* textarea box */
#textarea-div {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgb(247, 247, 247);
  border-radius: 16px;
  padding: 20px;
  color: #000000;
  height: 280px;
}

/* copy button */
/* .copy-review-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(90deg, #4e79e6 0%, #8b63e6 50%, #c84dd8 100%);
}
 */
/* loader */
#loader-div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: rgb(247, 247, 247);
  padding: 20px;
  width: 100%;
   height: 280px;
 
}

.loader-header {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center;
p{
   color: #000000;
}
}

.skeleton-box {
  background: #efefef;
  border-radius: 12px;
  padding: 18px;
  width: 100%;
  height: 200px;
}

.skeleton-line {
  height: 10px;
  border-radius: 6px;
  margin-bottom: 12px;
  background: #d6d6d6;
}

.skeleton-line.short {
  width: 60%;
}

.skeleton-line:last-child {
  margin-bottom: 0;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* footer */
.footer {
       text-align: center;
    margin-top: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #040404;
    position: fixed;
    bottom: 0;
    font-weight: 600;
}

.footer a {
  text-decoration: none;
  color: #2a60ff;
}

.footer-logo {
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;
}

/* tablet */
@media (max-width:768px) {

  .review-bridge .card .card-body {
    padding: 20px;
  }
.review-bridge
{
  min-width: 100% !important;
}
  .name-rating span {
    font-size: 20px;
  }

  .name-rating img {
    width: 70px;
  }

}

/* mobile */
@media (max-width:480px) {

  body {
    padding: 0 10px;
  }

  .review-modal {
    max-width: 100%;
  }

  .review-bridge .card .card-body {
    padding: 16px;
  }

  .name-rating span {
    font-weight: 600;
    color: white;       
     font-size: 16px;
      line-height: 1.4;
      text-align: center;
  }

  .name-rating img {
    width: 60px;
  }

  .copy-review-btn {
    font-size: 14px;
    padding: 12px;
  }

  .footer {
    font-size: 12px;
  }

}

/* very small mobile */
@media (max-width:360px) {

  .name-rating span {
    font-size: 16px;
  }

  .copy-review-btn {
    font-size: 13px;
  }

  .footer {
    font-size: 11px;
  }

}

/* From Uiverse.io by Yaya12085 */ 
.copy-review-btn {

     /* padding: 1rem 13rem; */
    height: 50px;
    width: 100%;
   display: flex;
    place-items: center;
    place-content: center;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px;
    text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
    background: linear-gradient(15deg, #4e79e6, #618bf3, #c84dd8, #c84dd8, #f09f33, #c84dd8, #ed5eff, #708eea, #4e79e6) no-repeat;
    background-size: 300%;
    color: #fff;
    border: none;
    background-position: left center;
    box-shadow: 0 30px 10px -20px rgba(0, 0, 0, .2);
    transition: background .3s ease;
}

.copy-review-btn:hover {
  background-size: 320%;
  background-position: right center;
}

.copy-review-btn:hover i {
  fill: #fff;
}

.copy-review-btn i {
    width: 23px;
    fill: #f09f33;
    transition: .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* From Uiverse.io by elijahgummer */ 
.analyze svg path.stick {
  transform: translate(0);
  animation: stick 2s ease infinite;
  /* Change wand color */
}

.analyze svg path.star-1 {
  fill: #ff4500; /* OrangeRed color */
  animation: sparkles 2s ease infinite, scaleStars 2s ease infinite,
    colorChange 2s ease infinite;
  animation-delay: 150ms;
}

.analyze svg path.star-2 {
  fill: #00ff00; /* Lime color */
  animation: sparkles 2s ease infinite, scaleStars 2s ease infinite,
    colorChange 2s ease infinite;
}

.board {
  animation: bounce 2s ease infinite;
}

@keyframes sparkles {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes stick {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  25% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(3px, -2px, 0) rotate(8deg);
  }
  75% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}

@keyframes scaleStars {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes colorChange {
  0% {
    fill: #ff4500; /* OrangeRed */
  }
  25% {
    fill: #ffd700; /* Gold */
  }
  50% {
    fill: #00ff00; /* Lime */
  }
  75% {
    fill: #1e90ff; /* DodgerBlue */
  }
  100% {
    fill: #ff4500; /* OrangeRed */
  }
}
