@charset "utf-8";

body,
button,
input,
select,
textarea {
  font-family: 'IBM Plex Mono', monospace;
}

*,
ins {
  text-decoration: none;
}

ins,
mark {
  color: #000
}

dfn,
mark {
  font-style: italic
}

b,
mark,
strong {
  font-weight: 700
}

fieldset,
hr,
img,
legend {
  border: 0
}

.hidden,
.invisible {
  visibility: hidden
}

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

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

audio,
canvas,
video {
  display: inline-block
}

[hidden],
audio:not([controls]) {
  display: none
}

.ir,
hr {
  display: block
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-font-smoothing: antialiased; */
  outline: 0 !important;
}

hr,
ol,
ul {
  margin: 1em 0
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.231;
  background-color: #000000;
}

body,
button,
input,
select,
textarea {
  color: #000000;
}

/* a:focus, a:visited {  } */
a:active,
a:hover {
  outline: 0;
}

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

blockquote {
  margin: 1em 40px
}

hr {
  height: 1px;
  border-top: 1px solid #ccc;
  padding: 0
}

ins {
  background: #ff9
}

mark {
  background: #ff0
}

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}

q {
  quotes: none
}

q:after,
q:before {
  content: "";
  content: none
}

small {
  font-size: 85%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

ol,
ul {
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px
}

nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

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

figure,
form {
  margin: 0
}

fieldset {
  margin: 0;
  padding: 0
}

label {
  cursor: pointer
}

legend {
  padding: 0
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}

textarea {
  vertical-align: top;
}

button,
input {
  line-height: normal
}

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

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical
}

.ir,
.visuallyhidden {
  border: 0;
  overflow: hidden
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd
}

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

.ir {
  text-indent: -999em;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr
}

.ir br {
  display: none
}

.hidden {
  display: none !important
}

.visuallyhidden {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1
}

/*checkbox css---------------------------------------------------------*/
.md-checkbox {
  position: relative;
  margin: 16px 0;
}

.md-checkbox label {
  cursor: pointer;
  font-size: 12px;
  margin-left: 29px;
  display: inline-block;
}

.md-checkbox label:before,
.md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.md-checkbox label:before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  cursor: pointer;
  transition: background .3s;
}

.md-checkbox input[type="checkbox"] {
  outline: 0;
  margin-right: 10px;
  position: absolute;
}

.md-checkbox input[type="checkbox"]:checked+label:before {
  background: #337ab7;
  border: none;
}

.md-checkbox input[type="checkbox"]:checked+label:after {
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
  width: 0px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  display: none;
}

.md-checkbox.v2 label:before {
  background: #0a0b0e;
  border: 2px solid #5a5e67;
  border-radius: 5px;
}

.md-checkbox.v2 label {
  font-size: 16px;
}

.md-checkbox.v2 label:before,
.md-checkbox.v2 label:after {
  top: -1px;
  left: -1px;
}

.md-checkbox.v2 input[type="checkbox"]:checked+label:before {
  background: #0a0b0e;
  border: 2px solid #5a5e67;
}

.md-checkbox.v2 input[type="checkbox"]:checked+label:after {
  transform: rotate(-46deg);
  top: -1px;
  left: 4px;
  width: 17px;
  height: 10px;
  border: 4px solid #00f02b;
  border-top-style: none;
  border-right-style: none;
  display: block;
}

.custTips {
  font: normal 12px/18px 'IBM Plex Mono' !important;
  max-width: 431px;
  height: auto;
  white-space: pre-line;
  text-align: left;
  color: #000;
}

.orangeColor {
  color: #00f02b !important;
}

.idoDollrSign {
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #5a5e67;
  padding: 0px 22px;
  height: 50px;
  border-radius: 8px 0 0 8px;
  z-index: 2;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idoDollrSign02 {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #5a5e67;
  padding: 18px 20px;
  border-radius: 0 9px 9px 0;
  z-index: 2;
  font-style: normal;
}

.idoDollrFix01 input {
  padding-left: 60px;
}

.idoDollrFix02 input {
  padding-right: 60px;
}

/*radio css---------------------------------------------------------*/

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0px 0px 0px 15px transparent;
  }
}

