html {
  height: 100%;
  /*overflow: hidden;  -zoe*/
}
@font-face {
  font-family: "RazerF5";
  src: url("https://mysupport.razer.com/euf/assets/fonts/RazerF5.eot");
  src: url("https://mysupport.razer.com/euf/assets/fonts/RazerF5.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: RazerF5;
  font-style: normal;
  font-weight: 500;
  src: url("https://mysupport.razer.com/euf/assets/fonts/RazerF5SemiBold.eot");
  src: url("https://mysupport.razer.com/euf/assets/fonts/RazerF5SemiBold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: RazerF5;
  font-style: normal;
  font-weight: 700;
  src: url("https://mysupport.razer.com/euf/assets/fonts/RazerF5Bold.eot");
  src: url("https://mysupport.razer.com/euf/assets/fonts/RazerF5Bold.woff") format("woff");
}

body {
  font-family: RazerF5, Microsoft Yahei, helvetica neue,Arial,noto sans,sans-serif;
  background: black;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  height: 100%;
  font-weight: 200 !important;
  font-size: 12px;
}
#submit_btn {
  font-family: inherit !important;
  border: unset !important;
  position: relative;
  top: -15px;
}

#feedback-page {
  background: #808080 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
form {
  min-height: 500px;
  /*min-width: 400px;*/
  background: #444;
  text-align: center;
  width: min-content;
  padding: 1rem 1rem 0;
}
.container {
  padding: 1rem;
  text-align: center;
}
.rn_FeedbackFieldset {
  background: #232323;
  padding: 0 1em;
  /*display: inline-block;*/
  /*width: 35rem;*/
  /*margin-bottom: -5px;*/
  margin-bottom: 15px;
  width: 620px;
}

tr {
  text-align: left;
}
form > table {
  margin-left:auto;
  margin-right:auto;
}

table {
  margin: 0 auto 10px !important;
  border-collapse: collapse;
  border-spacing: 0;
}

table > input > p {
  display: none;
}
.rn_FeedbackMatrixQuestion {
  border: 1px solid #44d62c !important;
  border-spacing: unset !important;
  width: 53rem !important;
}
.rn_FeedbackMatrixQuestion > thead > tr {
  background-color: #222222 !important;
  padding: 5px;
}
.rn_FeedbackMatrixQuestion > thead > tr > th {
  border: 1px solid #44d62c !important;
  padding: 5px;
}
.rn_FeedbackMatrixQuestion > tbody > tr {
  background-color: #222222 !important;
  padding: 5px;
}
.rn_FeedbackMatrixQuestion > tbody > tr >th {
  border: 1px solid #44d62c !important;
  padding: 5px;
}
.rn_FeedbackMatrixQuestion > tbody > tr > td {
  background-color: #222222 !important;
  border: 1px solid #44d62c !important;
  padding: 5px;
}
.rn_ErrorMessage {
  background-color: #303030 !important;
  text-align: left;
  position: absolute;
  top: 0;
}
label {
  display: block;
  text-align: center;
}
textarea {
  width: 100%;
  height: 5rem;
  color: #999;
  cursor: auto;
  background: #232323 !important;
  border: unset !important;
  font: inherit !important;
  margin-top: 1rem;
  padding: 1.3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rn_ErrorMessage a {
  text-decoration: none;
  color: #999;
}
.left-10 {
  margin-left:10vh;
}
#submit_btn, button {
  overflow: hidden;
  border-top: medium none;
  height: 37px;
  font-family: inherit !important;
  border-right: medium none;
  width: 90% !important;
  white-space: nowrap;
  margin-top: 0px;
  text-overflow: ellipsis;
  border-bottom: medium none;
  color: black !important;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  border-left: medium none;
  padding-right: 0px;
  background-color: #44d62c;
  letter-spacing: .05em;
  border-radius: .1875rem;
  margin-right: 0px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  font-weight: 900 !important;
  font-size: 0.875rem !important;
  width: 100%!important;
}

.d-flex {
  display: flex!important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

td {
  text-align: center !important;
  padding: 0;
}

@media (max-width: 670px) {
  label {
    padding: 2px !important;
  }
}

.float-box {
  display: block;
  height: 2rem;
  margin-top: 2em;
}
.float-right {
  float: right;
  color: gray;
  font-size: 14px;
  margin-right: 1em;
}
.float-left {
  float: left;
  color: gray;
  font-size: 14px;
  margin-left: 1em;
}
.d-none {
  display: none;
}
.select-item {
  padding: .2rem .5rem;
  width: 20px;
  background: black;
  color: #888;
  border-radius: 3px !important;
  cursor: pointer;
  margin: 0 3px;
  font-size: 18px;
}
.select-item.active {
  border-color: #44d62c !important;
  color: white;
  /*border: 1px solid;*/
}

.title-m {
  padding: .3em 1em 0;
    /*background: #232323;*/
  width: 30rem;
  margin: 0 auto 5px;
  line-height: 22px
}

.fa-laugh {
  color: #64cc65;
}
.fa-smile {
  color: #9fd973;
}
.fa-meh {
  color: #ffd119;
}
.fa-frown {
  color: #ff8448;
}
.fa-angry {
  color: #ff555e;
}
.select-item2 {
  opacity: 0.5;
}
.select-item2.active {
  opacity: 1;
}
.mb-3 {
  margin-bottom: 10px !important;
}
.mx-1 {
  margin-left: 0.75rem !important;
}
.mx-1:hover {
  cursor: pointer;
}
.bg-container {
  background: #232323;
  padding: 1em;
}
.rn_FeedbackFieldset legend {
  /*float: none!important;*/
  /*top: 20px;*/
  position: relative;
}
.mobile-mt p {
    margin-bottom: 10px;
}
.site-logo
{
  width: 90px;
}

.container-tq
{
  padding-top: 100px;
}

@media only screen and (max-width: 580px) {
    .rn_FeedbackFieldset,
    .title-m{
        width: auto!important;
    }
    .rn_FeedbackFieldset:nth-child(4) legend {
        /*top: 30px;*/
    }
    .container-tq .title-m {
      width: 15rem!important;
    }
}

/** RazerBook Survery **/
.custom-survey-container-start {
  font-size: 16px!important;
  padding: 1rem;
  min-height: 200px;
}

.custom-survey-container-start .start-text {
  width: 20rem;
}

.custom-survey-container-start .start-btn {
  width: 30%!important;
  margin-top: 20px;
  cursor: pointer;
}

.custom-survey-container-single {
  min-height: 250px;
}

.custom-survey-container-single .rn_FeedbackFieldset legend {
  top: 25px!important;
}

.custom-survey-container,
.custom-survey-container-single {
  font-size: 16px!important;
  padding: 0!important;
}

.custom-survey-container label {
  display: initial!important;
  padding: 5px 10px;
}

.custom-survey-container .rn_FeedbackFieldset,
.custom-survey-container-single .rn_FeedbackFieldset {
  background: #282828!important;  
  padding: 1.5em 2em;
  margin: 1rem;
  margin-bottom: -10px;
}

.custom-survey-container .rn_FeedbackFieldset legend {
  float: left!important;
  top: 0!important;
  margin-bottom: 15px;
}

.custom-survey-container .rn_FeedbackFieldset .custom-legend {
  float: inherit!important;
  top: 30px!important;
}

.custom-survey-container .touchscreen-table label {
  display: none!important;
}

.custom-survey-container .touchscreen-table td {
  background: transparent!important;
  padding: 1px;
}

.custom-survey-container table {
  margin: initial!important;
  border-collapse: separate;
  border-spacing: 2px!important;
  width: 100%;
}

.custom-survey-container table td {
  padding: 10px;
  background: #303030;
  text-align: left!important;
}

.custom-survey-container #submit_btn,
.custom-survey-container-single #submit_btn  {
  margin-top: 30px;
  width: 30%!important;
  margin-bottom: -10px!important;
  cursor: pointer;
}

.custom-survey-container .footer-num,
.custom-survey-container-single .footer-num  {
  text-align: right;
  margin-top: 20px;
  margin-bottom: -16px;
  background: #202020;
  padding: 10px 20px;
}

.custom-survey-container .rn_FeedbackMatrixQuestion,
.custom-survey-container .rn_FeedbackMatrixQuestion tbody tr th,
.custom-survey-container .rn_FeedbackMatrixQuestion thead tr th,
.custom-survey-container .rn_FeedbackMatrixQuestion tbody tr td {
  border: none!important;
  font-weight: normal;
}

.custom-survey-container.wu-table table {
  border-spacing: 0 2px!important;
}

.custom-survey-container .rn_FeedbackMatrixQuestion tbody tr,
.custom-survey-container .rn_FeedbackMatrixQuestion tbody tr td {
  padding: 10px;
  background-color: #303030!important;
  text-align: center!important;
}

.custom-survey-container .rn_FeedbackMatrixQuestion tbody tr th {
  padding-left: 10px!important;
}

.custom-survey-container .rn_FeedbackFieldset {
  /*min-width: 30rem;*/
  width: 30rem;
}

.custom-survey-container.wu-table .rn_FeedbackFieldset {
  width: auto;
}

@media only screen and (max-width: 580px) { 
  .custom-survey-container,
  .custom-survey-container-single {
    font-size: 12px!important;
    padding-top: .5em!important;
  }
  /*.container {
    display: initial!important;
  }*/
  .custom-survey-container .rn_FeedbackMatrixQuestion,
  .custom-survey-container .rn_FeedbackMatrixQuestion tbody tr th,
  .custom-survey-container .rn_FeedbackMatrixQuestion thead tr th,
  .custom-survey-container .rn_FeedbackMatrixQuestion tbody tr td {
    width: 100%!important;
    font-size: 10px!important;
  }

  .custom-survey-container .rn_FeedbackFieldset, 
  .custom-survey-container-single .rn_FeedbackFieldset {
    padding: 1.5em 1em!important;
    margin: .5rem!important;
  }

  .custom-survey-container .mobile-mt {
    padding: 0 10px;
  }

  .custom-survey-container-single table td {
    padding: 1px!important;
  }

  .custom-survey-container .rn_FeedbackFieldset {
    width: 20rem!important;
  }

  .custom-survey-container #submit_btn, 
  .custom-survey-container-single #submit_btn {
    font-size: 12px!important;

  }
}

