
/*
.atom-image {
    position: relative;
    border-radius: 5px;
    max-width: 100%;
    max-height: 20em;
    width: auto;
}
*/

.atom-image {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    font-size: 13px;
}



.atom-image-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.atom-image-input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.atom-image-input-icon {
    width: 1.5rem;
    margin-bottom: 0.5rem;
}

.atom-image-input-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.2em;
}

.atom-image-input-subtitle {
    color: #636363;
    text-align: center;
    pointer-events: none;
    font-size: 14px;
}

.atom-image-input-subtitle-browser {
    cursor: pointer !important;
    pointer-events: all;
    text-decoration: underline;
}

.atom-image-input-form {}

.atom-image-input-input {
    display: none;
}

.atom-image-error-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 5px;
}

.atom-image-error-icon {
    width: 3em;
    margin-bottom: 1em;
}

.atom-image-error-title {
    font-size: 19px;
    font-weight: 500;
    color: #E14942;
    letter-spacing: 1px;
}

.atom-image-error-text {
    margin-top: 0.7em;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding-right: 3em;
    padding-left: 3em;
    color: #444444;
}

.atom-image-error-button {
    margin-top: 2em;
    background-color: white;
    border: 1px solid #E14942;
    color: #E14942;
    letter-spacing: 1px;
    width: auto;
    height: 2.5em;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.atom-image-error-button:hover{
    background-color: #E14942;
    transition: 0.3s;
    color: white;
}

.atom-image-top {
    padding: 1em;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F8F8F8;
    width: calc(100% - 2em);
}

.atom-image-refresh {
    width: 0.9em;
    height: 0.9em;
    margin-left: 1em;
    padding: 0.35em;
    cursor: pointer;
    border-radius: 3px;
}

.atom-image-refresh:hover {
    background-color: #F8F8F8;
}

.atom-image-input {
    width: 100%;
    border-radius: 3px;
    border: none !important;
    outline: none !important;
    padding: 0.5em 0.5em;
    resize: none;
    background-color: #F8F8F8;
    color: #A2A2A2;
    font-size: 12px;
}

.atom-image-bottom {
    height: 100%;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
