.bot-container {
    /* height: calc(100vh - 3rem); */
    /* font-family: system-ui; */
    background-color: #deeaf3;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.bot-card {
    background-color: #e9f3ff;
    width: 16rem;
    border-radius: 10px;
    border: 4px solid #fff;
    display: flex;
    flex-direction: column;
    max-height: fit-content;
}

.bot-div-icon {
    background: linear-gradient(230deg, #4e769a, #a2d3e8);
    height: 4rem;
    border-radius: 7px 7px 70% 0;
    padding: 1rem;
    align-content: center;
    text-align: center;
    color: #fff;
}

.bot-div-icon img {
    height: 4rem;
    border-radius: 30%;
    border: 3px solid #fff;
    padding: 0.1rem;
}

.bot-div-title {
    padding: 1rem;
    text-align: center;
    color: #444;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
}

.bot-sp-title {
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.bot-div-description {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bot-div-item {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    color: #555;
}

.bot-sp-description {
    font-size: 0.8rem;
    font-weight: normal;
    align-self: start;
    line-height: 1.3rem;
}

.bot-separator {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5rem;
}

.bot-button {
    height: 2rem;
    width: 2.2rem;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    border-radius: 0.5rem;
    border: 0;
    cursor: pointer;
    /* padding: 0.6rem; */
    /* background: linear-gradient(230deg, #4e769a, #b78ff1); */
    align-content: center;
    transition: all 0.3s ease-in-out;
}

.bot-status {
    font-size: 0.7rem;
    font-style: italic;
}

.bot-button:hover {
    /* background: linear-gradient(230deg, #b78ff1, #4e769a); */
    background-color: #9e8ccd !important;
    color: #333;
}

.bot-list-cards {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.7rem;
    justify-content: flex-start;
}

/* 




cards anteriores




*/
.fa-search {
    font-size: 16px;
    cursor: pointer;
    align-self: center;
    border: 1px solid white !important;
    padding: 6px 12px;
    border-radius: 4px;
}

.dt-container,
.dt-layout-cell {
    width: 100%;
}

@-webkit-keyframes chartjs-render-animation {
    from {
        opacity: 0.99;
    }

    to {
        opacity: 1;
    }
}

@keyframes chartjs-render-animation {
    from {
        opacity: 0.99;
    }

    to {
        opacity: 1;
    }
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 0.001s;
    animation: chartjs-render-animation 0.001s;
}

body {
    color: #336666;
}

.inputsBot {
    border-radius: 0 5px 5px 0;
    max-width: 200px;
    /*text-transform: uppercase;*/
}

.bot-div-switch {
    border: 1px solid #d1d3e2;
    width: 90px;
    height: 32px;
    border-radius: 0 4px 4px 0;
    border-left: none;
    padding: 5px 0 0 10px;
}

.titulo_modulo {
    font-size: 14px;
    font-weight: bold;
    color: #ff6600;
    width: 100%;
    margin-left: 20px;
}

.tabBots {
    padding: 5px 10px;
    min-width: 70px;
    text-align: center;
}

.cardTasks {
    border: 1px solid #607d8b;
    min-width: 350px;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    box-shadow: 6px 6px 2px 0 rgba(58, 59, 69, 0.15) !important;
    color: #366;
    flex: 1;
    max-width: 20rem;
    font-family: system-ui;
}

.cardBots {
    border: 1px solid #607d8b;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    box-shadow: 6px 6px 2px 0 rgba(58, 59, 69, 0.15) !important;
    max-width: 25rem;
    float: left;
    color: #366;
    flex: 1;
    font-family: system-ui;
}

.monitor_top {
    border: 5px solid #474954;
    border-radius: 5px;
    padding: 1px;
}

.monitor_frame {
    border: none;
    margin: 0px;
    width: 100%;
    overflow: hidden;
}

.monitor_bottom {
    margin: 0 auto;
    width: 15%;
    background-color: #474954;
    height: 10px;
}

.monitor_pe {
    border: 1px solid #5a5c69;
    margin: 0 auto;
    width: 40%;
    box-shadow: inset 0 0 1em #e74a3b, 0 0 1em #4474cd;
}

#btns {
    color: #607d8b !important;
    float: right;
    padding: 3px;
    cursor: pointer;
    font-size: 28px !important;
}

#btns:hover {
    color: #00c851 !important;
}

.tab {
    border-color: #dee2e6 #dee2e6 #dee2e6 !important;
    padding: 5px 10px !important;
    min-width: 70px !important;
    text-align: center !important;
    color: #333;
}

.tab-content-child {
    padding: 10px;
    background-color: transparent !important;
    border: 1px solid #e3e3e3;
    margin-top: -1px;
    border-radius: 0 0 5px 5px;
}

.modal-body {
    background-color: #fff;
    color: #333;
}

.d-flex.d-sm-flex.align-items-center.justify-content-sm-start.align-items-sm-center {
    font-size: 12px;
    color: rgb(0, 0, 0);
    padding: 0 6px;
    background-color: #e8eaf2;
    border-radius: 5px 0 0 5px;
    min-width: 8rem !important;
    min-height: 32px;
    border: 1px solid #d1d3e2;
    border-right: none;
}
