@font-face {
  font-family: comic;
  src: url(/include/css/font/comic.ttf);
}

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 2px solid #0000008f;
  -webkit-text-fill-color: #c1c1c1;
  -webkit-box-shadow: 0 0 0px 1000px ##202020 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.close-btn-motd {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #FAFAFA;
  transform: translateY(-50%);
  top: 50%;
  font-size: 22px;
}

.preset_ul_int li:last-child {
  margin-bottom: 20px;
}

.motd {
  background: #0000002e;
  color: #ff8484;
  padding: 10px;
  text-align: center;
  position: relative;
  font-family: sans-serif;
  border-bottom: 2px solid #3e3e3e;
}

.preset_ul li:last-child {
  margin-bottom: 20px;
}

.next-btn {
  font-family: Inter,sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #1E1E1E;
  color: #A3A3A3;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  border: 1px SOLID transparent;
  border-radius: .375rem;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  font-weight: 601;
  letter-spacing: 1.5px;
  cursor: not-allowed;
  align-self: flex-end;
}

.next-btn:hover {
  background-color: #393939;
}

.certif-input {
  box-sizing: border-box;
  width: 100%;
  height: calc(2em + 2px);
  margin: 0 0 0.6em;
  padding: 6px;
  border: 1px solid #FAFAFA;
  border-radius: 3px;
  background: #262626;
  font-size: 15px;
  resize: none;
  outline: none;
  color: #A3A3A3;
}
.header--title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.header--back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header--title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.header--back:hover i {
  margin-right: 15px;
}
.certif-input:focus {
  border-color: #FAFAFA;
}
.certif-input:focus + label[placeholder]:before {
  color: #FAFAFA;
}
.certif-input:focus + label[placeholder]:before,
.certif-input:valid + label[placeholder]:before {
  transition-duration: .2s;
  transform: translate(0, -1.01em) scale(0.9, 0.9);
  font-weight: bold;
  color: #FAFAFA; 
}
.certif-input:invalid + label[placeholder][alt]:before {
  content: attr(alt);
}
.certif-input + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 0.6em;
  margin-top: calc(-1.79em - 2px);
  margin-bottom: calc((1em - 1em) + 2px);
}
.certif-input + label[placeholder]::before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(0.5em + 2px);
  padding: 0 2px;
  color: #A3A3A3;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  background-image: linear-gradient(to bottom, #262626, #262626);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
}

.content {
	max-width: 80rem;
    margin-left: auto;
    box-sizing: border-box;
    margin-top: 105px;
    margin-right: auto;
}

.content .container {
	box-sizing: border-box;
    border: 1px solid #363636;
    background: #262626;
    padding: .5rem;
    border-radius: .75rem;
    position: relative;
}

.title {
	width: 100%;
    border-bottom: 2px solid #A3A3A3;
    color: #FAFAFA;
    font-weight: 601;
    font-size: 19px;
    padding-bottom: 5px;
}

h2 {
	font-size: 15px;
    margin-top: 2px;
    margin-bottom: 10px;
    color: #A3A3A3;
}