body {
  margin: 0!important;
}

.rn_ErrorMessage {
  z-index: 1;
}

.mt-5 {
  margin-top: 15px;
}


/** New CSS for WebStore Survey - 12/22/2021 **/
.new-survey-layout {
    margin-bottom: 15px!important;
}

.ns-layout-container {
    padding-top: 20px;
    width: 40rem;
}

.form-button {
	margin-top: 35px;
    width: 35%!important;
}

#submit_btn {
	width: 35%!important;
}

.custom-survey-title {
  	font-size: 30px;
	margin: 10px 0 0;
}
.custom-survey-subtitle {
    margin: 5px 0;
}

form {
	background: #222222 0% 0% no-repeat padding-box;
	opacity: 1;
}

.rn_FeedbackFieldset {
	background: #111111 0% 0% no-repeat padding-box;
	opacity: 1;
}

.float-box-survey {
    height: 25px; 
}


.custom-fieldset.number legend {
	/*top: 25px!important;*/
}

.custom-fieldset legend {
    /*float: none!important;*/
    /*top: 15px!important;*/
	font-size: 16px;
	width: 100%;
}

.custom-fieldset .numbers-table{
   /*margin: 35px auto 20px!important;*/
   margin: 65px auto 20px!important;
}

.custom-fieldset .select-item {
    background: #999999;
    border-radius: 60%!important;
    color: #000;
    font-weight: 500;
    /*padding: 5px 10px;*/
    padding: 10px 15px;
}

