@font-face {
  font-family: "basisM";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/basis-grotesque-medium.ttf");
}
@font-face {
  font-family: "basisL";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/basis-grotesque-light.ttf");
}
.message-content {
  width: 300px;
  height: 250px;
  box-sizing: border-box;
  font-family: "basisM";
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background: white;
}

.img-wrap {
  width: 300px;
  height: 250px;
  float: left;
  box-sizing: border-box;
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #323335;
}

.page-contents {
  box-sizing: border-box;
  /* padding: 5px 5px 11px 5px; */
}
.content-screen.flex,
.brand_header {
  width: 300px;
  float: right;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  position: relative;
  min-height: 250px;
  box-sizing: border-box;
}
.content-screen.flex.ans5 {
  min-height: 250px;
  padding-top: 16px;
}
.get-in-as-flex {
  display: flex;
}

.get-out {
  display: none;
}

.head {
  font-family: "basisM";
  font-style: normal;
  font-size: 11px;
  line-height: 14px;
  /* identical to box height, or 127% */
  text-align: center;
  color: #000000;
  margin-bottom: 5px;
}

.question,
.question_no {
  font-family: "basisM";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #0e0e0f;
  margin-bottom: 12px;
  width: 268px;
  margin-left: auto;
  margin-right: auto;
  max-height: 52px;
  overflow: hidden;
}

.radio_selection {
  width: 268px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.title-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  color: #141723;
  position: absolute;
  top: 25px;
  left: 26px;
}
/***************************radio button****************/
.radio {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  /* font-size: 16px; */
  line-height: 24px;
  width: 100%;
  font-family: "basisM";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #141723;
  width: 130px;
  word-break: break-word;
}
.radio__input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: -1;
}
.radio__label {
  display: inline-block;
  padding: 0 0 0 5px;
  min-height: 24px;
  font-size: 10px;
}
.radio__label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 14px;
  z-index: 1;
  transition: rgb(0, 0, 0) 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio__label:after {
  content: "";
  position: absolute;
  top: 7.1px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
/* .radio__input:checked + .radio__label:before {
  border-color: rgb(0, 0, 0);
} */
.radio__input:checked + .radio__label:after,
.radio:hover .radio__label:after {
  transform: scale(1, 1);
}
/*********************************************/
/***************************checkbox****************/
.checkbox {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  /* font-size: 16px; */
  line-height: 24px;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #141723;
  width: 256px;
  word-break: break-word;
}
.checkbox__input {
  position: absolute;
  top: -4px;
  left: 0;
  width: 36px;
  height: 20px;
  z-index: -1;
}
.checkbox__label {
  display: inline-block;
  padding: 0 0 0 35px;
  min-height: 24px;
}

.radio_sel,
.checkbox_sel {
  color: #0e0e0f;
  font-family: "basisM";
  font-size: 12px;
  line-height: 13.2px;
  width: 130px;
  height: 32px;
  border-radius: 24px;
  border: solid 1px #bcbcbc;
  background-color: #ffffff;
  cursor: pointer;
  word-break: break-word;
  margin-bottom: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  z-index: 999;
  overflow: hidden;
}
/* .toast-screen {
  padding-top: 50px;
}
.toast-screen.resp {
  padding-top: 0px;
} */
.radio_sel.ans5,
.checkbox_sel.ans5 {
  /* height: 26px;
  width: 268px;
  border-radius: 10px; */
}
.long-ans {
  width: 100%;
}
.sel5 {
  height: 26px;
  width: 100%;
}
.banner {
  width: 300px;
  height: 50px;
}
#banner-wrap {
  margin-bottom: 17px;
}

.single_sel {
  padding: 0 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* display: flex;
  padding: 18px 7px 16px 7px;
  min-height: 24px;
  font-size: 10px;
  justify-content: center; */
  /* display: flex; */
  /* padding: 18px 7px 16px 7px; */
  /* min-height: 24px;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 46px; */
}

.single_sel.ans5 {
  /* width: 268px;
  height: 26px; */
}

.sel_true {
  background-color: rgba(50, 87, 251, 0.05);
  border: 1px solid #3257fb;
}

