﻿
.issuer-profile-img {
    max-width: 100%;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-55%);
    position: relative;
    z-index: 4;
}

    .issuer-profile-img img {
        display: block;
        width: 100%;
        max-height: 250px;
        object-fit: contain;
        padding: 15pt;
        position: relative;
        border-radius: 10px;
        border: 10px solid white;
        background: white;
        aspect-ratio:1;
    }

.issuer-profile-content {
    margin-top: -100px;
}

.issuer-profile .dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu {
    padding: 0;
    box-shadow: 0 0px 4px 0px rgb(0 0 0 / 25%);
    border: none;
}

.dropdown-menu li a {
    padding: 7pt 10pt;
    font-size: 15px;
    font-weight: 500;
}

.dropdown-menu li a:hover {
    background: #ebeef0;
}
