label.error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #e74c3c;
    font-weight: 500;
    font-size: 12px;
}
.flex {
    display: flex;
    flex-direction: column;
}
.flex.d-row {
    flex-direction: row;
}
.flex.center {
    align-items: center;
    align-content: center;
    justify-content: center;
 }
.dc{
    margin-top: 15%;
    width: 100%;
}
#dcForm{
    padding: 5%;
    width: 60%;
}
.btn-refferCode {
    margin: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
@media screen and (min-width:990px){
    .selectDBopPOS {
        top: 5px;
    }
}
.m-0 {
    margin: 0 auto !important;
}
#image-preview {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    color: #ecf0f1;
    border-radius: 20px;
  }
  #image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
  }
  #image-preview label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    background-color: #3eacff;
    width: 100px;
    height: 50px;
    font-size: 10px;
    line-height: 50px;
    text-transform:capitalize;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }