/* @import "./../../../node_modules/@angular/material/prebuilt-themes/indigo-pink.css"; */

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
b,
strong {
    font-family: "Rubik-Bold";
    font-weight: 200;
}
.header {
    /* background: #4a6edc; */
    background: #fff;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.03);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    margin: 0;
}
.header ul li {
    list-style: none;
    float: left;
    cursor: pointer;
}
.header li {
    padding: 5px 20px;
    background: #fff;
    color: #000;
    border-radius: 100px;
    margin: 13px 0px 13px 20px;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.2s;
}
.header li.empty {
    padding: 5px 10px;
    background: transparent;
    cursor: default;
}
.header li.empty:hover {
    background: transparent;
}
.header ul li.active,
.header ul li:hover {
    background-color: #00c292;
    color: #fff;
}
.header .add-prod li {
    float: right;
}
.logo {
    font-size: 20px;
    color: #fff;
    margin: 10px 0px 7px 10px;
    text-transform: capitalize;
    display: block;
    width: 215px;
    text-align: left;
}
table {
    border-radius: 0.25rem;
    overflow: hidden;
    margin: 0;
    background-color: transparent;
}
.table > :not(caption) > * > * {
    padding: 10px 10px;
}
tr.mat-row,
tr.mat-footer-row,
tr.mat-header-row {
    height: initial !important;
}
.table tr th {
    border-bottom: 1px solid #e9e9e9 !important;
    background: #e9e9e9 !important;
}
.table tr th,
.table tr td {
    vertical-align: middle;
    padding: 15px 10px;
}
table tr:hover td {
    background: #d2d2d2;
}

table .action {
    text-align: right;
}

table .action span,
table .delet {
    display: inline-block;
    padding: 0px 0px;
    font-size: 24px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #4a6edc;
    text-align: center;
    width: 30px;
    cursor: pointer;
}
table .action .delet {
    font-size: 14px;
}
table .action span:hover {
    background: #4a6edc;
    color: #fff;
}

table span.eng,
table span.tamil {
    display: block;
}

.ng-select.ng-select-single .ng-select-container {
    height: 46px !important;
}

.added-products {
    position: relative;
    height: calc(100vh - 58px);
    overflow: hidden;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
}
.added-products .name {
    font-size: 15px;
}
.tab-div {
    /* height: calc(100vh - 253px); */
    overflow: hidden;
    /* overflow-y: scroll; */
}
.prod-footer span {
    display: inline-block;
    width: 50%;
}
.prod-footer .add-err span {
    width: 100%;
}
.prod-footer li {
    margin-bottom: 10px;
}
.prod-footer li label {
    padding-right: 10px;
    width: 40%;
    font-size: 20px;
}

@media screen and (max-width: 1330px) {
    .prod-footer li label {
        font-size: 15px;
    }
}
.prod-footer li input {
    width: 59%;
    font-size: 20px;
}
.prod-footer li textarea {
    width: 59%;
}
.prod-footer {
    border-top: 1px solid #00c292;
    padding: 10px 0 0px 10px;
    box-shadow: 0px -10px 10px 0px rgb(0 0 0 / 10%);
    /* position: absolute;
    bottom: 0;
    width: 100%; */
}
.prod-footer .grand-total span {
    color: #00c292;
    font-size: 20px;
}
.price-tag span,
.price-tag label,
.price-tag input {
    display: inline-block;
    width: 50% !important;
    text-align: right;
    margin-bottom: 10px;
    padding-right: 10px;
}
.prod-footer .btn {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
}
.error-message {
    color: #ff0000;
}
.text-right {
    text-align: right;
}

.overlay {
    position: fixed;
    background: rgb(69 65 121 / 30%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.image_loading {
    z-index: 103;
}

.mat-body,
.mat-body-1,
.mat-typography,
.mat-mdc-row,
.mdc-data-table__content {
    font-size: 16px !important;
}
.mat-h3,
.mat-subheading-2,
.mat-typography h3 {
    font-size: 16px !important;
}
.mat-h2,
.mat-title,
.mat-typography h2 {
    font-size: 1.5rem !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #97c5f4;
    outline: 0;
    box-shadow: 0 0 8px rgb(102 175 233 / 60%);
}

.ng-submitted .ng-invalid {
    border-color: #ff0000;
}

table .btn:focus {
    color: #fff;
    background-color: #4a6edc;
    border-color: #4a6edc;
    box-shadow: 0 0 0 0.25rem rgb(106 68 229 / 50%);
}
.float-right {
    float: right;
}
.button-set button {
    margin-left: 20px;
}
.card-body,
.card {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}
.card.dashboard-sales {
    overflow: hidden;
}

@media (max-width: 767px) {
    .main-container .container {
        padding-right: 0;
    }
    .product-add {
        max-width: 100%;
        left: 0 !important;
        margin-left: 0 !important;
    }
}

.product-add {
    position: fixed;
    top: 30px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    z-index: 101;
}
@media (max-width: 1023px) {
    .product-add {
        position: absolute;
    }
}
.product-add .close-ico {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 101;
    background: url(../../assets/images/close.svg) 0px 0px no-repeat;
}

.mat-mdc-form-field {
    padding: 0;
}
.mat-mdc-form-field-subscript-wrapper {
    display: none;
}

.loader_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.center {
    text-align: center;
}

.edit-ic {
    background: url(./../images/edit.svg) no-repeat;
    border: 0 !important;
    background-color: transparent;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}

.del-ic {
    background: url(./../images/delete.svg) no-repeat;
    border: 0 !important;
    background-color: transparent;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.ico {
    width: 50%;
    float: left;
}
.add-sym {
    font-size: 25px;
    line-height: 0;
    font-weight: bold;
    top: 2px;
}
