.custom-dropdown img {
    display: block;
    margin: 12px 5px;
    cursor: pointer;
    max-width: 24px;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
    margin-left: 24px;
}
.dropbtn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    height: 32px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid var(--tgs-danger);
    z-index: 1;
    border-radius: 21px;
    right: 0;
}