.mkl_pc .mkl_pc_container .mkl_pc_viewer .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    width: 100%;
    height: 100%;
}

.mkl_pc .mkl_pc_container .mkl_pc_viewer .text-overlay canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate( -50%, -50% );
}

.mkl_pc .mkl_pc_container .text-overlay svg text {
    text-shadow: -1px 1px 2px rgb(0 0 0 / 12%), 0px 1px 1px rgb(0 0 0 / 11%);
}

.mkl_pc .mkl_pc_container .text-overlay svg {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices  button.color {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 30px;
    box-shadow: 0 8px 10px #00000012;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers > li.active button.color.active::before {
    content: '';
    background: #FFF;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    left: auto;
    width: 20px;
    height: 20px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 21%);
    border-radius: 20px;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.active button.color.active::after {
    content: '' !important;
    background: transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 4px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-radius: 0;
    transform: rotate(-45deg);
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .colors {
    display: flex;
    flex-wrap: wrap;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .text-overlay {
    padding: 1em;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .text-overlay label {
    display: block;
    margin-top: 1em;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices button.color.active {
    border: 2px solid;
}
