<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
  background-color: #fff;
  color: #000;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  font-family: "ProximaNovaRegular";
  font-weight: normal !important;

}

.form-control {
  font-size:16px;
}

body {
  background-color: #fff;
}

.page-content {
  background-color: #fff;
  /* max-width: 1300px; */
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0px 15px;
}

.provider-review-wrapper {

  margin: 20px auto;
  background-color: #fff;
  padding: 0px 0px;
  box-sizing: border-box;
  max-width: 1165px
}

.provider-review-wrapper h1 {
  margin: 0 auto 5px;
  color: #000;
  font-size: 3rem;
  padding: 0;
}

.provider-review-subtitle{

  font-size: 1.6rem;
  margin-top:15px;
  margin-bottom:30px;
}


.provider-review-wrapper h2 {
  color: #000;
  margin: 30px 0 20px 0;
  padding: 0 0 15px 0;
  border-width: 0 0 1px 0;
  border-color: #ddd;
  border-style: solid;
  font-size: 2.1rem;
  box-sizing: border-box;
  max-width:520px;
}


label.col-sm-2.left-label {
  text-align: left;
}

label {
  font-size: 1.6rem;
}

label.bold {
  font-weight: bold !important;
}

.form-group.slim {
  margin-bottom: 5px;
}


.star {
  padding: 0;
  display: inline-block;
  background: url("/images/star-review.png") no-repeat;
  width: 25px;
  height: 25px;
}

.star_hover {
  padding: 0;
  display: inline-block;
  background: url("/images/star-review.png") no-repeat;
  background-position: 0 -25px;
  width: 25px;
  height: 25px;
}


.star-ratings-sprite {
  background: url("/images/star.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;

}

.star-ratings-sprite-rating {
  background: url("/images/star.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display:block;
}

.star-ratings-votes {
  font-size: 1.3rem;
  color: #ccc;
  margin: 0px 10px 0 5px !important;
  margin-top: 0px;
  float: left;
}


.wrong{
  color: #ff0000;
  font-size: 1.7rem;
  margin-top: 10px;
  padding-left: 15px;
}

.aligned-label {
  display: inline-flex;
  align-items: center;
  margin-left:5px;
}

.review-textarea{
  padding:15px;
  font-size: 1.7rem; 
  border: 2px solid #495057; 
  border-radius: 0.7rem
}

.review-textarea:focus {
  outline: none;          /* Remove the default outline */
  border: 2px solid #1A73E8;  /* Google's blue color */
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.3);  /* Add a subtle blue glow around the textarea */
}

/* Remove outline from radio buttons */
input[type="radio"]:focus {
  outline: none;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

  .page-content {
    /* padding: 0 20px; */
  }

}


@media (min-width: 1200px) {

}

@media (max-width: 992px) {


}
</pre></body></html>