/* BUTTONS RESTART/START/STOP */

.bot-restart {
    margin: 10px; 
    background: #535f69; 
    padding: 15px; 
    border-radius: 5px;
} 

.bot-restart:hover {
    background: #657380;
     
}

.bot-start {
    margin: 10px; 
    background: #0e9926; 
    padding: 15px; 
    border-radius: 5px;
} 

.bot-start:hover {
    background: #0b7a1e;
     
}

.bot-stop {
    margin: 10px; 
    background: #850c2e; 
    padding: 15px; 
    border-radius: 5px;
} 

.bot-stop:hover {
    background: #a3103a;
     
}

/* BUTTONS AND OTHER - LOGS BOT SERVERS */

.container-logs {
    border-radius: 5px;
    color: white;
    text-decoration: none;
    text-align: center;
}

.logs-button {
    background: #276591;
    color: white;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;

}

.logs-button:hover {
    background: #1c4b6c;

}

.logs-index-post {
    padding: 1em;
    border: 1px solid rgba(0,0,0.7);
    background-color: #202020;
    border-radius: 10px;
    overflow: auto;
    width: auto;
    height: 370px;
    text-align: left;
}

/* EDITOR */

.edit-button-adminlog {
    background: #239626;
    text-decoration: none;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 15px;
    margin: 5px;
}

.edit-button-adminlog:hover {
    background: #155b17 !important;
}

.ql-toolbar.ql-snow {
    border: 1px solid #242424 !important;
    background-color: #141414 !important;
}

#editor-container {
    background-color: #202020;
    color: white;
    border: none;
}

.admin-index-post {
    padding: 1em; 
    border: 1px solid rgba(0,0,0.7); 
    background-color: #202020; 
    border-radius: 10px; 
    height: 250px; 
    width: 670px; 
    overflow: auto;

}

.sticker {
    margin: 15px;
    background-color: #141414;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
}

