@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playwrite+AU+QLD+Guides&display=swap');

.manager_anyone_form{

  background-size:19px; 
  background-repeat:no-repeat;
  background-position:15px;
  padding-left:40px !important;
  font-family:Lato;
  width:180px !important;

}

.leave_review_color{

  color: #404a59;

}

.to_color_modal a{
  color: #335EEA !important;
}

.modal-bg .form-box .form-group input[type="email"] {
  width: 100%;
  height: 36px;
  border: 1px solid #E1E8EE;
  border-radius: 5px;
  padding: 10px;
}

.grecaptcha-badge{
	
	visibility:hidden !important;
}

.dashboard-content_container .item-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 15px;
}
.dashboard-content_container .grid-item__inner {
  position: relative;
}
.dashboard-content_container .reviews-list,
.dashboard-content_container .item-content {
  padding: 10px 15px;
}
.dashboard-content_container .individual-item img {
  height: 50px;
}
.dashboard-content_container .date_container {
  position: absolute;
  top: 50px;
  right: 15px;
}

.open-review-modal a {
  
  color: #335EEA;
}

.open-review-modal{
  cursor: pointer;
}

div::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.requiredField{
	color: red;
}

.false-input, .form-control, .form-control option{

  font-family:Lato !important;


}