* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    /* font-family: Georgia, serif; */
    font-family: Garamond, serif;
    /*  font-family: 'Brush Script MT'; */
    /*  list-style: none; */

}

.cntr {
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.tit {
    text-align: center;
    text-transform: capitalize;
    background: #0d5f58;
    color: #fff;
    padding: 10px 0px 10px 0px;
    box-shadow: 1px 1px 1px gray;
}

table {
    background: #fff;
    box-shadow: 1px 1px 1px gray;
}

table,
th,
tr,
td {
    border: 1px solid;
    border-color: #d8cdd1;
    border-collapse: collapse;
    font-weight: bold;
}

table tr:nth-child(odd) {
    background: rgba(243, 241, 241, 0.801);
}

table td,
table th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

th {
    text-transform: capitalize;
    font-size: 20px;
    color: darkblue;
}

table tr:hover {
    background: #9edad591;
}

/* .qtyItem {
    padding: 10px 0 10px 0;
    text-align: center;
    border-radius: 5px;
    border: none;
    background: #9dafae91;
}

.qtyItem:hover::-webkit-inner-spin-button {
    width: 18px;
    height: 40px;
} */

.qtyItemPrnt {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 5px;
    /* border: 1px solid green; */


}

.qtyItem {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    width: 30% !important;
    box-shadow: 1px 0px 5px grey;
    /* background: rgb(26, 194, 171); */
    padding: 8px 0px;
    border: none;
    outline: none;
    border-radius: 4px;
}

.btnPrnt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70% !important;
    /* background: rgb(194, 26, 110); */


}


.btnPrnt button {
    width: 45%;
    margin: 0px 2px;
    padding: 8px 0px;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: 1px 0px 5px grey;
    border-radius: 4px;

}

/* .btnPrnt button #decres {
    font-size: 30px;
} */

.qtyItem::-webkit-inner-spin-button,
.qtyItem::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

img {
    border-radius: 3px;
}

.fa-rupee-sign {
    color: darkblue;
    font-size: 15px;
}

.fa-credit-card {
    font-size: 15px;
}

a {
    text-decoration: none;
    padding: 5px;
    text-transform: capitalize;
}

.deltrash {
    color: red;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
}

.del {
    color: red;
}

.grnd {
    font-size: 20px;
    font-weight: bolder;
    color: darkblue;
}

.cntue,
.datais {
    background: #0f8379bd;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
}

.nodata {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.msgDel {
    padding: 5px;
    color: #000;
    text-transform: capitalize;
    font-size: 23px;
    margin-bottom: 10px;
}

.msgDel>.icon {
    padding: 5px;
    font-size: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: red;
}