/* body {
  display: table;
  width: 400px;
  margin: 20px auto;
  padding: 20px;
  line-height: 25px;
  border-radius: 5px;
  color: #545454;
  font-size: 17px;
  line-height: 21px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 5px #efebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  word-break: break-word;
}

.success {
  background-color: green;
}

.gathr_button {
    display: table;
    width: auto;
    margin: auto;
    padding: 12px 24px;
    font-size: 19px;
    line-height: 19px;
    background: #6E6EEF;
    color: #fff;
    border-radius: 5px;
    border: 0;
    text-decoration: none;
    text-transform: none;
}

.gathr_button:hover {
   cursor: pointer;
} */


/* RSVP widget form style */
body {
  width: 100%;
  margin: 0 auto;
  background: white;
  padding-bottom: 0px;
}

.gathr_e_r_w_div {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin: 20px auto;
  margin-top: 0px;
}

.gathr_event_rsvp_widget_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #1F1F1F;
  margin: 20px auto;
}

.gathr_event_rsvp_widget_input {
  border: 1px solid #BDC3C7;
  border-radius: 4px;
  padding: 15px 12px;
  margin-bottom: 15px;
}

.gathr_event_rsvp_widget_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: rgba(42, 44, 43, 0.54);
  opacity: 1; /* Firefox */
}

.gathr_event_rsvp_widget_form_button {
  background: #6C5CE7;
  border-radius: 6px;
  align-items: center;
  padding: 18px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 15px auto;
  cursor: pointer;
  border: none;
  width: calc(100% - 20px);
  display: block;
  text-align: center;
  text-decoration: none;
}
.gathr_event_rsvp_widget_form_button:hover {
  text-decoration: none;
}
.gathr_event_rsvp_tos_p {
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  color: #A3A3A3;
}

.gathr_e_r_w_ticket_counter_div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.gathr_e_r_w_ticket_control {
  font-weight: 500;
  font-size: 27.0367px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  width: 21px;
  height: 21px;
  background: #7070EF;
  border-radius: 2.81633px;
  cursor: pointer;
  justify-content: center;
  margin: 0 30px;
}
#gathr_e_r_w_ticket_count {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #6C5CE7;
}

.gathr_e_r_w_ticket_control.count_disabled {
  color: #CCCCCC;
  background: #EDEDED;
}
.gathr_event_rsvp_widget_order_status {
  text-align: left;
}
.gathr_e_r_w_success_div {
  background: #DEFAF0;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  margin-bottom: 40px;
}
.gathr_e_r_w_success_order_complete_label {
  width: 23px;
  padding-right: 10px;
}
.gathr_e_r_w_success_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000000;
}
.gathr_e_r_w_going_to_label {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #6C5CE7;
  padding-bottom: 5px;
}
.gathr_e_r_w_order_title {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #2A2C2B;
  padding-bottom: 20px;
}

.gathr_e_r_w_order_info_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #2A2C2B;
}
.gathr_e_r_w_order_info_content {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #2A2C2B;
  padding-bottom: 20px;
}
.tos_color {
  color: #6C5CE7;
}
.gathr_event_rsvp_survey_form {
  padding-top: 20px;
}
#gathr_e_r_s_back {
  position: absolute;
  top: 43px;
  left: 30px;
}
.gathr_e_r_s_i_container {
  text-align: left;
  margin-bottom: 15px;
}
.gathr_e_r_s_i_container .input_error {
  color: #F44336;
  display: none;
  font-size: 12px;
}
.gathr_e_r_s_i_container.show_error .input_error {
  display: block;
}
.select2.select2-container.select2-container--default {
  display: block;
}
.select2-container--default .select2-selection--multiple{
  padding: 4px 8px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #cccccc;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 4px;
  min-height: 45px;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single{
  padding: 4px 8px;
  margin-bottom: 0px;
  font-size: 15px;
  color: #333333;
  border: 1px solid #cccccc;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 4px;
  min-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #DDE2EF;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 17px;
  margin-top: 9px;
  margin-left: 0;
}
.select2-dropdown.select2-dropdown--below{
  z-index: 999999;
}

.select2-selection.select2-selection--multiple  {
  padding-right: 30px !important;
}

.select2-selection.select2-selection--multiple:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  color: white;
  background-color: #6c5ce7;
  border: none;
  padding: 4px 5px 4px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white;
  top: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: white;
  background-color: #6c5ce7;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 10px;
  padding-right: 10px;
}

.gathr_r_w_s_q_t {
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #2A2C2B;
  text-align: left;
}
.gathr_r_w_s_checkbox .shopping_checkbox_label{
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #2A2C2B;
  text-align: left;
  padding-left: 35px;
}
