.awtext{

}

.nopadding{
    padding:0 !important;
    background-color: #FFFFFF !important;
    border: 1px solid dodgerblue !important;
    
}

.editable{
    margin:0;
    padding;0;
}

.awtext-active{

}
.info-badge{
    position:absolute; 
    left:1px; 
    top:15px;
    background-color: inherit;
    width:25px;
    height:25px;
    border: 0px solid #e9ecef;
    border-radius: 15%;
    color: cornflowerblue;
    font-size: 16px;
    padding:0px;
}

.edit-badge{
    position:absolute; 
    right:1px; 
    top:1px;
    background-color: inherit;
    width:16px;
    height:16px;
    border: 1px solid #e9ecef;
    border-radius: 15%;
    color: #e9ecef;
    font-size: 8px;
    padding:2px;
}

.edit-badge-active{
    color: #dddddd !important;
    border: 1px solid #dddddd;
    
}

.relative{
    position: relative;
    cursor: pointer !important;
}

.monospace {
  font-family: Courier New, Lucida Console, Courier, monospace !important;
    text-align: center;
}

.page-overlay {
    background: rgba(0, 0, 0, 0.4);
}