/* TODO: clean this file. there's a lot of classes from application.css here */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],template {
  display: none
}

a {
  background: transparent
}

a:active,a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,select {
  text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,th {
  padding: 0
}

@media print {
  * {
      text-shadow: none !important;
      color: #000 !important;
      background: transparent !important;
      box-shadow: none !important
  }

  a,a:visited {
      text-decoration: underline
  }

  a[href]:after {
      content: " (" attr(href) ")"
  }

  abbr[title]:after {
      content: " (" attr(title) ")"
  }

  a[href^="javascript:"]:after,a[href^="#"]:after {
      content: ""
  }

  pre,blockquote {
      border: 1px solid #999;
      page-break-inside: avoid
  }

  thead {
      display: table-header-group
  }

  tr,img {
      page-break-inside: avoid
  }

  img {
      max-width: 100% !important
  }

  p,h2,h3 {
      orphans: 3;
      widows: 3
  }

  h2,h3 {
      page-break-after: avoid
  }

  select {
      background: #fff !important
  }

  .navbar {
      display: none
  }

  .table td,.table th {
      background-color: #fff !important
  }

  .btn>.caret,.dropup>.btn>.caret {
      border-top-color: #000 !important
  }

  .label {
      border: 1px solid #000
  }

  .table {
      border-collapse: collapse !important
  }

  .table-bordered th,.table-bordered td {
      border: 1px solid #ddd !important
  }
}

* {
  box-sizing: border-box
}

*:before,*:after {
  box-sizing: border-box
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: "Sarabun", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #737B8A;
  background-color: #fff
}

html body[data-scroll-locked] {
  position: static !important;
}

input,button,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #3c77b9;
  text-decoration: none
}

a:hover,a:focus {
  color: #29527f;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 0px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.btn:focus,.btn:active:focus,.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover,.btn:focus {
  color: white;
  text-decoration: none
}

.btn:active,.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.15)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none
}

.btn-default {
  color: white;
  background-color: #a6aebb;
  border-color: #ccc
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active {
  color: white;
  background-color: #9ba3b2;
  border-color: #b8b8b8
}

.open .btn-default.dropdown-toggle {
  color: white;
  background-color: #9ba3b2;
  border-color: #b8b8b8
}

.btn-default:active,.btn-default.active {
  background-image: none
}

.open .btn-default.dropdown-toggle {
  background-image: none
}

.btn-default.disabled,.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled:active,.btn-default.disabled.active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled]:active,.btn-default[disabled].active,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default.active {
  background-color: #a6aebb;
  border-color: #ccc
}

.btn-default .badge {
  color: #a6aebb;
  background-color: white
}

.btn-primary {
  color: #fff;
  background-color: #3c77b9;
  border-color: #366ba6
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active {
  color: #fff;
  background-color: #376daa;
  border-color: #2c5787
}

.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #376daa;
  border-color: #2c5787
}

.btn-primary:active,.btn-primary.active {
  background-image: none
}

.open .btn-primary.dropdown-toggle {
  background-image: none
}

.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active {
  background-color: #3c77b9;
  border-color: #366ba6
}

.btn-primary .badge {
  color: #3c77b9;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #40B791;
  border-color: #39a482
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active {
  color: #fff;
  background-color: #3ba885;
  border-color: #2f866a
}

.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3ba885;
  border-color: #2f866a
}

.btn-success:active,.btn-success.active {
  background-image: none
}

.open .btn-success.dropdown-toggle {
  background-image: none
}

.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled]:active,.btn-success[disabled].active,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active {
  background-color: #40B791;
  border-color: #39a482
}

.btn-success .badge {
  color: #40B791;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active {
  color: #fff;
  background-color: #4ab9db;
  border-color: #29a8cd
}

.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #4ab9db;
  border-color: #29a8cd
}

.btn-info:active,.btn-info.active {
  background-image: none
}

.open .btn-info.dropdown-toggle {
  background-image: none
}

.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled]:active,.btn-info[disabled].active,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active {
  color: #fff;
  background-color: #eea43b;
  border-color: #e89014
}

.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #eea43b;
  border-color: #e89014
}

.btn-warning:active,.btn-warning.active {
  background-image: none
}

.open .btn-warning.dropdown-toggle {
  background-image: none
}

.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled]:active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #EF634F;
  border-color: #ed4e38
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active {
  color: #fff;
  background-color: #ed523c;
  border-color: #e72f15
}

.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ed523c;
  border-color: #e72f15
}

.btn-danger:active,.btn-danger.active {
  background-image: none
}

.open .btn-danger.dropdown-toggle {
  background-image: none
}

.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active {
  background-color: #EF634F;
  border-color: #ed4e38
}

.btn-danger .badge {
  color: #EF634F;
  background-color: #fff
}

.btn-link {
  color: #3c77b9;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
  border-color: transparent
}

.btn-link:hover,.btn-link:focus {
  color: #29527f;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none
}

.btn-lg {
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px
}

.btn-sm {
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px
}

.btn-xs {
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
  width: 100%
}

.group-actions {
  margin-left: 5px;
  font-size: 12px
}

@media (min-width: 960px) {
  .group-actions {
      margin-left:20px;
      font-size: 14px
  }
}

.nano {
  height: 100%;
  position: relative;
  overflow: hidden
}

.nano .nano-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden
}

.nano .nano-content:focus {
  outline: thin dotted
}

.nano>.nano-pane {
  width: 10px;
  background: rgba(0,0,0,0.25);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition: .2s;
  border-radius: 5px;
  visibility: hidden\9;
  opacity: .01
}

.nano>.nano-pane>.nano-slider {
  background: #444;
  background: rgba(0,0,0,0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
  visibility: visible
}

.nano:hover>.nano-pane,.nano-pane.active,.nano-pane.flashed {
  visibility: visible\9;
  opacity: 0.99
}

label+label {
  margin-left: 10px
}

.checkbox span,.radio span {
  height: 14px;
  width: 14px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15) inset;
  background: #DCE0E6
}

.switch span:after {
  height: 16px;
  width: 16px;
  margin: -1px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  background: white
}

.checkbox,.radio,.switch {
  position: relative;
  font-size: 14px
}

.checkbox input,.radio input,.switch input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0
}

.checkbox span,.checkbox span:before,.checkbox span:after,.radio span,.radio span:before,.radio span:after,.switch span,.switch span:before,.switch span:after {
  transition: all 0.3s
}

.checkbox span,.radio span,.switch span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 1
}

.checkbox span:before,.checkbox span:after,.radio span:before,.radio span:after,.switch span:before,.switch span:after {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.radio span,.radio span:after,.switch span,.switch span:after {
  border-radius: 28px
}

.checkbox span:after,.radio span:after {
  display: none
}

.checkbox input:checked+span,.radio input:checked+span {
  background: #a1abbc
}

.checkbox input:checked+span:after,.radio input:checked+span:after {
  display: block
}

.checkbox span {
  border-radius: 2px;
  margin-right: 8px
}

.checkbox span:after {
  width: 9px;
  height: 6px;
  margin: 3px;
  background: transparent;
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg)
}

.radio span:after {
  background-position: 28px 0;
  background-color: #FFF;
  height: 6px;
  width: 6px;
  margin: 4px
}

.switch span {
  cursor: pointer;
  height: 24px;
  width: 60px;
  border: none;
  box-shadow: none;
  background: linear-gradient(to right, #C3C8D1 50%, #40B791 50%);
  background-size: 200% 100%;
  background-position: 12px 0
}

.switch .switch_newui {
  border: 1px solid #122F48;
  background: #fff;
  height: 16px !important
}

.switch .switch_newui:after {
  top: 1px;
  background-color: #122F48
}

.switch .switch_newui.active {
  border: 1px solid #3B79B9
}

.switch .switch_newui.active:after {
  background-color: #3B79B9;
  left: -1px
}

.switch .switch_newui.deactivated:after {
  left: 1px
}

.switch span:after {
  z-index: 2;
  left: 0;
  height: 24px;
  width: 24px;
  transform: translate3d(0, 0, 0)
}

.switch span:before {
  z-index: 1;
  content: " ";
  display: block;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.4);
  line-height: 24px;
  width: 30px;
  left: 24px
}

.switch input:checked+span {
  background-position: 48px 0
}

.switch input:checked+span:after {
  transform: translateX(36px)
}

.switch input:checked+span:before {
  content: " ";
  left: 6px
}

.switch.mini span {
  height: 14px;
  width: 35px;
  background-position: 7px 0
}

.switch.mini span:after {
  height: 14px;
  width: 14px
}

.switch.mini span:before {
  font-size: 7px;
  line-height: 14px;
  width: 17.5px;
  left: 14px
}

.switch.mini input:checked+span {
  background-position: 28px 0
}

.switch.mini input:checked+span:after {
  transform: translateX(21px)
}

.switch.mini input:checked+span:before {
  left: 3.5px
}

body,app,header,footer,main,section,aside,content,view,group,article,nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.center-text {
  text-align: center
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.radius {
  border-radius: 3px
}

.round {
  border-radius: 100px
}

.square {
  border-radius: 0px
}

.strong,.bold,.text-bold {
  font-weight: bold
}

.em,.italc,.text-italic {
  font-style: italic
}

.upper {
  text-transform: uppercase !important
}

.lower {
  text-transform: lowercase !important
}

.gutter {
  padding: 14px
}

.display-table {
  display: table;
  height: 100%;
  width: 100%
}

.display-row {
  display: table-row;
  vertical-align: middle
}

.display-cell {
  display: table-cell
}

.display-table.fix-height {
  height: 1px
}

.display-row.is-flex {
  height: 100%
}

.display-row.is-fix {
  height: 1px
}

.display-cell.is-flex {
  width: 100%
}

.display-cell.in-middle {
  vertical-align: middle
}

.display-cell.is-center {
  text-align: center
}

input.invisible {
  position: absolute
}

.close span {
  font-size: 13px;
  position: relative;
  top: -2px;
  text-transform: uppercase
}

.show-on-xsmall {
  display: none
}

@media screen and (max-width: 480px) {
  .hide-on-xsmall {
      display:none
  }

  .show-on-xsmall {
      display: inline-block
  }
}

.inline {
  display: inline-block;
  vertical-align: middle
}

.disable-hover,.disable-hover * {
  pointer-events: none !important
}


body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.selectable,textarea,input,table *,p,small,h1,h2,h3,h4,h5,h6 {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  user-select: text !important
}

a {
  outline: none
}

body {
  overflow: hidden
}

aside {
  overflow: hidden
}

.block {
  padding: 20px;
  text-align: left
}

.content {
  padding: 42px
}

header,footer {
  width: 100%
}

header {
  bottom: auto
}

footer {
  top: auto
}

section.current view.current,section.current view.visible,section.current view.next,section.current view.back,section.visible view.current,section.visible view.visible,section.visible view.next,section.visible view.back,section.next view.current,section.next view.visible,section.next view.next,section.next view.back,section.back view.current,section.back view.visible,section.back view.next,section.back view.back {
  visibility: visible;
  display: block
}

section.current.single-banner {
  margin-top: 6rem
}

section.current.multiple-banners {
  margin-top: 9rem
}

article.nano,section.nano {
  position: absolute;
  height: auto;
  width: auto
}

.nano .nano-content {
  z-index: 1
}

.nano .nano-content:focus {
  outline: none
}

.nano>.nano-pane {
  z-index: 2;
  width: 12px;
  top: 4px;
  bottom: 4px;
  transition: .2s;
  border-radius: 0px;
  cursor: pointer;
  background: none
}

.nano>.nano-pane>.nano-slider {
  transition: background .2s;
  border-radius: 14px;
  margin: 0px;
  margin-right: 4px;
  background: #C3C8D1
}

.secondary .nano>.nano-pane>.nano-slider {
  background: #8993a5
}

.dropdown .dark .nano>.nano-pane>.nano-slider {
  background: #404550
}

.session .nano>.nano-pane>.nano-slider {
  background: #4b525f
}

.nano>.nano-pane>.nano-slider:hover,.nano>.nano-pane>.nano-slider:active,.nano>.nano-pane>.nano-slider:focus {
  background: #737B8A
}

.secondary .nano>.nano-pane>.nano-slider:hover,.secondary .nano>.nano-pane>.nano-slider:active,.secondary .nano>.nano-pane>.nano-slider:focus {
  background: #565E6D
}

.dropdown .dark .nano>.nano-pane>.nano-slider:hover,.dropdown .dark .nano>.nano-pane>.nano-slider:active,.dropdown .dark .nano>.nano-pane>.nano-slider:focus {
  background: #1f2938
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold
}

input[type="search"] {
  box-sizing: border-box
}

input[type="radio"],input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}

