@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html,
body {
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    height: 100%;
}

.container p {
    font-size: 16px;
    line-height: 32px;
    overflow-wrap: break-word;
    font-style: normal;
    font-weight: normal;
    color: #555555;
}


.badge {
    background: blue;
}

.btn-delete-badge {
    display: inline-block !important;
    padding: .25em .4em !important;
    font-size: 75% !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    border-radius: .25rem !important;
}

.form-delete {
    display: inline;
}

.logo-nav-img img {
    width: 200px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

/* ============ desktop view .end// ============ */


/* ============ Footer ============ */

/* Footer */

section {
    padding: 45px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: #343a40 !important;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer p {
    color: #ffffff;
    background-color: transparent;
    margin-block: 5px;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

/* CSS para página HOME */
/* .jumbotron {
    background-image: url("../images/index_background.jpg");
    background-size: cover;
  } */

/* CSS para página de edição de perfil */
.photo-perfil {
    width: 160px;
    height: 160px;
    background-position: center center;
    background-size: cover;
}

.sign-perfil {
    background-color: rgb(215, 211, 211, 0.5);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /* opacity: 0.7; */
    width: 80%;
    height: 92px;
}

.img-admin_background {
    background-image: url("../images/alpha.png");
    background-position: center center;
    background-repeat: repeat;
}

.img-admin {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /* opacity: 0.7; */
    width: 80%;
    height: 92px;
}

.img-admin2 {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /* opacity: 0.7; */
    width: 300px;
    height: 300px;
}

.img-admin-favicon {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /* opacity: 0.7; */
    width: 80%;
    height: 92px;
}

.admin-link {
    color: black;
    text-decoration: none;
}

.admin-link:hover {
    color: #555555;
    text-decoration: none;
}

.show-password {
    width: auto;
}

.show-password-input {
    margin-left: 15px;
    width: 57%;
}

.left-border-no-radius input,
.left-border-no-radius button,
.left-border-no-radius span {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.right-border-no-radius input,
.right-border-no-radius button,
.right-border-no-radius span {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.i-center {
    margin-left: auto;
    margin-right: auto;
}

.choices__list--multiple .choices__item {
    background-color: #d99000 !important;
    border: 1px solid #ae7605 !important;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    border-left: 1px solid #ae7605 !important;
}


/* Para os collapse ficar parecidos com o accordion do bootstrap5 */
.card-header .title {
    font-size: 17px;
    color: #000;
}

.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.card-header {
    cursor: pointer;
    border-bottom: none;
}

.card {
    border: 1px solid #ddd;
}

.card-body {
    border-top: 1px solid #ddd;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

/* Estilos para página principal */

.card-index {
    width: 25%;
}

.card-gray {
    background-color: #d9dde2;
    display: flex;
    flex-direction: column;
    border-radius: .25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.img-card-index {
    width: 50%;
    margin-block: 15px;
    margin-inline: auto;
}

/* Desativar li nas views */
.disabled-view {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.choices {
    margin-bottom: unset !important;
}

.choices-select-error {
    margin-top: 10px;
    margin-bottom: unset !important;
}

/* Estes id sempre serão mostrados em lowercase*/
#input_id,
#id_tag {
    text-transform: lowercase;
}

/* Quebrar nomes ou ids muito grandes na input*/
.td-input {
    overflow-wrap: anywhere;
}

/* remover text decoration dos a*/
.td-botoes a:hover {
    text-decoration: none;
    color: unset;
}

/* Estilos para a página de visualização de entradas */
.img-entry {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 300px;
    max-width: 100%;
}

.model-images {
    cursor: pointer;
    border-radius: 5px;
}

.model-images:hover {
    opacity: 0.8;
}

/* Estilo para check-box */
.table-check-input {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    transition: background-color 0.3s, border-color 0.3s;
}

.table-check-input::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    transition: background-color 0.3s;
}

.table-check-input:checked::before {
    background-color: #007bff;
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.bolinha-copy {
    border-radius: 50%;
    padding: 7px;
    display: inline-block;
}

.bolinha-copy:hover {
    background-color: #ddd;
    border-radius: 50%;
    padding: 7px;
    display: inline-block;
}

/* Estilos para a visualização de select readonly 
https://pt.stackoverflow.com/questions/128188/como-aplicar-readonly-em-um-select
*/
select[readonly] {
    pointer-events: none;
    touch-action: none;
}

/* Estilos para a visualização de arquivos nas entries */
.file-view {
    font-size: 80px;
    color: #212529;
}

.file-link {
    cursor: pointer;
    border-bottom: none;
}

/* Estilos para a página de visualização view_all */
.form-view-all {
    display: contents;
}

.status-inline {
    margin-bottom: .5rem;
}

.status-inline h1,
.status-inline h2,
.status-inline h3,
.status-inline h4,
.status-inline h5,
.status-inline h6 {
    display: inline;
}

/* Estilos para a página de visualização de entradas */
.header-form-img {
    width: 450px;
}

.saving-form-notification {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
}