.custom-fieldset .select-item.active {
	background: #44D62C!important;
}

.custom-fieldset .numbers-table > tbody > tr > td:last-of-type .select-item {
  /*padding: 5px;*/
      padding: 10px;
}

.custom-fieldset .emoji-table {
	margin: 35px auto 5px!important;
}

.custom-fieldset .emoji-table .select-item2 {
	opacity: 1;
}

.custom-fieldset .emoji-table .select-item2 i {
	font-size: 42px;
}

.custom-fieldset .emoji-table .select-item2 .fa-laugh {
    color: #999999;
}

.custom-fieldset .emoji-table .select-item2.active .fa-laugh,
.custom-fieldset .emoji-table .select-item2 .fa-laugh:hover {
    color: #44D62C;
}

.custom-fieldset .emoji-table .select-item2 .fa-smile {
    color: #999999;
}

.custom-fieldset .emoji-table .select-item2.active .fa-smile,
.custom-fieldset .emoji-table .select-item2 .fa-smile:hover {
    color: #6CA622;
}

.custom-fieldset .emoji-table .select-item2 .fa-meh {
    color: #999999;
}

.custom-fieldset .emoji-table .select-item2.active .fa-meh,
.custom-fieldset .emoji-table .select-item2 .fa-meh:hover {
    color: #957719;
}

