.btn {
    border-radius: 10px;
    border: none;
    font-weight: 600;
    letter-spacing: .3px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn.btn-primary {
    background: linear-gradient(135deg,#0D47A1,#1976D2);
    box-shadow: 0 10px 20px rgba(25,118,210,0.25);
}
.btn.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(25,118,210,0.35);
}
.btn.btn-default {
    background: #e3ebf6;
    color: #0f172a;
    border: none;
}
.btn.btn-outline {
    border: 1px solid rgba(13,71,161,0.4);
    color: #0D47A1;
}
.btn.btn-outline:hover {
    background: rgba(13,71,161,0.08);
}
.widget, .panel {
    border-radius: 18px !important;
    border: none;
    box-shadow: 0 20px 45px rgba(15,23,42,0.08);
}
.widget-heading {
    border-bottom: none;
    padding-bottom: 10px;
}
.widget-body {
    border-top: none;
}
.form-control,
.select2-cont,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: 10px;
    border: 1px solid #d0d7e3;
    padding: 10px 14px;
    box-shadow: inset 0 1px 2px rgba(15,23,42,0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
}
.form-control:focus,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
    border-color: #1976D2;
    box-shadow: 0 0 0 3px rgba(25,118,210,0.15);
}
table.table {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
}
#order-list thead th,
#order-list thead th a {
    text-transform: uppercase;
}
table.table thead th {
    border: none !important;
    color: #5f6a7d;
    font-weight: 600;
}
table.table tbody tr {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(15,23,42,0.06);
}
table.table tbody td {
    border: none !important;
    vertical-align: middle;
}
table.table tbody td:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
table.table tbody td:last-child {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
.index-page .widget {
    margin-bottom: 25px;
}
.index-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.index-header__title {
    max-width: 520px;
}
.index-header__kicker {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .12em;
    color: #94a3b8;
    display: inline-block;
    margin-bottom: 6px;
}
.index-header__subtitle {
    margin-bottom: 0;
    color: #64748b;
    font-size: 14px;
}
.index-header__actions .btn {
    min-width: 180px;
    text-align: center;
}
.btn-with-icon i {
    margin-right: 6px;
}
.filters-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 18px 24px;
    border: 1px solid #e2e8f0;
    margin-bottom: 20px;
}
.filters-card .form-group {
    margin-bottom: 0;
}
.filters-card__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}
.text-right-sm {
    text-align: left;
}
@media (min-width: 768px) {
    .text-right-sm {
        text-align: right;
    }
}
.index-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    color: #64748b;
    font-size: 13px;
}
.index-meta strong {
    color: #1e293b;
}
.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(25,118,210,0.12);
    color: #0D47A1;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
}
.status-pill__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1976D2;
    display: inline-block;
}
.table-empty {
    text-align: center;
    padding: 35px 0;
    color: #94a3b8;
    font-weight: 500;
}
.table-empty__title {
    display: block;
    font-size: 16px;
    color: #475569;
}
.table-empty__subtitle {
    display: block;
    font-size: 13px;
}
.modern-table table {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .modern-table table thead {
        display: none;
    }
    .modern-table table tbody tr {
        display: block;
        margin-bottom: 15px;
    }
    .modern-table table tbody td {
        display: flex;
        justify-content: space-between;
        text-align: right;
        padding: 12px 18px;
        font-size: 14px;
    }
    .modern-table table tbody td:before {
        content: attr(data-label);
        font-weight: 600;
        color: #94a3b8;
        margin-right: 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .05em;
    }
}
.paginator-modern {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
.paginator-modern__hint {
    color: #94a3b8;
    font-size: 13px;
    margin: 0;
}
/* Sidebar */
#esp-user-profile{
    height: 130px;
    width: 130px;
    line-height: 100px;
    padding: 15px;
}

.logo{
    padding-left: 20px;
    padding-right: 20px;
}

.h-100{
    height: 100%;
}

a.collapsed{
    height: auto !important;
}

/* FormulÃ¡rios */
.form-group label{
    float: left;
}

.form-group .required label{
    font-weight: bold;
}

.form-group .required label:after{
    content: '*';
    color: #f00;
}

.form-group .error-message{
    margin-top: 5px;
    color: #f00;
}

/* Dropdown group button alinhado a direita da pÃ¡gina */
.dropdown-right{
    right: 0;
    left: initial;
}

.addsection{
    padding-top: 10px;
}
.addsection i{
    padding: 0 !important;
    margin: 0 !important;
}

.header-with-button{
    margin-bottom: 0;
    line-height: 40px;
}

.loading{
    width: 100%;
    height: auto;
    max-width: 50px;
    margin: 0 auto;
    display: block;
    margin-top: 8px;
}

.label-user{
    margin-bottom: 10px;
    display: inline-block;
}

.row-checkbox{
    width: 50px;
}

.row-password{
    cursor: pointer;
}

.row-password.warning{
    cursor: default;
}

.checkbox-table{
    margin: 0 !important;
}

.main-sidebar{
    min-height: 100% !important;
    height: auto;
}

.show-password{
    border: 0;
    text-align:  right;
    background:  transparent;
}
.manipular-password{
    float:  left;
}


.chosen-container{
    width:100% !important;
}

.ace_editor{
    width:100% !important;
    height:500px;
}

/* Checkbox */
.container-checkbox{
    padding-left: 0 !important;
}

ul.container-checkbox,
ul.container-checkbox ul{
    list-style: none !important;
}

/***********************************************************************/

a.header-icon {
    padding: 20px;
    display: -webkit-box;
    top: 10px;
    right: 10px;
    position: relative;
    transition: 0.5s;
    z-index: 2;
}
a.header-icon:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.main-container {
    padding-top: 0;
}

.page-content {
    min-height: 82.9vh;
}

.main-sidebar {
    margin-top: -64px;
    background: #002a4c;
    background: -moz-linear-gradient(-45deg, #002a4c 0%, #345f8e 100%);
    background: -webkit-linear-gradient(-45deg, #002a4c 0%,#345f8e 100%);
    background: linear-gradient(135deg, #002a4c 0%,#345f8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a4c', endColorstr='#345f8e',GradientType=1 );
}

.main-sidebar img {
    width: 100%;
    padding: 25px 15px;
}
.main-sidebar .navigation>li>a {
    color: #F5F5F5;
}
.main-sidebar .navigation>li>a:hover {
    color: #FFF;
}

.flex {
    display: flex;
    flex-direction: row;
}

button.items-center > * {
    vertical-align: middle;
    line-height: initial;
}

.conteiner-imagem-quadrada {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conteiner-imagem-quadrada img {
    top: 0;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.pointer {
    cursor: pointer;
}

.imagem-selecionada {
    border: #002a4c solid 2px;
}

.ml-0 {
    margin-left: 0;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.gap-4 {
    gap: 1rem;
}

.btn-link-black {
    color: #191919;
}

.btn-link-black:hover {
    color: #000;
    text-decoration: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.modal-dialog.modal-limit-height,
.modal-limit-height .modal-content {
    overflow-y: initial !important;
    height: 90vh;
}

.modal-limit-height .modal-body {
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

.modal-footer-cleaned::after {
    display: none;
}

.modal-footer-cleaned::before {
    display: none;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.btn-link.danger {
    color: #dc3545;
}

.btn-link.danger:hover {
    color: #c82333;
    text-decoration: none;
}