input[type="file"] {
  display: block
}

input[type="range"] {
  display: block;
  width: 100%
}

select[multiple],select[size] {
  height: auto
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #737B8A
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428571429;
  color: #737B8A;
  background-color: #fff;
  background-image: none;
  border: 1px solid #DCE0E6;
  border-radius: 0px;
  box-shadow: none !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
  border-color: #C3C8D1;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(195,200,209,0.6)
}

.form-control::-moz-placeholder {
  color: rgba(31,41,56,0.3);
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: rgba(31,41,56,0.3)
}

.form-control::-webkit-input-placeholder {
  color: rgba(31,41,56,0.3)
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1
}

textarea.form-control {
  height: auto
}

input[type="search"] {
  -webkit-appearance: none
}

input[type="date"] {
  line-height: 34px
}

.form-group,.select {
  margin-bottom: 15px
}

.radio,.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px
}

.radio label,.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px
}

.radio+.radio,.checkbox+.checkbox {
  margin-top: -5px
}

.radio-inline,.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}

input[type="radio"][disabled],fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],fieldset[disabled] input[type="checkbox"],.radio[disabled],fieldset[disabled] .radio,.radio-inline[disabled],fieldset[disabled] .radio-inline,.checkbox[disabled],fieldset[disabled] .checkbox,.checkbox-inline[disabled],fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

textarea.input-sm,select[multiple].input-sm {
  height: auto
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

textarea.input-lg,select[multiple].input-lg {
  height: auto
}

.has-feedback,.select {
  position: relative
}

.has-feedback .form-control,.select .form-control {
  padding-right: 34px
}

.has-feedback .form-control.input-sm,.select .form-control.input-sm {
  padding-right: 30px
}

.has-feedback .form-control.input-lg,.select .form-control.input-lg {
  padding-right: 46px
}

.has-feedback .form-control-feedback,.select .form-control-feedback,.has-feedback .select i,.select .has-feedback i,.select i {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center
}

.has-feedback .input-sm ~ .form-control-feedback,.select .input-sm ~ .form-control-feedback,.has-feedback .select .input-sm ~ i,.select .has-feedback .input-sm ~ i,.select .input-sm ~ i {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-feedback .input-lg ~ .form-control-feedback,.select .input-lg ~ .form-control-feedback,.has-feedback .select .input-lg ~ i,.select .has-feedback .input-lg ~ i,.select .input-lg ~ i {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8
}

.has-success .form-control-feedback,.has-success .select i,.select .has-success i {
  color: #3c763d
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3
}

.has-warning .form-control-feedback,.has-warning .select i,.select .has-warning i {
  color: #8a6d3b
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}

.has-error .form-control-feedback,.has-error .select i,.select .has-error i {
  color: #a94442
}

.form-control-static {
  margin-bottom: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b8bcc4
}

@media (min-width: 768px) {
  .form-inline .form-group,.form-inline .select {
      display:inline-block;
      margin-bottom: 0;
      vertical-align: middle
  }

  .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle
  }

  .form-inline .input-group>.form-control {
      width: 100%
  }

  .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle
  }

  .form-inline .radio,.form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
      vertical-align: middle
  }

  .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
      float: none;
      margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback,.form-inline .select .form-control-feedback,.form-inline .has-feedback .select i,.select .form-inline .has-feedback i,.form-inline .select i {
      top: 0
  }
}

.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}

.form-horizontal .radio,.form-horizontal .checkbox {
  min-height: 27px
}

.form-horizontal .form-group,.form-horizontal .select {
  margin-left: -15px;
  margin-right: -15px
}

.form-horizontal .form-group:before,.form-horizontal .select:before,.form-horizontal .form-group:after,.form-horizontal .select:after {
  content: " ";
  display: table
}

.form-horizontal .form-group:after,.form-horizontal .select:after {
  clear: both
}

.form-horizontal .form-control-static {
  padding-top: 7px
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
      text-align:right
  }
}

.form-horizontal .has-feedback .form-control-feedback,.form-horizontal .select .form-control-feedback,.form-horizontal .has-feedback .select i,.select .form-horizontal .has-feedback i,.form-horizontal .select i {
  top: 0;
  right: 15px
}

.form-flex {
  margin: 0;
  padding: 0;
  list-style: none;
  display: "-webkit-box";
  display: "-moz-box";
  display: "-ms-box";
  display: "box";
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-flow: column
}

.form-flex li {
  padding: 0;
  list-style: none;
  display: "-webkit-box";
  display: "-moz-box";
  display: "-ms-box";
  display: "box";
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-flow: column;
  -ms-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start
}

.form-flex li.doble {
  -ms-box-flex: 2;
  box-flex: 2;
  -moz-flex: 2;
  flex: 2
}

.form-flex label {
  overflow: hidden;
  -ms-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  width: 30%
}

.form-flex input,.form-flex select,.form-flex textarea {
  -ms-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  width: 70%
}

.form-flex.tar label {
  text-align: right;
  padding-right: 0.5rem
}

.form-flex li[data-span="1"] {
  -ms-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1;
  flex: 1
}

.form-flex li[data-span="2"] {
  -ms-box-flex: 2;
  box-flex: 2;
  -moz-flex: 2;
  flex: 2
}

.form-flex li[data-span="3"] {
  -ms-box-flex: 3;
  box-flex: 3;
  -moz-flex: 3;
  flex: 3
}

.form-flex input[type="checkbox"],.form-flex input[type="radio"] {
  width: auto
}

.form-flex .btn-primary {
  font-size: 18px;
  padding: 20px
}

.vvv li {
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -moz-flex-direction: column;
  flex-direction: column
}

.vvv label,.vvv input,.vvv select,.vvv textarea {
  width: auto
}

.vvv label {
  text-overflow: ellipsis;
  white-space: nowrap
}

.hvv {
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start
}

.hvv li {
  -moz-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap
}

.hvv label {
  width: 100%
}

.hvv label,.hvv input,.hvv select,.hvv textarea {
  width: 100%
}

.hii {
  -moz-flex-direction: row;
  flex-direction: row
}

.hii li {
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap
}

.hii label {
  padding: 0.4rem
}

.form.hii label {
  width: auto;
  padding: 15px 5px;
  text-align: right
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-flex {
      height: 400px
  }
}

textarea {
  resize: vertical
}

textarea.form-control {
  min-height: 120px
}

.form-control-error,.form-control-error:focus {
  background-color: #f2dede;
  border-color: #ebccd1
}

.form-control-error-message {
  margin-top: 8px;
  color: #a94442
}

select {
  text-indent: 0.01px;
  text-overflow: ''
}

.select i {
  top: 50% !important;
  transform: translateY(-50%);
  pointer-events: none
}

select.form-control {
  line-height: 1
}

.list-group .search-form .icon-search {
  width: 60px;
  right: auto;
  left: 0
}

.list-group .search-form .btn {
  position: absolute;
  top: 8px;
  right: 8px
}

.list-group .search-form input {
  padding-left: 40px
}

.list-group .search-form input:focus ~ .btn {
  display: none
}

.input-group-addon i {
  width: 1.1em;
  text-align: center
}

.form-group,.select {
  position: relative
}

.form-group .select,.select .select,.form-group.last,.last.select {
  margin-bottom: 0
}

.form-group .error,.select .error {
  max-width: 100%;
  font-size: 95%;
  margin-top: 4px;
  padding-left: 4px
}

@media screen and (min-width: 481px) {
  .form-group-col>.form-group-col {
      margin-bottom:0
  }

  .form-group-col {
      overflow: auto
  }

  .form-group-col>.form-group,.form-group-col>.select {
      width: 50%;
      padding-right: 15px;
      float: left
  }

  .form-group-col>.form-group+.form-group,.form-group-col>.select+.form-group,.form-group-col>.form-group+.select,.form-group-col>.select+.select {
      padding-left: 15px;
      padding-right: 0;
      float: right
  }

  .form-group-col:last-child>.form-group,.form-group-col:last-child>.select {
      margin-bottom: 0
  }
}

.form-control-feedback,.select i {
  top: 0
}

.list-group .form-control-feedback,.list-group .select i,.select .list-group i {
  height: 50px;
  line-height: 50px
}

.btn {
  font-weight: bold;
  border-radius: 3px
}

.btn:active,.btn.active {
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.05)
}

.btn i {
  width: 1.1em;
  text-align: center
}

.btn i+span,.btn .loader+span {
  margin-left: 8px
}

.btn-border {
  border: 1px solid #DCE0E6;
  color: #737B8A;
  box-shadow: none;
  text-shadow: 0 1px 3px white
}

.btn-border:hover,.btn-border:focus {
  color: #565E6D;
  background-color: #f9fafc
}

.btn-border:active,.btn-border.active {
  color: #565E6D;
  background-color: #DCE0E6;
  box-shadow: none
}

.btn-border.disabled {
  cursor: not-allowed
}

.btn-hover {
  padding: 0 10px;
  line-height: 34px;
  color: #737B8A;
  background-color: transparent
}

.btn-hover:hover,.btn-hover:focus {
  text-decoration: none;
  color: #737B8A;
  background-color: #F3F5F8
}

.secondary .btn-hover:hover,.secondary .btn-hover:focus {
  color: #565E6D;
  background-color: #e3e8ef
}

.btn-hover:active,.btn-hover.active {
  background-color: #F3F5F8
}

.btn-hover i {
  font-size: 1.2em;
  line-height: 0;
  vertical-align: middle
}

.btn-back {
  display: inline-block;
  float: left
}

@media (min-width: 800px) {
  .btn-back {
      display:none
  }
}

.radio,.checkbox {
  padding-left: 0px;
  margin: 0;
  margin-top: 14px;
  position: relative
}

.dropdown-menu.dark .form-control {
  border: 0 none !important
}

.checkbox.btn {
  margin-top: 0
}

.checkbox.btn span {
  margin-top: -2px
}

.checkbox.btn span,.checkbox.btn input:checked+span {
  background-color: white;
  box-shadow: none
}

.checkbox.btn span:after {
  border-color: #9EA6B3
}

.dropdown-menu.dark .checkbox span,.dropdown-menu.dark .checkbox input:checked+span {
  background-color: #4b525f
}

.dropdown-menu.dark .checkbox span:after {
  border-color: #F3F5F8
}

.dropdown-menu.dark .checkbox span {
  top: 2px
}

.tooltip {
  white-space: nowrap
}

.tooltip-inner {
  overflow: hidden
}

.toggle-action {
  display: block
}

@media screen and (min-width: 481px) {
  .inline-checkbox {
      padding-top:10px
  }

  .inline-checkbox .checkbox {
      margin: 0;
      margin-right: 14px;
      display: inline-block
  }
}

.collapsable-content {
  display: none;
  position: relative
}

.radio+.radio,.checkbox+.checkbox {
  margin-top: 8px
}

.dark-theme .radio span {
  border: 2px solid white;
  background: transparent;
  box-shadow: none
}

.dark-theme .radio span:after {
  margin: 2px
}

.dark-theme .radio input:checked+span {
  background: transparent
}

.radio span {
  border: 2px solid #818896;
  background: transparent;
  box-shadow: none
}

.radio span:after {
  margin: 2px;
  background: #818896
}

.radio input:checked+span {
  background: transparent
}

.radio:hover span:after {
  display: block;
  background: #d4d7db
}

.radio:hover input:checked+span:after {
  background: #818896
}

.link.device_recovered,.link.action_missing {
  background: #ddd;
  color: #666
}

.link.device_still_missing,.link.action_stolen {
  background: #fff;
  color: #3578BB
}

#braintree-form {
  padding-right: 0px !important
}