.select_All {
  color: #999999;
  font-family: "basisM";
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 10px;
  position: relative;
}

.toast_head {
  position: relative;
  margin-top: 43px;
  font-family: "basisM";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #0e0e0f;
  width: 268px;
  margin-left: auto;
  margin-right: auto;
  max-height: 44px;
  overflow: hidden;
}

.toast_head.withEmail {
  margin-top: 14px;
}

#email-response-section {
  display: none;
}

#email-response-section .toast_head {
  margin-top: 43px;
}

.toast_text.withEmail {
  margin-bottom: 36px;
}

.toast_text {
  margin-top: 8px;
  font-family: "basisL";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #6a6e74;
  margin-bottom: 24px;
  width: 268px;
  margin-left: auto;
  margin-right: auto;
  max-height: 38px;
  overflow: hidden;
}

.brand_header {
  min-height: 20px;
  max-height: 50px;
  background-color: #ffffff;
  border: 0px solid #d3d6da;
}

.Verizon-Logo-1 {
  width: 60px;
  height: 13.3px;
  object-fit: contain;
}

.brand_title {
  width: 200px;
  height: 15px;
  font-family: Helvetica;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #b0b7bb;
}

.brand_text {
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  /* identical to box height */
  text-align: center;
  color: #b0b7bb;
}

.button.button_next {
  position: absolute;
  bottom: 13px;
  z-index: 99;
  right: 16px;
  display: none;
  background-color: #ebebeb;
  color: #8a8e97;
}

.button.button_next.no-banner {
  bottom: 28px;
}

.button {
  font-family: "basisL";
  padding: 0 12px;
  font-size: 12px;
  color: white;
  cursor: pointer;
  background: #0e0e0f;
  border-radius: 42px;
  height: 24px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
}
.button.outlined {
  float: left;
  position: relative;
  top: 12px;
  left: 8px;
  background-color: transparent;
  color: #8a8e97;
  border: 1px solid #8a8e97;
}

.button.outlined.active {
  color: #000;
  border: 1px solid #000;
}
.button.outlined.disabled {
  pointer-events: none;
}
.button.button_sel {
  background-color: #0e0e0f;
  color: white;
}

.toast_text a {
  padding-top: 10px;
  color: #3b454b;
}

.toast_button {
  width: 96px;
  height: 25px;
  left: 102px;
  background: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 2px;
  top: 167px;
  color: #ffffff;
}

.toast_button .button {
  opacity: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #ffffff !important;
}
.Powered-by-logo {
  width: 60px;
  max-height: 20px;
}
.logo {
  position: absolute;
  left: 16px;
  bottom: 13px;
}

.learn_more {
  position: absolute;
  bottom: 11px;
  right: 16px;
}

.learnmore_text {
  width: 57px;
  height: 13px;
  font-family: "basisM";
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  position: relative;
  bottom: 5px;
}
#button_next button {
  margin-top: 11px;
  width: 95px;
  height: 25px;
  float: right;
  margin-right: 7px;
  opacity: 0.4;
  border-radius: 2px;
  border: solid 1px #9d9d9d;
  background-color: #ffffff;
  position: absolute;
  bottom: 11px;
  right: 5px;
}

.divider {
  width: 182px;
  display: none;
  height: 2px;
  background-color: #0e0e0f;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

/******************************/
.grp {
  position: relative;
  width: 190px;
  float: left;
  margin-left: 16px;
  /* overflow: hidden;/ */
  height: 58px;
}
.grp input {
  font-size: 12px;
  padding: 10px 10px 13px 0px;
  display: block;
  width: 100%;
  color: #535559;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #8a8e97;
  line-height: 14px;
}
.grp input:focus {
  outline: none;
}

/* LABEL ======================================= */
.grp label {
  color: #535559;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 13px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  font-family: "basisL";
}

/* active state */
.grp input:focus ~ label,
.grp input:valid ~ label {
  top: -10px;
  font-size: 10px;
  color: #535559;
}

/* BOTTOM BARS ================================= */

/* HIGHLIGHTER ================================== */

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

#err {
  display: none;
  color: red;
  font-family: "basisL";
  font-size: 12px;
  clear: both;
  position: relative;
  left: 16;
  top: 4px;
}
