@font-face {
  font-family: "VerizonNHGeDS";
  src: url("//scache2.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGeDS-Regular.eot?#iefix") format("embedded-opentype"), url("//scache2.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGeDS-Regular.woff2") format("woff2"), url("//scache2.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGeDS-Regular.woff") format("woff"), url("//scache2.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGeDS-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "VerizonNHGeDS";
  font-weight: bold;
  src: url("//scache2.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGeDS-Bold.eot?#iefix") format("embedded-opentype"), url("//scache2.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGeDS-Bold.woff2") format("woff2"), url("//scache2.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGeDS-Bold.woff") format("woff"), url("//scache2.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGeDS-Bold.ttf") format("truetype");
}
.feedback-buttons,
.radio-option-rr {
  font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif !important;
}
.votedown-message-box {
  font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif !important;
  max-height: 100%;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  gap: 24px;
}
.feedback-submit,
.feedback-cont {
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 10px 20px;
  outline-offset: 3px;
  background-color: #000;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.feedback-description {
  font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif !important;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.feedback-description p {
  font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
  margin: 0px;
}
.feedback-heading {
  font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0px;
}
.feedback-optional {
  width: 94%;
  height: 100px;
  padding: 15px;
  outline-offset: 3px;
  border-radius: 4px;
}
#text_thumbs_down1 {
  font-size: 16px;
  width: 473px;
  height: 120px;
  margin-top: 5px;
}
.character_count {
  display: flex;
  font-size: 14px;
  padding-top: 5px;
  width: 473px;
}
#count {
  text-align: end;
  font-size: 14px;
  width: 15%;
  font-weight: 400;
  color: #000000;
}
#text_thumbs_down1::placeholder {
  color: #716F6D;
}
.feedback-cancel:hover {
  border: 2px solid #000;
}
.feedback-submit:hover,
.feedback-cont:hover {
  border: 2px solid #000;
}
.votedown-message-box label {
  display: block;
  font-weight: 100;
  margin-bottom: 16px;
}
#thumbsdownSource {
  width: 100% !important;
  height: 90vh;
}
.feedback-buttons button {
  cursor: pointer;
}
.feedback-subject-group {
  border: none;
  /* Removes the default browser border on fieldset */
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.group-legend {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.75rem;
  /* 12px */
  padding: 0;
}
.radio-option-rr {
  display: flex !important;
  align-items: center;
  padding: 0.2rem 0.75rem 0.2rem 0rem;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.radio-option-rr:hover {
  background-color: #f5f5f5;
}
.radio-option-rr label {
  font-size: 0.95rem;
  color: #333;
  margin-left: 0.75rem;
  /* 12px */
  flex-grow: 1 !important;
}
.votedown-message-box .radio-option-rr label {
  margin-bottom: 0px;
}
.radio-option-rr input[type="radio"] {
  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.25em;
  height: 1.25em;
  border: 0.15em solid #ccc;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: border-color 0.2s ease;
}
.radio-option-rr input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #007bff;
}
.radio-option-rr input[type="radio"]:checked {
  border-color: #007bff;
}
.radio-option-rr input[type="radio"]:checked::before {
  transform: scale(1);
}
.radio-option-rr input[type="radio"]:focus-visible {
  outline: 2px solid #0056b3;
  outline-offset: 2px;
}
.randrNew {
  display: flex;
  flex-direction: column;
}
.votedown-message-box .randrHeading {
  display: flex;
  flex-direction: column;
  width: 424px !important;
  height: 68px;
  gap: 12px;
}
.feedback-subheading {
  font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.modal-content {
  display: flex;
  flex-direction: row;
  border-radius: 32px !important;
  height: 95%;
  position: relative;
}
.modal-body {
  height: 650px;
  overflow-x: hidden;
  overflow-y: auto;
}
.randrContainer,
.modal-body {
  width: 100% ;
  height: 630px !important;
}
.randrContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-dialog .modal-body {
  padding: 24px !important;
}
button.close {
  font-size: 45px;
  font-weight: 100;
  margin-right: 10px;
  color: #000;
}
button.close:focus {
  outline: 1px dotted #000 !important;
  outline-offset: -2px;
}
.modal {
  padding: 0px !important;
}
.modal-dialog {
  padding: 10px 0px 0px 0px !important;
}
.label-wrapper {
  display: flex;
  align-items: baseline;
  height: 16px;
}
.feedback-input-label {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}
.optional-text {
  font-size: 14px;
  color: #716F6D;
  margin-left: 8px;
  font-weight: 400;
}
.rnrClose {
  flex: 1;
  padding-right: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.text_box {
  width: 490px;
}
.info-text {
  font-size: 14px;
  color: #716F6D;
}
#error-message {
  font-size: 14px;
  color: #000000;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (pointer: coarse), only screen and (max-device-width: 768px), only screen and (max-width: 1024px) and (min-width: 768px) {
  .votedown-message-box {
    margin-left: 5px;
    font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif !important;
  }
  .feedback-cancel {
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 10px 20px;
    margin: 10px;
    width: 40%;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    color: #000;
  }
  .feedback-submit,
  .feedback-cont {
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100% !important;
    margin: 0px !important;
  }
  .feedback-description {
    font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 280px;
  }
  .feedback-heading {
    font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px !important;
  }
  .feedback-optional {
    padding: 8px;
    width: 85%;
  }
  .character_count {
    display: flex;
    font-size: 14px;
    padding-top: 5px;
    width: 90%;
  }
  #count {
    font-weight: bold;
    width: 50% !important;
    text-align: end;
  }
  #thumbsdownSource {
    width: 300px;
    height: 492px;
    border: none!important;
    box-shadow: none!important;
    overflow-y: hidden;
  }
  .randrContainer {
    width: 100% !important;
  }
  .modal-dialog {
    overflow: auto !important;
  }
}
@media screen and (max-width: 675px) and (orientation: portrait) and (pointer: coarse) {
  .feedback-heading {
    font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px !important;
  }
  .rnrClose {
    top: 5px !important;
    margin-right: 0px !important;
  }
  .randrContainer,
  #text_thumbs_down1,
  .text_box,
  .character_count {
    width: 100% !important;
  }
  .votedown-message-box .randrHeading {
    width: 280px !important;
    height: 90px;
  }
}
@media screen and (orientation: landscape) and (max-height: 500px) and (max-width: 900px) {
  #thumbsDownFeedback .modal-dialog {
    width: 80vw !important;
    height: 100% !important;
    overflow: auto !important;
  }
  iframe#thumbsdownSource {
    height: 100% !important;
    overflow: auto !important;
  }
  .modal-content {
    height: 600px !important;
  }
  .feedback-buttons {
    margin-top: 0px !important;
    display: inline !important;
  }
  .feedback-submit,
  .feedback-cont {
    width: 100% !important;
    margin: 0px !important;
  }
  .rnrClose {
    top: 5px !important;
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 600px) and (pointer: coarse) {
  .votedown-message-box .randrHeading {
    width: 280px !important;
  }
}
.support-videos-link {
  align-items: center;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.2s ease;
}
.support-videos-link .icon {
  font-size: 1.2em;
  line-height: 1;
}
.separator {
  border-bottom: 1px solid #ddd;
  padding-top: 0;
}
.support-videos-link:hover,
.support-videos-link label:hover {
  text-decoration: none !important;
  cursor: pointer !important;
}
