.form-group.note-form-group.note-group-select-from-files{
	
	background: #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin: 1.25em auto;
    overflow: hidden;
    padding: 0.875em;
    position: relative;
    text-align: center;
    height: 177px;
    width: 100%;
    cursor: pointer;
    border: 2px dashed #639EB5;
    }
    label.note-form-label{
    top: 56px;
    position: relative;
    color: #639EB5;
    }
    input[name="files"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 177px !important;
    cursor: pointer;
}
    .note-modal-footer {
    height: 70px !important;
    }
    input.btn.btn-primary.note-btn.note-btn-primary.note-image-btn {
    background: #639EB5;
    color: #fff;
    border: 1px solid #639EB5 !important;
    line-height: 12px;
}
.form-main-wrapper {
  padding-right: 15px;
}
.form-main-wrapper h3.form-title.text-center {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0 0px;
  color: #091725;
}

.form-wrapper .form-sub-title .sub-title {
  color: #707070;
  font-size: 16px;
  font-weight: 500;
}
.select2-container--bootstrap-5 .select2-dropdown
{
	border-color:#97d7d7;
}
.form-wrapper .form-fields {
  margin-bottom: 10px;
}
.form-fields textarea,
.form-fields input,
.form-fields select {
  border: 1px solid #97d7d7 !important;

  color: #707070;
  font-size: 16px;
  /* line-height: 15px; */
  background-color: #fff;
}

.form-fields textarea {
  background-color: #fff;
}
.form-fields input:not([type="checkbox"]) {
  border: 1px solid #97d7d7 !important;
  height: 42px;
  line-height: 42px;
  color: #707070;
  font-size: 16px;
  /* width: auto; */
  /* line-height: 15px; */
  background-color: #fff;
}
.skill input[type="radio"] {
  height: 15px;
}
.form-check-input:checked[type=radio] {
    background-color: #0c1725;
}

.form-fields input::placeholder {
  color: #707070;
  font-size: 16px;
  padding-left: 0;
}
/* .start-date input::placeholder,
.end-date input::placeholder {
  padding-left: 20px;
} */

.form-fields select {
  height: 42px;
  width: 100%;
}
.form-fields select:focus {
  box-shadow: none;
}
.form-fields button.btn.btn-primary[type="reset"] {
  background: none;
  color: #707070;
  border: none;
  position: relative;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.form-fields button.btn.btn-primary[type="reset"]:hover {
  color: #c7202f;
  border-color: #c7202f;
}
.form-fields button.btn.btn-primary[type="reset"]:hover::before {
  border-color: #c7202f;
}
.form-fields button.btn.btn-primary[type="reset"]::before {
  border-bottom: 1.5px solid #707070;
  width: 100%;
  position: absolute;
  content: " ";
  top: 88%;
}
.form-fields button.btn.btn-primary[type="submit"] {
  background: #c7202f;
  border-color: #c7202f;
  border-radius: 30px;
  padding: 9px 24px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  transition: all 0.5s ease;
}
.form-wrapper .form-fields button.btn.btn-primary[type="submit"]:hover {
  background: #639eb5;
  border-color: #639eb5;
  color: #fff;
}
.form-wrapper .bottom-btn {
}
/* select 2 style */

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: none;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  font-family: bootstrap-icons;
  position: absolute;
  top: 12%;
  left: -5%;
  font-size: 18px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  font-family: bootstrap-icons;
  position: absolute;
  top: 12%;
  left: -5%;
  font-size: 18px;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #97d7d7;
  height: 42px;
  width: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 6px;
    color: #707070;
    padding-left: 10px;
    font-size: 16px;
    padding-right: 40px;
}