.braintree-methods--active .braintree-method--active {
  border-radius: 5px;
  opacity: 1;
  width: 100%;
  z-index: 1;
  border-color: #219653;
  border-width: 2px;
  margin-top: -1px;
  margin-bottom: -1px
}

.braintree-methods--active .braintree-method--active .braintree-method__label {
  font-weight: 700
}

.braintree-method {
  align-items: center;
  background-color: #fff;
  border-color: #b5b5b5;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 14px 10px;
  position: relative;
  transition: opacity 0.3s,width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),border-color 0.3s,border-radius 0.3s;
  width: 98%;
  z-index: 0
}

.braintree-method .braintree-method__logo {
  align-items: center;
  display: flex;
  justify-content: center
}

.braintree-method .braintree-method__label {
  color: #000;
  flex-grow: 1;
  font-size: 16px;
  margin-left: 20px;
  text-align: left;
  flex-grow: 1
}

.braintree-method .braintree-method__label .braintree-method__label--small {
  font-size: 13px;
  font-weight: 400
}

.mac-pin-group {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.mac-pin-group>div {
  padding: 1rem 0
}

@media (min-width: 960px) {
  .mac-pin-group div:first-child {
      border-right:1px solid #b5b5b5;
      margin-right: 1rem;
      padding-right: 1rem
  }
}

.mac-pin-container {
  display: grid;
  grid-template-areas: "h h h h h h h" "i1 i2 i3 i4 i5 i6 i7";
  grid-gap: 0.5rem;
  align-items: center
}

.mac-pin-header {
  grid-area: h;
  font-weight: 400
}

.mac-pin-input {
  text-align: center;
  font-size: 1rem;
  padding: 10px 2px 10px 2px !important;
  max-width: 26px;
  height: 28px
}

.mac-pin-input.failed {
  border-color: red
}

.mac-pin-input.success {
  border-color: green
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

.brand {
  display: block;
  padding: 14px;
  margin: 14px 0;
  text-align: center
}

.brand.new {
  padding: 8px 12px;
  margin: 0
}

@media screen and (max-width: 800px) {
  .brand {
      text-align:left
  }
}

.current-plan {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: Sarabun;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  margin: 0;
  background-color: #1f2938;
  display: none;
  padding: 8px 16px
}

.current-plan-mobile {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  margin: 0;
  padding: 8px 0;
  border-radius: 5px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 15px;
  background-color: #1f2938;
  display: none;
  text-align: center
}

.current-plan-mobile-affiliate {
  width: -moz-max-content;
  width: max-content;
  color: var(--Neutral---Text-White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  padding: 4px 8px !important;
  border-radius: 6px;
  display: flex !important;
  align-items: center;
  gap: 8px;
  background-color: #1f2938
}

.current-plan-trial {
  background-color: #7C33C4;
  display: block
}

.current-plan-nonprofit {
  background-color: #7C33C4;
  display: block
}

.current-plan-enterprise {
  background-color: #7C33C4;
  display: flex
}

.current-plan-trialtracking {
  background-color: #DB7575;
  display: block
}

.current-plan-trackingnonprofit {
  background-color: #DB7575;
  display: block
}

.current-plan-tracking {
  background-color: #DB7575;
  display: block
}

.current-plan-trialprotection {
  background-color: #2DACAC;
  display: block
}

.current-plan-protectionnonprofit {
  background-color: #2DACAC;
  display: block
}

.current-plan-protection {
  background-color: #2DACAC;
  display: block
}

.current-plan-starter {
  background-color: #CD863F;
  display: block
}

.current-plan-micro,.current-plan-small {
  background-color: #3B79B9;
  display: block
}

.current-plan-free,.current-plan-newfree {
  color: #FFFFFF;
  display: block;
  border: 1px solid #FFFFFF
}

.switch-plan {
  font-family: Sarabun;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background-color: #1f2938;
  display: none
}

.switch-plan-reseller {
  display: none
}

.full-suite {
  background-color: #7C33C4
}

.tracking {
  background-color: #DB7575
}

.protection {
  background-color: #2DACAC
}

.switch-trial {
  border-top: 2px solid #7C33C4;
  border-bottom: 2px solid #7C33C4;
  display: block
}

.switch-nonprofit {
  border-top: 2px solid #7C33C4;
  border-bottom: 2px solid #7C33C4;
  display: block
}

.switch-enterprise {
  border-top: 2px solid #7C33C4;
  border-bottom: 2px solid #7C33C4;
  display: block
}

.switch-trialtracking {
  border-top: 2px solid #DB7575;
  border-bottom: 2px solid #DB7575;
  display: block
}

.switch-trialprotection {
  border-top: 2px solid #3B79B9;
  border-bottom: 2px solid #3B79B9;
  display: block
}

.switch-trackingnonprofit {
  border-top: 2px solid #DB7575;
  border-bottom: 2px solid #DB7575;
  display: block
}

.switch-tracking {
  border-top: 2px solid #DB7575;
  border-bottom: 2px solid #DB7575;
  display: block
}

.switch-protection {
  border-top: 2px solid #2DACAC;
  border-bottom: 2px solid #2DACAC;
  display: block
}

.switch-trialprotection {
  border-top: 2px solid #2DACAC;
  border-bottom: 2px solid #2DACAC;
  display: block
}

.switch-protectionnonprofit {
  border-top: 2px solid #2DACAC;
  border-bottom: 2px solid #2DACAC;
  display: block
}

.switch-trial:hover {
  background-color: #7C33C4
}

.switch-trialtracking:hover {
  background-color: #DB7575
}

.switch-trialprotection:hover {
  background-color: #2DACAC
}

.switch-trialprotection:hover {
  background-color: #3B79B9
}

.switch-plan span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

.switch-icon {
  background: url(/assets/prey_frontend/arrow-change-cad8dc3c6aece86baa82071a89b62ac6b73b861b73dd3a346f4b9b87c77cfd24.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px !important;
  height: 15px;
  margin-bottom: 2px
}

.header-container {
  display: flex;
  height: 52px;
  align-items: center;
  padding: 6px 16px;
  justify-content: space-between
}

.header-container .js-show-menu {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(255,255,255,0.1)
}

.full-suite-icon,.tracking-icon,.protection-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px
}

.full-suite-icon {
  background: url(/assets/prey_frontend/plan_fullsuite-355aee6257886e05f62fd56db73b49f13edc09b1bd25fe74f5a6e89d8b0c90b7.svg)
}

.tracking-icon {
  background: url(/assets/prey_frontend/plan_tracking-08c433778ba5fb315a8f0cc1f94d280328f3a128e7d5f205813bd08add002c46.svg)
}

.protection-icon {
  background: url(/assets/prey_frontend/plan_protection-3c981c776cac9b7092fbd57457eaf06a9757f5ea9e4beb4d3a970038553ef6cd.svg)
}

.brand-vertical {
  background-image: url(/assets/prey_frontend/brand-vertical-0e03abdd6621cc15300955ca1e8449e24d101f80b427da69b30f5af484c6f426.png);
  background-repeat: no-repeat;
  width: 105px;
  height: 121px;
  margin: 0 auto
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .brand-vertical {
      background-image:url(/assets/prey_frontend/brand-vertical@2x-636a39d099dc1c4896cc14dd3cfdda02427305fe80494ab6026326b134ba589c.png);
      background-size: 105px 121px
  }
}

.isotipo {
  background-image: url(/assets/prey_frontend/isotipo-color-a2d0f5a170962ea87b823aac13fae01e5be1a4da4b07b827e2d18609f8d8303e.png);
  background-repeat: no-repeat;
  width: 48px;
  height: 43px;
  margin: 0 auto;
  vertical-align: middle
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .isotipo {
      background-image:url(/assets/prey_frontend/isotipo-color@2x-9c6f7fe305c8202c0f416a6ebae48a7771d9bb8da3af2f2d60f8eb1ab7eb4721.png);
      background-size: 48px 43px
  }
}

.logo {
  width: 200px;
  height: 55px;
  margin: 20px
}

.logo-w {
  background: url(/assets/prey_frontend/prey-logo-b-f8493bf39c28d4f99c07d253acf6440175e49d232f8a8f683e79d339583b285e.svg) center center no-repeat;
  background-size: 100%
}

.logo-b {
  background: url(/assets/prey_frontend/prey-logo-34c2aaec58f179c03eefadc9c56c2a58126cd6d7211cee5c1bb5a14bb7ac432f.svg) center center no-repeat;
  background-size: 100%
}

.logo-i {
  background: url(/assets/prey_frontend/prey-iso-f2768e2719b19d7d08e725c8064cc776237160e89ad742afa7f88c873a43f09d.svg) center center no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  margin: 0 auto
}

.logotipo {
  background-image: url(/assets/prey_frontend/logo-header-806418fbd3b0128fb8f621997d88aea849641f5b5c30a50d5a824baea53babc7.png);
  background-repeat: no-repeat;
  width: 105px;
  height: 21px;
  margin: 15.5px auto;
  margin: 15.5px auto
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logotipo {
      background-image:url(/assets/prey_frontend/logo-header@2x-62c75e541b38dcc522649cb0b6427040d4b5144346304907ac21ac8ed4d585bd.png);
      background-size: 105px 21px
  }
}

.inline-brand>div {
  display: inline-block;
  vertical-align: middle
}

.inline-brand>div+div {
  margin-left: 10px
}

.brand .logotipo {
  background: url(/assets/prey_frontend/logo-header-806418fbd3b0128fb8f621997d88aea849641f5b5c30a50d5a824baea53babc7.png) center center no-repeat;
  background-size: 100% auto;
  width: auto;
  height: 11px;
  margin: 0;
  margin-top: 7px;
  display: none
}

.brand .isotipo {
  display: block
}

@media screen and (max-width: 376px) {
  .current-plan-mobile {
      font-size:12px;
      margin-right: 10px
  }
}

.chosen-plan {
  color: white;
  padding: 10px;
  margin: 20px;
  margin-bottom: 0px;
  border-radius: 5px;
  font-weight: bold
}

.plan-micro {
  background-color: #DAC600
}

.plan-small {
  background-color: #FB7F00
}

.plan-medium {
  background-color: #E44128
}

.plan-large {
  background-color: #C236B6
}

.plan-huge {
  background-color: #0C6493
}

.plan-micro,.plan-small,.plan-medium,.plan-large,.plan-huge {
  color: white
}

.radio-options {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  text-align: left;
  margin: 6px 0 -10px
}

.radio-options .radio {
  margin: 0;
  padding: 10px
}

.radio-options .radio span {
  margin-right: 8px
}

.radio-options .radio:hover {
  background: rgba(255,255,255,0.8);
  cursor: pointer
}

.radio-options .radio+.radio {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 0
}

body {
  overflow-x: hidden;
  overflow-y: auto
}

a {
  color: #FFFFFF !important
}

a,a:active,a:hover {
  outline: none !important;
  color: #3B79B9 !important
}

.back-to-home {
  height: 1px;
  text-align: center
}

.back-to-home a {
  font-size: 16px;
  display: inline-block;
  padding: 20px 0;
  cursor: pointer;
  color: rgba(255,255,255,0.8)
}

.back-to-home a:hover {
  color: white;
  text-decoration: underline
}

.expanded {
  width: 100%
}

.text-center {
  text-align: center
}

.flex-column {
  display: flex;
  flex-direction: column
}

.align-self-end {
  align-self: end
}

.align-self-center {
  align-self: center
}

.gap-8 {
  gap: 8px
}

.gap-16 {
  gap: 16px
}

.gap-24 {
  gap: 24px
}

.gap-64 {
  gap: 64px
}

.button {
  padding: 7px 16px;
  border-radius: 10px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms;
  cursor: pointer
}

.button--primary {
  background: #3B79B9;
  color: white;
  border: 1px solid #3B79B9;
  align-items: center
}

.button--primary:hover {
  color: white;
  background: #095098;
  border: 1px solid #095098
}

.button--secondary {
  background: transparent;
  border: 1px solid #3B79B9;
  color: #3B79B9
}

.button--secondary:hover {
  background: #EBF2F8;
  color: #3B79B9
}

.button--ghost {
  background: #EBF2F8;
  color: #3B79B9;
  border: 1px solid #EBF2F8
}

.button--ghost:hover {
  background: #EBF2F8
}

.session {
  background: #212C3D;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto
}

.session .brand {
  padding: 0;
  margin: 0 auto
}

.plan-name {
  font-size: 14px;
  line-height: 1.7
}

.plan-value {
  font-size: 30px;
  line-height: 1.3
}

.alert-fixed {
  max-width: 800px;
  margin: 0;
  margin-bottom: 30px;
  padding: 14px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: white
}

.error {
  background-color: #f0ad4e
}

.notice {
  background-color: #5bc0de
}

.session-help {
  text-align: center
}

.session-heading {
  text-align: center
}

.session-title {
  font-size: 18px;
  font-weight: bold;
  color: #C3C8D1;
  margin-bottom: 30px
}

.session-content>div {
  margin-bottom: 14px
}

@media screen and (max-width: 480px) {
  .session-content>div {
      margin-bottom:7px
  }
}

@media screen and (min-width: 481px) {
  .session-tittle {
      font-size:20px
  }

  .session-tagline {
      font-size: 18px
  }
}

#prey-login {
  display: "-webkit-box";
  display: "-moz-box";
  display: "-ms-box";
  display: "box";
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-flow: row;
  width: 100%;
  height: 100%;
  color: #212C3D;
  position: relative;
  z-index: 1200
}

#prey-login .success {
  background: #94ce8f
}

#prey-login .btn.back,#prey-login .btn.back:active,#prey-login .btn.back:focus {
  color: #dfdfdf;
  transition: all ease 500ms
}

