.dz-preview {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px;
    display: flex;

    align-items: center;
    max-width: 100%;
}

.dz-image img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}
.checkbox-container {
    height: 120px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
    overflow: scroll;
}
.checkbox-wrapper input {
    margin-right: 8px;
}

.dz-details {
    text-align: left;
    margin-bottom: 10px;
}
.file-wrapper-flex {
    display: flex;
    justify-content: space-between;
}
.dz-progress {
    background: #f3f3f3;
    border-radius: 4px;
    height: 4px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.file-preview {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 20px;
}
.file-info {
    flex: 1;
}
.file-info{
 display: flex;
 flex-direction: column;
}
button.file-remove {
    background: transparent;
    border: 0;
    color: red;
}
.matador-field-resume .matador-field {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.matador-field-resume .matador-field label {
    border: transparent !important;
}

.dz-upload {
    background: #4caf50;
    height: 100%;
    width: 0;
    transition: width 0.3s;
}

.dz-remove {
    color: #ff0000;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 10px;
}

.dz-image {
    margin-inline-end: 10px;
    width: 60px;
    height: 40px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #fff;
}

.single-job-container {
    padding-top: 40px;
}
nav.matador-job-navigation .matador-button,
.fwpl-item.el-bjh7q .fwpl-btn,
.matador-application  .matador-button, .matador-application button.matador-button, .matador-application input[type=reset].matador-button, .matador-application  input[type=submit].matador-button {
    background-color: #205594;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.matador-application input[type=submit].matador-button:hover {
	    background-color: #205594;
}

.matador-field-group.matador-field-privacy_policy_opt_in.matador-field-template-checkbox.matador-field-type-checkbox, .matador-field-group.matador-field-terms_of_service_opt_in.matador-field-template-checkbox.matador-field-type-checkbox {
    display: none;
}