input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
}
.parent {
    background-position: right;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom:0px;
    min-height:500px;
}

.empty{
    background-color: #b6d9f9 !important;

}

.form-header,
.name,
.sel,
h5,
label,.col {
    color: #0d3a77;
}
.btn:hover{
    background-color: #0d397789 !important;
}
.y{
    border-right: #0d3a77 1px solid;
}


.bg {
    background-color: #0d3a77 !important;
}



.name {
    font-size: small;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #0d3a77;
}

.form-section {
    margin-top: 30px;
}

.form-container {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.fav img {
    width: 80px;
}

input,
select {
    border: #0d3a77 1px solid !important;
}

input:hover {
    box-shadow: 0 0 0 2px #0d3977ae;
}

select:hover {
    box-shadow: 0 0 0 2px #0d3977ae;
}

