.subtitulo {
    font-size: 20px;
}

hr {
    border-top: 1px solid #bdbdbd;
}

.sublabel {
    font-size: 1.4rem;
    font-weight: lighter;
}

.titulo {
    font-size: 1.5rem;
    font-weight: bold;
}

.btn-info {
    background: rgb(0 6 251) !important;
    border-color: rgb(0 6 251) !important;
    max-width: 100%;
    width: 300px;
}

.btn-primary {
    background: #05c6ff !important;
    border-color: #05c6ff !important;
    max-width: 100%;
    width: 210px;
}

.btn-warning,
.btn-warning:hover {

    background: #F55200 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-color: #F55200 !important;
    max-width: 100%;
    width: 300px;
}

.btn-avaliacao {
    max-width: 100% !important;
    width: 300px !important;
}

.btn,
.btn.focus,
.btn:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px !important;
    color: white !important;
    border-color: #ffffff00;
}

.btn-secondary {
    color: white !important;
}

.btn-success {
    background: rgb(37, 164, 5) !important;
    border-color: rgb(37, 164, 5) !important;
    max-width: 100%;
    width: 320px;
}

.btn-copiar,
.btn-copiar:hover,
.btn-copiar:visited,
.btn-copiar:active,
.btn-copiar:focus {
    background: #ffffff !important;
    border-color: #000000 !important;
    color: black !important;
}

.btn-disponibilizar-entrega {
    background: #46007D !important;
    border-color: #46007D !important;
    max-width: 100%;
    width: 300px;
    color: white !important;
}

.btn-danger{
    background: #ce0600 !important;
    border-color: #ce0600 !important;
}

.tox-tinymce {
    border: 1px solid #ccc;
}

.titulo_confirmacao {
    font-size: 30px;
}

.subtitulo_confirmacao {
    font-size: 16px;
}

.sublabel_confirmacao {
    font-size: 1.3rem;
    font-weight: lighter;
}

.a_me {
    color: #065AD8;
    text-decoration: none !important;
}

.a_me:hover {
    color: #065AD8;
    text-decoration: none !important;
}

.breadcrumb>li>a {
    color: #065AD8 !important;
}

.breadcrumb>.active {
    color: #777 !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0px solid #ffffff !important;
}

.table>thead>tr>th>a,
td>a {
    color: #065AD8;
    text-decoration: none !important;
}

.pagination>.active>a {
    background: #065AD8 !important;
    text-decoration: none !important;
    color: white !important;
}

.pagination>li>a {
    color: #065AD8 !important;
    text-decoration: none !important;
}

.card_file {
    width: 500px;
    max-width: 100%;
    height: 65px;
    max-height: 100%;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    color: #000000;
    align-items: center;
    justify-content: left;
    backdrop-filter: blur(10px);
    transition: 0.5s ease-in-out;
    box-shadow: #d8e3fa 0px 0px 1px 1px, #e9effb 4px 10px 9px 1px;
}

.card_file:hover {
    cursor: pointer;
    transform: scale(1.05);
    /* background: #292929;
    color: #ffffff; */
    box-shadow: #d8e3fa 0px 0px 2px 2px, #cedcf9 4px 5px 12px 5px;
}

.img_file {
    margin-left: 10px;
}

.icon_file {
    width: 33px;
    height: 40px;
    display: block;
    margin: auto;
}

.card_file:hover>.img_file {
    transition: 0.5s ease-in-out;
    /* background: linear-gradient(#84b3f6, #1d70ff); */
}

.textBox_file {
    width: calc(100% - 50px);
    margin-left: 10px;
    font-family: 'Poppins' sans-serif;
}

.p_file {
    width: calc(100% - 50px);
    font-weight: lighter;
    max-width: 100%;
    margin-top: 3%;
}

.a {
    text-decoration: none !important;
}

#pass {
    padding-right: 20px;
}

.main-footer-me {
    background-color: #ffffff;
    border-top: 1px solid #dee2e6;
    color: #869099;
    padding: 1rem;
}

.card-me-usuario {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    margin-bottom: 1rem;
}

.label {
    font-size: 100% !important;
}

.swal2-popup {
    border-radius: 1em;
    font-size: 14px;
    color: black !important;
    max-width: 100%;
    max-height: 100%;

}

.swal2-styled.swal2-confirm {
    background-color: #00ac1a;
    color: #fff;
    border-color: #00ac1a;
}

.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.search__input {
    margin-right: -13rem;
}

.search__button {
    margin-top: .1em;
    margin-right: .5em;
    cursor: pointer;
}

.search__icon {
    width: 1.6em;
    fill: #3b3b3b;
}

.view-me {
    margin-left: 5%;
    margin-right: 5%;
}


.div-menu {
    width: 190px;
    height: 254px;
    display: inline-block;
}

.itens {
    margin: auto;
    display: block;
}

.card-item {
    width: 190px;
    height: 254px;
    border-radius: 20px;
    position: relative;
    padding: 1.8rem;
    border: 2px solid #d1d1d1;
    transition: 0.5s ease-out;
    overflow: visible;
}

.card-details-item {
    color: black;
    height: 100%;
    gap: .5em;
    display: grid;
    place-content: center;
}

/*Text*/
.text-title-item {
    font-size: 1.5em;
    font-weight: bold;
}

/*Hover*/
.card-item:hover {
    border-color: #000000;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.card-item:hover .card-button-item {
    transform: translate(-50%, 50%);
    opacity: 1;
}

#my-file-selector {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 2px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(8, 8, 8, 0.288);

}

#my-file-selector::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #000000;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

#my-file-selector::file-selector-button:hover {
    background: #141414;
}