.complaint-form-container {
    margin: auto;
    color: black;
}

.complaint-form-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.complaint-form-container .required-label:after {
    content: '*';
    color: red;
    margin-left: 5px;
}

.complaint-form-container input[type="text"],.complaint-form-container input[type="email"],.complaint-form-container select,.complaint-form-container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

.complaint-form-container input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.complaint-form-container .drag-drop-text:not(.dz-default) {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.complaint-form-container .drag-drop-text svg, .complaint-form-container .dz-default.dz-message svg {
    width: 50px;
    height: 50px;
    fill: #999;
}

.complaint-form-container .drag-drop-text p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: darkgray;
}

.complaint-form-container #submit-button {
    background-color: #2596be;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.complaint-form-container #submit-button:hover {
    background-color: #005caa;
}

.complaint-form-container .flex-container {
    display: flex;
    flex-direction: column;
}

.complaint-form-container .flex-container label {
    color: #000;
    margin-bottom: 5px;
}

.complaint-form-container .flex-input {
    display: flex;
}

.complaint-form-container .flex-input input[type="text"] {
    flex: 1;
    padding: 10px;
    margin-right: 10px;
}

.complaint-form-container select {
    background-color: transparent;
    border: 1px solid #ccc;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><polygon fill="#777" points="352,256 256,352 160,256"></polygon></svg>');
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
}

.complaint-form-container select:focus,.complaint-form-container input:focus,.complaint-form-container textarea:focus {
    border-color: #005caa;
}

.complaint-form-container .small-text {
    font-weight: bold;
    margin: 0 !important;
    color: darkgray;
}

.complaint-form-container .file-upload-text {
    color: lightgray;
}

.complaint-form-container .file-upload-container {
    position: relative;
    overflow: hidden;
}

.complaint-form-container #file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.complaint-form-container #note {
    height: 100px;
}

.complaint-form-container .file-upload-container.dropzone{
    min-height: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.file-upload-section .dropzone .dz-message{
    margin: 0;
}
.file-upload-section .dropzone .dz-preview .dz-progress {
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 5px;
    border: 0;
    left: unset;
    top: unset;
    margin-left: 0;
    background-color: #999;
}
.file-upload-section .dz-preview.dz-preview{
    width: 100%;
    display: flex;
    padding-bottom: 20px;
    margin: 0;
}
.file-upload-section .dz-preview .dz-image{
    margin-right: 20px;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #ddd;
    background-position: center;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gIDwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+IDxzdmcgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGZpbGw9IiMwMDAwMDAwZiI+PGc+PHBhdGggZD0iTSA0LDMybCAyNCwwIGMgMS4xMDQsMCwgMi0wLjg5NiwgMi0yTCAzMCwyIGMwLTEuMTA0LTAuODk2LTItMi0yTCA0LDAgQyAyLjg5NiwwLCAyLDAuODk2LCAyLDJsMCwyOCBDIDIsMzEuMTA0LCAyLjg5NiwzMiwgNCwzMnogTSA0LDJsIDI0LDAgbDAsMjggTCA0LDMwIEwgNCwyIHpNIDIzLDZsLTgsMCBDIDE0LjQ0OCw2LCAxNCw2LjQ0OCwgMTQsN0MgMTQsNy41NTIsIDE0LjQ0OCw4LCAxNSw4bCA4LDAgQyAyMy41NTIsOCwgMjQsNy41NTIsIDI0LDcgQyAyNCw2LjQ0OCwgMjMuNTUyLDYsIDIzLDZ6TSAyMywxMmwtMTQsMCBDIDguNDQ4LDEyLCA4LDEyLjQ0OCwgOCwxM0MgOCwxMy41NTIsIDguNDQ4LDE0LCA5LDE0bCAxNCwwIEMgMjMuNTUyLDE0LCAyNCwxMy41NTIsIDI0LDEzIEMgMjQsMTIuNDQ4LCAyMy41NTIsMTIsIDIzLDEyek0gMjMsMThsLTE0LDAgQyA4LjQ0OCwxOCwgOCwxOC40NDgsIDgsMTlDIDgsMTkuNTUyLCA4LjQ0OCwyMCwgOSwyMGwgMTQsMCBjIDAuNTUyLDAsIDEtMC40NDgsIDEtMSBDIDI0LDE4LjQ0OCwgMjMuNTUyLDE4LCAyMywxOHpNIDIzLDI0bC0xNCwwIEMgOC40NDgsMjQsIDgsMjQuNDQ4LCA4LDI1QyA4LDI1LjU1MiwgOC40NDgsMjYsIDksMjZsIDE0LDAgYyAwLjU1MiwwLCAxLTAuNDQ4LCAxLTEgQyAyNCwyNC40NDgsIDIzLjU1MiwyNCwgMjMsMjR6Ij48L3BhdGg+PC9nPjwvc3ZnPg==) no-repeat 50% !important;
    border-radius: 0 !important;
}
.file-upload-section .dz-preview .dz-details{
    position: static !important;
    min-width: unset !important;
    opacity: 1 !important;
    padding: 0 !important;
}
.file-upload-section .dropzone .dz-preview:hover .dz-image img{
    transform: unset;
    -webkit-filter: unset;
    -webkit-transform: unset;
    filter: unset;
}
.file-upload-section .dz-preview .dz-size{
    margin-bottom: 0 !important;
    text-align: left;
    font-family: "Alata", sans-serif;
    font-size: 12px !important;
}
.file-upload-section .dropzone .dz-preview{
    min-height: unset;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.dz-preview .dz-remove {
    position: absolute;
    right: 0;
    text-indent: -9999999px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
}
.dz-preview .dz-remove:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dz-preview .dz-remove:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.dz-preview .dz-remove:before, .dz-preview .dz-remove:after {
    content: '';
    height: 14px;
    width: 2px;
    background-color: #666;
    position: absolute;
    display: block;
    top: 0;
    right: 10px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    border-radius: 50%;
}
.dropzone.focus{
    border: 1px solid #066aab;
    box-shadow: 0 0 0 1px #066aab, 0px 1px 2px rgba(0, 0, 0, 0.15);
    outline: none;
}