#input {
  box-sizing: border-box;
  width: 100%;
  height: calc(2em + 0px);
  margin: 0 0 0.6em;
  padding: 6px;
  border: 1px solid #A3A3A3;
  border-radius: 3px;
  background: #262626;
  font-size: 16px;
  resize: none;
  outline: none;
  color: #A3A3A3;
}
#input:focus {
  border-color: #FAFAFA;
}
#input:focus + label[placeholder]:before {
  color: #FAFAFA;
}
#input:focus + label[placeholder]:before,
#input:valid + label[placeholder]:before {
  transition-duration: .2s;
  transform: translate(0, -1.01em) scale(0.9, 0.9);
  font-weight: bold;
  color: #FAFAFA; 
}
#input:invalid + label[placeholder][alt]:before {
  content: attr(alt);
}
#input + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 0.6em;
  margin-top: calc(-1.79em - 2px);
  margin-bottom: calc((1em - 1em) + 2px);
}
#input + label[placeholder]::before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(0.5em + 2px);
  padding: 0 2px;
  color: #A3A3A3;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  background-image: linear-gradient(to bottom, #262626, #262626);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
}

 label.field {
   border-radius: 2px;
   color: #666;
   display: block;
   opacity: 0;
   position: relative;
   transition-property: opacity;
   z-index: 1;
}
 label.field span {
   color: inherit;
   display: block;
   font-size: 16px;
   height: 20px;
   line-height: 20px;
   left: 9px;
   pointer-events: none;
   position: absolute;
   top: 32px;
   transform: scale(1) translateY(0);
   transition-property: color, font-size, top;
   z-index: 1;
}
 label.field span.required::after {
   color: inherit;
   content: "*";
   display: block;
   height: 20px;
   left: -20px;
   line-height: 20px;
   position: absolute;
   text-align: center;
   top: 0;
   width: 20px;
}
 .error label.field span {
   color: #f02318;
}
 label.field .psuedo_select {
   background: rgba(255, 255, 255, 0);
   position: relative;
   border: 1px solid #A3A3A3;
   border-radius: 3px;
   color: #A3A3A3;
   cursor: pointer;
   font-size: 20px;
   height: 6px;
   line-height: 24px;
   margin: 24px 32px 0 0;
   min-width: 250px;
   padding-top: 24px;
   outline: 0;
   z-index: 1;
   width: 100%;
}
.sublabel {
  transition-duration: .2s;
    transform: translate(0, -0.865em) scale(0.9, 0.9);
    font-weight: bold;
    color: #FAFAFA;
    background: #262626;
    z-index: 999;
    margin-left: 11px;
    padding: 4px;
}
 label.field .psuedo_select::after {
   background: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
   content: "";
   height: 24px;
   width: 24px;
   position: absolute;
   top: 0;
   right: 0;
   transition-property: background;
}
}
 label.field .psuedo_select .selected {
   height: 24px;
   left: 1px;
   line-height: 24px;
   opacity: 0;
   position: absolute;
   top: 0;
   transform: translateY(24px);
   transition-property: opacity, transform;
   will-change: transform;
}
 label.field .psuedo_select ul {
   background: #fff;
   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
   display: block;
   height: 0;
   list-style: none;
   margin-top: 2px;
   opacity: 0;
   overflow: hidden;
   padding: 0 1px;
   pointer-events: none;
   transition-property: height, opacity;
   width: 100%;
   z-index: 2;
}
 label.field .psuedo_select ul li {
   height: 19px;
   padding: 2px 4px;
   font-size: 15px;
}
 label.field .deselect {
   height: 100vh;
   left: 0;
   position: fixed;
   top: 0;
   width: 100vw;
   z-index: -1;
}
 label.field.focused {
   color: #007bed;
}
 label.field.focused .psuedo_select {
   border-color: #007bed;
}
 label.field.focused .psuedo_select::after {
   background: url("data:image/svg+xml;utf8,<svg fill='%23007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
}
 label.field.focused .psuedo_select ul {
   opacity: 1;
   pointer-events: all;
   background: #393939;
   border-bottom-right-radius: 5px;
     border-bottom-left-radius: 5px;
     margin-top: 4px;
     margin-left: -1px;
}

 label.field span {
   color: inherit;
   display: block;
   font-size: 16px;
   height: 20px;
   line-height: 20px;
   left: 9px;
   pointer-events: none;
   position: absolute;
   top: 32px;
   transform: scale(1) translateY(0);
   transition-property: color, font-size, top;
   z-index: 1;
}
 label.field span.required::after {
   color: inherit;
   content: "*";
   display: block;
   height: 20px;
   left: -20px;
   line-height: 20px;
   position: absolute;
   text-align: center;
   top: 0;
   width: 20px;
}
 .error label.field span {
   color: #f02318;
}
 label.field .psuedo_select2 {
   background: rgba(255, 255, 255, 0);
   position: relative;
   border: 1px solid #FAFAFA;
   border-radius: 3px;
   color: #A3A3A3;
   cursor: pointer;
   font-size: 20px;
   height: 6px;
   line-height: 24px;
   margin: 24px 32px 0 0;
   min-width: 250px;
   padding-top: 24px;
   outline: 0;
   z-index: 1;
}
.sublabel {
  transition-duration: .2s;
    transform: translate(0, -0.865em) scale(0.9, 0.9);
    font-weight: bold;
    color: #FAFAFA;
    background: #262626;
    z-index: 999;
    margin-left: 11px;
    padding: 4px;
}
 label.field .psuedo_select2::after {
   background: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
   content: "";
   height: 24px;
   width: 24px;
   position: absolute;
   top: 0;
   right: 0;
   transition-property: background;
}
}
 label.field .psuedo_select2 .selected2 {
   height: 24px;
   left: 1px;
   line-height: 24px;
   opacity: 0;
   position: absolute;
   top: 0;
   transform: translateY(24px);
   transition-property: opacity, transform;
   will-change: transform;
}
 label.field .psuedo_select2 ul {
   background: #fff;
   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
   display: block;
   height: 0;
   list-style: none;
   margin-top: 2px;
   opacity: 0;
   overflow: hidden;
   padding: 0 1px;
   pointer-events: none;
   transition-property: height, opacity;
   width: 100%;
   z-index: 2;
}
 label.field .psuedo_select2 ul li {
   height: 19px;
   padding: 2px 4px;
   font-size: 15px;
}
 label.field .deselect {
   height: 100vh;
   left: 0;
   position: fixed;
   top: 0;
   width: 100vw;
   z-index: -1;
}
 label.field.focused {
   color: #007bed;
}
 label.field.focused .psuedo_select2 {
   border-color: #007bed;
}
 label.field.focused .psuedo_select2::after {
   background: url("data:image/svg+xml;utf8,<svg fill='%23007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
}
 label.field.focused .psuedo_select2 ul {
   opacity: 1;
   pointer-events: all;
   background: #393939;
   border-bottom-right-radius: 5px;
     border-bottom-left-radius: 5px;
     margin-top: 4px;
     margin-left: -1px;
}

.error-change {
  position: fixed;
  z-index: 99999999;
  border: 1px solid #363636;
  background: #262626;
  margin-top: 100px;
  padding: 20px;
  border-radius: 5px;
  right: -99999px;
  transition: all .4s ease-in-out;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -moz-box-align: center;
  align-items: center;
}

.error-title {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #ff8484;
}

.error-subtitle {
  margin: 0;
  color: #A3A3A3;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}

.Loading {
  position: relative;
  display: contents;
  width: 100%;
  height: 10px;
  background: #f1f1f1;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  overflow: hidden;
}

.Loading::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  animation: load 5.1s infinite;
}

.preset-text div:not(:last-child) {
  margin-bottom: 20px;
}

.bottom-10 {
  margin-bottom: 10px;
}

.type {
  padding: 20px !important;
}

.preset-sub-navbar:hover {
  padding-left: 40px;
}

.type-- .title {color: #FAFAFA}

.preset-navbar:hover {
  background-color: #333;
}

.active--nav {
  background-color: #1E1E1E;
}

.navbar-container .active-- {
  padding-left: 40px !important;
  transition-duration: .4s !important;
}

.preset_ul_int li {
  margin-bottom: 15px;
}

.preset_ul_int {
  list-style-type: decimal !important;
  max-width: 90%;
  margin: auto;
}

.preset_ul {
  list-style-type: initial !important;
  max-width: 90%;
  margin: auto;
}

.active--nav::before {
  content: "";
  width: 3px;
  height: 96%;
  background: #424242;
  transform: translateX(-20px);
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.preset-sub-navbar {
  padding-left: 30px;
  transition-duration: .4s;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  color: #A3A3A3;
}

.preset-navbar {
  height: 38px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  margin-bottom: 5px;
  transition-duration: .4s;
  border-radius: 7px;
  padding-left: 20px;
  cursor: pointer;
  font-weight: 501;
}

.fixed-navbar {
  top: 5.3rem;
  position: sticky;
  z-index: 2;
  height: 100vh;
  align-items: center;
}

.type--:not(:last-child) {
  margin-bottom: 60px;
}

.preset-grid {
  display: grid;
  grid-template-columns: 1.3fr 4fr;
  grid-gap: 20px;
}

.error-change i {
  color: #ff8484;
  margin-right: 15px;
  font-size: 22px;
}

label {
  color: #FAFAFA;
  font-weight: 500;
}

.btn-color-mode-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
    cursor: pointer;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner{
    margin: 0px;
    width: 203px;
    height: 37px;
    background: #363636;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    cursor: pointer;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before{
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 11px;
    color: #A3A3A3;
    right: 20px;

}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after{
    content: attr(data-off);
    width: 100px;
    height: 16px;
    background: #4b4b4b;
    border-radius: 7px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 5px 0px 7px;
    line-height: 17px;
    box-sizing: initial !important;
}

.btn-color-mode-switch > .alert{
    display: none;
    background: #FF9800;
    border: none;
    color: #fff;
}

header .content {margin-top: 0px !important}

.btn-color-mode-switch input[type="checkbox"]{
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after{
    content: attr(data-on);
    left: 98px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before{
    content: attr(data-off);
    right: auto;
    left: 20px;
    color: #A3A3A3;
}

.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert{
    display: block;
}
@media screen and (max-width: 1300px) {
  header .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@keyframes load {
  0% {
    width: -0%;
    background: #ffffff0a;
  }
  100% {
    width: 100%;
    background: #ffffff0a;
  }
}

@media screen and (max-width: 1050px) {
  .m_device_hidden {display: none !important}
}