.border-griy {
  border: 1px solid #dddd; }

.form-group {
  margin-bottom: 20px;
  border-radius: 5px; }
  .form-group span.map-button {
    position: relative;
    display: block; }
    .form-group span.map-button .fa-search {
      position: absolute;
      top: 0;
      height: 45px;
      width: 45px;
      display: block;
      right: 0;
      background: #fdc600;
      text-align: center;
      line-height: 45px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      cursor: pointer;
      transition: all .2s linear; }
      .form-group span.map-button .fa-search:hover {
        box-shadow: 0 0 5px #00000047; }

.form-group label {
  color: #666666;
  line-height: 2;
  padding: 15px 0 0 0;
  font-size: 13px;
  display: block;
  font-weight: 700; }

.form-group .form-control {
  border: none !important;
  border-bottom: 2px solid #d4d4ca !important;
  line-height: 45px;
  color: #999;
  padding: 0 10px;
  font-size: 15px;
  transition: 0.4s;
  background: #e6e6e6dd;
  border-radius: 5px !important;
  outline: none; }

.form-group select.form-control {
  border: none !important;
  border-bottom: 2px solid #d4d4ca !important;
  line-height: 45px;
  color: #999;
  padding: 0 10px;
  font-size: 15px;
  transition: 0.4s;
  background: #e6e6e6dd;
  border-radius: 5px !important;
  outline: none;
  height: 50px; }

.form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #fdc600 !important;
  transition: 0.4s;
  color: #222 !important;
  background: #0000000d; }

.form-group .select2-container .select2-choice {
  padding: 0 !important;
  display: block;
  height: inherit !important;
  overflow: hidden;
  position: relative;
  border: none !important;
  white-space: nowrap;
  line-height: inherit !important;
  color: #444;
  text-decoration: none;
  border-radius: inherit !important;
  /* background-clip: padding-box; */
  -webkit-touch-callout: none;
  /* -webkit-user-select: none; */
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: none;
  background: none; }

form button.submit-button {
  margin: 20px auto 40px auto;
  width: 50%;
  display: block;
  font-size: 18px;
  background: #fdc600;
  padding: 10px;
  transition: 0.4s;
  border-radius: 3px; }

form button.submit-button:hover {
  background-color: #ffd231;
  color: #333;
  transition: 0.4s; }

.form-group .form-control a span {
  color: #666; }

.form-group .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block; }

.form-group .btn {
  color: gray;
  background-color: #e9e9e9;
  padding: 10px 20px 10px 10px;
  border-radius: 5px;
  font-size: 15px;
  display: none;
  width: 100%;
  cursor: pointer !important;
  border-bottom: 2px solid #d4d4ca;
  text-align: left; }

.form-group .upload-btn-wrapper {
  /*input[type=file] {
      font-size: 100px;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
  }*/ }
  .form-group .upload-btn-wrapper img#img {
    width: 100%;
    max-width: 300px;
    height: 250px;
    object-fit: cover;
    margin: 10px auto; }

.select2-display-none {
  background: #fafafa;
  border: none !important; }

.select2-results li {
  padding: 10px; }

.select2-results .select2-result-label {
  color: #999; }

.select2-results .select2-highlighted {
  background: #0000000d !important;
  color: #222; }

.select2-search input {
  border: 1px solid #ececec !important; }

.demand-error {
  background: linear-gradient(45deg, #f91717, #fb1c1c);
  color: white;
  padding: 11px 15px;
  font-size: 17px;
  border-radius: 3px;
  margin: 5px 0; }

.demand-error i {
  font-size: 20px;
  margin-right: 10px; }

.company-heading-view {
  height: auto !important; }

@media (max-width: 480px) {
  .header-search.slider-home {
    height: auto !important; } }
#header .home-slide.header-nav-bar {
  z-index: 998 !important; }

.tag {
  display: inline-flex;
  background: #28a3ff;
  margin: 2px 3px;
  padding: 4px;
  border-radius: 3px;
  float: left;
  color: #fff; }

.tag:hover {
  background: #2299f3; }

.tag i {
  display: block;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  margin-left: 20px;
  cursor: pointer; }

.tags-group input.tag-form {
  width: fit-content;
  float: left;
  line-height: 2;
  border: none !important;
  border-bottom: 0 solid #d4d4ca !important;
  color: #999;
  padding: 0 10px;
  font-size: 15px;
  transition: 0.4s;
  background: none !important;
  border-radius: 0 !important;
  outline: none; }

.tags-group input.tag-form:focus {
  border: none !important;
  border-bottom: 0 solid #d4d4ca !important;
  color: #999;
  padding: 0 10px;
  font-size: 15px;
  transition: 0.4s;
  background: none !important;
  border-radius: 0 !important;
  outline: none; }

.tags-group {
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #d4d4ca !important;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  transition: 0.4s;
  background: #e9e9e9;
  outline: none;
  display: inline-block;
  border-radius: 5px; }

.select2-container-multi .select2-choices {
  border: 0 !important;
  background: none !important; }

.form-group .form-control .fa-search {
  position: absolute;
  top: 0;
  right: 0; }
.timer-div {
    text-align: center;
}
.timer-div > .timer-numaric{
    font-size: 50px; font-weight: bold;
}
.timer-div > .timer-title{
    font-size: 20px;
    font-weight: 600;
}
/*# sourceMappingURL=create_demand.css.map */
