.search-icon {
    background-color: var(--color9);
    padding: 10px;
    border-radius: var(--border);
    border: solid .1px #0000002d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    gap: 10px;
    cursor: text;
    display: flex;
    align-items: center;
}

.search-icon input {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    width: 100%;
    background: none;
}

.search-icon input:focus,
.search-icon input:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-icon.open {
    position: relative;

}

.search-icon.open .list-itens {
    display: flex;
}

.list-itens {
    position: absolute;
    top: 49px;
    left: 0px;
    max-height: 545px;
    width: 100%;
    padding: 10px;
    background-color: var(--color3);
    border-radius: var(--border);
    display: none;
    box-shadow: 1px 2px 4px #00000038;
    z-index: 10;
    cursor: default;
    flex-direction: column;
    overflow: auto;
    border: solid 1px var(--color7);
}

.logo {
    width: 80px;
    object-fit: cover;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-column-5 {
    column-gap: 5px;
}

.gap-column-10 {
    column-gap: 10px;
}

.gap-column-15 {
    column-gap: 15px;
}

.gap-column-20 {
    column-gap: 20px;
}

.gap-row-5 {
    row-gap: 5px;
}

.gap-row-10 {
    row-gap: 10px;
}

.gap-row-15 {
    row-gap: 15px;
}

.gap-row-20 {
    row-gap: 20px;
}

.card-body {
    background-color: var(--color3);
    border-radius: var(--border);
    box-shadow: 0 0 4px #00000021;
    margin: 10px 0;
    padding: 10px;
    border: solid 1px var(--color7);
}

.border {
    box-shadow: 0 0 0px #00000021;
    border: solid 1px var(--color-border);
    border-radius: var(--border);
}

.line-guide {
    padding: 10px 0 0 8px;
}

.line-guide ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    color: #6d6d6d83;
    padding: 0;
}

.line-guide a {
    text-decoration: none;
    color: #6d6d6d83;
}

.line-guide a:hover {
    text-decoration: underline;
}

.line-guide i {
    font-size: .8em;
}

.line-guide ul li:last-child {
    color: #545353;
}

.bg-primary {
    background-image: linear-gradient(148deg, var(--color1), var(--color2) 0%, var(--color1) 200%);
    color: var(--color3);
}

.bg-primary-trans {
    background-image: linear-gradient(148deg, var(--color1), var(--color2) 0%, var(--color1) 200%);
    color: var(--color3);
}

.bg-secondary-trans {
    background-color: var(--color7);
}

.bg-info {
    background-color: var(--color2);
    color: var(--color3);
    border-radius: var(--border);
}

.bg-secondary {
    background-color: var(--color7);
    color: var(--color5);
    border-radius: var(--border);
}

.color-primary {
    color: var(--color2);
}

.color-secondary {
    color: var(--color5);
}

.color-white {
    color: var(--color3);
}

.drop-zone {
    border-radius: var(--border);
    background-color: var(--color7);
    padding: 5px;
    cursor: pointer;
}

.drop-zone div {
    border-radius: var(--border);
    border: 2px dashed var(--color5);
    ;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .3s ease-in-out;
}

.drop-zone span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--color5);
}

.drop-zone span>i {
    background-color: #cbcbcba2;
    padding: 10px 11px;
    border-radius: 50%;
}

.dragover {
    background-color: #cbcbcbb2;
    cursor: grab;
}

.file-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-file {
    padding: 15px 10px;
    background-color: var(--color7);
    margin-top: 10px;
    border-radius: var(--border);
    color: var(--color2);
    display: flex;
    flex-direction: column;
}

.card-file div {
    display: flex;
    justify-content: space-between;
    gap: 5px;

}

.card-file i {
    font-size: .9em;
    transform: translate(3px, -11px);
    font-weight: bolder;
    cursor: pointer;
}

.card-file input {
    background-color: transparent;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: var(--border);
    color: var(--color2);
    font-size: .9em;
    font-weight: bolder;
}

.card-file input:focus-visible {
    outline: solid 1px var(--color2);
}

.img-placeholder {
    border: 2px dashed var(--color5);
    border-radius: var(--border);
    height: 216px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 2px;
}

.img-placeholder img {
    width: 253px;
    height: 207px;
    object-fit: cover;
    border-radius: var(--border);
}

