@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Bellota:wght@300&family=Chango&family=Coda&family=Croissant+One&family=Dancing+Script&family=Dawning+of+a+New+Day&family=Grand+Hotel&family=Niconne&family=Oooh+Baby&family=Sacramento&family=WindSong&family=Alegreya+Sans&family=Josefin+Sans&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana;
    /*background-color: #f0f0f0;*/
    overflow: hidden;
        -webkit-touch-callout: none; /* iOS Safari */
          -webkit-user-select: none; /* Safari */
           -khtml-user-select: none; /* Konqueror HTML */
             -moz-user-select: none; /* Old versions of Firefox */
              -ms-user-select: none; /* Internet Explorer/Edge */
                  user-select: none; /* Non-prefixed version, currently
                                        supported by Chrome, Edge, Opera and Firefox */
}
/*
#c {
}*/

::-webkit-scrollbar{
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 25px;
}
::-webkit-scrollbar-thumb{
    background: #999bac;
    border-radius: 25px;
}
::-webkit-scrollbar-thumb:hover{
    background: #b3b3b3;
}

.canvasActive {
    border: 1px dashed #cdf0df;
}

.borrelPlankContainer {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: 72px;
}

.borrelplank {
    width: 40cm;
    height: 14cm;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin: 0px auto;
    margin-top: 50px;*/

}

.borrelContainer {
    padding-left: 50px;
    padding-top: 40px;
}

/************************************************/
/* Big custmenu                                 */
/************************************************/
.custMenu {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 72px;
    /*background-color: #2b2b35;*/
    background-repeat: repeat;
    border-top: 1px solid #cfd0df;
    /*padding: 8px 0;*/
    display: flex;
    flex-direction: row;
    z-index: 1002;
}

.custMenuHeight {
    border-top: 0px;  
}

.custMenuItem {
    border-radius: 8px;
    color: #2b2b35;
    padding: 8px 0;
    /*position: relative;*/
    text-align: center;
    transition: .3s;
    width: 100%;
    cursor: pointer;
    margin: 0px auto;
}

.custMenuItem:hover {
    background-color: #84b193;
    /*color: #fff; */
}

.custMenuItemText {
    font-family: Verdana;
    font-size: 10px;
    line-height: 12px;
    margin-top: 4px;
}

.custMenuBig {
    display: none;
    position: absolute;
    /*top: 0px;*/
    top: 60px;
    right: 0px;
    bottom: 72px;
    width: 100%;
    /*background-color: #2b2b35;*/
    border-top: 1px solid #cfd0df;
    background-repeat: repeat;
    padding: 20px;
    z-index: 1001;
}

.custMenuBigExtendBottom {
    bottom: 0px !important;
}

.custMenuBigHeader {
    margin-top: -10px;
    margin-bottom: 10px;
}

.custMenuBigHeader img {
    margin-top: 5px;
}

.custMenuBigHeaderText {
    float: right;
    font-family: Verdana;
    /*margin-bottom: 20px;*/
    min-height: 28px;
    padding-left: 12px;
    font-family: Verdana;
    font-size: 20px;
    line-height: 28px;
    color: #2b2b35;
}

.close {
    cursor: pointer;
    float: left;
}

.custMenuBigContent {
    /*background-color: #7d7d91;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;*/
    /*border-top-right-radius: 8px;*/
    /*border-radius: 8px;*/
    margin-right: 8px;
    padding: 7px;
    /*padding-top: 20px;*/
    position: relative;
    width: 100%;
    height: 90%;
    /*color: #fff;*/
    color: #000;
    overflow-x: hidden;
    /*overflow: hidden scroll;*/
    fill: #999bac;
    stroke: none;
}

.custMenuBigContent label {
    font-family: Verdana;
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
    width: 150px;
    display: inline-block;
}

.custMenuBigContent img {
    cursor: pointer;
}

.clear {
    clear: both;
}

.borrelMenuHorizontal {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 10px;
    grid-template-rows: 100px;
    grid-auto-flow: column;
    grid-auto-columns: 118px;

    overflow-x: scroll;
    scroll-snap-type: x proximity;
}

.borrelMenuHorizontal:before,
.borrelMenuHorizontal:after {
    content: '';
    width: 10px;
}

.borrelMenuItem {
    width: 118px;
    height: 75px;
    /*float: left;*/
    text-align: center;
    padding: 10px 0px;
    line-height: 15px;
    cursor: pointer;
    /*border-radius: 8px;*/
    border: 1px solid #cfd0df;
    background-color: #fff;
    margin: 7px;
    /*display: flex;
    justify-content: center;*/
}
.borrelMenuItem img {
    /*padding-bottom: 5px;*/
    max-width: 110px;
    max-height: 60px;
    /*margin: auto;
    display: block;*/
}

.borrelMenuItem:hover {
    background-color: #84b193;
}

.borrelMenuImg {
    width: 100%;
    font-family: Verdana;
    color: #2b2b35;
}

.borrelMenuImg:not(:first-of-type) {
    margin-top: 10px;
}

.borrelMenuImgName {
    float: left;
}

.borrelMenuImgShowAll {
    margin-top: 3px;
    float: right;
    cursor: pointer;
    font-family: Verdana;
    font-size: 13px;
    color: #2b2b35;
}

textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #2b2b35;
}


