.actions {
    width: 180px;
}

.actions .left {
    float: left;
    margin: 0 2px;
}

.actions .right {
    float: right;
    margin: 0 2px;
}

.actions.users {
    width: 230px !important;
    padding: 0px !important;
}

.form-row {
    /* margin-top: 20px; */
}

#divitens {}

#topcoes {}

#topcoes table tr td {
    padding: 2px !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-items: space-between;
}

.borda {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    margin: 20px auto;
    border-radius: 5px;
    padding: 15px;
}

.btn-search button,
.btn-search a {
    margin: 5px;
}

.flex-col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.resultado p {
    width: 100%;
    margin: 10px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

.resultado p span {
    display: block;
    font-weight: normal;
    margin-right: 20px;
    text-align: center;
}

.login-img {
    padding: 20px;
    width: 300px;
    margin: 0 auto;
}

.login-img img {
    display: block;
    width: 100%;
}



.ajuda .panel-group {
    margin-bottom: 5px;
}

.ajuda .panel-heading {
    padding: 0;
}

.btn-ajuda {
    padding: 15px;
    width: 90%;
    text-align: left;
    font-weight: bold;
    border: 1px solid #ccc;
}


.topo-ramais {
    display: grid;
    grid-template-columns: 1fr 2fr 1.5fr;
}

.pesquisa-ramal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.pesquisa-ramal p span {
    font-weight: bold;
    margin-right: 20px;
}

.img-list {
    /* width: 150px; */
    height: 70px;
}

.img-list img {
    display: block;
    height: 100%;
}

.error {
    color: red;
    font-weight: bold;
}

.border_telefone {
    margin-top: 20px;
    padding: 5px;
    border-radius: 5px;
    /* border: 2px solid red; */
}

.arrastando {
    background-color: rgba(70, 70, 70, 0.1);
}

.item-teste:hover {
    cursor: move;
}

.item-teste td i {
    opacity: 0.4;
}

.navbar-brand {
    height: 120px !important;
    padding: 5px !important;
}

.navbar-brand .img-sidebar {
    display: block;
    height: auto !important;
    padding: 10px;
    margin-inline: auto;
}

.dropdown-ajuda {
    display: none;
}

.dropdown-ajuda.show {
    display: block;
    animation-name: dropdown-ajuda;
    animation-duration: 400ms;
}

@keyframes dropdown-ajuda {
    from {
        height: 0px;
    }

    to {
        height: 43px;
    }
}

.on {
    color: #478aff;
}

.nav-dropdown-text {
    padding-right: 10px;
}

.nav-dropdown-all-items {
    /* width: 70%; */
    padding-left: 20%;
    /* margin-bottom: 5px; */
    display: none;
    list-style-type: none;
}

.nav-dropdown-all-items li a {
    color: #555;
    /* text-decoration: underline; */
}

.nav-dropdown-item {
    /* display: none; */
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

a.active {
    background-color: #f6f9fc;
}

.status {
    display: inline-block;
    width: 10px;
    height: 20px;
    border-radius: 5px;
    background-color: #2dce89;
    margin-right: 5px;
}

.status.inactive {
    background-color: #f5365c;
}

/* Dashboard Queue Styles */
.card-stat {
    border: none;
    border-radius: 10px;
    transition: transform 0.2s;
}

.card-stat:hover {
    transform: translateY(-2px);
}

.bg-blue {
    background-color: #667eea;
}

.bg-green {
    background-color: #198754;
}

.bg-red {
    background-color: #dc3545;
}

.table-modern {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
}

.table-modern thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    font-size: clamp(0.75rem, 1.6vw, 0.875rem);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 16px;
}

.table-modern tbody td {
    padding: 12px 16px;
    vertical-align: middle;
    border-bottom: 1px solid #e9ecef;
    font-size: clamp(0.75rem, 1.5vw, 0.875rem);
    background-color: #fff;
}

.table-modern tbody tr {
    background-color: #fff;
}

.table-hover tbody tr {
    background-color: #fff;
}

.table-modern tbody tr:last-child td {
    border-bottom: none;
}

.table-modern tbody tr:hover {
    background-color: #f8f9fa;
}

/* Títulos responsivos */
h1 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
}

h2 {
    font-size: clamp(1.3rem, 3.5vw, 2.1rem);
}

h3 {
    font-size: clamp(1.1rem, 3vw, 1.75rem);
}

h4 {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
}

h5 {
    font-size: clamp(0.95rem, 2.2vw, 1.25rem);
}

h6 {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
}

/* Tamanhos de fonte responsivos para elementos comuns */
body {
    font-size: clamp(0.95rem, 1.8vw, 1rem);
}

small,
.small {
    font-size: clamp(0.8rem, 1.4vw, 0.875rem);
}

.badge {
    font-size: clamp(0.75rem, 1.2vw, 0.8rem);
}

.status-livre {
    background-color: rgba(25, 135, 84, 0.05);
}

.status-ocupado {
    background-color: rgba(220, 53, 69, 0.05);
}

.status-indisponivel {
    background-color: rgba(108, 117, 125, 0.05);
}

.status-chamando {
    background-color: rgba(255, 193, 7, 0.05);
}

.btn-b {
    background-color: #fff;
    color: #333;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-b:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.h-70 {
    height: 70%;
}

@media (max-width: 768px) {
    .card-stat .card-body {
        min-height: 100px !important;
    }
}