.ui-content-main.imageMarkup-content-main {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.imageMarkup {
    height: auto;
    width: auto;
    margin: auto;
    margin-bottom: 32px;
    max-width: 100%;
    width: 100%;
}

.imageMarkupTopNavigation {
    padding-top: 4px;
    padding-bottom: 4px;
}

.imageMarkupTopNavigation .button {
    margin-right: 8px;
}
 
.imageMarkupCanvas {
    position: relative;
    display: flex;
    /* box-sizing: border-box; */
    height: auto;
    /* min-height: 400px; */
    width: 100%;
    margin: auto;
    margin-top: 4px;
    max-width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 14px;
    background-color: rgb(246, 247, 244);
}

.imageMarkupWrp {
    position: relative;
    display: flex;
    box-sizing: border-box;
    max-width: 500px;
    max-height: 500px;
    height: auto;
    width: 100%;
    margin: auto;
    border-radius: 12px;
}

.imageMarkupWrpSeparator {
    width: 4px;
    background-color: white;
}

.imageMarkupImage {
    display: flex;
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: auto;
    margin: auto;
}

body .imageMarkupMarkup,
body .imageMarkupMarkupStatic {
    position: absolute;
    display: flex;
    cursor: pointer;
    color: white !important;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 11px;
    line-height: 0%;
}

body .imageMarkupMarkupStatic {
    cursor: default;
}

.imageMarkupDetails {

    margin: auto;
}

.imageMarkupImgItems {
    display: flex;
    flex-direction: column;
}

.imageMarkupAdd {
    position: absolute;
    left: 8px;
    bottom: 8px;
}

.imageMarkupAdd.button {
    min-height: 30px;
    border: 0px;
}

.imageMarkupAdd.button>._ico:before {
    font-size: 18px;
}

.imageMarkupEdit.button ._name {
    font-weight: 600;
    font-size: 13px;
    min-width: 20px;
}

.imageMarkupEntryAdd,
.imageMarkupEntryEdit {
    position: absolute;
    left: auto;
    right: 8px;
    bottom: 8px;
}

.imageMarkupEntryAdd.button,
.imageMarkupEntryEdit.button {
    background-color: blue;
    min-height: 30px;
    border: 0px;
    font-weight: bold;
}

.imageMarkupEntryAdd.button {
    background-color: var(--statusAlertColor);
}

.imageMarkupEntryAdd.button ._name,
.imageMarkupEntryEdit.button ._name {
    color: white;
    font-weight: bold;
}