.custom-fieldset .emoji-table .select-item2 .fa-frown {
    color: #999999;
}

.custom-fieldset .emoji-table .select-item2.active .fa-frown, 
.custom-fieldset .emoji-table .select-item2 .fa-frown:hover {
    color: #975731;
}

.custom-fieldset .emoji-table .select-item2 .fa-angry {
    color: #999999;
}

.custom-fieldset .emoji-table .select-item2.active .fa-angry,
.custom-fieldset .emoji-table .select-item2 .fa-angry:hover {
    color: #994540;
}

.custom-fieldset.number .float-box-survey .float-right {
	margin-right: 2em;
}

.custom-fieldset.number .float-box-survey .float-left {
	margin-left: 2em;
}

.float-box-survey .float-right {
	margin-right: 8em;
    font-size: 12px;
}

.float-box-survey .float-left {
	margin-left: 8em;
	font-size: 12px;
}

.custom-fieldset .rn_FeedbackQuestionText {
      margin-top: 20px;
}

.custom-fieldset .textarea-table textarea {
    background: #111!important;
    border: 1px solid #707070!important;
    padding: 0.5rem;
    margin-bottom: 20px;
}

.custom-fieldset .textarea-table p {
	display: none;
}

.textarea-container {
	margin-top: 20px;
}

.custom-fieldset .numbers-table a.select-item.active {
	border-color: transparent!important;  
}

.custom-fieldset .numbers-table tr td:nth-child(1) a.select-item.active,
.custom-fieldset .numbers-table tr td:nth-child(1) a.select-item:hover {
	background: #994540!important;
}

.custom-fieldset .numbers-table tr td:nth-child(2) a.select-item.active,
.custom-fieldset .numbers-table tr td:nth-child(2) a.select-item:hover {
  background: #99493c!important;
}

.custom-fieldset .numbers-table tr td:nth-child(3) a.select-item.active,
.custom-fieldset .numbers-table tr td:nth-child(3) a.select-item:hover {
  background: #985733!important;
}

.custom-fieldset .numbers-table tr td:nth-child(4) a.select-item.active,
.custom-fieldset .numbers-table tr td:nth-child(4) a.select-item:hover {
  background: #97622a!important;
}

.custom-fieldset .numbers-table tr td:nth-child(5) a.select-item.active,
.custom-fieldset .numbers-table tr td:nth-child(5) a.select-item:hover {
  background: #966d21!important;
}

