@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/*Tungsten Font*/
@font-face {
  font-family: "Tungsten";
  src: url("https://magicweb.blob.core.windows.net/resources/web/resources/font/woff2/Tungsten-Light_Web.woff2")
      format("woff2"),
    url("https://magicweb.blob.core.windows.net/resources/web/resources/font/woff/Tungsten-Light_Web.woff")
      format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Tungsten";
  src: url("https://magicweb.blob.core.windows.net/resources/web/resources/font/woff2/Tungsten-Medium_Web.woff2")
      format("woff2"),
    url("https://magicweb.blob.core.windows.net/resources/web/resources/font/woff/Tungsten-Medium_Web.woff")
      format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Tungsten";
  src: url("https://magicweb.blob.core.windows.net/resources/web/resources/font/woff2/Tungsten-Semibold_Web.woff2")
      format("woff2"),
    url("https://magicweb.blob.core.windows.net/resources/web/resources/font/woff/Tungsten-Semibold_Web.woff")
      format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Tungsten";
  src: url("https://magicweb.blob.core.windows.net/resources/web/resources/font/woff2/Tungsten-Book_Web.woff2")
      format("woff2"),
    url("https://magicweb.blob.core.windows.net/resources/web/resources/font/woff/Tungsten-Book_Web.woff")
      format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Tungsten";
  src: url("https://magicweb.blob.core.windows.net/resources/web/resources/font/woff2/Tungsten-Bold_Web.woff2")
      format("woff2"),
    url("https://magicweb.blob.core.windows.net/resources/web/resources/font/woff/Tungsten-Bold_Web.woff")
      format("woff");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Tungsten";
  src: url("https://magicweb.blob.core.windows.net/resources/web/resources/font/woff2/Tungsten-Black_Web.woff2")
      format("woff2"),
    url("https://magicweb.blob.core.windows.net/resources/web/resources/font/woff/Tungsten-Black_Web.woff")
      format("woff");
  font-style: normal;
  font-weight: 900;
}

/* Variables */
:root {
  --magic-blue: #0077c0;
  --magic-black: #130c0e;
  --magic-silver: #bbc4ca;
  --magic-gray: #65696e;
  --magic-white: #f1f1f1;
  --magic-dark-blue: #004fab;
}

h1,
h2,
h3,
h4 {
  font-family: "Tungsten", sans-serif;
}

/* .SkinInner {
  background: url(https://magicweb.blob.core.windows.net/resources/web/pages/omyf/Website/white-blue-bg.jpg);
  background-size: cover;
} */

/* @media (width <= 817px) {
  .SkinInner {
    background-size: contain;
  }
} */

.Skin #Wrapper {
  background: url(https://magicweb.blob.core.windows.net/resources/web/pages/omyf/Website/white-blue-bg.jpg);
  background-size: cover;
}

.Skin #LogoContainer {
  background: none;
  padding: 0;
  margin-bottom: 30px;
}
.Skin .QuestionText {
  color: var(--magic-black);
}
.InnerInner .QuestionText {
  font-family: "Roboto Mono", sans-serif;
  padding-top: 3rem;
  letter-spacing: 1.3px;
  font-size: 22px;
}
.InnerInner .QuestionText h2 {
  color: var(--magic-blue);
  font-size: 4rem;
  line-height: 1;
}

.Skin label.MultipleAnswer,
.Skin label.SingleAnswer {
  background-color: #ffffff;
  color: var(--magic-blue);
  padding: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;

  box-shadow: inset 0px 0px 0px var(--magic-silver), 0px 0px 3px var(--magic-silver);
  /* box-shadow: inset 0 1px 2px var(--magic-blue), 0px 2px 2px var(--magic-blue); */
}

.Skin label.MultipleAnswer:hover,
.Skin label.SingleAnswer:hover {
  background-color: var(--magic-blue);
  color: var(--magic-white);

  /* background: rgba(0, 0, 0, 0.08);
  color: var(--magic-black);
  box-shadow: none; */
}

/* .Skin label.MultipleAnswer:hover .Skin label.SingleAnswer > span::before,
.Skin label.SingleAnswer:hover .Skin label.SingleAnswer > span::before {
  border: 1px solid red !important;
} */

.Skin label.SingleAnswer > span::before {
  border: 2px solid var(--magic-blue);
}
.Skin label.SingleAnswer:hover > span::before {
  border: 2px solid #ffffff !important;
}

/* .Skin .NPS label.MultipleAnswer,
.Skin .NPS label.SingleAnswer {
  color: var(--magic-blue);
} */

.Skin .NPS label.MultipleAnswer,
.Skin .NPS label.SingleAnswer {
  background-image: none;
  background-color: transparent !important;
  text-align: center !important;
  padding-left: 0 !important;
  box-shadow: none !important;
}
.Skin .NPS label.MultipleAnswer:hover,
.Skin .NPS label.SingleAnswer:hover {
  color: unset;
}

.Skin .QuestionBody {
  color: black;
  font-size: 18px;
  font-weight: 400;
}
.Skin #Buttons #NextButton,
.Skin #Buttons #PreviousButton {
  font-size: 32px;
  font-weight: 700;
  min-width: 150px;
  background-color: var(--magic-blue);
  color: var(--magic-white);

  /* padding: 12px 30px; */
  /* font-size: 1.5rem; */
}

.Skin #Buttons #NextButton:hover,
.Skin #Buttons #PreviousButton:hover {
  background-color: var(--magic-black);
  color: var(--magic-white);
}
.Skin .DB .QuestionText {
  font-size: 22px;
  font-weight: 400;
}
.Skin .MC .QuestionBody {
  padding: 10px !important;
}

.Skin #Buttons {
  text-align: center !important;
}

.Skin .TE textarea {
  background-color: rgba(0, 0, 0, 0.06);
  border: none !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px !important;
  padding: 2px;
  width: 100% !important;
  color: #000 !important;
}

.Skin .TE .FORM .InputText {
  border-radius: 40px !important;
  color: var(--magic-black) !important;
  width: 100% !important;
}
.JFEScope .Skin .q-matrix .LabelWrapper.table {
  padding-left: 0px !important;
  color: #000 !important;
}
.JFEScope .Skin .q-matrix .table-cell {
  color: #000 !important;
}
.JFEScope .RTL .Skin .Slider .QuestionBody.q-slider ul li.first,
.JFEScope .Skin .Slider .QuestionBody.q-slider ul li,
.JFEScope .Skin .Slider .QuestionBody.q-slider ul li.first,
.JFEScope .Skin .Slider .QuestionBody.q-slider ul li.last,
.Skin .horizontalbar tr.xlabel th {
  color: #333333 !important;
  font-size: 14px !important;
}

.InnerInner .QuestionText h3 {
  font-size: 3rem !important;
}
.Skin .MC .Inner .InnerInner .QuestionBody .TextEntryBox {
  color: #000000;
  text-indent: 10px;
  border-radius: 40px;
  width: 40%;
  background-color: #ffffff !important;
  border: 1px solid var(--magic-silver);
}
.Skin label.MultipleAnswer > span::before {
  color: #000000;
}

textarea {
  /* color: #000 !important; */
}

@media (width <= 600px) {
  .InnerInner h2 {
    line-height: 1;
  }
  .InnerInner .QuestionText h3 {
    line-height: 1;
  }
}

span.LabelWrapper label > span {
  padding: 0.3rem;
}
