.icons {
    width: 40px;
    height: 40px;
    margin: 19px 0 0 13px;
}

/* Style for the time input when focused */
input[type=time]::-webkit-datetime-edit-hour-field:focus {
    color: black;
}

input[type=time]::-webkit-datetime-edit-minute-field:focus {
    color: black;
}

input[type=time]::-webkit-datetime-edit-second-field:focus {
    color: black;
}

input[type=time]::-webkit-datetime-edit-ampm-field:focus {
    background-color: black;
}

.text-align-Itens {
    display: flex;
    align-items: center;
    justify-content: center;
}

.incons-img {
    width: 10px;
    height: 10px;
}

.password-container {
    position: relative;
}

.password-input {
    padding-right: 30px;
    /* Espaço para o ícone do olho */
}

.eye-icon {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(460%);
    cursor: pointer;
}

.eye-icon svg {
    width: 24px;
    height: 24px;
    fill: #666;
    /* Cor do ícone do olho */
}


.select2-search__field:placeholder-shown {
    width: 100% !important;
    /*makes the placeholder to be 100% of the width while there are no options selected*/
}

.transparent-btn {
    border-width: 0;
    background-color: transparent;
}

.test-form-progress {
    border: none;
    border-radius: 0;
    border-width: 0;
    background-color: transparent;
}

.title {
    color: #333;
}

.form {
    margin: 20px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.profile-picture {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}

.profile-image {
    width: auto;
    height: 210px;
    object-fit: cover;
}

.docPreview {
    width: 400px;
    height: 350px;
    object-fit: contain;
}

@media (max-width: 600px) {
    .docPreview {
        width: 300px;
        height: 350px;
        object-fit: contain;
    }
}

.file-input-image {
    display: none;
}

.doc-image-preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-label {
    display: block;
    background-color: #007bff;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.labelImage {
    display: none;
}

.remove-btn-style {
    border: none;
    background-color: transparent;
}

.submit-button:hover {
    background-color: #45a049;
}

.btn-file {
    background: transparent;
    border: none;
}

.custom-file-input {
    background-color: #3498db;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
}

.upload-button {
    background-color: #3498db;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    border: none;
    border-radius: 5px;
}

.btn-Download {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}

.selected-file {
    margin-top: 10px;
    font-weight: bold;
}

input[type=time] {
    border: none;
    color: #2a2c2d;
    font-size: 14px;
    font-family: helvetica;
    width: 160px;
}

/* Wrapper around the hour, minute, second, and am/pm fields as well as
the up and down buttons and the 'X' button */
input[type=time]::-webkit-datetime-edit-fields-wrapper {
    display: flex;
}

/* The space between the fields - between hour and minute, the minute and
second, second and am/pm */
input[type=time]::-webkit-datetime-edit-text {
    padding: 19px 4px;
}

/* The naming convention for the hour, minute, second, and am/pm field is
`-webkit-datetime-edit-{field}-field` */

/* Hour */
input[type=time]::-webkit-datetime-edit-hour-field {
    background-color: #f2f4f5;
    border-radius: 15%;
    padding: 19px 13px;
}

/* Minute */
input[type=time]::-webkit-datetime-edit-minute-field {
    background-color: #f2f4f5;
    border-radius: 15%;
    padding: 19px 13px;
}

/* AM/PM */
input[type=time]::-webkit-datetime-edit-ampm-field {
    background-color: #7155d3;
    border-radius: 15%;
    color: #fff;
    padding: 19px 13px;
}

/* 'X' button for resetting/clearing time */
input[type=time]::-webkit-clear-button {
    display: none;
}

/* Up/Down arrows for inenting/decrementing the value */
input[type=time]::-webkit-inner-spin-button {
    display: none;
}

.table tbody td {
    padding: 0.75rem 1.5rem;
}

hr {
    border-top: 1px solid !important;
}

.f-right {
    float: right !important;
}

.select2-hidden-accessible {
    position: relative !important;
}

.select2-container {
    display: block !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

/* area do pix avulso */
.flex-column-center-pix {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.flex-row-center-pix {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.margin-right-5-pix {
    margin-right: 5px;
}

.flex-row-pix {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.flex-column-pix {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.flex-row-center-large-pix {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 35px;
}

/* qr-coode area(pix)*/
.container-qr-code {
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.qr-code {
}

.qr-text-qr-code {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.close-btn-qr-code {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
}

.content-qr-code-pix {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 10px;
    background-color: #f4f4f4;
}

.code-qr {
    display: flex;
    width: 70%;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding-left: 5px;
    padding: 2px;
    border-radius: 5px;
}

.content-icon-code-qr-code {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 2%;
}

.text-code-qr {
    font-size: 1rem;
}

.btn-header {
    right: 24px;
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
}

.card-header-padding {
    display: flex;
    padding: 0.7rem 0.7rem 0px 0.7rem;
}

.header-modal-btn-close {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.long-form-select {
    -webkit-appearance: none;
    /* for WebKit browsers */
    -moz-appearance: none;
    /* for Firefox browsers */
    padding-right: 30px;
    /* adjust as needed */
}

.long-form-select option {
    max-width: 90%;
    /* adjust as needed */
    overflow: hidden;
    text-overflow: ellipsis;
    /* adds '...' to the end of the text if it's too long */
    white-space: nowrap;
    /* prevents text from wrapping to a new line */
}

.header-modal-btn-close {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.header-modal-btn-close h5 {
    grid-column: 1;
    text-align: center;
}

.header-modal-btn-close .btn-header {
    grid-column: 2;
    justify-self: end;
}

.icon-copy-content-ticket-qr {
    width: 36px;
    height: 36px;
    background-color: red;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-header-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 0px;
}

.card-header-grid-title {
    grid-column: 2 / 3;
    text-align: center;
    margin: 0;
}

.card-header-grid-btn {
    grid-column: 3 / 4;
    justify-self: end;
}

.form-control-dark {
    background-color: #333; /* Dark background */
    color: #fff; /* Light text */
    border: 1px solid #444; /* Darker border */
    /* Other custom styles */
}

.badge {
    width: 100% !important;
    padding: 5px;
    border-radius: 4px !important;
}
