@media only screen and (max-width: 700px) {
  .activity_participation_form_label{
    font-size: 14px !important;
  }
  .search-btn-flex-set{
    display: block !important;
    float: none !important;
  }
}
.activity_participation_form_section {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.activity_participation_form {
  /* padding-left: 15px; */
  padding-bottom: 20px;
}

.activity_participation_form_row {
  margin-top: 20px;
}

/* .activity_participation_form_fields{
    margin-right: 50px;
} */

.activity_participation_form_label {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #181818;
  margin-bottom: 10px;
  font-family: 'OpenSans-Bold';
}

.activity_participation_form_label sup {
  color: #ed2121;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.activity_participation_form_select,
.activity_participation_form_date_box input {
  padding: 13px 16px;
  width: 100%;
  height: 46px;
  background-color: #EFEFEF !important;
  border-radius: 8px;
  border: none;
  color: #181818;
  font-size: 14px;
}

.activity_participation_form_table {
  width: 730px;
}

.activity_participation_form_table thead {
  background-color: #6284fd;
  border: 1px solid #e2e2e2;
}

.activity_participation_form_table thead th {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.activity_participation_form_table tbody tr th {
  color: #181818;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.activity_participation_form_table tbody .row1 {
  background-color: #fff;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.activity_participation_form_table tbody .row2 {
  background-color: #f8f8f8;
  border: none;
}

.activity_participation_form_table tbody .row3 {
  background-color: #ecf0ff;
  border: none;
}

.row1 th input,
.row2 th input {
  background-color: #ededed;
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: #181818;
  text-align: right;
}

.row1 th input::-webkit-outer-spin-button,
.row1 th input::-webkit-inner-spin-button,
.row2 th input::-webkit-outer-spin-button,
.row2 th input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.row3 th {
  color: #001a53 !important;
  font-weight: 700 !important;
}

.activity_participation_form_desc textarea {
  padding: 13px 16px;
  background-color: #EFEFEF;
  border-radius: 8px;
  border: none;
  color: #181818;
  font-size: 14px;
  width: 100%;
}

.activity_participation_form_upload_image label {
  height: 150px;
  /* flex-direction: column; */
  margin-top: 30px;
  max-width: 100%;
  min-width: 100%;
}

.activity_participation_form_upload_image label div span span {
  text-decoration: none;
}

.activity_participation_form_upload_image {
  background-color: #EFEFEF;
  height: 195px;
  /* width: 340px; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.activity_participation_form_buttons {
  display: flex;
  justify-content: flex-end;
}

.reset_button_box button {
  background: #ecf0ff;
  border-radius: 30px;
  padding: 12px 32px;
  color: #001a53;
  font-size: 18px;
  font-weight: 700;
  border: none;
  margin-right: 25px;
}

.submit_button_box button {
  background: #001a53;
  border-radius: 30px;
  padding: 12px 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
}

.reset_icon_btn {
  margin-left: 8px;
}

.right_arrow_icon_btn {
  margin-left: 8px;
}

.table_overflow_div {
  overflow-x: auto;
}

.showErrormsg {
  color: red;
  font-family: "OPENSANS-REGULAR";
  font-size: 12px;
  margin-top: 10px;
}

.participation_form-description-limit {
  font-family: "OPENSANS-REGULAR";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #5c5c5c;
}

.image-upload-container {
  cursor: pointer;
  border: 2px dashed #001a53;
  height: 118px;
  padding-top: 20px;
  text-align: center;
  margin-top: 0px !important;
  max-width: 100%;
  min-width: 75% !important;
  border-radius: 8px;
}

.image-upload-container input {
  display: none;
}

.image-upload_filename {
  font-weight: 400;
  font-size: 13px;
  color: #3d3d3d;
}

.image-upload-container span {
  font-weight: 400;
  font-size: 12px;
  color: #5c5c5c;
}

.browse-files-text {
  margin-bottom: 5px !important;
}

.date_range_input {
  width: 100%;
  padding: 11px;
  background: #EFEFEF;
  border: none;
  border-radius: 8px;
}

/* 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;
}

.error_row{
  padding: 5px !important;
  background-color: #fff;
  text-align: right;
}

.error_row th{
  color: red !important;
  font-family: "OPENSANS-REGULAR";
  font-size: 13px !important;
}
.fromto-date-disable-input{
  color: rgb(138, 138, 138) !important;
  outline: none !important;
  cursor: no-drop !important;
}
.search-btn-flex-set{
  display: flex;
  float: right;
}