﻿
@import url('css/colors.css');



.card {
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
}
    .card .card-type-3 .card-circle {
        display: inline-flex;
        text-align: center;
        border-radius: 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 45px;
        width: 45px;
        box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
        color: var(--theme-primary)
    }
.sidebar .sidebar-menu > ul > li > a span {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.select-pl {
    cursor: pointer;
    border-color: var(--theme-primary) !important;
    margin-right: 20px;
    height: 39px;
    margin-top: 8px;
    margin-bottom: 6px;
    color: #000000;
    width: 100%;
    margin-left: 2px;
    left: 16px;
    border: 1px solid var(--theme-primary)
    border-radius: 8px;
}
#select-plt {
    cursor: pointer;
    border-color: var(--theme-primary) !important;
    margin-right: 20px;
    height: 39px;
    margin-top: 8px;
    margin-bottom: 6px;
    color: #000000;
    width: 100%;
    margin-left: 2px;
    left: 16px;
    border: 1px solid var(--theme-primary)
    border-radius: 8px;
}
.badge-approved {
    background-color: #28C76F;
    padding: 2px 10px;
    color: #ffffff;
    border-radius: 5px;
}
.badge-applied {
    background-color: #7367F0;
    padding: 2px 10px;
    color: #ffffff;
    border-radius: 5px;
}
.badge-reject {
    background-color: #FF0000;
    padding: 2px 10px;
    color: #ffffff;
    border-radius: 5px;
}
.btn-added {
    background: var(--theme-primary);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.side-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
}

.side-dialog-content {
    width: 300px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.side-dialog-header {
    padding: 1rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-dialog-body {
    padding: 1rem;
    overflow-y: auto;
    flex-grow: 1;
}

.close-button {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
.badge.badge-success {
    background-color: #148110;
    color: #fff;
}
.badge.badge-warning {
    color: #000000;
    background-color: #e79d13;
}
.badge.badge-danger {
    color: #fff;
    background-color: #e81313;
}
.logo-header{
    width:100%;
    height:100%;
}







.btn-menuitem {
    background: var(--theme-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    margin: 5px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btn-menuitem:hover {
        background: var(--theme-secondary);
        color: #fff;
    }




.btn-product-add {
    float: right;
    background: var(--theme-primary);
    border: 1px solid #ffffff;
    color: #ffffff;
}


.btn-listadd {
    background: var(--theme-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 10px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btn-listadd:hover {
        background: var(--theme-secondary);
        color: #fff;
    }

@media (max-width: 991px) {
    .btn-listadd {
        min-width: auto;
        padding: 10px 20px;
    }
}

.btn-listremove {
    background: #99a7b2;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 10px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btn-listremove:hover {
        background: #424b52;
        color: #fff;
    }

@media (max-width: 991px) {
    .btn-listremove {
        min-width: auto;
        padding: 10px 20px;
    }
}

.reporttools {
    cursor: pointer;
    border-color: #603D56;
    padding: 5px
}

    .reporttools:hover {
        background: var(--theme-secondary);
        color: #fff;
    }

.report-address {
    vertical-align: inherit;
    font-weight: 900;
    padding: 5px;
    vertical-align: top;
    text-align: center;
    padding-bottom: 20px
}

.report-title {
    font-weight: 900;
    padding: 5px;
    vertical-align: top;
    text-align: center;
    padding: 10px;
    font-size: 16px !important;
}

.company-name {
    font-size: 18px !important;
}

.company-address {
}

.company-phone {
}

.company-email {
}

.sub-total {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    padding: 10px;
    margin-right: 12px;
    color: #5E5873;
    border-bottom: 1px solid var(--theme-primary);
}

.table-total {
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    text-align: right;
}

.table-details {
    border-bottom: 1px solid var(--theme-primary);
}

.table-heading {
    background: #F3F2F7;
    padding: 1px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 14px;
    color: #5E5873;
}

.table-customer {
    padding: 5px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 20px
}

.table-company {
    padding: 5px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 20px
}

.table-docinfo {
    vertical-align: top;
    color: #5E5873;
    font-size: 14px;
}

.table-sectiontitle {
    vertical-align: inherit;
    color: #7367F0;
    font-weight: 600;
    line-height: 35px;
}




.group-row {
    font-weight: 900 !important;
    text-transform: uppercase;
    line-height: 25px;
    color: brown !important;
}

.product-detail {
    font-size: 10px;
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    text-align: center;
}
/*.table-invoice{
  
    width: 100%;
    line-height: inherit;
    text-align: left;
}
.table-invoice, tr, td, th {
    border-collapse: collapse;
    border: 1px solid var(--theme-primary);

}*/

.terms {
    font-size: 10px;
    vertical-align: bottom;
    padding: 10px;
}


.table-invoice {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #000000;
}

    .table-invoice caption {
        color: #000;
        font: italic 50%/1 arial, sans-serif;
        padding: 1em 0;
        text-align: center;
    }

    .table-invoice td,
    .table-invoice th {
        border-left: 1px solid #000000;
        border-width: 1px;
        font-size: inherit;
        margin: 0;
        overflow: visible;
    }

    .table-invoice thead {
        background-color: #e0e0e0;
        color: #000;
        text-align: left;
        vertical-align: bottom;
    }

    .table-invoice td {
        background-color: transparent;
    }

.table-invoice-odd td {
    background-color: #f2f2f2;
}

.table-invoice-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}

.table-invoice-bordered td {
    border-bottom: 1px solid #000000;
}

.table-invoice-bordered tbody > tr:last-child > td {
    border-bottom-width: 0;
}

.table-invoice-horizontal td,
.table-invoice-horizontal th {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #000000;
}

.table-invoice-horizontal tbody > tr:last-child > td {
    border-bottom-width: 0;
}

.company-info {
    padding: 5px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 5px
}

.top-menu,
.mobile-footer-links {
    display: none;
}