.md-radio {
  margin: 16px 0;
}

.md-radio.md-radio-inline {
  display: inline-block;
}

.md-radio input[type="radio"] {
  display: none;
}

.md-radio input[type="radio"]:checked+label:before {
  border-color: #337ab7;
  animation: ripple 0.2s linear forwards;
}

.md-radio input[type="radio"]:checked+label:after {
  transform: scale(1);
}

.md-radio label {
  display: inline-block;
  /* height: 20px; */
  font-size: 12px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}

.md-radio label:before,
.md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .3s ease;
  transition-property: transform, border-color;
}

.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}

.md-radio label:after {
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #337ab7;
}

.md-radio.md-radio-inline .radioInput {
  width: 140px;
  height: 60px;
  border: 2px solid #5a5e67;
  background-color: transparent;
  color: #fff;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 10px;
}

.md-radio.md-radio-inline.withInput label:before {
  top: 18px;
}

.md-radio.md-radio-inline.withInput label:after {
  top: 25px;
}


/*File Upload Classes ------------------------------------------------------------------------------------------------------------*/
.js .inputfile {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden !important;
  position: absolute;
  z-index: -1
}

.inputfile+label {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: .625rem 1.25rem
}

.no-js .inputfile {
  display: none
}

.box label {
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  padding: 8px 18px;
  font-size: 16px;
  background: #5C5C5C;
  background-size: cover;
  width: auto;
  color: #fff !important;
}

.box label:hover {
  background-color: #111;
}

.inputfile.has-focus+label,
.inputfile:focus+label {
  outline: #000 dotted 1px;
  outline: -webkit-focus-ring-color auto 5px
}

.inputfile+label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -.25em;
  margin-right: .25em
}

.box {
  text-align: left;
}

.inputfile-4+label {
  color: #999;
  font: 400 13px/13px grp-light, Arial, Tahoma
}

.inputfile-4+label:hover,
.inputfile-4.has-focus+label,
.inputfile-4:focus+label {
  color: #000
}

.inputfile-4+label figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #0388ca;
  display: block;
  padding: 20px;
  margin: 0 auto 10px
}

.inputfile-4+label:hover figure,
.inputfile-4.has-focus+label figure,
.inputfile-4:focus+label figure {
  background-color: #006a9f
}

.inputfile-4+label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6
}

.db-status-box {
  font: normal 15px/20px grp, Arial, Helvetica, sans-serif;
  color: #5d5d5d;
}

/* .db-status-box span{ display:inline-block; padding:0 0 0 16px; background:url(../images/dot-01.png) 0px 5px no-repeat; margin-right:15px;} */
.db-status-box span+span {
  background: none;
  margin-right: 15px;
}

.delete-btn {
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  background-color: #4B4B4B;
  width: 20px;
  height: 20px;
  color: #fff !important;
  font-size: 12px;
}

.delete-btn:hover {
  opacity: 0.8;
}