#prey-login .btn.back:hover,#prey-login .btn.back:active:hover,#prey-login .btn.back:focus:hover {
  transition: all ease 500ms;
  background: #0083B9;
  color: #fff
}

#prey-login h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0
}

#prey-login h2 {
  font-weight: 300;
  padding: 0 20px;
  font-size: 20px
}

#prey-login h3 {
  text-transform: uppercase
}

#prey-login .by {
  font-weight: bold
}

#prey-login .by small {
  display: block
}

#prey-login small {
  display: block;
  font-size: 14px
}

#prey-login blockquote {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  margin: 10px 0;
  max-width: 500px;
  border-left: 5px solid #0083b9;
  padding: 0 10px
}

#prey-login .back {
  text-align: center;
  display: block
}

#prey-login .back:hover {
  color: #212c3d
}

#prey-login .wrap-login {
  -ms-box-flex: 1 1 auto;
  box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto
}

#prey-login .group-login {
  display: "-webkit-box";
  display: "-moz-box";
  display: "-ms-box";
  display: "box";
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-flow: row;
  perspective: 1200px;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px
}

#prey-login .form-login {
  background: rgba(255,255,255,0.9);
  -ms-box-flex: 1 1 auto;
  box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  overflow: hidden;
  opacity: 0;
  animation: fadeIn 500ms forwards alternate;
  overflow: hidden
}

#prey-login .form-login .logo-wrap {
  overflow: hidden;
  margin: 20px 0;
  transform: translateZ(30px)
}

#prey-login .form-login .logo {
  max-width: 190px;
  margin: 0
}

#prey-login .form-login .current-form {
  padding: 20px
}

#prey-login .form-signin {
  -ms-box-flex: 1 1 auto;
  box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #fff url(/images/prey_frontend/land2.jpg) center center no-repeat;
  background-size: cover;
  height: 70vh
}

#prey-login .they-say {
  -ms-box-flex: 1 1 70%;
  box-flex: 1 1 70%;
  -moz-flex: 1 1 70%;
  flex: 1 1 70%;
  padding: 20px;
  color: white;
  background: #212c3d url(/images/prey_frontend/land.jpg) center center no-repeat;
  background-size: cover;
  background-blend-mode: overlay
}

#prey-login .did-you-know {
  height: 30vh;
  padding: 20px 0;
  -ms-box-flex: 1 1 30%;
  box-flex: 1 1 30%;
  -moz-flex: 1 1 30%;
  flex: 1 1 30%;
  background: rgba(244,242,203,0.6);
  padding: 20px
}

#prey-login .prey-in-numbers {
  background: #f6c509;
  -ms-box-flex: 1 1 300px;
  box-flex: 1 1 300px;
  -moz-flex: 1 1 300px;
  flex: 1 1 300px;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 300px;
  min-width: 200px;
  color: #212c3d
}

#prey-login .prey-in-numbers h3 {
  padding: 10px 20px;
  margin: 0;
  text-align: center
}

#prey-login .prey-in-numbers h1 {
  -ms-box-flex: 1 1 auto;
  box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 20px;
  padding: 20px;
  color: #212c3d;
  text-align: center;
  margin: 0
}

#prey-login .prey-in-numbers h1 small {
  color: rgba(33,44,61,0.6);
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
  text-align: center
}

#prey-login .prey-in-numbers h1:nth-child(odd) {
  background: rgba(0,0,0,0.1)
}

#prey-login .cta {
  padding: 10px 20px;
  margin: 20px 0;
  background: #0083B9;
  color: white;
  font-weight: bold
}

#prey-login .cta:focus,#prey-login .cta:hover {
  background: #24B67A
}

#prey-login .checkbox {
  margin: 10px 0
}

#prey-login .checkbox input {
  padding: 0
}

#prey-login .checkbox label {
  text-transform: uppercase !important;
  font-weight: bold
}

#prey-login .brand-login {
  width: auto;
  background: #0083B9 url(/assets/prey_frontend/land3-a90531b7a7218770c53b968114525d578b41f821a57a07fa9c70c2522f787de0.jpg);
  background-size: cover;
  background-blend-mode: darken;
  position: relative;
  padding: 0 20px;
  overflow: hidden
}

#prey-login .brand-login .i {
  transform: rotate(-180deg);
  margin-right: 5px
}

#prey-login .brand-login * {
  position: relative;
  z-index: 200
}

#prey-login .brand-login .btn-link {
  color: #ddd
}

#prey-login .brand-login .btn-link:hover {
  color: #fff;
  text-decoration: none
}

#prey-login .brand-login .chosen-plan {
  margin: 0
}

#prey-login .brand-login .chosen-plan .plan-value {
  line-height: 1
}

#prey-login .brand-login:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(0,131,185,0.9) 40%, rgba(0,131,185,0) 100%)
}

@media (min-width: 960px) {
  #prey-login .group-login {
      padding:50px 0
  }

  #prey-login .form-login {
      display: "-webkit-box";
      display: "-moz-box";
      display: "-ms-box";
      display: "box";
      display: "-webkit-flex";
      display: "-moz-flex";
      display: "-ms-flexbox";
      display: "-ms-flex";
      display: flex;
      -moz-flex-direction: row;
      flex-direction: row;
      flex-flow: row;
      margin: 0 auto;
      max-width: 620px;
      border-radius: 3px
  }

  #prey-login .form-login .brand-login {
      -ms-box-flex: 1 1 150px;
      box-flex: 1 1 150px;
      -moz-flex: 1 1 150px;
      flex: 1 1 150px;
      min-height: 300px
  }

  #prey-login .form-login .brand-login:after {
      height: 300px
  }

  #prey-login .form-login .current-form {
      -ms-box-flex: 1 1 300px;
      box-flex: 1 1 300px;
      -moz-flex: 1 1 300px;
      flex: 1 1 300px
  }
}

#prey-login .btn-link {
  margin: 10px 0;
  font-weight: bold;
  text-align: left
}

#prey-login .btn-link:focus {
  outline: none !important
}

#prey-login ::-webkit-input-placeholder {
  color: rgba(33,45,61,0.6)
}

#prey-login :-moz-placeholder {
  color: rgba(33,45,61,0.6)
}

#prey-login ::-moz-placeholder {
  color: rgba(33,45,61,0.6)
}

#prey-login :-ms-input-placeholder {
  color: rgba(33,45,61,0.6)
}

.center-fix {
  position: relative;
  transform: translateX(-50%);
  left: 50%
}

.sign-form {
  list-style: none;
  margin: 0;
  padding: 0
}

.sign-form li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.sign-form li .caret {
  position: absolute;
  top: 15px;
  right: 20px
}

.sign-form li .inline-errors {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #b92f17;
  position: relative;
  margin: 0;
  font-weight: bold
}

.sign-form li .field_with_errors {
  position: relative
}

.sign-form li .field_with_errors input {
  border-bottom: 1px solid #b92f17
}

.sign-form li .field_with_errors:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate3d(-50%, -7px, 0);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #b92f17;
  animation: 2s bounce infinite
}

.sign-form li p {
  font-weight: bold;
  margin: 0 0 1rem;
  position: relative
}

.sign-form li .here {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  display: block
}

.sign-form li .here:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0083B9
}

.sign-form .opt-out {
  border: 1px solid #0083B9;
  margin: 0 0 1rem;
  font-family: "Sarabun";
  padding: 10px;
  text-transform: uppercase;
  color: #ddd;
  text-align: center
}

.sign-form .opt-out h4 {
  font-size: 16px
}

.sign-form .opt-out p {
  font-size: 12px
}

.sign-form input[type="text"],.sign-form select,.sign-form input[type="email"],.sign-form input[type="password"] {
  height: auto;
  padding: 10px;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #0083B9;
  color: #0083B9
}

.sign-form input[type="text"]:focus,.sign-form input[type="text"]:hover,.sign-form select:focus,.sign-form select:hover,.sign-form input[type="email"]:focus,.sign-form input[type="email"]:hover,.sign-form input[type="password"]:focus,.sign-form input[type="password"]:hover {
  border: 1px solid #0083B9;
  color: white
}

.sign-form input[type="text"]::-moz-placeholder,.sign-form select::-moz-placeholder,.sign-form input[type="email"]::-moz-placeholder,.sign-form input[type="password"]::-moz-placeholder {
  color: rgba(255,255,255,0.4)
}

.sign-form input[type="text"]::-moz-placeholder, .sign-form select::-moz-placeholder, .sign-form input[type="email"]::-moz-placeholder, .sign-form input[type="password"]::-moz-placeholder {
  color: rgba(255,255,255,0.4)
}

.sign-form input[type="text"]::placeholder,.sign-form select::placeholder,.sign-form input[type="email"]::placeholder,.sign-form input[type="password"]::placeholder {
  color: rgba(255,255,255,0.4)
}

.sign-form input[type="text"][disabled],.sign-form select[disabled],.sign-form input[type="email"][disabled],.sign-form input[type="password"][disabled] {
  background: #243d4f;
  color: rgba(255,255,255,0.4);
  border: 1px solid #243d4f
}

.sign-form input[type="text"][disabled]:hover,.sign-form select[disabled]:hover,.sign-form input[type="email"][disabled]:hover,.sign-form input[type="password"][disabled]:hover {
  background: #243d4f;
  color: rgba(255,255,255,0.4);
  border: 1px solid #243d4f
}

.sign-form .checkbox {
  margin: 2px 0 20px;
  text-align: right
}

.sign-form .btn-link {
  color: white
}

@keyframes msgType01 {
  0% {
      transform: translateX(-100%);
      opacity: 1
  }

  90% {
      transform: translateX(-100%);
      opacity: 1
  }

  100% {
      transform: translateX(0);
      opacity: 0
  }
}

@keyframes bounce {
  10% {
      transform: scaleY(0.1) translate3d(-50%, -65px, 0);
      transform-origin: 0 bottom 0
  }

  20% {
      transform: scaleY(1.3) translate3d(-50%, -15px, 0);
      transform-origin: 0 bottom 0
  }

  30% {
      transform: scaleY(0.7) translate3d(-50%, -7px, 0);
      transform-origin: 0 bottom 0
  }

  40% {
      transform: scaleY(1) translate3d(-50%, -7px, 0);
      transform-origin: 0 bottom 0
  }

  100% {
      transform: scaleY(1) translate3d(-50%, -7px, 0);
      transform-origin: 0 bottom 0
  }
}

@keyframes drawLine {
  0% {
      width: 0
  }

  50% {
      width: 100%
  }

  100% {
      width: 80%
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}

.ncurses {
  background: #00f;
  font-family: monospace
}

.ncurses #prey-login .form-login {
  background: #ccc;
  box-shadow: 10px 10px 0 5px #222
}

