html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #000;
}

.body-container {
  width: 100%;
  height: 100%;
  background: #000;
}

.col-right {
  position: relative;
}

#right-panel {
  display: none;
}

.body-container .container {
  padding: 78px 0px 110px 0px;
}

.body-container .container .row .header-title {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Source Serif Pro', serif;
}

.row-form {
  margin-top: 110px;
}

.top-panel {
  display: grid;
  grid-template-columns: auto 243px;
}

.form-container form .form-group .col-generate-count input {
  width: 246px;
}

.form-container {
  justify-content: center;
}

.form-container form {
  max-width: 776px;
}

.form-meta-container .meta-form form .form-group {
  display: grid;
  grid-template-columns: 268px auto;
  grid-column-gap: 21px
}

.form-container .col-grid-content {
  display: grid;
  grid-template-columns: 204px 368px 132px;
  grid-column-gap: 20px;
}

.form-container .col-grid-content .align-items-center {
  position: relative;
}

.form-container form .form-group label,
.meta-form form .form-group label {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.56;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  text-transform: capitalize;
}

button.btn-primary {
  background-color: #3bcbf9;
  font-family: 'Roboto';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  border-radius: 20px;
  padding: 0 15px;
  width: 132px;
  height: 41px;
  border: none;
}

.row .row-radio-btn label {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.56;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.form-container .col-grid-content.row-generate-container {
  margin-top: 35px;
  grid-template-columns: 204px auto;
}

.row-generate-container .generate-text {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.56;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-left: 31px;
}

.row .row-radio-btn .label-jpeg {
  margin-left: 58px;
}

.row .row-radio-btn .input-radio {
  margin-right: 16px;
}

.row .row-image-container {
  width: 243px;
  height: 243px;
  background-color: #3bcbf9;
  border-radius: 5px;
  margin: auto;
}

#canvas-container img {
  padding: 0;
}

.row .row-image-size-input-container {
  display: grid;
  grid-template-columns: 103px 92px;
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 19px;
  position: relative;
}

.row .row-image-size-input-container span.error {
  bottom: -25px;
  left: 15px;
}

.row-meta {
  margin-top: 100px;
}

.row-meta .form-meta-container .header-title h5 {
  text-align: left;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.56;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.row-meta .form-meta-container .meta-desc {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-left: 12px;
}

input {
  border-radius: 0px !important;
}

.row-meta .form-meta-container form .token-container {
  display: grid !important;
  grid-template-columns: 368px auto;
  position: relative;
}

.row-meta .form-meta-container form .desc-container {
  position: relative;
}

.row-meta .form-meta-container input[type="text"] {
  width: 368px;
}

.upload-btn-wrapper {
  width: 100%;
  position: relative;
  display: inline-flex;
}

.upload-btn-wrapper button {
  background-color: #3bcbf9;
  font-family: 'Roboto';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  border-radius: 20px;
  padding: 0 15px;
  width: 100%;
  height: 41px;
  border: none;
}

.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

input[type='radio'] {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50% !important;
  outline: none;
  border: 2px solid #fff;
}

input[type='radio']:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
}

input[type="radio"]:checked:before {
  background: #fff;
}

input[type="radio"]:checked {
  border: none;
}

.upload-btn-wrapper span.error {
  bottom: -15px;
}

span.error {
  position: absolute;
  bottom: -10px;
  color: red;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  white-space: nowrap;
}

.col-form-validate {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start !important;
  position: relative;
}

#generate-form input[type="text"] {
  pointer-events: none;
}

/* loader css */
#loader-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  z-index: 1111;
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}
