/* =========================================================
   VOXLY DEVELOPER APPLICATIONS v0.18.18.5
   ========================================================= */

.voxly-developer-panel {
    min-width: 0;
}


.voxly-developer-heading,
.voxly-developer-app-header,
.voxly-developer-bot-header,
.voxly-developer-section-heading,
.voxly-developer-actions,
.voxly-developer-token-row {
    display: flex;
    align-items: center;
}


.voxly-developer-heading,
.voxly-developer-app-header,
.voxly-developer-bot-header,
.voxly-developer-section-heading {
    justify-content: space-between;
    gap: 12px;
}


.voxly-developer-beta,
.voxly-developer-bot-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 5px;

    font-size: 9px;
    font-weight: 850;
    letter-spacing: .07em;
}


.voxly-developer-beta {
    padding: 5px 7px;

    border:
        1px solid
        rgba(101,116,255,.35);

    background:
        rgba(101,116,255,.12);

    color:
        #b8c0ff;
}


.voxly-developer-create-card,
.voxly-developer-app-card {
    margin-top: 16px;
    padding: 16px;

    border:
        1px solid
        var(--border);

    border-radius: 10px;

    background:
        rgba(255,255,255,.018);
}


.voxly-developer-create-card h4,
.voxly-developer-app-card h4 {
    margin: 0 0 10px;
}


.voxly-developer-create-card textarea {
    width: 100%;
    box-sizing: border-box;

    margin-top: 6px;
    padding: 10px 11px;

    resize: vertical;

    border:
        1px solid
        var(--border);

    border-radius: 7px;

    outline: 0;

    background:
        var(--panel-2);

    color:
        var(--text);

    font: inherit;
}


.voxly-developer-create-card textarea:focus {
    border-color:
        var(--accent);
}


.voxly-developer-section-heading {
    margin-top: 24px;
    margin-bottom: 10px;
}


.voxly-developer-section-heading h4 {
    margin: 0;
}


.voxly-developer-section-heading span {
    color:
        rgba(255,255,255,.48);

    font-size: 11px;
}


.voxly-developer-app-card {
    margin-top: 10px;
}


.voxly-developer-app-header h4 {
    margin: 0;
}


.voxly-developer-app-header p {
    margin: 4px 0 0;

    color:
        rgba(255,255,255,.55);

    font-size: 12px;
}


.voxly-developer-meta {
    margin-top: 12px;

    display: flex;
    flex-direction: column;

    gap: 7px;
}


.voxly-developer-meta-row {
    min-width: 0;

    display: grid;

    grid-template-columns:
        115px minmax(0,1fr);

    gap: 10px;

    align-items: center;
}


.voxly-developer-meta-label {
    color:
        rgba(255,255,255,.48);

    font-size: 11px;
}


.voxly-developer-meta-value {
    min-width: 0;

    display: flex;
    align-items: center;

    gap: 8px;
}


.voxly-developer-meta-value code {
    min-width: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    color:
        rgba(255,255,255,.82);

    font-size: 11px;
}


.voxly-developer-mini-button {
    flex: 0 0 auto;

    padding: 4px 7px;

    border:
        1px solid
        var(--border);

    border-radius: 5px;

    background:
        transparent;

    color:
        rgba(255,255,255,.72);

    cursor: pointer;

    font-size: 10px;
}


.voxly-developer-mini-button:hover {
    color: white;

    border-color:
        rgba(255,255,255,.22);
}


.voxly-developer-divider {
    height: 1px;

    margin: 15px 0;

    background:
        var(--border);
}


.voxly-developer-bot-header {
    justify-content: flex-start;
}


.voxly-developer-bot-name {
    color: white;

    font-size: 13px;
    font-weight: 750;
}


.voxly-developer-bot-badge {
    padding: 3px 5px;

    background:
        rgba(101,116,255,.18);

    color:
        #c6cbff;
}


.voxly-developer-bot-create h4 {
    margin-bottom: 4px;
}


.voxly-developer-bot-create > p {
    margin: 0 0 12px;

    color:
        rgba(255,255,255,.52);

    font-size: 12px;
}


.voxly-developer-form-grid {
    display: grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap: 12px;

    margin-bottom: 12px;
}


.voxly-developer-actions {
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 12px;
}


.voxly-developer-token-box {
    margin-top: 15px;
    padding: 13px;

    border:
        1px solid
        rgba(240,184,90,.35);

    border-radius: 8px;

    background:
        rgba(240,184,90,.07);
}


.voxly-developer-token-box > strong {
    display: block;

    color:
        #f0c46e;
}


.voxly-developer-token-box > p {
    margin: 5px 0 10px;

    color:
        rgba(255,255,255,.61);

    font-size: 11px;
    line-height: 1.45;
}


.voxly-developer-token-row {
    gap: 7px;
}


.voxly-developer-token-row input {
    flex: 1;
    min-width: 0;

    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;
}


.voxly-developer-empty,
.voxly-developer-loading {
    margin-top: 10px;
    padding: 24px;

    border:
        1px dashed
        var(--border);

    border-radius: 9px;

    color:
        rgba(255,255,255,.55);

    text-align: center;
}


.voxly-developer-empty strong {
    display: block;

    color:
        rgba(255,255,255,.82);
}


.voxly-developer-empty p {
    margin: 5px 0 0;

    font-size: 12px;
}


.voxly-developer-status {
    min-height: 20px;

    margin-top: 12px;

    color:
        rgba(255,255,255,.58);

    font-size: 11px;
}


.voxly-developer-status.success {
    color:
        #69d99b;
}


.voxly-developer-status.error {
    color:
        #ef8383;
}


@media (max-width: 700px) {

    .voxly-developer-form-grid {
        grid-template-columns: 1fr;
    }


    .voxly-developer-meta-row {
        grid-template-columns: 1fr;

        gap: 3px;
    }


    .voxly-developer-token-row {
        align-items: stretch;
        flex-direction: column;
    }


    .voxly-developer-heading {
        align-items: flex-start;
    }
}
