#logicLeafWelcomeModal .logic-leaf-modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
}

#logicLeafWelcomeModal .logic-leaf-modal-content {
    background: transparent;
    overflow: hidden;
}

#logicLeafWelcomeModal .modal-body {
    padding: 0;
    max-height: none;
    overflow: hidden;
    line-height: 0;
}

#logicLeafWelcomeModal .logic-leaf-welcome-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 92vh;
    object-fit: contain;
    vertical-align: top;
}

#logicLeafWelcomeModal .logic-leaf-modal-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    margin: 0;
    padding: 0.65rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 1;
}

#logicLeafWelcomeModal .logic-leaf-modal-close:hover {
    opacity: 0.9;
}
