.listen {
    cursor: pointer;
}

.error {
	background: #ffc9c5; padding: 10px; width: 85%;
	margin: 2px auto; color: red;
	border-radius: 5px;
}

.toast {
    background: #00ffd6; padding: 10px; width: 85%;
    margin: 2px auto; color: #093401;
    border-radius: 5px;
}

.logo {
    cursor: pointer;
}

.center {
    display: flex;
    justify-content: center;
}

.action-btn {
    cursor: pointer;
}

.modal-content input.form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
}


.modal {
    position: relative;
}

input.customFileInput {
    visibility: hidden; /* Hide the default file input element */
}

label.customFileInputLabel {
    display: inline-block;
    padding: .5rem 1rem;
    border: 1px solid #ccc;
    cursor: pointer;
}
