.rms-webstore-profile-select-buttons {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100px;
    align-items: center;
    justify-content: flex-start;
}

.rms-webstore-profile-select-button {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #428ACA;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.8px;
}

.profile-interact-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.profile-interact-buttons > div {
    margin-left: 0;
    margin-bottom: 12px;
}

@media (max-width: 460px) {
    .profile-interact-buttons {
        width: 100%;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
}

.rms-webstore-input-group {
    margin: 0 10px;
    color: white;
}

.rms-webstore-profile-select-dropdown {
    width: 180px;
    margin: 0 12px 12px 0;
}

@media (max-width: 767px) {
    .rms-webstore-profile-select-dropdown {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        align-self: stretch;
        width: 100%;
    }
}

.rms-webstore-crop-image-select-image-button {
    background-color: #D8D8D8;
    color: #1A1A1A;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 16px;
    border: 1px solid #1A1A1A;
    cursor: pointer;
    padding: 0px 16px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 16px;
    position: absolute;
}

.rms-webstore-crop-image-clear-btn-container{
    display: block;
    margin-top: 3.5rem;
    margin-bottom: 1.1rem;
}

.rms-webstore-crop-image-clear-btn{
    color: #DE1B3C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    border: none;
    background-color: white;
    margin: 0 auto;
    display: flex;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
}

.img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.profile-img {
    width: 130px;
    height: 130px;
    flex-shrink: 0;
    border-radius: 60px;
}
.empty-profile-img {
    fill: var(--G2, #474747);
}
