body {
    font-family: "Poppins";
    font-size: 0.9rem;
}

.bg-siderbar {
    background: #000D15;
}

.bg-siderbar,
.bg-siderbar .sidebar nav ul li a {
    color: #FFFFFF;
}

.sidebar nav ul li a:hover {
    background: #001E32;
    color: #00E256 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #001E32;
    color: #00E256 !important;
}

.navbar-top {
    background: #001E32;
    color: #00E256 !important;
    border-bottom: none;
}

.navbar-top ul li a {
    color: #00E256 !important;
}

.brand {
    color: #FFFFFF;
    font-size: 1.2rem;
}

.bg-system {
    background: #2E4657 !important;
    color: #FFFFFF;
}

.card {
    background: #001E32;
}

.small-box {
    background-color: #001E32;
}

.small-box-text-1 {
    color: #00E256 !important;
}

.small-box-text-1:nth-child(2) {
    color: #00E256 !important;
    font-weight: bold;
}

.text-smb {
    position: relative;
    z-index: 2;
}

.simbol {
    position: absolute;
    z-index: 1;
    font-size: 80px;
    top: 25%;
    left: 30%;
    color: rgba(46, 70, 87, 1)
}

.content {
    margin: 0 auto;
}

.table thead tr th {
    border-bottom-color: #00E256;
    border-top-color: transparent;
}

.table tbody tr td {
    border-color: #00E256;
}

.action-edit-button {
    color: #FF9914;
}

.action-edit-button:hover {
    color: #f3961d;
}

.action-delete-button {
    color: #E51C60;
}

.action-delete-button:hover {
    color: #d82460;
}

.btn-primary {
    background: #00E256;
    border-color: #00E256;
    color: #001E32 !important;
}

.btn-primary:hover {
    background: #02f760;
    border-color: #02f760;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #06ce52;
    border-color: #02f760;
}

.btn-primary.focus,
.btn-primary:focus {
    background: #06ce52;
    border-color: #06ce52;
}

.btn-default {
    background: #001E32;
    border-color: #001E32;
    color: #fff;
}

.btn-default:hover {
    background: #032338;
    border-color: #032338;
    color: #fff;
}

.btn-default.hover,
.btn-default:active,
.btn-default:hover {
    background: #032338;
    border-color: #032338;
    color: #fff;
}

/* Paginação */
.pagination {
    font-size: 80%;
}

.page-link {
    color: #fff;
    border-color: #001E32;
    background-color: #001E32;
}

.page-item.active .page-link {
    background: #00E256;
    border-color: #00E256;
    color: #001E32;
    font-weight: bold;
}

.page-item.disabled .page-link {
    background: #062941;
    border-color: #062941;
    color: #fff;
}

.page-link:hover {
    background: #062941;
    border-color: #062941;
    color: #fff;
}

/* Modal */

.bg-modal-header-bg {
    background: #00E256 !important;
    color: #001E32;
}

.modal-header .close {
    padding: 4px 9px;
    border-radius: 50%;
    margin: 0;
    font-weight: 300;
}

button.close {
    color: #00E256 !important;
    background: #000D15;
    opacity: 1;
}

.close:not(:disabled):not(.disabled):hover {
    opacity: 0.95;
}

.modal-body,
.modal-footer {
    background: #001E32;
}

.modal-header,
.modal-footer {
    border-color: #001E32;
}

.table-actions {
    display: flex;
    gap: 1rem;
}

.input-group-prepend .input-group-text {
    background: #FFFFFF;
}

.form-control:focus {
    border-color: #00E256;
}

/* REMOVE Bootstrap do wrapper */
.ts-wrapper.form-control {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Caixa real (equivale ao input.form-control) */
.ts-control {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

/* Input interno */
.ts-control input {
    font-size: 1rem;
    line-height: 1.5;
}

/* Foco igual Bootstrap 4 */
.ts-control:focus-within {
    border-color: #00e256;
    /* box-shadow: 0 0 0 0.2rem rgba(0, 226, 86, .25); */
}

/* Dropdown */
.ts-dropdown {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

/* Remove Bootstrap visual do wrapper */
.ts-wrapper.form-control-sm {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Altura e estilo exato do form-control-sm */
.form-control-sm + .ts-wrapper .ts-control,
.ts-wrapper.form-control-sm .ts-control {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* Input interno acompanha */
.ts-wrapper.form-control-sm .ts-control input {
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Foco Bootstrap 4 sm */
.ts-wrapper.form-control-sm .ts-control:focus-within {
    border-color: #00E256;
    /* box-shadow: 0 0 0 0.2rem rgba(0, 226, 86, .25); */
}
