div#modal-box.modal-anchor {
    width: 235px;
    height: 240px;
    padding: 1.7em;
}

.modal-anchor .modal-title {
    display: flex;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 0;
    align-self: flex-start;
}

.modal-anchor .btn-holder {
    display: flex;
    gap: 10px;
}

.modal-anchor .button-click {
    padding: 0.7rem 0.9rem;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.modal-anchor .anchor-selector {
    display: flex;
    flex-direction: column;
    min-height: 150px;
    width: 232px;
    background-color: #EBEBEB;
    border-radius: 4px;
}

.modal-anchor .anchor-selector .section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1;
}

.modal-anchor .anchor-selector .section.second {
    border-top: 1.5px dashed #DEDEDE;
    border-bottom: 1.5px dashed #DEDEDE;
}
.modal-anchor .anchor-selector .section .box.north,
.modal-anchor .anchor-selector .section .box.center,
.modal-anchor .anchor-selector .section .box.south {
    border-left: 1.5px dashed #DEDEDE;
    border-right: 1.5px dashed #DEDEDE;
}

.modal-anchor .anchor-selector .section .box {
    display: flex;
    flex: calc(1/3);
}

.modal-anchor .anchor-selector .section .box.center {
    background-color: white;
}

.modal-anchor .anchor-selector .section .box.north:hover,
.modal-anchor .anchor-selector .section .box.east:hover,
.modal-anchor .anchor-selector .section .box.south:hover,
.modal-anchor .anchor-selector .section .box.west:hover {
    background-color: #DEDEDE;
}
.modal-anchor .anchor-selector .section .box.north.active,
.modal-anchor .anchor-selector .section .box.south.active {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDQgMzEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIyIiB5MT0iMjguNDc3MSIgeDI9IjIiIHkyPSIyLjQ3NzA1IiBzdHJva2U9IiNBMkEyQTIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: center;
}

.modal-anchor .anchor-selector .section .box.east.active,
.modal-anchor .anchor-selector .section .box.west.active {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDQwIDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIzOCIgeTE9IjIiIHgyPSIyIiB5Mj0iMiIgc3Ryb2tlPSIjQTJBMkEyIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: center;
}