﻿.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.remove-image-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    /*background-color: red;*/
    /*color: white;*/
    border: none;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}
.autocomplete-symbols {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-symbol {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
.dropdown-select {
    height: 27.38px;
    align-items: center;
    padding-top: 4px;
    font-size: 12px;
}
.dropdown-item-button {
    font-size: 12px;
}
.badge-icon-custom {
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0 10px 0 5px;
}