body, html{
    padding: 4px;;
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-action: manipulation;
}
textarea, input, button, select {
    font-family: inherit;
    font-size: 13px;
}
.unselectable {
  user-select: none; 
  -webkit-user-select: none; /* Safari, Chrome, Opera */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE 10+ and Edge */
}
#textaria{
    position: absolute;
    top: 0;
    left: 0; 
    display:block;
    width: 100%;
    height: 100%;
    border:none;
    background-color: transparent;
    overflow: hidden;
    resize: none;
    font-size:30px;
}

#front, #back {
    position: relative;
    text-align: center;
    margin-top: 10px;;
}
#back img, #front img{
        position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
}

#front text, #back text{
    position: absolute;
    top: 0;
    left: 0; 
}
.empty{
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(224, 219, 219);
}
.empty text{
    /* position: absolute; */
    font-size: 11px;
    color: gray;
    /* top:-15px; */
    /* left: 5px; */
}

.update-button{
    float: right;
}
#btn-write{
    float: right;
    display: none;
}

#front-font-size{
    width: 40px;
    text-align: center;
}
.btn-color{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
}
#color,#padding-top,#padding-left,#font-size{
    width: 0;
    border: none;
}
#back img{
    width: 100%
}
lable{
    display:inline-block;
    color:brown;
    font-size: 0.8rem;
    width: 130px;
}
.action{
    margin: 10px 0;
    text-align: left;
    margin-left: 10px;
}
.action-btn{
    display:inline-block;
    width:60px;
    height:60px;
    border-radius: 50%;
    border: 1px solid gray;
    background-color: antiquewhite;
    text-align: center;
    cursor: pointer;
}
.nav-link {
  border-bottom: 2px solid rgb(1, 1, 15)!important;
  border-radius: 20px!important;
  width: 100%;
}
#nav-save button{
    border: none;
    color:rgb(43, 199, 15);
    background-color: transparent;
}
.p-modal{
    overflow-y:show;
}
