@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap');

body {
    font-family: sans-serif;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#blueprint-layer {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: black;
}

.Blueprint_view__3GVWW svg g #marks *, .Blueprint_view__3GVWW svg g #marksLines * {
    stroke: grey;
    fill: grey;
}

.Blueprint_view__3GVWW svg g #constructionLines line, .Blueprint_view__3GVWW svg g #constructionArcs path {
    stroke-dasharray: 7, 9;
    stroke-width: 1px !important;
}

#constructionLines line, #constructionArcs path {
    stroke-dasharray: 7, 9;
    stroke-width: 1px !important;
}

.Blueprint_view__3GVWW svg g #lines line, .Blueprint_view__3GVWW svg g #arcs path {
    stroke-width: 2px;
}

svg #puntiCucitura {
    fill: white;
}

svg #points {
    fill: white;
}

#react-target {
    height: 100%;
}

#blueprint header, #blueprint .Statusbar_statusbar__Y2CrC {
    display: none;
}

#blueprint {
    height: 100%;

}

#measure-label {
    position: absolute;
    background-color: grey;
    color: white;
    left: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px 35px 10px 10px;
}

.point-indicator {
    position: fixed;
    padding: 5px;
    background-color: aliceblue;
    color: black;
    font-size: medium;
}

.point-removable, .point-indicator {
    cursor: pointer;
}

.measures-indicator {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100vh - 20px);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 30px 10px 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.open-close-indicator {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 16px;
    background-color: rgba(255, 255, 255, .5);
}

.measures-indicator.opened {
    width: 235px;
}

.measures-indicator.closed {
    width: 16px;
    padding: 0;
    height: 16px;
}

.open-close-indicator:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, .7);
}

.open-close-indicator .indicator-icon {
    position: absolute;
    bottom: 0;
    right: 3px;
    transform: rotate(45deg);
}

.measure-list-item {
    width: 100%;
}

.measure-list-item .measure-name {
    float: left;
}

.measure-list-item .measure-value {
    float: right;
}

.closed .measures-list {
    display: none;
}

.closeButton {
    position: absolute;
    right: 3px;
    top: 3px;
}

.measures-controller {
    position: absolute;
    top: 0;
    right: 0;
}

.Blueprint_view__3GVWW {
    /*position: relative !important;*/
}

#points text {
    font-size: 1px;
}

#baseBodyBack #lines text {
    display: none;
}

#baseBodyFront #lines text {
    display: none;
}

#baseBodyBack #arcs text {
    display: none;
}

#baseBodyFront #arcs text {
    display: none;
}

#baseBodyBack * {
    stroke: yellowgreen;
}

#baseBodyFront * {
    stroke: orangered;
}

#points #baseBodyBack {
    fill: yellowgreen;
}

#points #baseBodyFront {
    fill: orangered;
}

.cust-omnibar .bp3-menu {
    max-height: calc(60vh - 40px);
    overflow: auto;
}

.bp3-multi-select-popover .bp3-menu {
    max-height: 300px;
    max-width: 400px;
    overflow: auto;
}

.bp3-omnibar {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    background-color: #fff;
    border-radius: 3px;
    left: calc(50% - 250px);
    top: 20vh;
    width: 500px;
    z-index: 21;
}