@font-face {
    font-family: 'Merriweather Sans';
    src: url('../fonts/MerriweatherSans-Light.woff2') format('woff2'),
        url('../fonts/MerriweatherSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('../fonts/MerriweatherSans-Bold.woff2') format('woff2'),
        url('../fonts/MerriweatherSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('../fonts/MerriweatherSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/MerriweatherSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('../fonts/MerriweatherSans-Medium.woff2') format('woff2'),
        url('../fonts/MerriweatherSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('../fonts/MerriweatherSans-SemiBold.woff2') format('woff2'),
        url('../fonts/MerriweatherSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('../fonts/MerriweatherSans-Regular.woff2') format('woff2'),
        url('../fonts/MerriweatherSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.light-grey{background: #efefef;}
.light-blue{background: #2f74f147;}
.light-red{background: #ff1a1a82;}
.light-bbb{background: #02597752;}
.angies-bg{background: #29a03647;}
.next-bg{background: #19975d33;}
.angie-btn{    background: #29a036;
    border-color: #29a036;}
.next-btn{    background: #0f9458;
    border-color: #0f9458}
.yelp-btn{background: #ff1a1a;
    border-color: #ff1a1a;}
.bbb-btn{    background: #025977;
    border-color: #025977;}
.form-control:focus,.btn-check:focus+.btn-primary, .btn-primary:focus{box-shadow:none;}





body{font-family: 'Merriweather Sans';}
.reviewBox .card {border-radius:10px; border:none; box-shadow: 0 .125rem .25rem rgba(0,0,0,.30)!important; overflow:hidden;padding: 15px 0;} 
      /* Rating Section */
      * {
  box-sizing: border-box;
}
/* .form-floating>.form-control::placeholder{color:#9fa7af;} */
.subHeading{font-family: 'Merriweather Sans'; display:none;}
.common-bg .row{justify-content:center;}


.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 150px;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after {
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.emoji-wrapper:before {
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 0) 100%
  );
}

.emoji-wrapper:after {
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 0) 100%
  );
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}

.emoji > svg {
  margin: 15px 0;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

#rating-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-100px);
}
#rating-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}
#rating-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-300px);
}
#rating-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-400px);
}
#rating-5:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-500px);
}

#rating-1-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-100px);
}
#rating-2-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}
#rating-3-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-300px);
}
#rating-4-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-400px);
}
#rating-5-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-500px);
}

#rating-1-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-100px);
}
#rating-2-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}
#rating-3-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-300px);
}
#rating-4-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-400px);
}
#rating-5-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-500px);
}


#rating-1-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-100px);
}
#rating-2-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}
#rating-3-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-300px);
}
#rating-4-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-400px);
}
#rating-5-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-500px);
}


#rating-1-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-100px);
}
#rating-2-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}
#rating-3-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-300px);
}
#rating-4-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-400px);
}
#rating-5-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-500px);
}



.feedback {
  background-color: transparent;
  width: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}


.reviewBox{font-family: 'Merriweather Sans'; color:#48525c;}
      /* End of Rating Section*/


      /* Login Form */



body {font-family: Arial, Helvetica, sans-serif;}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 3px;
}

/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  /* width: 40%; */
  border-radius: 50%;
}

.container {
  padding: 16px;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}


.loginPage{   
	/* height: 100vh !important; */
    display: flex;
    align-items: center;     background: #fafafa;}
.loginContent{    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; gap: 20px;     font-family: 'Merriweather Sans';}

.loginContent .form-floating a{color:#04aa6d; text-decoration:none; font-size:18px;}

/* POP UP FORM */
.popupForm{    max-width: 600px;
    margin: 0 auto;}
.popupForm .modal-body{padding:40px; padding-bottom: 80px;}
span.psw{
	display: block;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
span.psw a{    color: #04aa6d;}
.popupForm .modal-header{justify-content: center; padding-top: 50px;}
.linkDetails{margin-bottom:30px;}
.linkDetails h6{font-size:24px;}
.footer-btns{justify-content:center; gap: 20px;}
.green-btn{border: #0f9458;  background: #0f9458;}
.footer-btns .logout-btn{border: #ff1a1a;  background: #ff1a1a;     width: auto;}
.linksDetails{    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.pop-upForm .form-floating label{    top: 5px;
    left: 10px;}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

label.error {
	color: red;
    font-size: small;
}
span.error {
    color: red;
    font-size: small;
}
.small.col-6 {
    width: 35%;
}