/************************************************/
/* Slider menu                                  */
/************************************************/
.custMenuSlider {
    z-index: 1500;
    width: 100%;
    height: 35px;
    color: #2b2b35;
    padding: 10px;
    background-repeat: repeat;
    border-top: 1px solid #cfd0df;
    position: absolute;
    bottom: 72px;
    display:none;
}

.sliderBar {
    background: #d3d3d3;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.sliderBar::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #04AA6D; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 5px;
  }
  
.sliderBar::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #04AA6D; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 5px;
  }

/************************************************/
/* zoom menu                                    */
/************************************************/
.zoomMenu {
    position: absolute;
    left: 0px;
    top: 142px;
    z-index: 1000;
    background-repeat: repeat;
    border-top: 1px solid #cfd0df;
    border-right: 1px solid #cfd0df;
    border-bottom: 1px solid #cfd0df;
    z-index: 1000;
    zoom: 0.9;
    transform: scale(0.9);
    transform-origin: 0% 0% 0px;
}

.zoomMenuItem {
    border-radius: 8px;
    color: #2b2b35;
    padding: 8px 0;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 70px;
    cursor: pointer;
    margin: 0px auto;
    /*height: 72px;*/
}

.zoomMenuItem:hover {
    background-color: #84b193;
}

.zoomMenuText {
    font-family: Verdana;
    font-size: 10px;
    line-height: 12px;
    padding: 2px;
}

.zoomMenu img {
    width: 25px;
}

.zoomMenu div:hover {
    cursor: pointer;
}

/************************************************/
/* Pop-up menu                                  */
/************************************************/
.popupEditMenu {
    width: 452px;
    height: 50px;
    left: 100px;
    top: 100px;
    background-repeat: repeat;
    border: 1px solid #cfd0df;
    position: absolute;
    z-index: 1001;
    border-radius: 5px;
    padding: 5px;
    display: none;
}

.popupEditMenuIconBig {
    float: left;
    background-color: #fff;
    border: 1px solid #cfd0df;
    border-radius: 2px;
    height: 40px;
    width: 35px;
    display: flex;
    justify-content: center;
    margin-right: 5px;
    cursor: pointer;
}

.popupEditMenuIconBig:last-child {
    margin-right: 0px !important;
}

.popupEditMenuIconBig:hover, .popupEditMenuIconSmall:hover, .popupEditMenuIconMedium:hover, .popupEditMenuIconSquare:hover {
    background-color: #999bac;
}

.popupEditMenuIconBig img {
    width: 25px;
}

.popupEditMenuLine {
    width: 1px;
    height: 40px;
    background-color: #cfd0df;
    margin-right: 5px;
    float: left;
}

.popupEditMenuIconContainer {
    width: 320px;
    float: left;
}

.popupEditMenuIconSmall, .popupEditMenuIconMedium, .popupEditMenuIconSquare {
    float: left;
    background-color: #fff;
    border: 1px solid #cfd0df;
    border-radius: 2px;
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 4px;
    cursor: pointer;
}

.popupEditMenuIconMedium {
    width: 22px;
}

.popupEditMenuIconSquare {
    width: 30px;
}

.popupEditMenuIconSmall img {
    width: 12px;
}

.popupEditMenuIconMedium img {
    width: 15px;
}

.popupEditMenuIconSquare img {
    width: 25px;
}

.popupEditMenuIconSelect {
    height: 30px;
    border-radius: 5px;
    margin-top: 5px;
    color: #2b2b35;
    background-color: #fff;
    border: 0px;
    float: left;
    width: 100%;
    margin-right: 5px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #2b2b35;
}

.squareBottom {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.popupEditMenuIconSelected {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 16px;
}
.popupEditMenuIconSelectList {
    /*list-style-type: none;
    padding: 0px;
    margin: 0px;*/
    
    padding-top: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px;
    display: none;
    position: relative;
   
    /*display: flex;
    flex-direction: column;*/
    z-index: 1003;
    border: 1px solid #2b2b35;
    border-top: 1px solid #f1f1f1;
}

.popupEditMenuIconSelectListItem {
    height: 30px;
    padding-left: 15px;
    font-size: 16px;
    width: 100%;
    padding-top: 5px;
    background-color: #fff;
}

.popupEditMenuIconSelectListItem:hover {
    background-color: #999bac;
}

.openSubMenu {
    background-color: #fff;
    border: 1px solid #cfd0df;
    margin-right: 0px !important;
}

.popupEditMenuSubMenu {
    width: 150px;
    display: none;
    float: right;
    background-color: #fff;
    border: 1px solid #cfd0df;
    z-index: 999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    padding-top: 0px;
    margin-top: -5px;
    margin-right: -150px;

}

.popupEditMenuSubMenu label {
    color: #2b2b35;
    float: left;
    width: 78px;
    font-family: Verdana;
    font-size: 15px;
    padding-top: 7px;
    margin-top: 5px;
    /*padding: 3px;*/
}

.popupEditMenuSubMenu input {
    /*border: 1px solid #525363;*/
    font-family: Verdana;
    text-align: center;
    height: 30px;
    border-radius: 10px;
    margin-top: 5px;
    color: #2b2b35;
    background-color: #cfd0df;
    border: 0px;
    /*padding-left: 15px;*/
    float: left;
    width: 60px;
    /*margin-right: 5px;*/
    font-size: 16px;
    cursor: pointer;
    outline: none;
}

.AlignRight {
    float: right;
}