*{
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
}

body{
    font-family: 'Montserrat', sans-serif;
}

.review-container {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
  }

  .review-container .review-header{
    text-align: center;
  }

  .review-container .review-header h2{
      font-size: 36px;
      margin-bottom: 15px;
  }
  .review-container .review-header p{
      font-size: 20px;
      margin-bottom: 10px;
  }
  .review-body{
      display: block;
      text-align: center;

  }
  .topic {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 11px;
    background: #eee;
    color: #0b0b0b;
    padding: 4px;
    border-radius: 10px 2px 2px 2px;
  }
.review-body .review-box {
  display: inline-block;
  width: 32%;
  min-height: 167px;
  border: 1px solid #d6d6d6;
  padding-top: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: top;
}
.reviews .review-body .review-box{
border: none;
}
.review-body .review-box:last-child{
    
}
  .review-body .review-box h3{
    margin-bottom:5px;

  }
  .review-body .review-box p{
    margin-bottom:5px;

  }
  .review-point{
      margin-top: 3px;
      
  }
  .reviews  .review-body .review-box p,.reviews  .review-body .review-box h3{
          height:19px;
          font-size: 0;
          
  }
  .review-point span{
    vertical-align: baseline;
    margin-right: 5px;
  }
  .default-star-image{
    width: 35px!important;
    cursor: pointer;
    margin-right: 3px;
  }
  .default-star-image,.default-star-image:active,.default-star-image:focus,.default-star-image:hover{
    background-color: transparent;
  }
  
  .review-stars {
    display: flex;
    justify-content: center;
    align-items: center;
  }
 .live-rating{
    display: inline-block;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;

  }
  .live-rating.already_voted {
    font-size: 13px;
    color: green;
    background: #eee;
    border-radius: 3px;
    padding: 3px 5px;
  }
  .session_destroy{text-align:right;}
  .session_destroy a {
    background: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: navajowhite;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
  }
  .review-average {
    font-weight: 700;
    font-size: 25.88px;
  }
  .review-total {
    font-size: 16px;
    font-weight:500;
  }





.Embded_topics {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}

