/* Start Start Styling */
.stars {
    position: relative;
    display:inline-block;
	  height: 1em;
    line-height: 1em;
}

.stars:before {	
    content: "\2606\2606\2606\2606\2606";
}

.stars:after {	
    content: "\2605\2605\2605\2605\2605";
    position:absolute;
    left:0;
    overflow:hidden;
    width:var(--w,50%);
    color: rgb(255, 200, 0);
    z-index:2;
}

#creviewstar {
    margin-bottom: 30px;
    /*margin-right: 8px;*/
    margin-top: 3px;
    padding: 10px;
}
#creviewstar .review {
    color: #fff;
    display: block;
    font-size: 10px;
}
#creviewstar .review .align-right {
    text-align: right;
}
#creviewstar .review .align-left {
    text-align: left;
}

@media (min-width: 276px) { 
  .stars {
    font-size: 23px;
  } 
}

/* @media (min-width: 700px) and (orientation: landscape){ 
  .stars {
    font-size: 60px;
  } 
} */

@media (min-width: 1000px) and (orientation: landscape){ 
  .stars {
    font-size: 28px;
  } 
}

/* @media (min-width: 1459px) { 
  .stars {
    font-size: 58px;
  } 
} */

/* @media (min-width: 1470px) { 
  .stars {
    font-size: 58px;
  } 
} */

@media (min-width: 1500px) { 
  .stars {
    font-size: 40px;
  } 
}

/* @media (min-width: 1501px) { 
  .stars {
    font-size: 58px;
  } 
} */


/* End Star Styling */

/* Start Popover Styling */
.create-bridge{
  padding-bottom: 10px;
}

.popover-all {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
  
}
  .popover-all.bottom {
  margin-top: 5px ;
}

.popover-all.bottom .popover-arrow {
  top: 0 !important;
  left: 50% !important;
  margin-left: -5px !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid #000000 !important;
}

.popover-all .popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover-title{
  display: flex;
  justify-content: center;
  font-weight: bolder;
}

.popover-inner {
  padding: 3px;
  width: 216px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;

}

.popover-content {
  display:flex;
  justify-content: center;
  padding: 10px 0px 25px 0px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.popover-footer{
  display: flex;
  justify-content: center;
  padding-top: 3px;
}

.footer-text{
  color: #ffc800 !important; 
}

.rating_bar{
  border-left: 2px solid white;
	background: #ffc800;
}

.smaller-text{
  display: flex;
  justify-content: center;
  color: black;
}

.give-space{
  margin-right: 40px;
}

/* End Popover Styling */

/* Start of Review Area Styling*/
.review-divider{
  margin: 30px 0;
}


/* End of Review Area Styling */

/* Start of rating modal window styling */
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 3rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #ffc800;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #ffc800;
  text-shadow: 0 0 1px #333;
}

#review_content{
  resize: none;
}

#review_error{
  margin: 5px 0 !important;
}
/* End rating modal window styling */