.ncurses input {
  background: #ccc;
  border: 1px solid #999
}

.sso-session {
  background-color: #F3F5F8
}

.sso-session .btn-block {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Sarabun";
  padding: 10px 20px;
  line-height: 1;
  border-left: 1px solid #598eb3;
  border-bottom: 1px solid #598eb3
}

.btn,button,input[type="button"],input[type="submit"],input[type="reset"] {
  position: relative;
  font-family: "Sarabun";
  display: inline-block;
  cursor: pointer;
  background: linear-gradient(90deg, #2882ad, #2D91C2);
  color: #EADDD3;
  border-radius: 0;
  margin: 0;
  outline: none !important;
  border-radius: 3px;
  overflow: hidden;
  transition: all ease 200ms;
  padding: 1rem;
  text-shadow: none;
  font-size: 14px;
  border: none
}

.btn:after,button:after,input[type="button"]:after,input[type="submit"]:after,input[type="reset"]:after {
  transition: all ease 200ms;
  content: "";
  position: absolute;
  opacity: 1;
  pointer-events: none;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0
}

.btn>span,button>span,input[type="button"]>span,input[type="submit"]>span,input[type="reset"]>span {
  position: relative;
  z-index: 1000
}

.btn[class^="icon-"]:before,.btn[class*=" icon-"]:before,button[class^="icon-"]:before,button[class*=" icon-"]:before,input[type="button"][class^="icon-"]:before,input[type="button"][class*=" icon-"]:before,input[type="submit"][class^="icon-"]:before,input[type="submit"][class*=" icon-"]:before,input[type="reset"][class^="icon-"]:before,input[type="reset"][class*=" icon-"]:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
  align-self: center;
  margin: 0;
  padding: 15px 7px;
  width: auto;
  font-size: 14px
}

.btn[class^="icon-"]:after,.btn[class*=" icon-"]:after,button[class^="icon-"]:after,button[class*=" icon-"]:after,input[type="button"][class^="icon-"]:after,input[type="button"][class*=" icon-"]:after,input[type="submit"][class^="icon-"]:after,input[type="submit"][class*=" icon-"]:after,input[type="reset"][class^="icon-"]:after,input[type="reset"][class*=" icon-"]:after {
  background: rgba(52,52,52,0.4);
  width: 30px
}

.btn[class^="icon-"] span,.btn[class*=" icon-"] span,button[class^="icon-"] span,button[class*=" icon-"] span,input[type="button"][class^="icon-"] span,input[type="button"][class*=" icon-"] span,input[type="submit"][class^="icon-"] span,input[type="submit"][class*=" icon-"] span,input[type="reset"][class^="icon-"] span,input[type="reset"][class*=" icon-"] span {
  position: relative;
  z-index: 500;
  font-size: 14;
  margin-right: 25px;
  line-height: 0.8;
  display: block
}

.btn:hover,button:hover,input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover {
  transition: all ease 200ms;
  background: linear-gradient(180deg, #1f6384, #1a536f);
  color: #f2eae4
}

.btn.btn-facebook,button.btn-facebook,input[type="button"].btn-facebook,input[type="submit"].btn-facebook,input[type="reset"].btn-facebook {
  background: linear-gradient(19deg, #384e8a 30%, #4C69BA 80%)
}

.btn.btn-twitter,button.btn-twitter,input[type="button"].btn-twitter,input[type="submit"].btn-twitter,input[type="reset"].btn-twitter {
  background: linear-gradient(19deg, #056b90 30%, #008cbf 80%)
}

.btn.btn-google,button.btn-google,input[type="button"].btn-google,input[type="submit"].btn-google,input[type="reset"].btn-google {
  background: #db0000
}

.btn.success,button.success,input[type="button"].success,input[type="submit"].success,input[type="reset"].success {
  background: #55B790;
  color: white;
  transition: all ease 200ms
}

.btn.success:hover,button.success:hover,input[type="button"].success:hover,input[type="submit"].success:hover,input[type="reset"].success:hover {
  transition: all ease 200ms;
  background: linear-gradient(180deg, #398768, #31755a);
  color: #55B790
}

.btn.error,.btn.danger,button.error,button.danger,input[type="button"].error,input[type="button"].danger,input[type="submit"].error,input[type="submit"].danger,input[type="reset"].error,input[type="reset"].danger {
  background: #E66249;
  color: #842412
}

.btn.warning,button.warning,input[type="button"].warning,input[type="submit"].warning,input[type="reset"].warning {
  background: #B7571E;
  color: #341908
}

.btn.default,button.default,input[type="button"].default,input[type="submit"].default,input[type="reset"].default {
  background: rgba(200,200,200,0.2)
}

.btn.information,button.information,input[type="button"].information,input[type="submit"].information,input[type="reset"].information {
  background: #B7571E;
  color: #fff
}

.btn.information:hover,button.information:hover,input[type="button"].information:hover,input[type="submit"].information:hover,input[type="reset"].information:hover {
  transition: all ease 200ms;
  background: linear-gradient(180deg, #753813, #5f2d10);
  color: #fff
}

.btn.success-text,button.success-text,input[type="button"].success-text,input[type="submit"].success-text,input[type="reset"].success-text {
  color: #55B790
}

.btn.error-text,.btn.danger-text,button.error-text,button.danger-text,input[type="button"].error-text,input[type="button"].danger-text,input[type="submit"].error-text,input[type="submit"].danger-text,input[type="reset"].error-text,input[type="reset"].danger-text {
  color: #E66249
}

.btn.warning-text,button.warning-text,input[type="button"].warning-text,input[type="submit"].warning-text,input[type="reset"].warning-text {
  color: #B7571E
}

.btn.default-text,button.default-text,input[type="button"].default-text,input[type="submit"].default-text,input[type="reset"].default-text {
  color: rgba(200,200,200,0.2)
}

.btn.transparent,button.transparent,input[type="button"].transparent,input[type="submit"].transparent,input[type="reset"].transparent {
  background: transparent;
  box-shadow: none;
  color: #A4D7E7
}

.btn.transparent:after,button.transparent:after,input[type="button"].transparent:after,input[type="submit"].transparent:after,input[type="reset"].transparent:after {
  background: transparent
}

.btn.transparent:hover,button.transparent:hover,input[type="button"].transparent:hover,input[type="submit"].transparent:hover,input[type="reset"].transparent:hover {
  background: transparent
}

.btn.loadmore-btn,button.loadmore-btn,input[type="button"].loadmore-btn,input[type="submit"].loadmore-btn,input[type="reset"].loadmore-btn {
  position: relative
}

.btn.cta,button.cta,input[type="button"].cta,input[type="submit"].cta,input[type="reset"].cta {
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  text-align: left;
  -webkit-clip-path: polygon(95% 0, 100% 20%, 100% 100%, 50% 100%, 0 100%, 0 0);
  clip-path: polygon(95% 0, 100% 20%, 100% 100%, 50% 100%, 0 100%, 0 0);
  display: flex;
  flex-direction: row;
  padding-right: 15px;
  padding-left: 15px
}

.btn.cta:after,button.cta:after,input[type="button"].cta:after,input[type="submit"].cta:after,input[type="reset"].cta:after {
  width: 60px
}

.btn.cta:before,button.cta:before,input[type="button"].cta:before,input[type="submit"].cta:before,input[type="reset"].cta:before {
  font-size: 30px;
  width: 60px;
  margin: 0 auto
}

.btn.cta span,button.cta span,input[type="button"].cta span,input[type="submit"].cta span,input[type="reset"].cta span {
  padding: 1rem
}

.btn.cta figure,button.cta figure,input[type="button"].cta figure,input[type="submit"].cta figure,input[type="reset"].cta figure {
  width: 52px;
  flex: 0 0 52px;
  padding: 0;
  align-self: center;
  margin-right: 10px;
  display: flex
}

.btn.cta figure svg,.btn.cta figure img,button.cta figure svg,button.cta figure img,input[type="button"].cta figure svg,input[type="button"].cta figure img,input[type="submit"].cta figure svg,input[type="submit"].cta figure img,input[type="reset"].cta figure svg,input[type="reset"].cta figure img {
  max-height: 100%;
  width: 100%
}

.btn.cta figure svg path,.btn.cta figure img path,button.cta figure svg path,button.cta figure img path,input[type="button"].cta figure svg path,input[type="button"].cta figure img path,input[type="submit"].cta figure svg path,input[type="submit"].cta figure img path,input[type="reset"].cta figure svg path,input[type="reset"].cta figure img path {
  will-change: auto;
  transition: all ease 500ms;
  fill: #EADDD3
}

.btn.cta figure svg,button.cta figure svg,input[type="button"].cta figure svg,input[type="submit"].cta figure svg,input[type="reset"].cta figure svg {
  width: 64px;
  height: 64px
}

.btn.cta .btn-column,button.cta .btn-column,input[type="button"].cta .btn-column,input[type="submit"].cta .btn-column,input[type="reset"].cta .btn-column {
  flex: 1 1 auto;
  padding-right: 60px;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  letter-spacing: normal
}

.btn.cta .btn-column small,button.cta .btn-column small,input[type="button"].cta .btn-column small,input[type="submit"].cta .btn-column small,input[type="reset"].cta .btn-column small {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: normal;
  opacity: 0.70;
  text-transform: none;
  white-space: normal;
  max-width: 320px
}

.btn.cta.alt,button.cta.alt,input[type="button"].cta.alt,input[type="submit"].cta.alt,input[type="reset"].cta.alt {
  text-align: left;
  margin: 15px 0 0;
  line-height: 1
}

.btn.cta.alt span,button.cta.alt span,input[type="button"].cta.alt span,input[type="submit"].cta.alt span,input[type="reset"].cta.alt span {
  font-size: 30px;
  padding: 0.5rem 0 0
}

.btn.cta.alt small,button.cta.alt small,input[type="button"].cta.alt small,input[type="submit"].cta.alt small,input[type="reset"].cta.alt small {
  text-transform: none;
  font-size: 18px;
  white-space: normal;
  line-height: 1
}

.btn.cta span,.btn.cta small,button.cta span,button.cta small,input[type="button"].cta span,input[type="button"].cta small,input[type="submit"].cta span,input[type="submit"].cta small,input[type="reset"].cta span,input[type="reset"].cta small {
  display: block
}

.btn.cta:hover figure svg path,button.cta:hover figure svg path,input[type="button"].cta:hover figure svg path,input[type="submit"].cta:hover figure svg path,input[type="reset"].cta:hover figure svg path {
  will-change: auto;
  transition: all ease 500ms;
  fill: #A4D7E7
}

input.cta,.cta[type="submit"] {
  display: inline-block;
  font-size: 25px;
  padding: 10px;
  min-width: 50%
}

.grecaptcha-badge {
  display: none
}

.session-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
  font-size: 16px;
  color: #122F48
}

.session-container h1 {
  margin: 0
}

.session-container .device-info {
  margin: 16px
}

.session-container .fui-success h1,.session-container .fui-success h2 {
  margin: 0
}

.session-container ul {
  margin: 0;
  padding: 0
}

#sso-login {
  min-width: 560px;
  max-width: 600px;
  max-height: 1vh;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 5% 0
}

#sso-login footer {
  width: 90%;
  position: relative;
  max-width: 600px;
  display: flex;
  flex-direction: column-reverse
}

#sso-login .footer-links a {
  color: white;
  margin-right: 10px;
  font-family: "Sarabun"
}

@media (max-width: 800px) {
  #sso-login .footer-links {
      display:flex;
      flex-direction: column;
      align-items: center
  }
}

#sso-login .main-title {
  font-size: 100px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 0.7;
  font-family: "Sarabun";
  opacity: 0.20;
  text-shadow: -1px 0 0 rgba(0,255,232,0.37),1px 0 0 rgba(255,138,0,0.37);
  color: #E9E9E9
}

#sso-login .sign-form+.sign-form {
  margin-top: 30px
}

#sso-login .layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 24px 32px 24px;
  gap: 64px;
  margin-top: 15%;
  margin-bottom: 15%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 12px 22px 2px rgba(18,47,72,0.12)
}

#sso-login #new-session {
  max-width: 600px
}