.img-placeholder span {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-placeholder span>i {
    background-color: #cbcbcba2;
    padding: 10px 11px;
    border-radius: 50%;
}

.imag-round,
.imag-round span,
.imag-round img {

    display: flex;
    justify-content: center;
    align-items: center;
}

.imag-round span {
    padding: 2px;
    border: 2px dashed var(--color5);
    border-radius: 50%;
}

.imag-round img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.imag-square,
.imag-square span,
.imag-square img {

    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

.imag-square span {
    padding: 2px;
    border: 2px dashed var(--color5);
    border-radius: var(--border);
}

.imag-square img {
    width: 180px;
    height: 180px;
    border-radius: var(--border);
    object-fit: cover;
}

.empty-message {
    color: #818181b2;
    font-weight: bolder;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;

}

.conteiner-two-col {
    min-width: 100%;
    display: grid;
    grid-template-columns: 70% auto;
    gap: 10px;
}

.graphics-card {
    display: grid;
    grid-template-columns: 80% 20%;
    grid-template-rows: 1fr auto;
    grid-template-areas:
        "contains-header contains-icon"
        "contains-footer contains-footer";
    align-items: center;
    row-gap: 5px;
    padding: 15px;
    box-shadow: 0 0 4px #00000021;
    background-color: var(--color3);
    border-radius: var(--border);
    min-width: 100px;
}

.graphics-card .contains-header {
    grid-area: contains-header;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.graphics-card h5 {
    color: var(--color5);
}

.graphics-card .contains-icon {
    grid-area: contains-icon;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.graphics-card .contains-icon i {
    border-radius: var(--border);
    width: 40px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color3);
}

.graphics-card.primary {
    border: 1px solid var(--color2);
}

.graphics-card .contains-icon.primary i {
    background-image: linear-gradient(148deg, #73ef4ae7, #004f94e8 0%, #73ef4a83 200%);
}

.graphics-card .contains-footer {
    grid-area: contains-footer;
    display: flex;
    gap: 10px;
}

.graphics-card.danger {
    border: 0.01px solid #d81313;
}

.graphics-card .contains-icon.danger i {
    background-color: #d81313;
}

.graphics-card.success {
    border: 0.01px solid #00ff8c;
}

.graphics-card .contains-icon.success i {
    background-color: #00ff8c;
}

.graphics-card.open {
    border: 0.01px solid#e1ed00;
}

.graphics-card .contains-icon.open i {
    background-color: #e1ed00;
}


.control-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    color: var(--color3);
    background-image: linear-gradient(148deg, #73ef4ae7, #004f94e8 0%, #73ef4a83 200%);
    border-radius: var(--border);
    font-size: .7em;
    font-weight: bolder;
    max-width: 254px;
}

.control-panel div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: var(--border);
    border: dashed 1px var(--color3);
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: .9em;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    color: var(--color5);
    font-weight: bolder;
    font-size: .9em;
    padding: 5px 10px;
}

.pagination a.page-link {
    text-decoration: none;
    border-radius: var(--border);
    transition: background-color .2s ease-in-out;
    color: var(--color5);
}

.pagination a.page-link:hover {
    background-color: var(--color8);
}

.pagination a.page-link:active {
    background-color: #d4d4d4a4;
    color: var(--color5);
}

.pagination a.page-link:visited {
    color: var(--color5);
}

.pagination i {
    font-size: .8em;
    color: var(--color5) !important;
}

.pagination .active {
    background-image: linear-gradient(148deg, #73ef4ae7, #004f94e8 0%, #73ef4a83 200%);
    border-radius: var(--border);
    color: var(--color3);
}

.pagination .active,
a.page-link {
    padding: 5px 10px;
}

.pagination .waves-effect {
    color: var(--color5) !important;
}

.pagination li.disabled {
    color: #54535379 !important;
}

.pagination-input {
    width: 36px !important;
    padding: 3px !important;
    height: 36px;
    text-align: center;
}

.circular-mode img {
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: .5px solid #00000061;
}

.circular-mode {
    border-radius: 50%;
    background-color: var(--color7);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
}

.user-status>div {
    padding: 3px 8px;
    border-radius: var(--border);
    font-weight: bolder;
    font-size: .8em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.user-status.on>div {
    border: dashed 0.5px #1ec77257;
    background-color: #00ff001f;
    color: #17c011;
}

.user-status.off>div {
    border: dashed 0.5px #bbbbbb;
    background-color: #5f5f5f1f;
    color: #bbbbbb;
}

.user-status div>i {
    font-size: .4em;
}

.truncate {
    max-width: 200px;
    /* Defina a largura máxima desejada */
    white-space: nowrap;
    /* Impede que o texto quebre em várias linhas */
    overflow: hidden;
    /* Oculta o texto que ultrapassa a largura do elemento */
    text-overflow: ellipsis;
    /* Exibe reticências (...) para indicar que há mais texto */
}

.truncate-mx {
    max-width: 100%;
    /* Defina a largura máxima desejada */
    white-space: nowrap;
    /* Impede que o texto quebre em várias linhas */
    overflow: hidden;
    /* Oculta o texto que ultrapassa a largura do elemento */
    text-overflow: ellipsis;
    /* Exibe reticências (...) para indicar que há mais texto */
}

.group-table {
    width: 100%;
}

.group-table .group-header {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    box-shadow: 0 0 0px #00000021;
    border-bottom: solid .5px var(--color-border);
    background-color: var(--color7);
}

.group-table .line {
    padding: 5px 0;
    border-bottom: dashed 1px var(--color-border);
}

.group-table .group-body {
    padding: 5px 10px;
}

.group-table .group-body .line:last-child {
    border-bottom: none;
}

.code {
    border-radius: var(--border);
    padding: 3px 4px;
    background-image: var(--primary-opacity);
    color: var(--color3);
}

.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.columns-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
}
.columns-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    gap: 5px;
}

.status-label {
    border-radius: var(--border);
    padding: 1px;
    font-size: .8em;
}

.status-label.pay {
    background-color: #00ff001f;
}

.status-label.pay>div {
    border: dashed 0.5px #1ec77257;
    padding: 5px;
    border-radius: var(--border);
    color: #17c011;
}

.status-label.open {
    background-color: #00aeff1f;
}

.status-label.open>div {
    border: dashed 0.5px #1e6dc757;
    padding: 5px;
    border-radius: var(--border);
    color: #1389d8;
}

.status-label.canceled {
    background-color: #ff00001f;
    display: flex;
}

.status-label.canceled>div {
    border: dashed 0.5px #c71e1e57;
    padding: 5px;
    border-radius: var(--border);
    color: #d81313b0;
}

.status-label.processing {
    background-color: #ff99001f;
}

.status-label.processing>div {
    border: dashed 0.5px #d8aa13bf;
    padding: 5px;
    border-radius: var(--border);
    color: #d8aa13bf;
}

.status-label.expired {
    background-color: #5f5f5f1f;
}

.status-label.expired>div {
    padding: 5px;
    border-radius: var(--border);
    border: dashed 0.5px #9b9595;
    color: #9b9595;
}

hr {
    margin: 1rem;
    border: 0;
    border-top: solid 1px #0000001a;
}

/* Estilizando o fieldset */
fieldset {
    border: 1px solid var(--color2);
    border-radius: var(--border);
    padding: 15px;
    background-color: #f9f9f9;
}

/* Estilizando o legend */
legend {
    font-size: 1.2em;
    color: var(--color2);
    font-weight: bold;
    padding: 0 5px;
    /* border: 1px solid var(--color2); */
    background-color: #ffffff;
    font-size: 1em;
}

.horizontal-menu {
    display: flex;
    justify-content: flex-start;
    background-color: transparent;
    padding: 0;
    margin: 0;
    transform: translate(1px, 2px);
    gap: 3px;
    z-index: 5;

}

.horizontal-menu>a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px;
    text-decoration: none;
    color: var(--color5);
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: var(--border) var(--border) 0 0;
    font-size: .97em;
}

.horizontal-menu>a>i {
    font-size: .7em;
}

.horizontal-menu>a.active {
    background-color: var(--color3);
    color: var(--default-color);
    box-shadow: 0 0 0px #00000021;
    border: solid 1px #00000021;
    border-bottom: solid 1px var(--color3);
    color: var(--color2);
}


.dawlonding-file {
    display: flex;
    justify-content: center;
    align-items: center;

    a {
        text-decoration: none;
    }
}


.longing-file {
    border-radius: var(--border);
    padding: 10px;
    border: dashed 1px #00000033;
    background-color: var(--color7);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.longing-file .circle-icon {
    width: 45px;
    height: 35px;
    border-radius: 50%;
    background-color: #00000017;
    color: #00000096;
    display: flex;
    justify-content: center;
    align-items: center;
    border: dashed 1px #00000049;
}

.longing-file #progress-bar {
    background-color: var(--color8);
    border-radius: var(--border);
    height: 8px;
}

.longing-file #progress-bar-fill {
    border-radius: var(--border);
    transition: all .3s ease-in-out;
    background-image: linear-gradient(148deg, var(--color1), var(--color2) 0%, var(--color1) 200%);
}


@media screen and (max-width: 800px) {
    .img-books-plus {
        width: 100px;
    }

    section {
        grid-template-columns: repeat(7, 120px);
        justify-content: start;
    }

    .search-icon {
        width: auto;
    }

    .search-icon input {
        width: auto;
    }

    .list-itens {
        width: 355px;
        left: -40px;
        top: 57px;
        max-height: 545px;
    }

    .img-placeholder {
        height: 127px;
    }

    .img-placeholder img {
        height: 127px;
        width: 155px !important;

    }

    .conteiner-two-col {
        max-width: 95%;
        grid-template-columns: 100%;
        grid-template-areas:
            "grid-1";
    }

    .conteiner-two-col>section:nth-child(2) {
        display: none;
    }

    .pagination-info {
        display: none;
    }

    .pagination-container {
        justify-content: center;
    }

    .time {
        display: none;
    }

    .truncate {
        max-width: 135px;
        /* Defina a largura máxima desejada */
        white-space: nowrap;
        /* Impede que o texto quebre em várias linhas */
        overflow: hidden;
        /* Oculta o texto que ultrapassa a largura do elemento */
        text-overflow: ellipsis;
        /* Exibe reticências (...) para indicar que há mais texto */
    }

    .imag-square img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .group-table {
        width: 100%;
    }

    .group-table .group-header {
        display: flex;
        justify-content: space-between;
        padding: 5px 10px;
        box-shadow: 0 0 0px #00000021;
        border-bottom: solid .5px var(--color-border);
        background-color: #dad9d966;
    }

    .group-table .line {
        padding: 5px 0;
        border-bottom: dashed 1px var(--color-border);
    }

    .group-table .group-body {
        padding: 5px;
    }

    .group-table .group-body .line:last-child {
        border-bottom: none;
    }
}