/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

#jellyreach {
    margin-right: 1rem;
}

#jellyreach .logo {
    max-height: 30px;
    margin-top: 1rem;
}

#jellyreach .bold {
    font-weight: bold;
}

#jellyreach p {
    margin-bottom: 1rem;
}

#jellyreach input {
   padding: 4px 8px;
}

#jellyreach .api-key {
    width: 300px !important;
}

#jellyreach .api-save {
    background: #0C1342;
    margin-left: 0.25rem;
    padding: 0px 10px;
    height: 37px;
    border: none;
    border-radius: 5px;
    color: white;
}

#jellyreach .api-save:hover{
    cursor: pointer;
}

#jellyreach .api-key-saved {
    margin-top: 1rem;
    background: #ecfdf5;
    border: 1px solid #047857;
    padding: 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
}

#jellyreach .api-key-invalid {
    margin-top: 1rem;
    background: #fef2f2;
    border: 1px solid #b91c1c;
    padding: 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
}

#jellyreach ul {
    list-style: disc;
    margin-left: 1rem;
}