@media print {

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

  * {
    background: 0 0 !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important
  }

  a,
  a:visited {
    text-decoration: underline;
    color: #0D93DF;
  }

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

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

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

  blockquote,
  pre {
    border: 1px solid #999
  }

  thead {
    display: table-header-group
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

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

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

.ani-1,
.ani-1:after,
.ani-1:before,
.ani-1:hover:after,
.ani-1:hover:before,
.ani-1 *,
.ani-1 :hover,
.ani-1 a,
.ani-1 a:hover,
.ani-1 a:hover span,
.ani-1 a:hover ul li,
.ani-1 span,
.ani-1 ul li {
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  -ms-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important;
}



.ani-2,
.ani-2:after,
.ani-2:before,
.ani-2 *,
.ani-2 :hover,
.ani-2 a,
.ani-2 a:hover,
.ani-2 a:hover span,
.ani-2 a:hover ul li,
.ani-2 span,
.ani-2 ul li {
  transition: all 1s cubic-bezier(.165, .84, .44, 1)
}

.ani-3,
.ani-3:after,
.ani-3:before,
.ani-3:hover:after,
.ani-3:hover:before,
.ani-3 *,
.ani-3 :hover,
.ani-3 a,
.ani-3 a:hover,
.ani-3 a:hover span,
.ani-3 a:hover ul li,
.ani-3 span,
.ani-3 ul li {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}


.ani-4:hover:after,
.ani-4:hover:before,
.ani-4 *,
.ani-4 a,
.ani-4 a:hover ul li,
.ani-4 span,
.ani-4 ul li {
  -webkit-transition: all .1s ease-in-out !important;
  -moz-transition: all .1s ease-in-out !important;
  -o-transition: all .1s ease-in-out !important;
  -ms-transition: all .1s ease-in-out !important;
  transition: all .1s ease-in-out !important
}

.ani-4,
.ani-4:after,
.ani-4:before,
.ani-4 :hover,
.ani-4 a:hover,
.ani-4 a:hover span {
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  -ms-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important
}

.ani-5:hover:after,
.ani-5:hover:before,
.ani-5 *,
.ani-5 a,
.ani-5 a:hover ul li,
.ani-5 span,
.ani-5 ul li {
  -webkit-transition: all .1s ease-in-out !important;
  -moz-transition: all .1s ease-in-out !important;
  -o-transition: all .1s ease-in-out !important;
  -ms-transition: all .1s ease-in-out !important;
  transition: all .1s ease-in-out !important
}

.ani-5,
.ani-5:after,
.ani-5:before,
.ani-5 :hover,
.ani-5 a:hover,
.ani-5 a:hover span {
  -webkit-transition: all .1s ease-in-out !important;
  -moz-transition: all .1s ease-in-out !important;
  -o-transition: all .1s ease-in-out !important;
  -ms-transition: all .1s ease-in-out !important;
  transition: all .1s ease-in-out !important
}




.no-ani,
.no-ani *,
.no-ani :hover,
.no-ani a,
.no-ani a:hover,
.no-ani a:hover span,
.no-ani a:hover ul li,
.no-ani span,
.no-ani ul li {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.no-ani,
.no-ani:after,
.no-ani:before,
.no-ani:hover:after,
.no-ani:hover:before,
.no-ani *,
.no-ani :hover,
.no-ani a,
.no-ani a:hover,
.no-ani a:hover span,
.no-ani a:hover ul li,
.no-ani span,
.no-ani ul li {
  -webkit-transition: all .0s ease-in-out !important;
  -moz-transition: all .0s ease-in-out !important;
  -o-transition: all .0s ease-in-out !important;
  -ms-transition: all .0s ease-in-out !important;
  transition: all .0s ease-in-out !important;
}


.dragorInput {
  position: relative;
  width: 100%;
  height: 80px;
  padding-top: 30px
}


.dragorInput .input-range__slider {
  -webkit-appearance: none;
  appearance: none;
  /* background: #91dc27; */
  background: #00f02b;
  cursor: pointer;
  display: block;
  margin-left: -44px;
  margin-top: -1.15rem;
  color: #fff !important;
  font-weight: 700;
  outline: none;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  width: 48px;
  height: 48px;
  font-weight: 400;
  transform: translateY(-24px);
  ;
  border-radius: 50%;
  border: 4px solid #fff;
}


/* 
  .input-range__slider{-webkit-appearance:none;appearance:none;background:#3f51b5;border:1px solid #3f51b5;border-radius:100%;cursor:pointer;display:block;height:1rem;margin-left:-0.5rem;margin-top:-0.65rem;outline:none;position:absolute;top:50%;transition:transform 0.3s ease-out, box-shadow 0.3s ease-out;width:1rem;} */



/* .dragorInput .input-range__slider:active, .dragorInput .input-range__slider:hover{transform:scale(1.1);} */
.dragorInput .input-range__slider:focus {
  box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2);
}

.dragorInput .input-range__slider-container {
  transition: left 0.3s ease-out;
  z-index: 100;
}

.dragorInput .input-range__label {
  color: #aaaaaa;
  font-size: 16px;
  transform: translateZ(0);
  white-space: nowrap;
}

.dragorInput .input-range__label--min,
.input-range__label--max {
  bottom: -1.4rem;
  position: absolute;
}

.dragorInput .input-range__label--min {
  left: 12px;
  top: 7px;
  z-index: 2;
}

.dragorInput .input-range__label--max {
  right: 23px;
  top: 7px;
}

.dragorInput .input-range__label--value {
  position: absolute;
  top: -21px;
  z-index: 2;
  color: #fff;
  left: 9px;
  pointer-events: none;
}

.dragorInput .input-range__label-container {
  left: -50%;
  position: relative;
  color: #a69cbe;
  font: 300 16px/20px 'IBM Plex Mono', arial;
  pointer-events: none;
}

.dragorInput .input-range__label--max .input-range__label-container {
  left: 50%;
}

.dragorInput .input-range__track {
  background: #393d46;
  cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  transition: left 0.3s ease-out, width 0.3s ease-out;
}

.dragorInput .input-range__track--background {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 30px;
}

.dragorInput .input-range__track--active {
  /* background: #00f02b; */
  background: #7f838d;
  border-radius: 30px;
}

.dragorInput .input-range {
  height: 1rem;
  position: relative;
  width: 100%;
}

.dragorInput .input-range__label--value .input-range__label-container {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}


/* Get pdo pad form css   */


.container-Grid {
  max-width: 1360px;
  margin: 0 auto;
}

.help-circle {
  font-size: 13px;
  position: relative;
  top: -10px;
  width: auto !important;
}

.help-circle .fas {
  font-size: 12px;
}

.swap-Block .container-Grid {
  max-width: 1450px;
}

.swap-textBox {
  padding: 40px 0 50px 0;
}

.swap-textBox .container-Grid {
  max-width: 1360px;
}

input {
  border-radius: 4px;
}

.smeTitle01-v2 {
  font-size: 36px;
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #92db28;
  margin: 0 0 30px 0;
}

.md-radio {
  padding: 0 4px;
}

.md-radio label {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding-left: 32px;
  line-height: 26px;
}

.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.md-radio input[type="radio"]:checked+label:before {
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.md-radio input[type="radio"]:checked+label {
  color: #fff;
}

.md-radio label:after {
  background: #00f02b;
}

.md-radio:last-child label {
  text-transform: none;
}

.md-radio label:hover {
  color: #fff;
}

.gwFormMbox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.gwFormSbox01 {
  width: 100%;
  margin: 0 0 38px 0;
}

.gwFormTitle01 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  letter-spacing: -0.5px;
}

.gwFormSFormbox01 {
  border: 2px solid #5a5e67;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  overflow: hidden;
}

.gwFormSFormbox01 input {
  background-color: transparent;
  border-radius: 0px;
  height: 63px;
  width: calc(100% - 108px);
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  border: 0px;
}

.gwFormSFormbox01 span {
  width: 108px;
  height: 63px;
  background-color: #5a5e67;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.gwFormSFormbox01.v2 input {
  width: calc(100% - 166px);
  color: #fff;
}

.gwFormSFormbox01.v2 span {
  width: 166px;
  height: 63px;
  background-color: #5a5e67;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.gwFormSFormbox01.v3 input {
  width: calc(100% - 62px);
  color: #fff;
}

.gwFormSFormbox01.v3 span {
  width: 62px;
  height: 63px;
  background-color: #5a5e67;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}




.gwFormSFormbox02 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0px;
}

.gwFormSFormbox02 .md-radio label:before,
.colorPlateMBox .md-radio label:before {
  width: 18px;
  height: 18px;
  border: 2px solid #5a5e67;
  background: transparent;
}

.colorPlateMBox .md-radio label {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-left: 32px;
  padding-right: 12px;
  position: relative;
  top: -19px;
}

.colorPlateSBox01 .md-radio label {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-left: 32px;
  padding-right: 12px;
  position: relative;
  top: -12px;
}


.gwFormSFormbox02 .md-radio label:after,
.colorPlateMBox .md-radio label:after {
  top: 7px;
  left: 7px;
}

.gwFormSFormbox03 {
  margin: 50px 0 0 0;
  width: 100%;
}

.gwFormBTN01 {
  display: block;
  background-color: #5d6168;
  width: 100%;
  padding: 22px 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  border: 0px;
  outline: none;
}

.colorPlateMBox .md-radio label:after {
  top: 4px;
  left: 9px;
}

.gwFormBTN01:hover {
  background-color: #44484e;
}

.gwFormBTN01.green {
  background-color: #00f02b;
  color: #5d6168;
}

.gwFormBTN01.green:hover {
  background-color: #08c22a;
  color: #31343a;
}



.gwFormSTitle01 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin: 10px 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gwFormSTitle01 span {
  width: 42px;
  height: 42px;
  margin-right: 15px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-circle {
  font-size: 13px;
  position: relative;
  top: -5px;
  width: auto !important;
}

.help-circle .fas {
  font-size: 12px;
}

.gwFormLMbox {
  width: 50%;
  padding-right: 46px;
}

.gwFormRMbox {
  width: 50%;
  padding-left: 46px;
  border-left: 1px solid #5a5e67;
}

.SSMainInputBX {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid #5a5e67;
  border-radius: 10px;
  margin-top: 18px;
  width: 100%;
  max-width: 299px;
}

.ssInputtype01 {
  border: 0;
  outline: 0;
  width: calc(100% - 108px);
  height: 63px;
  padding: 10px;
  background-color: transparent;
}

.custom-file-input {
  display: inline-block;
  width: 108px;
  height: 63px;
  position: relative;
  color: #533e00;
}

.custom-file-input input {
  visibility: hidden;
  width: 100px;
}

.custom-file-input:before {
  content: "Browse";
  display: flex;
  width: 108px;
  height: 63px;
  align-items: center;
  justify-content: center;
  background: #5a5e67;
  outline: 0;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
}

.custom-file-input:before:hover {
  background: #222222;
}

.NpDisplyFix01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gwFormSubBox01 {
  width: 50%;
  display: flex;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-right: 15px;
}

.gwFormSubBox01:nth-child(02) {
  padding-right: 0;
  padding-left: 15px;
}

.colorPlateMBox {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.colorPlateTitle01 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.colorPlateTitle01 button .fas {
  color: #fff;
}

.colorPlateTitle01 button.btnFix01 {
  top: -3px;
}

.colorPlateSBox01 {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.colorPlateSBox02 {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.colorPlateTitle01 button {
  color: #00f02b;
  font-weight: 700;
  background-color: transparent;
  border: none;
  outline: none;
}

.colorPlateTitle01 button:hover {
  text-decoration: underline;
}

.colorPlater {
  width: calc(100% - 96px);
  display: flex;
  align-items: center;
  background-color: #5a5e67;
  height: 63px;
  border: 2px solid #000;
  padding: 17px;
  color: #fff;
  font-size: 16px;
  justify-content: space-between;
  border-radius: 10px;
  position: relative;
}

.ColorBX {
  width: 26px;
  height: 26px;
  border: 2px solid #000;
  display: block;
}

.colorPlateSBox01 .md-radio {
  max-width: 41px;
  overflow: hidden;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chevrBox {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5a5e67;
  font-size: 22px;
}

.colorPlateSBox02 .colorPlater {
  width: calc(100% - 41px);
}

.colorPlateSBox02 .md-radio {
  width: 41px;
}

.colorPlaterSbx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.colorPlaterSbx button {
  margin-left: 6px;
  font-size: 20px;
  border: 0;
  background-color: transparent;
  color: #fff;
}

.colorPlaterSbx button i {
  font-size: 16px;
}

.colorPlaterSbx button i:before {
  position: relative;
  top: -3px;
}

.colorPlaterSbx button:hover {
  opacity: 0.7;
}

.colorPlateMBox .md-radio label:before {
  left: 5px;
}

.collapse-css-transition {
  transition: height 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.LiproDropdown {
  width: 100%;
  height: 62px;
  background-color: transparent;
  border: 2px solid #5a5e67;
  border-radius: 10px;
  position: relative;
  margin-top: 10px;
}

.LiproDDbtn01 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  color: #fff;
  height: 62px;
  padding: 5px 20px;
}

.ddIconBX {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ddContainer {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 5px);
  border-radius: 10px;
}


.optSbx01 {
  width: 45%;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.optSbx01 .gwFormSFormbox01 {
  margin-top: 12px;
}

.optSbx02 {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  padding-top: 30px;
}

.optSbx03 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.colorPlateMBox {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.colorPlateTitle01 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
}

.settingCodeBx {
  background-color: #242831;
  width: 100%;
  padding: 19px;
  font-size: 11px;
  color: #fff;
  line-height: 20px;
  border-radius: 10px;
}

.settingCodeBxText01 {
  font-size: 12px;
  color: #84878b;
  line-height: 20px;
  margin: 24px 0 36px 0;
}

.settingCodeBxText01 span {
  color: #fff;
}

.setCodeTable {
  font-size: 12px;
  color: #84878b;
  line-height: 20px;
}

.setCodeTable table tr {
  border-bottom: 1px solid #271e3a;
}

.setCodeTable table tr th,
.setCodeTable table tr span {
  color: #fff;
}



.optTitle01 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0c0d10;
  display: inline-block;
  padding: 3px 5px;
  position: absolute;
  left: 28px;
  top: -15px;
}

.optTitle01.v2 {
  font-size: 24px;
  top: -24px;
}

.NpDisplyFix02 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}


.NpDisplyFix02 .optSbx01,
.NpDisplyFix02 .optSbx02 {
  width: 100%;
}

.NpDisplyFix02 .optSbx02 {
  padding: 15px 0;
  text-align: left;
  justify-content: flex-start;
}

.NpDisplyFix02 .gwFormSFormbox01,
.NpDisplyFix02 .gwFormSFormbox02,
.NpDisplyFix02 .gwFormSFormbox03 {
  width: 100%;
}


@media (max-width:1024px) {
  .colorPlateTitle01 {
    padding-right: 30px;
  }

  .tabFix01 {
    justify-content: flex-end !important;
  }
}

@media (max-width:800px) {
  .gwFormLMbox {
    width: 100%;
    padding: 0 46px;
  }

  .gwFormRMbox {
    width: 100%;
    padding: 40px 46px 0 46px;
    border: none;
  }
}

@media (max-width:767px) {
  .colorPlateTitle01 {
    padding-right: 30px;
  }

  .tabFix01 {
    justify-content: flex-start !important;
  }

  .gwFormLMbox,
  .gwFormRMbox {
    padding: 0;
  }

  .mainBlock {
    width: 100%;
  }
}

@media (max-width:500px) {
  .gwFormLMbox {
    padding: 0;
  }

  .gwFormSTitle01 {
    font-size: 20px;
  }

  .optTitle01 {
    right: 30px
  }

  .gwFormSFormbox02 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .gwFormBTN01 {
    padding: 22px 5px;
    font-size: 25px;
  }
}