.table-wrapper {
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
}

.fl-table {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    /* width: 100%;
    max-width: 100%; */
    /* white-space: nowrap; */
    background-color: white;
}

.fl-table thead {
    border-bottom: 1px solid black;
}
.fl-table th {
    padding: 8px;
    text-align: center;
}
.fl-table thead tr th {
    font-size: 16px;
}
.fl-table tbody tr td {
    font-size: 14px;
}
.fl-table td{
    padding: 8px;
    text-align: center;
}

.fl-table td {
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
}

/* scroll bar styling */
.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
	width: 6px;
    height: 4px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	background-color: #F5F5F5;
}
.coupon-discount-color{
    color: darkgray;
}
.coupon-bg{
    background-color:#fff7f2;
}
.coupon-border{
    border: 3px dashed gainsboro;
}
.coupon-code{
    border: 3px dotted gainsboro;
    padding: 7px;
    border-radius: 7px;
}
.opt-checked{
    border-radius: 7px;
    /* width: fit-content; */
    border: 2px solid #fea569;
}