@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Tektur:wght@400..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
}

.panel-body {
    padding: 5px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 3px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 0px solid #ddd;
    font-size: 12px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #dad6d6;
}

.label {
    margin-top: 5px;
}

.lab {
    font-size: 11px;
    margin-bottom: 0px !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: 700;
}

.panel {
    /* background-color: #fcf9f0 !important; */
    /* border: 1px solid #f5db8d !important; */
}

.btn-group-sm>.btn,
.btn-small {
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.0;
    border-radius: 2px;
}

.input-small {
    height: 25px;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 3px;
    margin-bottom: 5px;
}

.btn-sm {
    height: 25px !important;
    padding: 2px 5px !important;
}

.btn-bordered-success {
    color: #4cae4c;
    background-color: #fff;
    border-color: #4cae4c;
    font-weight: bold;
}

.btn-bordered-danger {
    color: #d43f3a;
    background-color: #fff;
    border-color: #d43f3a;
    font-weight: bold;
    text-decoration: none;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover {
    text-decoration: none !important;
    color: inherit;
}

.btn-bordered-info {
    color: #46b8da;
    background-color: #fff;
    border-color: #46b8da;
    font-weight: bold;
}

.btn-bordered-primary {
    background: linear-gradient(to right, #003362, #037ec2) !important;
    color: white !important;
    border: none !important;
    margin-top: -2px;
    transition: background 0.3s ease;
}

.btn-bordered-primary:hover {
    background: linear-gradient(to right, #11589b, #037ec2) !important;
    color: white !important;
}

.btn-bordered-warning {
    color: #eea236;
    background-color: #fff;
    border-color: #eea236;
    font-weight: bold;
}

.btn-success {
    border-radius: 16px;
    background: rgb(45, 156, 215);
    color: #fafbfd !important;
    border-color: rgb(45, 156, 215);
    font-weight: 600;

}

.btn-info {
    border-radius: 16px;
    background: #003362;
    color: #fafbfd !important;
    border-bottom: #003362;
    font-weight: 600;
}

@media (max-width: 768px) {

    .btn-group-sm>.btn,
    .btn-small {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 1.0;
        border-radius: 2px;
    }



    .input-small {
        height: 30px;
        padding: 2px 5px;
        font-size: 11px;
        font-weight: bold;
        line-height: 1.5;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .btn-sm {
        height: 30px !important;
        padding: 2px 5px !important;
    }

    .btn-sale {
        background-color: transparent !important;
        border: 2px solid #000 !important;
    }

    .product-panel {
        /* background-color: #fcf9f0; */
        /* border: 1px solid #f5db8d; */
        margin: 0px 0px 20px 0px;
        padding: 8px 0px 8px 0px;
        border-radius: 10px;
    }
}

.error-border {
    border: 1px solid red;
}

.disabled {
    opacity: 0.5;
    background-color: #f9f9f9 !important;
}

.lowstock {
    opacity: 0.5;
    color: crimson;
}

.success-fonts {
    color: #4cae4c;
    font-weight: bold;
}

.danger-fonts {
    color: #d43f3a;
    font-weight: bold;
}

.product-panel {
    /* background-color: #fcf9f0; */
    /* border: 1px solid #f5db8d; */
    margin: 0px 0px 20px 0px;
    padding: 8px 0px 4px 0px;
    border-radius: 10px;
}

.w-100 {
    width: 100%;
}

.card {
    padding: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin: 10px;
    border-radius: 10px;
}

.card .head {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.card .subhead {
    font-size: 15px;
    color: rgba(127, 128, 129, 0.5);
}

.card .saleamt {
    font-size: 30px;
    font-family: "Tektur", sans-serif;
    font-weight: bolder;
    color: #BFB;
}

.card .purchaseamt {
    font-size: 30px;
    font-family: "Tektur", sans-serif;
    font-weight: bolder;
    color: #9CF;
}

.card .productamt {
    font-size: 30px;
    font-family: "Tektur", sans-serif;
    font-weight: bolder;
    color: #FC6;
}

.card .clientamt {
    font-size: 30px;
    font-family: "Tektur", sans-serif;
    font-weight: bolder;
    color: #F99;
}