@font-face {
    font-family: 'SFPRODISPLAYMEDIUM';
    src: url('../../fonts/SFPRODISPLAYMEDIUM.OTF');
}

@font-face {
    font-family: 'SFPRODISPLAYBOLD';
    src: url('../../fonts/SFPRODISPLAYBOLD.OTF');
}

* {
    font-family: 'SFPRODISPLAYMEDIUM', Arial;
    letter-spacing: 1px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.input {
    flex-basis: calc(33.33% - 10px)
}

.button {
    border: none;
    outline: none;
    background-color: purple;
    padding: 1rem 90px 1rem 2rem;
    position: relative;
    border-radius: 8px;
    letter-spacing: 0.7px;
    background-color: #2aab81;
    color: #fff;
    font-size: 21px;
    font-family: 'SFPRODISPLAYMEDIUM', Arial;
    cursor: pointer;
    box-shadow: rgba(0, 9, 61, 0.2) 0px 4px 8px 0px;
    width: 80%;
    transition: 0.2s;
}

    .button:active {
        transform: translateY(1px);
    }

    .button:hover {
        background-color: #7be37f;
    }

.button__svg {
    position: absolute;
    overflow: visible;
    bottom: 6px;
    right: 0.2rem;
    height: 140%;
}

.button-remove-table {
    border: none;
    width: 16px;
    height: 16px;
    color: red;
    background-color: transparent;
    cursor: pointer;
}

.alert-success-return {
    background-color: #2aab81;
    display: flex;
    align-items: center;
    top: 80px;
    background-color: #2aab81;
    padding: 10px;
    border-radius: 10px;
    color: white;
    justify-content: space-between;
    width: 50%;
    z-index: 999;
    position: absolute;
    left: 3em;
}

.alert-danger-return {
    display: flex;
    align-items: center;
    top: 80px;
    background-color: #ff3b52;
    padding: 10px;
    border-radius: 10px;
    color: white;
    justify-content: space-between;
    width: 50%;
    z-index: 999;
    position: absolute;
    left: 3em;
}

img, svg {
    vertical-align: unset;
}

.alert-return-button {
    width: 18px;
    height: 18px;
    color: red;
    background-color: white;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 50%;
    padding: 0;
}

#centraliza-alert {
    width: 50%;
    margin: auto;
}

.p-alert {
    padding-left: 1em;
}

.adicionar-button {
    width: 100% !important;
    padding: 0 5px;
    font-size: 14px;
    display: flex;
    margin-bottom: 0.5em;
    background-color: #076DF2;
    border: none;
    border-radius: 1em;
    color: white;
    height: 2em;
    font-family: 'SFPRODISPLAYMEDIUM', Arial;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.container {
    min-width: 99% !important;
    margin-top: 4em;
}
.back-index {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 1em;
    border: 1px solid white;
    color: #076DF2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s ease-in-out;
}
.back-index:hover{
    transform: scale(1.2)
}
a {
    text-decoration: none;
}
.imglogo {
    width: 80px;
    border-radius: 1.2em;
    cursor:pointer;
}
.bg-white {
    background-color: #0037C7 !important;
}
.nav-link{
    color:white !important;
    font-size: 14px;
}
.navbar-padding {
    padding: 0px
}
.dropdown-menu {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 0;
    margin-bottom:1em;
}
    .dropdown-menu li {
        text-transform: uppercase;
        font-weight: bold;

    }
.dropdown-item {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    padding: 0 1em;
    height: 4em;
}
    .dropdown-item:hover {
        background-color: #7fc4ff;
    }
    .dropdown-item svg {
        width: 18px;
        height: 18px;
        margin-right: 1em;
        margin-left: 0.5em;
    }
p {
    margin: 0;
    padding: 0;
}
.dataTables_info {
    margin-left: 2em;
}