#sso-login .here {
  text-transform: uppercase;
  font-family: "Sarabun";
  margin: 10px 0;
  color: #9fbdd3;
  line-height: 1;
  font-size: 14px
}

#sso-login .here:after {
  display: none
}

#sso-login .copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  margin-top: 8rem
}

#sso-login .copy .prey-version {
  float: right;
  background: url(/assets/prey_frontend/prey-logo-alt-942395ea0ea8a169d6f06c2d7eb82d161494922caced79181134d7027fbaec9e.svg) center center no-repeat;
  background-size: 100%;
  width: 100px;
  height: 30px;
  opacity: 0.60
}

#sso-login .copy a {
  line-height: 1;
  display: block;
  white-space: nowrap
}

#sso-login li.split ul {
  margin: 0;
  padding: 0;
  list-style: none
}

#sso-login .button-group {
  display: flex
}

#sso-login .button-group a {
  flex: 1 1 auto
}

#sso-login .button-group a:first-child {
  margin-right: 1rem
}

#sso-login .button-group .space {
  flex: 0 0 1px;
  width: 1px
}

@media (min-width: 1150px) {
  #sso-login {
      height:100%
  }

  #sso-login .sign-form+.sign-form {
      margin: 0;
      flex: 1 1 40%;
      padding: 40px 20px;
      border-top: none;
      display: flex;
      flex-direction: column
  }

  #sso-login .sign-form+.sign-form:before {
      transform-origin: 0 0;
      right: auto;
      top: auto;
      left: 0;
      bottom: 0
  }

  #sso-login .sign-form+.sign-form li {
      flex: 1 1 auto
  }

  #sso-login .sign-form li.split ul {
      display: flex;
      flex-direction: row
  }

  #sso-login .sign-form li.split ul li.sep {
      flex: 1 1 50%
  }

  #sso-login .sign-form li.split ul li.sep+li.sep {
      margin-left: 15px
  }

  #sso-login .copy a {
      display: inline-block
  }
}

#sso-login .connectivity-issues {
  position: relative;
  opacity: 0;
  margin: 0 2rem;
  animation: fadeIn 500ms 500ms ease-out forwards
}

#sso-login .connectivity-issues h3 {
  font-size: 2.5rem;
  max-width: 90%;
  color: #EADDD3;
  font-weight: normal;
  line-height: 1
}

#sso-login .connectivity-issues i {
  font-size: 20rem;
  display: block;
  opacity: 0.10;
  position: absolute;
  top: -5rem;
  left: -5rem;
  z-index: -1
}

.tag-label {
  transition: all 0.5s ease-out;
  border: 1px solid #0083B9;
  margin: 10px 0 -1px;
  padding: 5px 10px;
  line-height: 1;
  font-weight: normal;
  font-family: "Sarabun";
  background: #0083B9;
  color: #fff;
  font-size: 18px
}

.tag-label.disabled {
  background: #243d4f;
  color: rgba(255,255,255,0.4);
  border: 1px solid #243d4f
}

.strong-password-requirements {
  margin: 0.5em 0.5em;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px
}

.strong-password-requirements .req-accepted {
  color: #0F814D;
  margin-right: 3px
}

.strong-password-requirements .req-declined {
  color: #969CA8;
  margin-right: 3px
}

.strong-password-requirements .req-rejected {
  color: #C42E45
}

.strong-password-requirements p {
  margin: 0 0 0.2em !important
}

.backToLogin {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: visible;
  height: 100%;
  text-transform: uppercase;
  font-family: "Sarabun";
  color: #ddd
}

.backToLogin:before {
  content: attr(data-tooltip);
  position: absolute;
  padding: 0.3rem;
  font-size: 12px;
  background: rgba(0,0,0,0.4);
  bottom: 0;
  right: 0;
  transition: opacity ease-out 0.5s;
  opacity: 0;
  white-space: nowrap;
  display: block
}

.backToLogin:hover {
  color: #fff;
  text-decoration: none
}

.backToLogin:hover:before {
  background: rgba(0,0,0,0.6);
  transition: opacity ease-out 0.5s;
  opacity: 1
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative
}

.cube1,.cube2 {
  background-color: #35a;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-cubemove 1.8s infinite ease-in-out
}

.cube2 {
  animation-delay: -0.9s
}

@keyframes sk-cubemove {
  25% {
      transform: translateX(42px) rotate(-90deg) scale(0.5);
      -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
  }

  50% {
      transform: translateX(42px) translateY(42px) rotate(-179deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
  }

  50.1% {
      transform: translateX(42px) translateY(42px) rotate(-180deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
  }

  75% {
      transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
      -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
  }

  100% {
      transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg)
  }
}

.hardware-list h3 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  background: #edd6c4;
  color: #14222c;
  border-top: 1px solid #F79647
}

.hardware-list h3 span {
  display: inline-block;
  padding: 3px;
  background: #F79647;
  text-transform: uppercase;
  font-family: "Sarabun";
  font-size: 12px;
  color: #14222c
}

#reminder {
  max-width: 320px;
  margin: 30px auto;
  background: rgba(0,0,0,0.4);
  overflow: visible;
  transition: 0.5s ease-out all
}

#reminder .basics {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Gloria Hallelujah", cursive;
  color: #9fbdd3;
  font-weight: normal;
  text-align: center;
  transform: rotateZ(3deg);
  margin: 15px 0 0;
  padding: 10px
}

#reminder:after {
  display: none;
  content: "";
  position: absolute;
  z-index: -1;
  right: -0px;
  bottom: 20px;
  width: 200px;
  height: 25px;
  background: rgba(0,0,0,0.2);
  box-shadow: 2px 15px 5px rgba(0,0,0,0.4);
  transform: matrix(-1, -0.1, 0, 1, 0, 0)
}

#reminder .swiper-slide {
  background: linear-gradient(135deg, #ff8 81%, #ff8 82%, #ff8 82%, #c8c854 100%);
  border: 1px solid #ffff88;
  border-bottom-right-radius: 60px 5px;
  position: relative;
  max-width: 250px;
  top: 15px;
  right: 20px;
  margin-bottom: -20px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  padding: 10px 20px 30px;
  opacity: 0;
  transform: translate3d(3000px, 0, 0);
  animation: bounceInRight 3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}

#reminder .swiper-slide:nth-child(1) {
  animation-delay: 0
}

#reminder .swiper-slide:nth-child(2) {
  animation-delay: 0.33s
}

#reminder .swiper-slide:nth-child(3) {
  animation-delay: 0.5s
}

#reminder h2 {
  text-align: left;
  text-transform: uppercase;
  font-family: "Gloria Hallelujah", cursive;
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #14222C;
  position: relative
}

#reminder h2:after,#reminder h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: fadeout(#2A2AEB, 30);
  background: linear-gradient(to right, rgba(42,42,235,0.09) 0%, rgba(42,42,235,0.8) 23%, rgba(42,42,235,0) 100%)
}

#reminder h2:before {
  transform-origin: 100% 100%;
  transform: rotateZ(-2deg);
  width: 40%
}

#reminder p.desc {
  margin: 0 0 15px;
  font-family: "Gloria Hallelujah", cursive;
  font-size: 12px;
  line-height: 1.3;
  color: #14222C
}

#reminder p.desc mark {
  background: transparent;
  font-weight: bold;
  text-decoration: underline
}

#reminder .draw-cta {
  position: absolute;
  bottom: 3rem;
  right: 2rem;
  display: block;
  margin: 0;
  padding: 1rem;
  font-family: "Gloria Hallelujah", cursive;
  font-size: 20;
  text-transform: uppercase;
  transform: rotateZ(-10deg);
  border-radius: 100%;
  border: solid 1px #2A2AEB;
  color: #2A2AEB
}

#reminder .draw-cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: solid 2px #2A2AEB;
  transform: rotateZ(-2deg)
}

@media (min-width: 1150px) {
  #reminder {
      position:absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto
  }
}

@keyframes bounceInRight {
  from {
      opacity: 0;
      transform: translate3d(3000px, 0, 0) rotateZ(-3deg)
  }

  60% {
      opacity: 1;
      transform: translate3d(-25px, 0, 0) rotateZ(-3deg)
  }

  75% {
      opacity: 1;
      transform: translate3d(10px, 0, 0) rotateZ(-3deg)
  }

  90% {
      opacity: 1;
      transform: translate3d(-5px, 0, 0) rotateZ(-3deg)
  }

  to {
      opacity: 1;
      transform: translate3d(-5px, 0, 0) rotateZ(-3deg)
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes circle {
  from {
      transform: translateY(-50%) translateX(-50%) scale(1);
      stroke-width: 5
  }

  30% {
      stroke-width: 1
  }

  to {
      transform: translateY(-50%) translateX(-50%) scale(100);
      stroke-width: 1;
      opacity: 0
  }
}

#fui-load {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  overflow-y: auto;
  z-index: 5000;
  transform: translateX(-50%)
}

#fui-load .pulses {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
  pointer-events: none;
  will-change: auto
}

#fui-load .pulse {
  margin: 0 auto;
  width: 16px;
  height: 16px;
  background: url(/images/prey_frontend/512.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  will-change: auto;
  fill: transparent
}

#fui-load .one {
  animation: circle 12s infinite ease-out forwards
}

#fui-load .two {
  animation: circle 10s 4s infinite ease-out forwards
}

#fui-load .three {
  animation: circle 8s 1s infinite ease-out forwards
}

#fui-load .four {
  animation: circle 6s 3s infinite ease-out forwards
}

#fui-load .five {
  animation: circle 4s 4s infinite ease-out forwards
}

#fui-load h2 {
  line-height: 1
}

#fui-load .fui-error {
  background: rgba(0,0,0,0.8);
  padding: 20px
}

#fui-load .fui-error h2 {
  text-transform: uppercase;
  color: #ffd77d;
  text-align: center
}

#fui-load .fui-error p {
  line-height: 1;
  font-size: 20px;
  color: #ddd
}

#fui-load .fui-error a {
  text-transform: uppercase;
  display: inline-block;
  margin: 10px auto;
  color: white;
  background: #0083B9;
  padding: 1rem 2rem;
  text-decoration: none;
  width: 100%
}

#fui-load .fui-error a:hover {
  background: #14222C
}

#fui-load .fui-success {
  border: 1px solid #095098;
  padding: 20px;
  animation: noMeWaves 500ms ease-in forwards;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center
}

#fui-load .fui-success p {
  line-height: 1;
  color: #122F48
}

#fui-load .fui-success h2 {
  color: #122F48;
  margin: 0
}

#fui-load .fui-success dl {
  margin: 0;
  padding: 0
}

#fui-load .fui-success dl dt {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #122F48;
  margin: 5px 0;
  padding: 0
}

#fui-load .fui-success dl dd {
  font-size: 20px;
  font-weight: normal;
  color: #122F48
}

#fui-load .fui-success h3 {
  display: block
}

#fui-load .fui-success h3 b {
  display: block;
  color: #122F48;
  font-size: 16px
}

#fui-load .fui-success h3 span {
  display: block;
  font-size: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
  line-height: 1
}

#fui-load.success-view .waves .wave path {
  animation-iteration-count: 2
}

#fui-load.success-view path {
  stroke: #7dffc8
}

#fui-load.error-view .waves .wave path {
  animation-play-state: paused
}

#fui-load.error-view path {
  stroke: #ffd77d
}

#fui-load .device-info {
  margin: 16px;
  position: fixed;
  bottom: 0
}

#fui-load .device-item {
  display: flex;
  background: radial-gradient(ellipse at center, #0B1114, #121c21);
  border-bottom: 1px solid #385c6e;
  position: relative;
  padding: 0.5rem
}

#fui-load .device-item.checked {
  color: #0B1114;
  background: linear-gradient(180deg, #213742, #385c6e)
}

#fui-load .device-select {
  flex: 0 0 25px
}

#fui-load .device-select label {
  margin: 0
}

#fui-load .device-meta {
  flex: 1 1 auto
}

#fui-load .device-meta .device-meta-name {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  color: #2986B3
}

#fui-load .device-meta .device-meta-desc {
  font-size: 1.4rem;
  margin: 0
}

