.widget_button_help {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 101;
  justify-content: center;
  padding: 1rem;
  border-radius: 100%;
  transform: rotate(0deg);
  opacity: 0;
}
.widget_button_help.show {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.widget_button_help:active {
  transform: rotate(360deg);
}

#help_center_widget .widget_form_holder {
  max-width: 300px;
  position: fixed;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  bottom: 75px;
  right: 15px;
  z-index: 1031;
}
#help_center_widget .widget_form_holder .list-group .list-group-item {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #EEEEEE;
}
#help_center_widget .widget_form_holder .list-group .list-group-item:hover:not(.active) {
  background-color: #EEEEEE;
}
#help_center_widget .widget_form_holder .list-group .list-group-item:not(.active) a {
  display: block;
  color: #000000;
}
#help_center_widget .widget_form_holder .list-group .list-group-item:not(.active) a:hover {
  text-decoration: none;
  display: block;
  color: #000000;
}
#help_center_widget .widget_form_holder .list-group .list-group-item.active {
  cursor: default;
  background-color: #0C84D9;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.5;
}
#help_center_widget .widget_form_holder .list-group .list-group-item.active a {
  cursor: default;
  border-bottom: none;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 1rem;
}
#help_center_widget .widget_form_holder .list-group a.back_button, #help_center_widget .widget_form_holder .list-group a.back_button:hover {
  display: block;
  color: #0C84D9;
  margin-top: 1.5rem;
}
#help_center_widget .widget_form_holder .answer {
  background-color: #F4F4F4;
  padding: 1.5rem;
}
#help_center_widget .widget_form_holder .question_footer {
  background-color: #F4F4F4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  bottom: 0;
}
#help_center_widget .search_icon {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
}
#help_center_widget .support_icon,
#help_center_widget .close_icon {
  width: 22px;
  height: 22px;
  fill: #FFFFFF;
}
#help_center_widget #answer_holder {
  height: 400px;
  overflow-y: auto;
  margin-bottom: 2rem;
}
#help_center_widget #answer_holder .list-group li {
  line-height: 1.5;
}
#help_center_widget #answer_holder .list-group li.hover:hover:not(.active) {
  background-color: #EEEEEE;
}
#help_center_widget .answer_outer_holder {
  display: flex;
  flex-direction: column;
}
#help_center_widget .answer_outer_holder .list-group-item {
  flex: 1;
  display: flex;
  align-items: center;
}
#help_center_widget .answer {
  overflow: auto;
}
#help_center_widget .answer:hover .answer-fade {
  background: none;
}
#help_center_widget .question_footer .answer-fade {
  height: 40px;
  width: 270px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45OCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(244, 244, 244, 0.02) 0%, rgba(244, 244, 244, 0.98) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 244, 244, 0.02)), color-stop(100%, rgba(244, 244, 244, 0.98)));
  background: -webkit-linear-gradient(top, rgba(244, 244, 244, 0.02) 0%, rgba(244, 244, 244, 0.98) 100%);
  background: -o-linear-gradient(top, rgba(244, 244, 244, 0.02) 0%, rgba(244, 244, 244, 0.98) 100%);
  background: -ms-linear-gradient(top, rgba(244, 244, 244, 0.02) 0%, rgba(244, 244, 244, 0.98) 100%);
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0.02) 0%, rgba(244, 244, 244, 0.98) 100%);
  filter: none;
  position: absolute;
  top: 0;
  margin-top: -3.5rem;
  margin-left: -1.5rem;
}
#help_center_widget .loading_content {
  flex-direction: column;
  height: 100%;
  color: #0C84D9;
  font-family: "Ubuntu", Tahoma, Verdana, Segoe, sans-serif;
  font-size: 2.4rem;
  text-align: center;
}
#help_center_widget .no_results {
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  color: #0C84D9;
  font-family: "Ubuntu", Tahoma, Verdana, Segoe, sans-serif;
}
#help_center_widget .close_button {
  background-color: #30AAEB;
  border-color: #30AAEB;
  box-shadow: 0 0 0 1px #30AAEB inset;
}
#help_center_widget .close_button:hover {
  opacity: 1;
}
#help_center_widget .hw_form_contact {
  height: 475px;
  background-color: #F4F4F4;
  border-radius: 6px;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
#help_center_widget .hw_form_contact .form-inner-wrapper {
  overflow-y: auto;
}
#help_center_widget .hw_form_contact .back_holder {
  height: 54px;
}
#help_center_widget #contact_holder {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex: 1;
}
#help_center_widget .form-inner-wrapper {
  overflow: auto;
}

.buy_esim .widget_button_help,
.activate .widget_button_help,
.bring_your_own_phone .widget_button_help {
  bottom: 80px;
}
.buy_esim #help_center_widget .widget_form_holder,
.activate #help_center_widget .widget_form_holder,
.bring_your_own_phone #help_center_widget .widget_form_holder {
  bottom: 140px;
}

#search_section #go_search img {
  width: 24px;
  height: 24px;
  max-width: 24px;
}

/*# sourceMappingURL=help_center_widget.css.map */