.Embded_topics td, .Embded_topics th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
.Embded_topics img {
  width: 20px;
  transition: 500ms;
  vertical-align: middle;
}
.Embded_topics td a{
  text-decoration: none;
}
.Embded_topics td a span {
  color: #3bbe63;
  padding: 3px;
  border-radius: 3px;
  font-size: 14px;
}
.Embded_topics img:hover{
  transform: scale(1.2);
}
.Embded_topics tr:nth-child(even){background-color: #f2f2f2;}

.Embded_topics tr:hover {background-color: #ddd;}

.Embded_topics th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #40E177;
  color: white;
}

/* ============
  Form Desgin
=============*/
.error {
  margin: 10px 0 0;
  color: red;
}
.formSection {
	width: 100%;
	background: #fff;
}

.formSectionParent {
  width: 370px;
  height: auto;
	display: flex;
  margin: auto;
  position: relative;
  box-shadow: 0 0 2px #908f8f;
	align-items: center;
  padding: 30px 10px;
	justify-content: center;
  margin-top: 50px;
}
.my-rating {
  height: 37px;
}
.formSectionContainer {
	width: 80%;
}

.linksDesign {
	display: block;
	padding: 1rem 1rem;
	font-size: 1.5rem;
	border-radius: 3px;
	border: 1px solid green;
	color: var(--colorGreen);
}

.linksDesign a {
	color: var(--colorGreen);
	display: inline-block;
	margin-left: 1rem;
	font-weight: 600;
}

.group {
	margin-top: 1.3rem;
}

.control {
	width: 100%;
	border-bottom: 1px solid silver;
	border-top: none;
	border-left: none;
	border-right: none;
	outline: none;
	padding: 1rem 0;
	border-radius: 0;
	transition: all .5s;
	box-shadow: none;
	-webkit-appearance: none;
    appearance: none;
}

.heading {
	font-size: 2.5rem;
	font-weight: 400;
}

.btn {
	display: inline-block;
	line-height: 1.5;
	text-decoration: none;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: 1rem 2rem;
	font-size: 1.3rem;
	outline: none;
	text-align: center;
	min-width: 8rem;
}

.space {
	margin: 2rem 0 ;
}

.btn-small {
	padding: 8px 1.2rem!important;
	font-size: 1.2rem;
}

.btn:hover {
	cursor: pointer;
}

.lg {
	color: #40E177;
	font-weight: 500;
}

.accountHeading {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 10px;
  text-align: center;
	
}

.btn-sweet {
	display: inline-block;
	background: -webkit-linear-gradient(-45deg, hsl(97, 89%, 69%) 0%, #31de79 100%);
	width: 100%;
	font-size: 22px;
	border-radius: 7px;
	padding: 10px;
	box-shadow: 0px 8px 1.6rem rgba(0,0,0,0.1)!important;
	font-weight: 500;
	text-transform: uppercase;

}

.btn-default {
	background: -webkit-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
	border-radius: 3rem;
	box-shadow: 0 1rem 1rem  rgba(0,0,0,.05);

}

.btn-warning {
	background: -webkit-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
	border-radius: 3rem;
	box-shadow: 0 1rem 1rem  rgba(0,0,0,.05);

}

.btn-danger {
	background: linear-gradient(to right,#ff5050, #ff9999);
	border-radius: 3rem;
	box-shadow: 0 1rem 1rem  rgba(0,0,0,.05);

}

.form-label {
	position: absolute;
	top: -1rem;
	right: -1rem;
	width: 5rem;
	height: 5rem;
	background: -webkit-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
	color: white;
	font-size: 2rem;
	border-radius: 50%;
	text-align: center;
	line-height: 5rem;
}

.form-label a {
	color: var(--colorWhite);
	text-decoration: none;
}

.form-label:hover {
	cursor: pointer;
}

.mt-20 {
	margin-top: 2rem;
}

.mt-40 {
	margin-top: 4rem;
}

/* Header */
header{
  box-shadow: 0 0 5px #cdcdcd;
}
.header{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin:auto;
  padding: 20px 0;

}

.header ul{
  display: flex;
}

.header ul li {
  padding: 5px 10px;
  list-style: none;
  font-weight: bold;
  text-transform: uppercase;
}
.header ul li a{
  color: #000;

  text-decoration: none;
}
/* Sub Menu */
.header ul li ul {
  position: absolute;
  display: none;
  flex-direction: column;
  box-shadow: 0 0 3px #0000004a;
  margin-top: 5px;
  width: 150px;
  background-color: #fff;
  z-index: 5;
}
.header ul li:hover{
  background-color: whitesmoke;
}
.header ul li ul li a{
  padding: 10px;
  display: block;
}
.header ul li ul li {
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid #b5b5b56b;
  cursor: pointer;
  position: relative;
}
.nav ul.topics li img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
    margin-right: auto;
  width: 16px;
  margin-right: 5px;
  transition: 300ms;
}
.update-post li img{
  width:20px;
}
.nav ul li img:hover{
  transform: scale(1.2);
}
.nav ul li img#editTopic{
  right: 18px;
}
.header ul li:hover ul{
  display: flex;
}
.header ul li #addPost{
  background: -webkit-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
  color: #fff;
  padding: 0 4px;
  border-radius: 50%;
  cursor: pointer;
}


.header ul li #addCategory{
  background: -webkit-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
  color: #fff;
  padding: 0 4px;
  border-radius: 50%;
  cursor: pointer;
}


.post-wrapper #topic {
  background: #fff;
}

header ul li#logout a{
  background: -webkit-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
  color: #fff;
  padding: 10px 14px;
  border-radius: 3px;
}

