#curriculos img {
    width: 100%;
    max-width: 320px;
    height: auto;
}

#cliente_curriculos {
    margin-top: 100px;
}

#cliente_curriculos .section-title {
    margin-bottom: 0px;
}

.cur__box_wrapper {
    margin-bottom: 20px;
}

.cur_box {
    border-radius: 19px;
    border: 1px solid #808080;
    padding: 21px!important;
}

.cur_box a {
    color: #FF533B;
}

#formCadastro .btn-primary {
    width: 150px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 20px;
}

.btn-esqueci-senha {
    cursor: pointer;
}

.tbl-habilidade{
    width: 100%;
    /* display: none; */
}

.tbl-habilidade tr th{
    border: solid 1px silver;
    padding-left: 10px;

}

.tbl-habilidade tr td{
    border: solid 1px silver;
    padding-left: 10px;
}

.add-habilidade{
    cursor: pointer;
}

.tbl-experiencia{
    width: 100%;
    /* display: none; */
}

.tbl-experiencia tr th{
    border: solid 1px silver;
    padding-left: 10px;

}

.tbl-experiencia tr td{
    border: solid 1px silver;
    padding-left: 10px;
}

.add-experiencia{
    cursor: pointer;
}

.input-estado{
    text-transform:uppercase
}

.avatar-profile {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 35px;
    text-transform: uppercase;
    color: white;
    background-color: #dc3545;
    text-align: center;
    padding: 0;
}
.avatar-profile::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu-avatar{
    width: 100px;
}

@media screen and (max-width: 991px){
    .dropdown-menu-avatar .dropdown-item {
        font-size: 15px !important;
    }
    

    /* .dropdown-menu-avatar .dropdown-menu.show{
        left: 0 !important;
        top: 0 !important;
    } */
}

.btn-categoria-modelo{
    cursor: pointer;
}

#loading-icon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF533D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* display: none; */
    /* justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 200px; */
    z-index: 9999;
  }
  
#loading-icon p {
    margin-left: 10px;
}

#loading-icon i {
    font-size: 100px;
    color: white;
}


.current-menu-title{
    cursor: pointer;
}