.remark-form-control {
    font-size: 10px;
    color: #a3a3a3;
}

.active-nav {
    color: #16478d;
    border-bottom: 3px solid;
}

.img-square {
    object-fit: cover;
    object-position: center center;
    width: 150px;
    height: 150px;
}


.preview {
    overflow: hidden;
    width: 350px !important;
    height: 350px !important;
    margin: 10px;
    border: 1px solid red;
}

.preview_signature {
    overflow: hidden;
    width: 280px !important;
    height: 180px !important;
    margin: 10px;
    border: 1px solid red;
}

/* .cropped-container {
    width: 400px;
    margin: auto;
    text-align: center;
    justify-content: center;
    background-color: ghostwhite;
    padding: 20px 20px;
    display: none;
    margin-top: 10px;
} */

.cropper-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    /* สีพื้นหลัง */
    width: 350px;
    height: 350px;
    margin: auto;
}

.cropper-container-sig {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    /* สีพื้นหลัง */
    width: 280px;
    height: 180px;
    margin: auto;
}

.preview-container {
    width: 350px;
    height: 350px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.preview-container img {
    width: 100%;
}

.preview-container-sig {
    width: 300px;
    height: 180px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.preview-container-sig img {
    width: 100%;
}

.img-responsive {
    border-radius: 5px;
    border: 1px solid #EEE;
}