.vntpopform .nav-tabs {
  border-bottom: none;
}

.vnt-upload-file {
  position: relative;
}
.vnt-upload-file .file-error {
  text-align: center;
}
.vnt-upload-file .file-preview {
  padding: 0;
  margin: 0 0 15px;
  text-align: center;
}
.vnt-upload-file .img-preview {
  text-align: center;
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
} 
.vnt-upload-file .file-buton {
  text-align: center;
} 
.vnt-upload-file .file-buton a {
   display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 40px;
    background-color: #b29883;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
} 
.vnt-upload-file .file-buton a:hover {
background-color: #503a2e;
    color: #fff;
}
.vnt-upload-file .file-note {
  margin-top: 5px;
   color: #666666;
    font-size: 14px;
} 



.vnt-paint {}
.vnt-paint .paint-preview {
  padding: 0;
  margin: 15px 0;
  text-align: center;
}
.vnt-paint .img-paint {
  text-align: center;
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;

  border: 1px solid #ccc;
} 

.vnt-paint .paint-input {
  margin:  15px 0;
  text-align: center;
}

.vnt-paint .paint-input canvas {
  margin: 0 auto;
  border: 2px dashed #ccc; background: #f9f9f9; touch-action: none; cursor: crosshair;
}
.vnt-paint .paint-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
.vnt-paint .paint-button button {
  width: 50%;
}

.vnt-paint .paint-button button.btnPaintReset{
  background: #ffffff;
  border: 1px solid #e5d4c4;    
  color: #503a2e; 
}
.vnt-paint .paint-button button.btnPaintReset:hover {
  background-color: #ebe5dd;
}
.vnt-paint .paint-button button.btnPaintSave {}