#fui-load .device-meta .device-meta-missing {
  font-size: 1.0rem;
  background: #de933c;
  color: #14212B;
  text-transform: uppercase;
  padding: 0 0.3rem;
  border-radius: 0.5rem;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem
}

#fui-load .row {
  display: flex
}

#fui-load .row .column {
  flex: 1 1 auto
}

#fui-load .row .column a {
  margin: 0.5rem
}

#fui-load .btn {
  width: 90%
}

#fui-load .btn-error {
  background: #9e121b
}

.configured {
  display: flex;
  width: 600px;
  padding: 124px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 80px
}

.configured--container {
  display: flex;
  padding: 24px 24px 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 12px 22px 2px rgba(18,47,72,0.12)
}

.configured--logo {
  display: flex;
  height: 68px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch
}

.configured--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch
}

.configured--content__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  color: #000;
  font-family: Sarabun;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.2px
}

.configured--content__description {
  color: var(--Neutral---Text-Main, #122F48);
  font-family: Sarabun;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px
}

.configured--button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch
}

.configured--button__primary {
  display: flex;
  height: 39px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px
}

.confirm-dialog {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50000
}

.confirm-dialog:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  background: rgba(0,0,0,0.6)
}

.confirm-dialog .message {
  top: 0;
  right: 10%;
  left: auto;
  transform: translateX(0) translateY(0)
}

.waves {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 5000;
  pointer-events: none;
  opacity: 0.60
}

.waves .wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translateX(-50%) translateY(-50%);
  fill: transparent;
  width: 100vw;
  height: 100vh
}

.waves .wave .wave-1 {
  will-change: auto;
  animation: noMeWaves 2s infinite ease-in forwards;
  stroke: #fff;
  stroke-width: calc(0.3 / 1);
  animation-delay: 200ms;
  transform-origin: 50% 50%;
  animation-iteration-count: 4
}

.waves .wave .wave-1.off {
  animation-name: none
}

.waves .wave .wave-2 {
  will-change: auto;
  animation: noMeWaves 2s infinite ease-in forwards;
  stroke: #fff;
  stroke-width: calc(0.3 / 2);
  animation-delay: 400ms;
  transform-origin: 50% 50%;
  animation-iteration-count: 4
}

.waves .wave .wave-2.off {
  animation-name: none
}

.waves .wave .wave-3 {
  will-change: auto;
  animation: noMeWaves 2s infinite ease-in forwards;
  stroke: #fff;
  stroke-width: calc(0.3 / 3);
  animation-delay: 600ms;
  transform-origin: 50% 50%;
  animation-iteration-count: 4
}

.waves .wave .wave-3.off {
  animation-name: none
}

.waves .wave .wave-4 {
  will-change: auto;
  animation: noMeWaves 2s infinite ease-in forwards;
  stroke: #fff;
  stroke-width: calc(0.3 / 4);
  animation-delay: 800ms;
  transform-origin: 50% 50%;
  animation-iteration-count: 4
}

.waves .wave .wave-4.off {
  animation-name: none
}

.waves .wave .wave-5 {
  will-change: auto;
  animation: noMeWaves 2s infinite ease-in forwards;
  stroke: #fff;
  stroke-width: calc(0.3 / 5);
  animation-delay: 1000ms;
  transform-origin: 50% 50%;
  animation-iteration-count: 4
}

.waves .wave .wave-5.off {
  animation-name: none
}

.waves .wave .wave-6 {
  will-change: auto;
  animation: noMeWaves 2s infinite ease-in forwards;
  stroke: #fff;
  stroke-width: calc(0.3 / 6);
  animation-delay: 1200ms;
  transform-origin: 50% 50%;
  animation-iteration-count: 4
}

.waves .wave .wave-6.off {
  animation-name: none
}

.waves .wave .wave-7 {
  will-change: auto;
  animation: noMeWaves 2s infinite ease-in forwards;
  stroke: #fff;
  stroke-width: calc(0.3 / 7);
  animation-delay: 1400ms;
  transform-origin: 50% 50%;
  animation-iteration-count: 4
}

.waves .wave .wave-7.off {
  animation-name: none
}

.waves .wave .wave-8 {
  will-change: auto;
  animation: noMeWaves 2s infinite ease-in forwards;
  stroke: #fff;
  stroke-width: calc(0.3 / 8);
  animation-delay: 1600ms;
  transform-origin: 50% 50%;
  animation-iteration-count: 4
}

.waves .wave .wave-8.off {
  animation-name: none
}

.waves .wave .wave-9 {
  will-change: auto;
  animation: noMeWaves 2s infinite ease-in forwards;
  stroke: #fff;
  stroke-width: calc(0.3 / 9);
  animation-delay: 1800ms;
  transform-origin: 50% 50%;
  animation-iteration-count: 4
}

.waves .wave .wave-9.off {
  animation-name: none
}

.waves .wave .wave-10 {
  will-change: auto;
  animation: noMeWaves 2s infinite ease-in forwards;
  stroke: #fff;
  stroke-width: calc(0.3 / 10);
  animation-delay: 2000ms;
  transform-origin: 50% 50%;
  animation-iteration-count: 4
}

.waves .wave .wave-10.off {
  animation-name: none
}

@keyframes noMeWaves {
  0% {
      transform: scale(1)
  }

  50% {
      transform: scale(2)
  }

  100% {
      transform: scale(1)
  }
}

.message {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Sarabun";
  z-index: 20000;
  will-change: auto;
  width: 100%;
  max-width: 600px;
  padding: 16px
}

.message .small-device-list {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  max-height: 25vh;
  overflow: hidden;
  overflow-y: auto
}

.message .small-device-list li {
  list-style: none;
  margin: 0;
  padding: 0
}

.message .small-device-list+.row .btn {
  width: 100%
}

.message h1 {
  display: block;
  color: #122F48;
  margin: 0;
  font-size: 24px;
  position: relative;
  z-index: 100;
  padding: 40px 20px 0;
  line-height: 0.9;
  text-align: left
}

.message small {
  display: none
}

.message p {
  padding: 30px 20px 5px;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #122F48;
  font-weight: normal
}

.message code {
  display: block;
  font-family: monospace;
  font-size: 12px;
  padding: 5px;
  color: #55B790;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background: rgba(221,9,9,0.2)
}

.start {
  animation: pulseText 500ms ease-out backwards
}

.line-through {
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.3);
  margin: 30px 0
}

.st3 {
  fill: transparent;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

.hidden {
  display: none
}

.reveal-text {
  color: #122F48;
  font-size: 18px;
  font-style: normal;
  font-weight: 700
}

@keyframes letterspacing {
  0% {
      color: #55B790
  }

  50% {
      color: #ddd
  }

  100% {
      color: #55B790
  }
}

.revealer,.render {
  max-width: 40%;
  position: relative;
  bottom: 0;
  left: 0
}

.revealer small,.render small {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px
}

.revealer h3,.render h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  margin: 8px 0
}

.revealer .reveal-meta,.render .reveal-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-rows: auto;
  grid-gap: 5px
}

.revealer .reveal-meta>span,.render .reveal-meta>span {
  display: none
}

.revealer .reveal-meta li,.render .reveal-meta li {
  padding: 0;
  margin: 0;
  list-style: none
}

.revealer .reveal-meta li>span,.render .reveal-meta li>span {
  display: none
}

.revealer:last-child .cursor[style],.render:last-child .cursor[style] {
  display: none !important
}

.render {
  display: block
}

.type-from {
  display: none
}

#network-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 400000
}

#network-alert:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: -1;
  pointer-events: none
}

#network-alert .message {
  color: black;
  background: rgba(0,0,0,0.8);
  position: relative;
  top: 300px;
  left: 200px;
  height: 200px;
  width: 400px;
  padding: 10px
}

#cookie-notice {
  position: relative;
  display: block;
  width: 100%;
  color: #14222C;
  background: #f4f4f4;
  z-index: 20000
}

#cookie-notice input[type="button"] {
  background: #55B790;
  color: #EADDD3;
  font-size: 12px;
  display: inline;
  margin-top: 5px;
  margin-left: 5px
}

#cookie-notice .container {
  position: relative;
  max-width: 600px;
  width: 100%;
  padding: 1rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 80% 20%;
  grid-template-rows: auto;
  grid-gap: 1rem
}

#cookie-notice .container h3 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  font-weight: normal
}

@media (min-width: 960px) {
  #cookie-notice {
      position:fixed
  }

  #cookie-notice .row {
      display: grid;
      grid-template-columns: 80% 20%
  }
}

.thewatch {
  overflow: hidden;
  height: 290px
}

.thewatch .hud-visor {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 120px;
  background: #222;
  border-radius: 50px 50px 130px 130px;
  overflow: hidden;
  border: 5px solid #222;
  background: linear-gradient(#646400, #282800)
}

.thewatch .hud-visor:after,.thewatch .hud-visor:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: 3px 3px;
  background-image: linear-gradient(-45deg, transparent 1px, #c8c879 1px, #c8c879 2px);
  z-index: 200
}

.thewatch .hud-visor:before {
  width: 100%;
  height: 50%;
  border-radius: 50px 50px 130px 130px;
  z-index: 400;
  background: radial-gradient(ellipse at top, #fff8c8, transparent 60%);
  opacity: 0.60
}

.thewatch .hud-visor h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: monospace;
  font-weight: 900;
  font-size: 60px;
  animation: spawn 200ms ease-out forwards;
  line-height: 0.5;
  white-space: nowrap;
  color: #414100;
  z-index: 300;
  opacity: 0.40
}

.thewatch svg {
  max-width: 100%
}

@keyframes spawn {
  from {
      opacity: 0
  }

  to {
      opacity: 0.40
  }
}

.choice .cta {
  flex: 0 0 240px !important
}

.choice .stretch {
  flex: 1 1 auto !important
}

.form-selects input[type="checkbox"] {
  display: inline-block;
  margin: 0 5px 0 0;
  width: auto
}

.form-selects label {
  margin: 5px;
  color: #EADDD3;
  font-size: 15px
}

.form-selects label+label {
  margin: 5px
}

.form-inline {
  border-radius: 3px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  width: 100%
}

.form-inline li {
  padding: 0 1rem;
  border-right: 1px solid #598eb3
}

.form-inline li input {
  margin-top: 0;
  margin-right: 10px
}

.form-inline li label {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #5e422d;
  letter-spacing: 0.05rem;
  font-family: "Sarabun"
}

.form-inline li label[disabled] {
  opacity: 0.40
}

.form-inline li .btn {
  position: relative;
  padding: 1rem;
  width: calc(100% + 1px);
  left: -1px
}

.form-inline li .btn-link {
  text-align: center;
  font-weight: bold;
  color: #2D91C2;
  text-decoration: underline;
  display: block;
  font-family: "Sarabun";
  text-transform: uppercase
}

.form-inline li:nth-child(1),.form-inline li:last-child {
  padding: 0;
  border: none
}

.cookie-details {
  transition: all linear 0.2s;
  position: relative;
  top: 0;
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
  transition: all ease-out 1s
}

.cookie-details.false {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all linear 0s;
  transform: translateX(-100%)
}

.info-box {
  padding: 2rem 0
}

.info-box p {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Sarabun";
  margin: 0
}

.info-box a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #d26e3d
}

.success-verify-email__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 600px;
  align-items: center
}

.success-verify-email__card .prey-logo {
  margin-bottom: 40px
}

.success-verify-email__card h2 {
  color: #122F48;
  text-align: center;
  font-family: 'Sarabun';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.2px;
  margin: 0 !important;
  padding: 0 !important
}

.success-verify-email__card p {
  color: #122F48;
  text-align: center;
  font-family: 'Sarabun';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0 !important;
  padding: 0 !important
}

@media screen and (max-width: 800px) {
  .success-verify-email__card {
      max-width:initial;
      width: 100%;
      gap: 16px
  }

  .success-verify-email__card h2 {
      font-size: 24px;
      line-height: 34px
  }

  .success-verify-email__card p {
      font-size: 16px;
      line-height: 24px
  }

  .success-verify-email__card .illustration-success {
      width: 100%
  }

  .success-verify-email__card .illustration-success svg {
      width: 100%
  }
}

