.grecaptcha-badge {
    display: none
}
.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 500!important
}

.font-weight-bolder {
    font-weight: 600!important
}
.card .card-body-table {
     padding: 1rem 0;
 }
.dataTables_wrapper table.dataTable {
    border-radius: 1rem;
}
div.dataTables_wrapper div.dataTables_processing {
    margin-top: 23px;
}
table.dataTable td, table.dataTable th {
    font-size: 1rem !important;
    vertical-align: middle;
    color: #3f4254;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    outline: none !important;
    padding: 0.5rem;
}

table.dataTable td, table.dataTable th {
    font-size: 11px !important;
}

table.dataTable thead tr:first-child th:first-child {
    border-top-left-radius: 1rem;
}

table.dataTable thead tr:first-child th:last-child {
    border-top-right-radius: 1rem;
}

table.dataTable tfoot th, table.dataTable thead th {
    font-weight: 600 !important;
    background-color: #8888883b;
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before, table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    /* top: 50% !important;
     margin-top: -.75rem;
     bottom: auto !important;*/
    font-size: 13px !important;
}
div.dataTables_wrapper div.dt-button-collection{
    margin-left: -175px;
}

table.dataTable td.sorting_desc, table.dataTable th.sorting_desc, table.dataTable td.sorting_asc, table.dataTable th.sorting_asc {
    color: #C2C114 !important;
    font-size: 0.85rem !important;;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.55em;
}

table.dataTable td {
    padding: 0.3rem 0.5rem !important;
}
.dataTables_scrollBody table.dataTable{
    min-height: 150px;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #8888883b;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

.table-hover tbody tr:hover {
    color: #3f4254;
    background-color: #e4e6ef;
}

.dataTables_info, .dataTables_length {
    font-size: 0.85rem !important;;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    background-color: #666;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link {
    height: 1.6rem;
    min-width: 1.6rem;
    font-size: 0.8rem !important;;
}

.dataTables_wrapper .dataTable td, .dataTables_wrapper .dataTable th {
    font-size: 0.85rem !important;;
    padding: 0.5rem;
}

.dt-buttons .btn {
    border-radius: 2rem !important;

}

.dt-buttons > :not(:last-child) {
    margin-right: 15px;
}

.dataTable .label {
    border: 2px solid;
    font-weight: 600 !important;
    width: -webkit-fill-available;
}
.dt-button.dropdown-item {
    padding: 0.45rem 0.95rem !important;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

div.dt-button-collection div.dropdown-menu {
//left: -65px;
}

.no-collection {
    padding-left: 13px !important;
    padding-right: 8px !important;
}

.no-collection:after {
    margin-left: 0 !important;
    content: "" !important;;
}

.label-round {
    border-radius: 7rem !important;
}


@media (min-width: 1025px) {
    .-height-fluid {
        height: calc(100% - 45px);
    }

}

.dt-button-collection .dt-button.buttons-columnVisibility {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0.25em 1em !important;
    margin: 0 !important;
    text-align: left !important;
    color: black;
}

.dt-button-collection .buttons-columnVisibility:before {
    margin-right: -11px;
}

.dt-button-collection .buttons-columnVisibility:not(.active):before {
    font-family: 'Font Awesome 5 Free' !important;
    content: '\f0c8';

}

.dt-button-collection .buttons-columnVisibility.active:before {
    font-family: 'Font Awesome 5 Free' !important;
    content: '\f14a';

    color: green;
}

.dt-button-collection .buttons-columnVisibility span {
    margin-left: 17px;
}

div.dt-button-collection .dt-button {
    padding: 0.25rem 0.95rem;
}
.card{
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.btn-group-cs>.btn, .btn-cs {
    padding: 0.35rem 0.65rem;
    font-size: 0.825rem;
    line-height: 1.15;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 20% !important;
    margin: 1px;
    color:#C2C114;
    border: 1px solid #eacb91;
    padding: 0.3em 0.7em !important;
    cursor: pointer;
    font-weight: 600;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #eacb91;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #C2C114;
    color: white;
}
.chat-container {
    min-width: 130px;
    max-height: 130px;
    border: 1px solid #ccc;
    overflow-y: auto;
    padding: 10px;
    font-size: 11px;
    background-color: #e5ddd5;

}

.chat-container .message {
    margin-bottom: 8px;
    border-radius: 5px;
    padding: 5px;
    max-width: 70%;
    width: fit-content;

}

.chat-container .message-text {
    padding: 4px;
    white-space: break-spaces;
}
.chat-container .cliente {
    background-color: #ffffff;
    text-align: right;
    margin-left: auto;
}

.chat-container .asistente {
    background-color: #dcf8c6;
    align-items: flex-start;
    text-align: left;
}
.chat-container .message-info {
    font-size: 0.8em;
    color: #666;
    width: 100%;
}

.chat-container .name {
    font-weight: bold;
    padding: 2px;
}

.chat-container .date {
    float: right;
    font-style: italic;
}
#dataTable_filters>div {
    display: none !important;
}
.btn-xs.btn-icon{
    --bs-btn-padding-y: .25rem; --bs-btn-padding-x: .5rem; --bs-btn-font-size: .45rem;
}
.incoming-call i {
    -webkit-animation: callp 1s;
    animation: callp 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
@-webkit-keyframes callp {
    from {
        color: #FFF;

    }
    to {
        color: #17C653;
    }
}
@keyframes callp {
    from {
        color: #FFF;
    }
    to {
        color: #17C653;
    }
}
.incoming-call {
    -webkit-animation: call 1s;
    animation: call 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
@-webkit-keyframes call {
    from {
        background: #17C653;
    }
    to {
        background: #FFF;
        border: #17C653 1px solid;
    }
}
@keyframes call {
    from {
        background: #17C653;
    }
    to {
        background: #FFF;
        border: #17C653 1px solid;
    }
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option {

    padding: 0.25rem 0.65rem;
}
