.help-block{
    color: #a94442;
}
.has-error .form-control{
    -webkit-box-shadow: inset 0 0px 1px 1px red;
    box-shadow: inset 0 0px 1px 1px red;;
}
.close{
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    padding: 0.95rem 1.45rem !important;
    color: inherit !important;
    background-color: transparent !important;
    border: 0 !important;
    appearance: none !important;
    float: right !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: .5 !important;

}
#edit_profile_popup .form-control{
  margin-bottom: 10px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.file-input-img-span {
	border-right: 0;
    padding: 3px 10px;
    background: #e9ecef;
    border: 1px solid #ced4da;
}
.file-input {
	visibility: hidden;
	position: absolute;
}
.other-service{
  padding:0.25rem 1rem !important;
}
.other-service::after {
  -ms-transform: rotate(-90deg) !important; /* IE 9 */
  -webkit-transform: rotate(-90deg) !important; /* Chrome, Safari, Opera */
  transform: rotate(-90deg) !important;
  margin-top:0px !important;
}
.other-service-dropdown:hover .other-service-submenu {display: block;left: 159px;
  right: 0;
  text-decoration: none;
  color: #1e2125;
  top: -8px;
}
.other-service{
  text-decoration: none;
  color: #1e2125;
  
}
.other-service:hover{
  text-decoration: none;
  color: #1e2125;
  
}

/*RATING DESIGN START*/
.rate {
  float: left;
  height: 46px;
  padding: 0;
  }
  .rate:not(:checked) > input {
  position:absolute;
  display: none;
  }
  .rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:37px;
  color:#ccc;
  }
  .rated:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
  }
  .rate:not(:checked) > label:before {
  content: '★ ';
  }
  .rate > input:checked ~ label {
  color: #ffc700;
  }
  .rate:not(:checked) > label:hover,
  .rate:not(:checked) > label:hover ~ label {
  color: #deb217;
  }
  .rate > input:checked + label:hover,
  .rate > input:checked + label:hover ~ label,
  .rate > input:checked ~ label:hover,
  .rate > input:checked ~ label:hover ~ label,
  .rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
  }
  .star-rating-complete{
     color: #c59b08;
  }
  .rating-container .form-control:hover, .rating-container .form-control:focus{
  background: #fff;
  border: 1px solid #ced4da;
  }
  .rating-container textarea:focus, .rating-container input:focus {
  color: #000;
  }
  .rated {
  float: left;
  height: 46px;
  padding: 0 10px;
  }
  .rated:not(:checked) > input {
  position:absolute;
  display: none;
  }
  .rated:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ffc700;
  }
  .rated:not(:checked) > label:before {
  content: '★ ';
  }
  .rated > input:checked ~ label {
  color: #ffc700;
  }
  .rated:not(:checked) > label:hover,
  .rated:not(:checked) > label:hover ~ label {
  color: #deb217;
  }
  .rated > input:checked + label:hover,
  .rated > input:checked + label:hover ~ label,
  .rated > input:checked ~ label:hover,
  .rated > input:checked ~ label:hover ~ label,
  .rated > label:hover ~ input:checked ~ label {
  color: #c59b08;
  }
/*RATING DESIGN ENDS*/

.doc-delete-btn{
 cursor: pointer;
}
.disabled-cls:hover{
  background: #E77817;
  border: 1px solid #E77817;
  border-radius: 8px;
  color: #FFFFFF !important;
  padding: 7px 30px !important;
  width: fit-content;
}
.disabled-cls{
  background: #E77817;
  border: 1px solid #E77817;
  border-radius: 8px;
  color: #FFFFFF !important;
  padding: 7px 30px !important;
  width: fit-content;
}
