.main-logo{
width: 80%;
padding: 10px;
margin-left: 9%;
margin-bottom: 10%;
}

.nav-item:hover{
    background-color: rgba(18, 120, 193, 0.872);
    color: white;
}

.nav-name:hover{
    color: white;
    
}

.smtable-scrol{
    max-height: calc(45vh - 1rem);
    overflow-y: auto;
  }

.body{
    height:100%;
}

.full-height{
    height:100%;
    background-color: rgba(126, 186, 229, 0.184);
}

.check-item:hover{
    background-color: rgba(18, 120, 193, 0.872);
    color: white;
}

.check-name:hover{
    color: white;
}

.item-image:hover{
    opacity: 0.5;
    display: inline-block;
    margin: 0 auto;
    
}

.total-area{
    padding-right: 10px;
}




@media screen {
    #printSection {
        display: none;
    }
}
@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    .rc_pu{
        visibility: hidden;
    }
    #printSection {
        position:absolute;
        width: 100%;
        left:0;
        top:10%;
    }
}


.cash{
    background-color: rgba(10, 164, 235, 0.603);
    color: rgb(16, 10, 2);
    font-size:larger;
    font-weight: bold;
}

.cash-tag{
    background-color: rgba(10, 164, 235, 0.603);
    color: rgb(16, 10, 2);
    font-size:larger;
    font-weight: bold;
}

