
.agentlisting_state_busy {color: #0f1dd3;}
.agentlisting_state_busy_bg {background-color: #0f1dd3;}
.agentlisting_state_online {color: #22c55e;}
.agentlisting_state_online_bg {background-color: #22c55e;}
.agentlisting_state_offline {color: red;}
.agentlisting_state_offline_bg {background-color: red;}
.agentlisting_state_pause {color: #dc2626;}
.agentlisting_state_pause_bg {background-color: #dc2626;}
@font-face {
    font-family: 'Inter';
    src: url('/css/fonts/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/css/fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400; /* oder 300, 500, 600 usw. */
    font-style: normal;
}
.alert {
    position: relative;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-size: 1rem;
    z-index: 9999;
}
.alert-alert {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-success {
    color: #ffffff;
    background-color: #22c55e;
    border-color: #22c55e;
}
.alert li {
    margin-left: 1rem;
}

.alert button.close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    cursor: pointer;
    opacity: 0.5;
}

.alert button.close:hover {
    opacity: 0.75;
}
.alert li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
button {
    color: #fff; /* Weißer Text */
    transition: all 0.3s ease; /* Sanfte Animation */
}

button:hover {
    filter: brightness(50%);
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    line-height: normal;
    line-height: 16px;
    overflow: hidden;
}
.ac_over, .ac_over p {
    background-color: #ff8fa3;
    color: white;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ac_odd{
    font-size: 14px;
}
.ac_results {
    background-color: #0d9488;
    color: #FFFFFF;
    z-index: 99999;
}
.ac_results ul {
    list-style-position: outside;
    list-style: none;
}