@media screen and (max-width: 576px) {
  #sso-login {
      padding:5% 16px;
      min-width: 100%
  }
}

.login-newui__body {
  background: #F3F5F8;
  font-family: 'Sarabun' !important
}

.login-newui {
  max-width: 500px
}

.login-newui__p {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #122F48
}

.login-newui__h1 {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
  color: #122F48
}

.login-newui__h2 {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 39px;
  color: #122F48
}

.login-newui__title {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #122F48
}

.login-newui__activation-code {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px;
  text-decoration-line: underline !important;
  color: #122F48 !important;
  text-transform: initial
}

.login-newui__activation-code-container {
  margin-bottom: 50px
}

.login-newui__label {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #122F48;
  background: #FFF;
  width: -moz-fit-content !important;
  width: fit-content !important
}

.login-newui__input {
  border: 1px solid #3B79B9 !important;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
  font-family: 'Sarabun' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #122F48 !important
}

.login-newui__input:disabled {
  border: 1px solid #969CA8 !important;
  color: #969CA8 !important;
  background: transparent !important
}

.login-newui__input:hover {
  color: #122F48 !important
}

.login-newui__input:focus {
  outline: 1px solid #122F48 !important
}

#loginButtons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap
}

.login-newui__button {
  padding: 8px 16px !important;
  background: #3B79B9 !important;
  border-radius: 10px !important;
  font-family: 'Sarabun' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #FFFFFF !important;
  text-transform: initial !important;
  text-align: center;
  float: right;
  cursor: pointer !important;
  transition: 300ms !important;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #3B79B9 !important
}

.login-newui__button--disabled,.login-newui__button:disabled {
  padding: 8px 16px !important;
  background: #3B79B9 !important;
  border: 1px solid #3B79B9 !important;
  border-radius: 10px !important;
  font-family: 'Sarabun' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #FFFFFF !important;
  text-transform: initial !important;
  float: right;
  cursor: not-allowed !important;
  transition: 300ms !important;
  opacity: 0.6;
  width: -moz-fit-content;
  width: fit-content
}

.login-newui__button:hover {
  background: #095098 !important;
  border: 1px solid #095098
}

.login-newui__button2 {
  padding: 8px 16px !important;
  background: #3B79B9 !important;
  border-radius: 10px !important;
  font-family: 'Sarabun' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #FFFFFF !important;
  text-transform: initial !important;
  text-align: center;
  cursor: pointer !important;
  transition: 300ms !important;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #3B79B9 !important;
  margin-top: 8px;
  margin-bottom: 22px
}

.login-newui__button2--disabled {
  padding: 8px 16px !important;
  background: #3B79B9 !important;
  border: 1px solid #3B79B9 !important;
  border-radius: 10px !important;
  font-family: 'Sarabun' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #FFFFFF !important;
  text-transform: initial !important;
  float: left;
  cursor: pointer !important;
  transition: 300ms !important;
  opacity: 0.6;
  width: -moz-fit-content;
  width: fit-content
}

.login-newui__button2:hover {
  background: #095098 !important;
  border: 1px solid #095098
}

.login-newui__link {
  font-family: 'Sarabun' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px !important;
  text-decoration-line: underline !important;
  color: #3B79B9 !important;
  margin-bottom: 15px !important;
  transition: 300ms !important
}

.login-newui__link:hover {
  color: #095098 !important
}

.newui__link_macos {
  font-family: 'Sarabun' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px !important;
  text-decoration-line: underline !important;
  color: #3B79B9 !important;
  margin-bottom: 8px 1em 15px 0 !important;
  transition: 300ms !important
}

.newui__link_macos:hover {
  color: #095098 !important
}

.login-newui__social {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 22px;
  color: #122F48
}

.login-newui__social-button {
  padding: 8px 16px;
  border-radius: 10px;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  background: transparent;
  display: flex;
  align-items: center;
  text-transform: initial;
  transition: 300ms
}

.login-newui__social-button--facebook {
  color: #4267B2 !important;
  border: 1px solid #4267B2 !important;
  margin-right: 20px
}

.login-newui__social-button--facebook:hover {
  background: #ECF0F7;
  color: #4267B2 !important
}

.login-newui__social-button--twitter {
  color: #1DA1F2 !important;
  border: 1px solid #1DA1F2 !important
}

.login-newui__social-button--twitter:hover {
  background: #E8F6FE;
  color: #1DA1F2 !important
}

.login-newui__social-icons {
  margin-right: 8px
}

.footer {
  margin: 5rem
}

.login-newui__footer-links {
  margin-right: 30px
}

.login-newui__prey {
  float: right
}

.login-newui__alert {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #122F48;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center
}

.login-newui__alert--warning {
  background: #FFF8ED;
  border: 1px solid #FFC107
}

.login-newui__alert--info {
  border: 1px solid #3B79B9;
  background: #E2EBF5
}

.login-newui__check-container {
  margin-top: 9px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 83%
}

.login-newui__secondary-button {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #3B79B9 !important;
  padding: 8px 16px;
  border: 1px solid #3B79B9 !important;
  border-radius: 10px;
  transition: 300ms !important;
  background: transparent !important;
  text-transform: initial !important;
  cursor: pointer
}

.login-newui__secondary-button:hover {
  background: #E2EBF5 !important;
  color: #3B79B9 !important;
  text-decoration: none
}

.login-newui__msp-button {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #3B79B9 !important;
  padding: 8px 16px;
  border: 1px solid #3B79B9 !important;
  border-radius: 10px;
  transition: 300ms !important;
  background: transparent !important;
  text-transform: initial !important;
  cursor: pointer
}

.login-newui__msp-button:hover {
  background: #E2EBF5 !important;
  color: #3B79B9 !important;
  text-decoration: none
}

.login-newui__checkbox-container {
  margin: 30px 0 !important
}

.login-newui__checkbox-text {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #122F48 !important;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 10px 0 !important
}

.login-newui__checkbox[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #fff !important;
  margin: 0 !important;
  width: 16px !important;
  height: 16px !important;
  background: #fff !important;
  border: 1px solid #3B79B9 !important;
  box-sizing: border-box !important;
  border-radius: 3px !important;
  margin: 0 !important;
  display: grid !important;
  place-content: center !important;
  cursor: pointer !important;
  margin-right: 10px !important
}

.login-newui__checkbox[type="checkbox"]::before {
  content: "" !important;
  width: 8px !important;
  height: 9px !important;
  transform: scale(0) !important;
  transition: 120ms transform ease-in-out !important;
  box-shadow: inset 1em 1em #3B79B9 !important;
  background-color: CanvasText !important;
  transform-origin: bottom left !important;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%) !important;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%) !important
}

.login-newui__checkbox[type="checkbox"]:checked::before {
  transform: scale(1) !important
}

.login-newui__checkbox[type="checkbox"]:focus {
  outline: 1px solid #3B79B9 !important
}

.resend-form__container {
  margin-bottom: 50px
}

.login-newui__cookie-notice {
  padding: 20px;
  background: #3B79B9;
  width: 100%
}

.login-newui__cookie-elements {
  display: flex;
  justify-content: center;
  align-items: center
}

.login-newui__cookie-elements i {
  margin-right: 15px
}

.login-newui__cookie-icon {
  display: flex;
  align-items: center;
  margin: 0 5px 0 5px
}

.login-newui__cookie-h3 {
  font-family: 'Sarabun' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #FFFFFF
}

.login-newui__cookie-button {
  padding: 8px 16px;
  background: #FFFFFF;
  border-radius: 10px;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #3B79B9;
  text-transform: initial
}

.login-newui__cookie-button:hover {
  background: #EBF2F8;
  color: #3B79B9
}

.loader-container-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.loader-container-btn>.loader {
  position: absolute
}

.loader-container-btn.loader {
  min-width: 100%
}

.loader-big {
  position: relative;
  width: 160px;
  margin: 0 auto;
  display: inline-block
}

@media (max-width: 800px) {
  .loader-big {
      display:flex
  }
}

@media screen and (max-width: 1000px) {
  .login-newui__inputs-passwords {
      flex-flow:column
  }
}

@media screen and (max-width: 600px) {
  #loginButtons {
      flex-direction:column-reverse
  }

  .login-newui__button {
      width: 100% !important
  }

  .login-newui__button--disabled {
      width: 100%;
      margin: 20px 0 !important
  }

  .login-newui__button2 {
      width: 100% !important
  }

  .login-newui__button2--disabled {
      width: 100% !important;
      margin: 20px 0 !important
  }

  .login-newui__check-container {
      margin-top: 10px;
      margin-bottom: -5px;
      align-items: center;
      justify-content: center;
      position: initial;
      width: 100%;
      flex-flow: column
  }

  .login-newui__secondary-button {
      width: 100% !important
  }

  .login-newui__footer {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      flex-flow: column-reverse !important;
      text-align: center !important;
      margin-top: 50px !important
  }

  .login-newui__link {
      margin-right: 0 !important
  }

  .login-newui__cookie-elements {
      flex-flow: column
  }

  .login-newui__cookie-button {
      align-self: flex-start
  }

  .login-newui__check-element {
      align-self: flex-start
  }
}

.top-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-content: center;
  width: 200px;
  text-align: center
}

.top-iconfigure {
  width: 150px
}

.top-iconsvg {
  width: 80%
}

.loading-text {
  color: #122F48;
  max-width: 80vw;
  position: relative
}

.loading-text p {
  font-size: 18px
}

.placeholder_space {
  max-height: 100px;
  position: relative
}

.placeholder_space>.loading-text {
  color: #122F48;
  max-width: 80vw;
  position: relative;
  float: left
}

.placeholder_space>.loading-text p {
  font-size: 18px
}

.margin--top-bot-1 {
  margin: 1rem 0
}

.margin--top-bot-2 {
  margin: 2rem 0
}

.margin--top-bot-3 {
  margin: 3rem 0
}

.margin--1 {
  margin: 1rem
}

.margin--2 {
  margin: 2rem
}

.margin--3 {
  margin: 3rem
}

.margin--0 {
  margin: 0
}

.margin--top0 {
  margin-top: 0
}

.margin--top1 {
  margin-top: 1rem
}

.margin--top2 {
  margin-top: 2rem
}

.margin--top3 {
  margin-top: 3rem
}

.margin--bottom1 {
  margin-bottom: 1rem
}

.margin--bottom2 {
  margin-bottom: 2rem
}

.margin--bottom3 {
  margin-bottom: 3rem
}

.margin--left1 {
  margin-left: 1rem
}

.margin--left2 {
  margin-left: 2rem
}

.margin--left3 {
  margin-left: 3rem
}

.margin--right1 {
  margin-right: 1rem
}

.margin--right2 {
  margin-right: 2rem
}

.margin--right3 {
  margin-right: 3rem
}

.margin--left-right-20 {
  margin: 0 2.4rem
}

@keyframes spin {
  from {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(360deg)
  }
}

.loader {
  border-radius: 50%;
  display: inline-block;
  background-color: transparent;
  vertical-align: middle;
  border: 5px solid #9DBCDC;
  border-top-color: #3B79B9;
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

.btn .loader,.link:hover .loader {
  border-color: rgba(255,255,255,0.5);
  border-top-color: white
}

.loader {
  width: 56px;
  height: 56px
}

.loader.xsmall {
  width: 14px;
  height: 14px
}

.loader.small {
  width: 28px;
  height: 28px
}

.loader.large {
  width: 84px;
  height: 84px
}

.loader.xlarge {
  width: 112px;
  height: 112px
}

.loader.xxlarge {
  width: 160px;
  height: 160px
}

.loader.large,.loader.xlarge {
  border-width: 3px
}

.loader.xxlarge {
  border-width: 6px
}

#main-loader {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #122F48;
  z-index: 500
}

#main-loader .loader {
  border-color: #0f273c;
  border-top-color: #737B8A
}

#main-loader .loader-text {
  margin-top: 20px;
  color: #DCE0E6;
  font-size: 1.2em
}

#svgLoader path {
  transform-origin: center;
  animation: rotateLoader 1s linear infinite
}

@keyframes rotateLoader {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

@font-face {
  font-family: 'Sarabun';
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: 'Sarabun';
  font-weight: normal;
  font-style: normal
}
