html, body {
    height: 100%;
    margin: 0;
}

.container {
    flex: 1;
}

body {
    background-color: #FCFCFC !important; 
    font-family: "Poppins", sans-serif !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body::-webkit-scrollbar {
    width: 0px;
}

/* tamanho do card */
@media (min-width: 1400px) {
    .card-width {
        max-width: 1000px !important;
    }
}

@media (max-width: 1399.98px) {
    .card-width {
        max-width: 700px !important;
    }
}

/* botoes que linkam as paginas */
.link-pag {
    transition: all 0.3s ease;
}

.link-pag:hover {
    color: #1750b5 !important;
}

.link-page i {
    transition: all 0.3s ease;
}

.link-pag:hover i {
    color: #1750b5 !important;
}

.link-pag:hover .icon-outline {
    display: none;
}

.link-pag:hover .icon-fill {
    display: inline;
}

.icon-fill {
    display: none;
}

.btn-primary {
    background-color: #1750b5;
    border-color: #1750b5; 
}

.btn-primary:hover {
    border-color: #0B5ED7; 
}

.btn-primary:disabled {
    background-color: #486aa5;
    border-color: #486aa5; 
}

a {
    color: #1750b5;
}

a:hover {
    color: #0B5ED7;
}

input::placeholder {
    color: #ccc !important;
}

.title {
    font-size: 24px;
    font-weight: 700;
}

.input-content {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 45px;
}

.input-content.small-margin {
    margin-top: 20px !important;
}

.text-small {
    font-size: 11px;
}

.small-content {
    margin-top: 60px;
    padding: 20%;
}

.register-steps {
    width: 100%;
    overflow: auto;
}

.input-success {
    border-color: #28a745 !important;
}

.input-danger {
    border-color: #dc3545 !important;
}

.btn>i {
    vertical-align: middle;
    font-size: 14px;
    padding-left: 8px;
}

.alert-div {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 12px;
    font-weight: 600;
}

#cargo_chosen {
    display: none !important;
}

.list-separator {
    border-bottom: solid 1px #0073AB;
    margin: 5px 0px;
}

#ddi {
    height:36px;
}

.invalid-input, .invalid-select .chosen-single {
    border-color: #dc3545 !important;
}

/* minha conta */
.input-width-responsive {
    width: 100%;
}

@media (min-width: 992px) {
    .input-width-responsive {
        width: 34%;
    }
}

/* minhas vagas */
.nav-pills .nav-link.active {
    background-color: #1750B5 !important;
    color: #fff !important;
}

.nav-pills .nav-link {
    color: var(--bs-secondary) !important;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.nav-pills .nav-link:not(.active):hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.link-hover {
    transition: color 0.3s ease-in-out;
}

.link-hover:hover {
    color: #F98A00 !important;
}

/* meu curriculo  */
.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    transition: color 0.3s ease;
}

.accordion-button i {
    transition: color 0.3s ease;
}

.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: #212529 !important;
}

/* Hover/focus afeta todos os ícones, exceto o bi-check-circle */
.accordion-button:hover i:not(.bi-check-circle-fill),
.accordion-button:not(.collapsed) i:not(.bi-check-circle-fill) {
    color: #212529 !important;
}