button.select2-selection__clear {
    padding-top: 7px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 2px solid #000;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
  position: absolute !important;
  top: 1px !important;
  right: 10px !important;
  width: 20px !important;
}
.select2-search--dropdown {
  display: block;
  padding: 0px;
}
.select2-container--default .select2-results > .select2-results__options {
  /* border: 1px solid #97d7d7; */
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #639eb5;
  color: white;
}
.select2-container--default .select2-results__option--selected {
  background-color: #639eb5;
  color: #fff;
}
.select2-results__option {
  padding: 4px 20px;
  text-align: left;
}

/* form style for mobile responsive all pages  */
@media only screen and (max-width: 1499px) {
  .find-training .form-main-wrapper {
    padding-right: 0px;
    padding-left: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .bottom-btn {
    padding-bottom: 15px;
  }

  .find-training .form-main-wrapper {
    padding-right: 15px;
    padding-left: 30px;
  }
  .training-single .form-main-wrapper {
    padding-right: 0px;
    padding-left: 17px;
  }
  .training-author .form-main-wrapper {
    padding-right: 0px;
    padding-left: 20px;
  }

  .more-filters {
    display: none;
  }
}
input.form-control {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: 0.75rem;
  position: relative;
  width: 100%;
}
.form-fields:focus
{
  border: none !important;
}

.select2-container .select2-selection--single
{
    border: 1px solid #97d7d7 !important;
    height: 41px !important;
    line-height: 42px;
    color: #707070;
    font-size: 16px;
    background-color: #fff;
    border-radius: 6px;
}


input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* date fields */

.distance-input {
  position: relative;
  width: 50%;
}

.date {
  position: relative;
}

.date i {
  position: absolute;
  left: 10px;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  color: #707070;
}

.date .invalid-feedback,
.distance-input .invalid-feedback {
  position: absolute;
  top: 100%;
  left: 0;
}

.was-validated .date-inputs,
.was-validated .distance-inputs {
  margin-bottom: 26px;
}

.was-validated .date-inputs .form-control:focus,
.was-validated .distance-inputs .form-control:focus {
  box-shadow: none;
}

.was-validated .date-inputs,
.was-validated .distance-inputs {
}

.date-filter .date-inputs,
.distance-filter .distance-inputs {
  border-radius: 4px;
  position: relative;
  border: 1px solid #97d7d7;
}
.date-filter .date-inputs {
  margin-bottom: 10px;
}

.no-data-found
{
  margin-top: 150px;
  margin-left: 170px;
  padding: 100px;
  border: 2px dashed #fff;
  font-size: 20px;
  font-weight: 500;
  color: #091725;
}

.date-filter .date-inputs input {
  border: none !important;
  background: transparent;
  font-size: 15px;
}

.date .start-date-input,
.date .end-date-input {
  padding-left: 34px;
}

.distance-filter .distance-inputs input,
.distance-inputs .select2-container--default .select2-selection--single {
  border: none !important;
  background: transparent;
  font-size: 15px;
}

.date-filter .date-inputs input:first-of-type::placeholder,
.date-filter .date-inputs input:last-of-type::placeholder {
  text-align: left;
}

span.seperator {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background: #97d7d7;
  font-weight: 700;
  font-family: inherit;
  height: 20px;
  width: 1px;
}

#show-filters i::before {
  rotate: 0;
  transition: transform 0.5s ease;
}

.filters-toggled i::before {
  transform: rotate(180deg);
}

#removeLocation:active {
  border: none;
}

#removeLocation {
  border: none;
  padding: 0;
  color: #d9d9d9;
}

.form-select {
  background-image: none;
  padding: 0;
}

.form-fields select {
  padding-left: 15px;
  text-align: inherit;
}

input::placeholder {
  text-transform: capitalize;
}






::placeholder {
  text-align: left !important;
}
/* or, for legacy browsers */
::-webkit-input-placeholder {
  text-align: left !important;
}
:-moz-placeholder { /* Firefox 18- */
  text-align: left !important;
}
::-moz-placeholder {  /* Firefox 19+ */
  text-align: left !important;
}
:-ms-input-placeholder {
  text-align: left !important;
}