.custom-fieldset .numbers-table tr td:nth-child(6) a.select-item.active,
.custom-fieldset .numbers-table tr td:nth-child(6) a.select-item:hover {
  background: #957719!important;
}

.custom-fieldset .numbers-table tr td:nth-child(7) a.select-item.active,
.custom-fieldset .numbers-table tr td:nth-child(7) a.select-item:hover {
  background: #7e931f!important;
}

.custom-fieldset .numbers-table tr td:nth-child(8) a.select-item.active,
.custom-fieldset .numbers-table tr td:nth-child(8) a.select-item:hover {
  background: #67ad24!important;
}

.custom-fieldset .numbers-table tr td:nth-child(9) a.select-item.active,
.custom-fieldset .numbers-table tr td:nth-child(9) a.select-item:hover {
  background: #53c529!important;
}

.custom-fieldset .numbers-table tr td:nth-child(10) a.select-item.active,
.custom-fieldset .numbers-table tr td:nth-child(10) a.select-item:hover {
  background: #44d62c!important;
}

.custom-btn-link {
  margin-top: 50px;
}

.custom-btn-link a {
    background: #44d62c;
    text-decoration: none;
    height: 37px;
    color: black !important;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 0.1875rem;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    font-weight: 900 !important;
    font-size: 0.875rem !important;
}

@media only screen and (max-width: 580px) {
  .ns-layout-container {
    width: auto!important;
  }

  .ns-layout-container .title-m {
    width: 18rem!important;
  }

  .custom-fieldset .select-item {
  	padding: 5px 9px!important;
  	font-size: 14px!important;
  }

  .custom-fieldset .numbers-table > tbody > tr > td:last-of-type .select-item {
  	padding: 5px!important;
  }

  .custom-fieldset legend {
  	font-size: 14px!important;
  }

  .custom-fieldset .emoji-table .select-item2 i {
  	    font-size: 35px!important;
  }

  .float-box-survey .float-left {
  	margin-left: 2em!important;
  }

  .float-box-survey .float-right {
  	margin-right: 2em!important;
  }

  .rn_FeedbackFieldset {
  	/*padding: 0 0.5em!important;*/
  }
}

.survey-expired-container {
  background: #222222 0% 0% no-repeat padding-box;
  padding: 5rem 1rem;
  padding-top: 20px;
  width: 40rem;
  color: #FFFFFF;
  font-size: 12pt;
  margin: auto;
}

hr {
  display: none;
}

table.socmed-table, table.globalM-table {
  width: 80%;
  border-spacing: 2px!important;
  border-collapse: separate;
  margin-bottom: 20px!important;
  margin-top: 35px!important;
}

table.globalM-textfield-table {
  width: 90%!important;
  border-spacing: 2px!important;
  border-collapse: separate;
  margin-top: 20px!important;
}

.socmed-table td, .globalM-table td {
  padding: 10px;
  background: #303030;
  text-align: left!important;
}

.globalM-textfield-table tr:first-child td:first-child {
  padding: 12px;
  background: #303030;
  text-align: left!important;
}

.socmed-table label, .globalM-table  label {
  display: initial!important;
  padding: 5px 10px;
  font-size: 11pt!important;
}

.custom-field-socmed {
  min-width: 20rem;
}

.custom-field-socmed, .custom-field-globalM {
  margin-bottom: 40px;
}

.custom-field-socmed legend {
    margin-bottom: 20px;
}

table.globalM-table {
  width: 90%!important;
}

.custom-field-globalM legend {
  width: 100%;
  margin-bottom: 20px;
}

.custom-field-globalM .rn_FeedbackQuestionText {
  margin-top: 20px;
  text-align: left;
}

.rn_ErrorField {
  background-color:  #fff!important;
}

.custom-field-globalM.required {
    border: 1px solid #970101;
}

.custom-fieldset.required {
    border: 1px solid #970101;
}

.rn_ErrorMessage a {
  color: #fff!important;
}

.kId_container {
  display: none!important;
}