.spcf-form-content label,.spcf-form-content input[type="text"],
.spcf-form-content input[type="text"],
.spcf-form-content input[type="email"],
.spcf-form-content input[type="date"],
.spcf-form-content input[type="number"],
.spcf-form-content input[type="file"],
.spcf-form-content textarea,.spcf-form-content select {
  width: 100%;
  float: left;
}


.spcf_required{
  color: red;
}

/* tweenty-twentty theme active */

/* .formError{
  top: auto !important ;
  left: auto !important;
  margin-top: 30px !important;
} */

.spcf-form-content .row {
margin-bottom: 15px;
float: left;
width: 100%;
}
.spcf-form-content .row label {
  font-weight: bold;
  font-size:14px;
  color:#9e9e9e;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 5px;
}
.spcf-form-content #input_size label , .spcf-form-content .label_color label {
  /* font-weight: bold; */
  font-size:14px;
  color:#9e9e9e;
}
 .spcf-form-content .row p input[type="radio"],.spcf-form-content .row p input[type="checkbox"] {
  float: left;
  margin-top: 6px;
  margin-right: 4px;
  height: 17px;
  width: 17px;
  margin-left: 10px;
   cursor: pointer;
}
.spcf-form-content .row p label {
  float: left;
  width: auto !important;
  font-size: 14px;
  color: #9e9e9e;
  margin-top: 3px;
}
.spcf-form-content input[type="file"]
{
  color: #767676;
  padding-top: 11px !important;
}
.spcf-form-content .row p {
  float: left;
  margin-bottom: 0px;
  width: auto;
  margin-top: 9px;
  margin-left: 5px;
}
.spcf-error {
  color: red;
}
footer.wp-block-template-part
{
	float: left;
	width: 100%;
}
.submit_button_set
{
	width: 100%;
	height: 40px;
}
.spcf-form-content input[type="text"], .spcf-form-content input[type="text"], .spcf-form-content input[type="email"], .spcf-form-content input[type="date"], .spcf-form-content input[type="number"], .spcf-form-content input[type="file"], .spcf-form-content textarea, .spcf-form-content select
{
	height: 45px;
  border: 1px solid #b7bcbf !important;
  padding: 8px;
  color: #818386;
  font-size: 14px;
  border-radius: 0px;
}
.spcf-form-content label
{
  height: auto;
}
input[type="file"]
{
  padding: 9px !important;
  border: 1px solid #767676 !important;
}
#spcf-submit
{
	width: 100%;
	height: 45px;
  font-size: 16px;
  border: 1px solid #b7bcbf;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus,  textarea:focus , .spcf-form-content select:focus , input[type=file]:focus
{
  border: 1px solid #b7bcbf !important;
  outline-offset: 4px;
  outline: 2px dotted #b7bcbf !important;
}
input[type=radio]:after {
  content: "";
  opacity: 0;
  display: block;
  left: 3px;
  top: 3px;
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50% !important;
  background: black;
}
input[type=radio]:checked , input[type=checkbox]:checked {
  border: 4px solid #b7bcbf;
}
input[type=radio]:checked:focus , input[type=checkbox]:focus {
  outline-offset: 4px;
  outline: 2px dotted #b7bcbf;
}
input[type="radio"]:checked {
  border: 1px dotted #b7bcbf;
  border-radius: 50%;
}
.alert.alert-success {
  float: left;
  width: 97%;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
}
.alert {
  padding: 10px !important;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  width: 100%;
  background: #99CCFF;
  /* margin-bottom: 50px; */
  padding: 5px;
  position: relative;
  font-size: 15px;
  -webkit-animation: mymove 0.5s;
  -webkit-animation-fill-mode: forwards;
}

.disabled_border_design
{
  border: 1px solid #b7bcbf;
  width: 100%;
  float: left;
  min-height: 45px;
  height: auto;
}
/* input input[type="file"]::file-selector-button {
  padding: 0 16px;
  height: 40px !important;
} */
input input[type="file"]{
  padding-top: 11px !important;
}
input::file-selector-button {
  /* margin-top: 0px; */
  margin-left: 0px !important;
	color: grey;
	border: 0px solid !important;
	/* height:27px; */
	/* justify-content: center !important; */
  }

  .form-control:focus
  {
    -webkit-box-shadow: unset !important;
     box-shadow: unset !important;
  }
  h1.has-text-align-center.wp-block-post-title
  {
    font-family: 'Inter';
  }
  .alert.alert-dengar
  {
    background: #F8D7DA;
    color: #721C24;
  }

.fas
{
	border: #FFC107;
	font-family: "Font Awesome 5 Pro";
  	font-weight: 900;
}
.star-light
{
	color:#c7cdd3;
    font-size: 25px;
    margin: 5px;
}
.text-warning
{
	font-size: 25px;
	margin: 5px;
}

/* multiple attachment css */
.rating_image_main .imagePreview {
  width: max-content;
  float: left;
}
.rating_image_main .rating_set {
  width: 10%;
  float: left;
}
.rating_set input.fileField {
  position: absolute;
  width: 55px;
  height: 55px;
  opacity: 0;
  cursor: pointer;
}
.rating_image_main .rating_set label, .rating_image_main .rating_set #fileField {
  float: left;
}
.rating_set .file_img {
  display: block;
  width: 55px;
  height: 55px;
  background: #eee url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxOSI+PHBhdGggZmlsbD0iIzg3ODc4NyIgZD0iTTIuNzQgMi43MTRWMGgxLjgyNXYyLjcxNGgyLjc0djEuODFoLTIuNzR2Mi43MTRIMi43NFY0LjUyNEgwdi0xLjgxaDIuNzR6bTIuNzM4IDUuNDI5VjUuNDI5aDIuNzRWMi43MTRoNi4zOWwxLjY3MiAxLjgxaDIuODk0YzEuMDA0IDAgMS44MjYuODE0IDEuODI2IDEuODFWMTcuMTljMCAuOTk2LS44MjIgMS44MS0xLjgyNiAxLjgxSDQuNTY1YTEuODIzIDEuODIzIDAgMDEtMS44MjYtMS44MVY4LjE0M2gyLjc0em02LjM5MiA4LjE0M2MyLjUyIDAgNC41NjUtMi4wMjcgNC41NjUtNC41MjRTMTQuMzkgNy4yMzggMTEuODcgNy4yMzhjLTIuNTIgMC00LjU2NiAyLjAyNy00LjU2NiA0LjUyNHMyLjA0NiA0LjUyNCA0LjU2NiA0LjUyNHptLTIuOTIyLTQuNTI0YzAgMS42MDEgMS4zMDUgMi44OTUgMi45MjIgMi44OTUgMS42MTYgMCAyLjkyMS0xLjI5NCAyLjkyMS0yLjg5NSAwLTEuNjAyLTEuMzA1LTIuODk1LTIuOTIxLTIuODk1LTEuNjE3IDAtMi45MjIgMS4yOTMtMi45MjIgMi44OTV6Ii8+PC9zdmc+) no-repeat;
  background-position: 50%;
  background-size: 20px;
  cursor: pointer;
}
.rating_image_main .img-container img
{
  height: 55px;
  width: 55px;
}
.imagePreview .img-container .delete-icon {
  font-weight: 700;
  position: absolute;
  margin-top: -60px;
  margin-left: 40px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #212121;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.imagePreview .img-container {
  position: relative;
  border: 1px solid #eee;
  display: inline-block;
  margin-right: 14px;
}