.btn-info {
        color: #fff;
        background-color: #192C53;
        border-color: #192C53;
    }

    .btn-buscar {
        background-color: #192C53;
        color: white;
        padding: 8px 10px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .btn-limpar {
        background-color: #192C53;
        color: #ffffff;
        padding: 7px 5px;
        border: 1px solid #192C53;
        border-radius: 8px;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        text-decoration: none;
        font-size: 0.8rem;
    }

    .filtros-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .filtro-input {
        padding: 4px 8px !important;
        font-size: 0.75rem !important;
        border-radius: 6px !important;
        min-width: 100px !important;
        max-width: 110px !important;
        border: 1px solid #ccc !important;
        text-align: left;
    }

    .new {
        background: #192C53;
        color: #fff;
        border: none;
        padding: 7px 15px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 12px;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        text-decoration: none;
        margin-left: auto;
        margin-top: 15px;
        display: block;
        margin-bottom: 10px;
    }

    .cadastrar {
        background: #192C53;
        color: #fff;
        border: none;
        padding: 7px 15px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 12px;
        align-items: center;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        text-decoration: none;
        margin-left: auto;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .btn-default,
    .btn-default2 {
        border: none;
        background: #f1f1f1;
        color: #000000;
        padding: 6px 10px;
        border-radius: 5px;
        transition: 0.3s;
    }

    .btn-default i,
    .btn-default2 i {
        color: var(--primary-color);
    }

    .btn-edit:hover {
        background-color: blue !important;
        color: white !important;
    }

    .btn-default2:hover {
        background-color: red !important;
        color: white;
    }

    .btn-default2:hover i,
    .btn-default:hover i {
        color: white;
    }

    .ibox {
        position: relative;
        margin-bottom: 25px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }

    .ibox-head {
        background-color: #192C53;
        color: white;
        padding: 16px 24px;
        font-size: 18px;
        font-weight: 600;
    }

    .ibox .ibox-head {
        padding: 0 20px;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
    }

    .ibox .ibox-head .ibox-title {
        font-size: 16px;
        font-weight: 600;
    }

    .ibox .ibox-body {
        padding: 15px 20px 20px 20px;
    }

    .content-wrapper {
        position: relative;
        background-color: #FCFCFC;
        margin-left: 220px;
        max-width: 100%;
        padding: 0 15px 60px 15px;
        transition: margin .2s ease-in-out;
    }

    .filtros-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin: 10px auto;
        width: 100%;
    }

    .white-background {
        background-color: white !important;
        color: black !important;
    }

    .custom-inbound {
        background-color: #192C53 !important;
        color: white !important;
    }

    .excluir-btn-color {
        background-color: #2ECC71 !important;
        border-color: #2ecc71 !important;

    }

    .cancelar-btn-color {
        background-color: #e43725 !important;
        border-color: #b03a2e !important;
    }

    .btn-danger:hover {
        background-color: #00DF4B !important;
        opacity: 0.9;
    }

    .btn-success:hover {
        background-color: #e43725 !important;
        opacity: 0.9;
    }