#coverCustomizationModalContent .row {
  align-items: center;
}

#coverCustomizationModalContent .row input {
  text-transform: uppercase;
  font-family: FredokaOne;
}

#coverCustomizationModalContent #preview,.coverCustomizationPreview #preview  {
  max-width: 400px;
  margin: 0 auto;
}

.modal-content #coverCustomizationModalContent .cover img {
  height: 400px;
}

@media (max-width: 767px) {
  .modal-content #coverCustomizationModalContent .cover img {
    height: 200px;
  }
}

#coverCustomizationModalContent .cover img {
  height: 258px;
}

#coverCustomizationModalContent #canvas-container {
  opacity: 0.6;
  position: absolute;
  z-index: 1;
}
.coverCustomizationPreview .cover img{
  height: 129px;
}

.modal-content .coverCustomizationPreview #canvas-container {
  opacity: 0.6;
  top: -200px;
  position: relative;
  z-index: 1;
  width: 200px;
  height: 200px;
  margin-bottom: -200px;
}

.coverCustomizationPreview #canvas-container {
  opacity: 0.6;
  top: -129px;
  position: relative;
  z-index: 1;
  width: 129px;
  height: 129px;
  margin-bottom: -129px;
}
#canvas-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
}

#canvas-overlay img {
  width: 75%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#canvas-preloader {
  position: absolute;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}

#canvas-preloader img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
}

.modal-content #coverCanvas {
  height: 400px;
  width: auto;
  opacity: 0;
}

#coverCanvas {
  height: 258px;
  width: auto;
  opacity: 0;
}

.emoji li {
  display: inline-block;
}

.emoji li:hover {
  cursor: pointer;
}
@font-face {
  font-family: FredokaOne;
  src: url("../fonts/FredokaOne-Regular.ttf") format("truetype");
}

#confirmationModal .modal-dialog {
  max-width: 600px !important;
}
#confirmationModal .modal-body{
  text-align: center;
}
.confirmation-modal-content {
  max-width: 90%;
  margin: 0 auto;
}
#confirmationModal .modal-header .close {
  font-size: 1rem;
  background-color: #babbbe;
  margin: 0 0 -1rem auto;
  padding: 0.4rem 0.5rem;
  border-radius: 50%;
}
#confirmationModal .modal-header .close img {
  height: 12px;
}

.confirmation-modal-content h3 {
  color: #D83937;
  font-weight: 700;
  font-size: 24px;
}

.confirmation-modal-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.confirmation-modal-content .btn {
  text-transform: initial !important;
  border-radius: 22px !important;
  max-width: 48% !important;
  margin: 3px !important;
}

.confirmation-modal-content .btn-primary {
  background-color: #F0F0F0 !important;
  color: #333333 !important;
  border-color: #F0F0F0 !important;
  box-shadow: none !important;
}

button#notcustomize i {
  float: left;
  color: white;
}

button#notcustomize {
  background-color: black !important;
  color: white !important;
  border: 1px solid white !important;
}

button#notcustomize:hover {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}

button#notcustomize:hover i{
  color:black !important
}

@media (max-width: 768px) {
  .confirmation-modal-content .btn {
    min-width:  250px !important;
    text-align: center;
    margin: 0.5rem auto !important;
  }
  div#confirmationModal {
    z-index: 1100 !important;
    top: 150px !important;
  }
}

.customization-input{
  z-index: 99;
}