.post-wrapper{
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #00000029;
  z-index: 10;
}
.post-wrapper .post-box{
  width: 320px;
  position: relative;
  margin: 100px auto 0;
  padding: 20px;
  box-shadow: 0 0 4px #aaa;
  background-color: #fff;
}
.post-box.embded_codes{
  padding-top: 25px;
  padding-bottom: 50px;
}
.post-wrapper .post-box.topic-box{
  height:200px;
}
.post-wrapper .post-box input[type="submit"]{
  background: -webkit-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
  color: #fff;
  cursor: pointer;
}
.post-wrapper .post-box input,.post-wrapper .post-box textarea{
  font-size: 16px;
}
.post-wrapper .post-box input[type="submit"]:hover {
  background: -webkit-linear-gradient(-90deg, #9ff669 0%, #31de79 100%);
}
.post-wrapper .post-box h3{
  text-align: center;
  font-size: 24px;
}

.post-wrapper .post-box .close{
  display: inline;
  position: absolute;
  top: 3px;
  right: 3px;
  background: #e71d1d;
  padding: 1px 6px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
 .post-wrapper .post-box .error{
  color:red;
  font-size: 12px;
}
 .post-wrapper .post-box .message{
  color: #40e177;
  margin-top: 18px;
}
.dashboard .review-container {
  box-shadow: none;
} 

.update-post {
  position: absolute;
  bottom: 5px;
  right: 5px;

}
.update-post ul{
  list-style: none;
  display: flex;
  vertical-align: baseline;
}
.update-post ul li{
  margin-right: 5px;
  border-radius: 3px;
}
.update-post .editPost{

  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
}

.update-post .deletePost{

  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
}

.post_deleted {
  text-align: center;
  color: #3ae078;
}



.update-post-wrapper {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #9cd48369;
  z-index: 10;
}
.update-post-wrapper .update-post{
  width: 320px;
  height: 320px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 20px;
  box-shadow: 0 0 4px #aaa;
  background-color: #fff;
}
.update-post-wrapper .update-post input[type="submit"]{
  background: -webkit-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
  color: #fff;
  cursor: pointer;
}
.update-post-wrapper .update-post input[type="submit"]:hover{
  background: -webkit-linear-gradient(-90deg, #9ff669 0%, #31de79 100%);
}
.update-post-wrapper .update-post h3{
  text-align: center;
  font-size: 24px;
}

.update-post-wrapper .update-post .close {
  display: inline;
  position: absolute;
  top: 3px;
  right: 3px;
  background: #e71d1d;
  padding: 1px 6px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.update-post-wrapper .update-post .error{
  color:red;
}
.update-post-wrapper .update-post .message{
  color: #40e177;
  margin-top: 18px;
}
.dashboard .review-container {
  box-shadow: none;
}


.update-post {
  position: absolute;
  bottom: 5px;
  right: 5px;

}
.update-post ul{
  list-style: none;
  display: flex;
  vertical-align: baseline;
}
.update-post ul li{
  margin-right: 5px;
  border-radius: 3px;
}
.update-post .editPost{
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
}

.update-post .deletePost{
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
}

.iframeBox {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.iframeBox img{
  width: 20px;
  vertical-align: middle;
}
.iframeBox span{
  margin-left: 5px;
}
@media only screen and (max-width:820px){
  .welcome_msg{
    display:none;
  }
}@media only screen and (max-width:728px){
.review-body .review-box{
    width:48%;
}
}@media only screen and (max-width:660px){
.review-body .review-box{
    width:80%;
}
}@media only screen and (max-width:550px){
  .iframeBox span{
    display:none;
  }
  .header{
    width:100%;
  }
  .review-body .review-box{
    width:90%;
}
}@media only screen and (max-width:470px){
  .formSectionParent{
    width: 90%;
  }
  .formSectionParent .logo img{
    width: 60px!important;
  }
  .accountHeading {
    font-size: 24px;
}
.header ul li a, .header ul li{
  font-size: 14px;
}
.review-body .review-box{
    width:95%;
}
}