/* @import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500&display=swap');
 */@import url('fonts/elmessiri-regular.ttf');
:root {
    --bs-blue: #2689E2;
    --bs-indigo: #6610F2;
    --bs-purple: #673AB7;
    --bs-pink: #E83E8C;
    --bs-red: #F44336;
    --bs-orange: #FD7E14;
    --bs-yellow: #FFC107;
    --bs-green: #00C853;
    --bs-teal: #20C997;
    --bs-cyan: #3EC9D6;
    --bs-black: #000000;
    --bs-white: #ffffff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #2689E2;
    --bs-secondary: #6610F2;
    --bs-success: #00C853;
    --bs-info: #3EC9D6;
    --bs-warning: #FFC107;
    --bs-danger: #F44336;
    --bs-light: #f8f9fa;
    --bs-dark: #111936;
    --bs-primary-rgb: 38, 137, 226;
    --bs-secondary-rgb: 102, 16, 242;
    --bs-success-rgb: 0, 200, 83;
    --bs-info-rgb: 62, 201, 214;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 244, 67, 54;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 17, 25, 54;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 236, 239, 241;
    --bs-font-sans-serif: "Roboto", sans-serif;
    --bs-font-elmessri: 'El Messiri', sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-elmessri);
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #eceff1;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #eeeeee;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 8px;
    --bs-border-radius-sm: 4px;
    --bs-border-radius-lg: 10px;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-heading-color: #212529;
    --bs-link-color: #2689E2;
    --bs-link-hover-color: #2689E2;
    --bs-code-color: #E83E8C;
    --bs-highlight-bg: #fcf8e3;
}
body {
    min-height: unset !important;
}
pre,
code,
kbd,
samp {
    font-family: var(--bs-font-elmessri);
    font-size: 1em;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: var(--bs-font-elmessri);
    font-size: inherit;
    line-height: inherit;
}

a i {
    font-size: 20px !important;
}

.btn {

    --bs-btn-font-family: var(--bs-font-elmessri);

}

.tooltip {

    font-family: var(--bs-font-elmessri);

}

.popover {

    font-family: var(--bs-font-elmessri);

}

.font-monospace {
    font-family: var(--bs-font-elmessri) !important;
}

/*Element UI Start */

.el-tabs__nav {
    float: right !important;
}

.el-form-item__label {
    float: right !important;
}

.el-form-item__content {
    margin-left: 0 !important;
}

.el-select,
.el-input {
    width: 100% !important;
    text-align: right !important;
}

.el-button--info.is-plain:hover {
    color: #fed330 !important;
}

.el-table .el-table__cell {
    text-align: right !important;
    padding: 5px 0 !important;

}

.el-table--border::after,
.el-table--group::after,
.el-table::before {
    background: unset !important;
}

.el-message-box {
    text-align: right !important;
}

.el-message-box__message p {
    margin-right: 20px !important;
    line-height: 24px;
}

.el-message-box__title {
    margin-right: 30px !important;
}

.el-message-box__btns button:nth-child(2) {
    margin-right: 10px !important;
}

.el-table .cell {
    word-break: break-word !important;

}

.el-table th.el-table__cell>.cell {
    width: max-content !important;
}

.el-form-item {
    margin-bottom: 8px !important;
}

.w-100 {
    width: 100% !important;

}

.el-select-dropdown__list {

    padding: 0 6px !important;
}

.el-form-item__error {
    position: static !important;
    top: 100%;
    right: 0 !important;

}

.el-input__inner {

    height: 30px !important;
    line-height: 30px !important;

}

.el-select-dropdown__wrap {
    max-height: 180px !important;
}

.w-100px {
    width: 100px !important;
}

.el-table th.el-table__cell {

    background-color: #3d3d3d !important;
    color: #fff !important;

}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
}

.el-button--primary {
    color: #fff;
    background-color: #3d3d3d  !important;
    border-color: #3d3d3d  !important;
}

.el-button--danger {
    color: #fff;
    background-color: #ee5253 !important;
    border-color: #ee5253 !important;
}

.el-button--success {
    color: #fff;
    background-color: #27ae60;
    border-color: #27ae60;
}

.el-button [class*=el-icon-]+span {
    margin-right: 5px !important;
}

[class*=" el-icon-"],
[class^=el-icon-] {

    font-size: 16px !important;

}

.el-table__expand-icon {
    color: #fff !important;
    border: 1px solid #909399 !important;
    padding: 12px !important;
    border-radius: 5px !important;
    background: #909399 !important;
}

.el-table__expand-icon>.el-icon {

    left: 40% !important;
    top: 40% !important;
    color: #3d3d3d;
    line-height: 10px !important;
}

.el-empty__image {
    width: 80px !important;
}

.demo-input-label {
    color: #3d3d3d;
    font-size: 13px !important;
}

.el-notification {

    padding: 18px 40px 14px 26px !important;
}

.el-input__icon {
    line-height: 30px !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #27ae60 !important;
    color: #fff;
}

.el-badge__content.is-fixed {
    right: 45px !important;
}

.el-divider--horizontal {

    margin: 10px 0 !important;
}

.el-input-number {

    width: 100% !important;
    line-height: 28px !important;
}

.el-radio__input {

    vertical-align: text-bottom !important;
}

.el-radio-button__inner,
.el-radio-group {
    vertical-align: text-bottom !important;
}

.el-radio__label {
    padding-right: 10px !important;
}

.el-radio {

    margin-left: 10px !important;
    margin-right: 0 !important;
}

.el-tabs--border-card>.el-tabs__header {
    background-color: #ecf0f1!important;
    border-bottom: 1px solid #ecf0f1!important;
    margin: 0;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {

    color: #3d3d3d !important;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {

    border-right-color: #3d3d3d!important;
    border-left-color: #3d3d3d!important;
    background: #3d3d3d!important;
    color: #fff !important;
}

.el-tabs__content {
    padding-top: 5px !important;
}

.product-cart {
    padding: 10px !important;
}

.el-checkbox__label {

    padding-right: 10px !important;

}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #e1b12c !important;
    border-color: #e1b12c !important;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #e1b12c !important;
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {

    transform: rotate(180deg) !important;
}

.el-form--inline .el-form-item {
    margin-right: 0 !important;

    width: 100% !important;
}

.el-card__header {
    padding: 0 !important;



}

.el-tag {
    font-weight: bold;
    width: 100%;
}

.el-form--inline .el-form-item__content {

    width: 100% !important;
}

.el-form-item__content {
    line-height: 30px !important;
    width: 100% !important;
}

.el-tag.el-tag--warning {
    background-color: #fdf6ec;
    border-color: #faecd8;
    color: #e1b12c !important;
}
.el-button--mini, .el-button--mini.is-round{
    padding: 4px 10px !important;
    height: 30px !important;
}
.el-button--success{
    color: #FFF;
    background-color: #2980b9 !important;
    border-color: #2980b9 !important;
}
.el-button--mini {
    font-size: 12px;
    border-radius: 2px !important;
}
.el-input-group__prepend {
    
   
    border-right: 1px solid #DCDFE6 !important;
}
.el-input-group--append .el-input__inner, .el-input-group__prepend {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.el-input-group--prepend .el-input__inner {
    border: 1px solid  #DCDFE6;
    border-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0;
}
/*Element UI End */
/*My style Start*/
.main-data {
    background: #e1b12c !important;
    padding: 10px 10px;
    color: #2d3436 !important;
}

.record {
    background: #27ae60 !important;
    padding: 10px 10px;
    color: whitesmoke;
}

/*My style End*/
/*Template Start */
.pc-header {
    max-height: 60px !important;
    min-height: 60px !important;
    background: #1e272e !important;
}

.pc-sidebar {
    top: 60px !important;
    background: #1e272e !important;
}

.pc-header .m-header {
    height: 60px !important;
}

.pc-header .pc-h-item {
    min-height: 60px !important;
}

.pc-container {
    position: relative;
    top: 65px !important;
    bottom: 0 !important;
    min-height: calc(100vh - 90px) !important;
}

.pc-container .pc-content {
    padding: 0 !important;
}

[data-pc-preset=preset-1] .pc-container {
    background: #fff !important;
}

[data-pc-preset=preset-1] .pc-header .pc-head-link.head-link-primary {
    background: #ffffff26 !important;
    color: #fed330 !important;
}

[data-pc-preset=preset-1] .pc-header .pc-head-link.head-link-primary:hover {
    background: #fed33061 !important;
    color: #fed330 !important;
}

.row {
    --bs-gutter-x: 0.2rem !important;
}

.col {
    margin-top: .5rem !important;
}

.product-title {
    border: 1px solid #3d3d3d;
    background: #3d3d3d;
    text-align: center;
    color: #fff;
   
}

.invoice-title {
    border: 1px solid #ecf0f1;
    background: #ecf0f1;
    text-align: center;
    color: #3d3d3d;
}

.invoice-table {

    max-height: 350px !important;
}

.total-invoice,
title {
    border: 1px solid #f1f2f6;
    background: #fff;
    text-align: center;
    color: #747d8c;
    border-radius: 4px;
}

.discount-invoice,
title {
    border: 1px solid #ffa502;
    background: #ffa502;
    text-align: center;
    color: #fff;
    border-radius: 4px;

}

.net-invoice,
title {
    border: 1px solid #ced6e0;
    background: #ced6e0;
    text-align: center;
    color: #2f3542;
    border-radius: 4px;
}

.table td,
.table th {
    vertical-align: super !important;
}

.product-total {
    color: #27ae60;
    font-weight: bold;
    text-align: right !important;
}

p {
    margin-bottom: 0 !important;
}

.product-card {
    cursor: pointer !important;
}

.dropdown .dropdown-item:hover {
    background: #fed33061 !important;
    color: #3d3d3d !important;
}

.dropdown .dropdown-item:focus {
    background: #fed33061 !important;
    color: #3d3d3d !important;
}

.el-button--warning {
    background: rgb(241, 196, 15) !important;
    border-color: #fed330 !important;
}

@media (max-width: 576px) {
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .mt-m1 {
        margin-top: 0.5rem;
    }
}

/*Sidebar*/
.sidebar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 78px;
    background: #ecf0f1;
    padding: 6px 14px;
    z-index: 99;
    transition: all 0.5s ease;
}

.sidebar.open {
    width: 250px;
}

.sidebar .logo-details {
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.sidebar .logo-details .icon {
    opacity: 0;
    transition: all 0.5s ease;
}

.sidebar .logo-details .logo_name {
    color: #3d3d3d;
    font-size: 22px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.5s ease;
}

.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
    opacity: 1;
}

.sidebar .logo-details #btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 22px;
    transition: all 0.4s ease;
    font-size: 23px;

    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

#btn svg {
    height: 30px;
}

.sidebar.open .logo-details #btn {
    text-align: right;
}

.sidebar i {
    color: #3d3d3d;
    height: 60px;
    min-width: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
}

.sidebar .nav-list {
    margin-top: 20px;
    height: 100%;
    padding: 0 !important;
}

.sidebar li {
    position: relative;
    margin: 8px 0;
    list-style: none;
    margin-left: unset !important;
}

.sidebar li .tooltip {
    position: absolute;
    top: -20px;
    right: calc(100% + 15px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: 0s;
}

.sidebar li:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar.open li .tooltip {
    display: none;
}

.sidebar input {
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
    outline: none;
    height: 50px;
    width: 100%;
    width: 50px;
    border: none;
    border-radius: 12px;
    transition: all 0.5s ease;
    background: #fbc531;
}

.sidebar.open input {
    padding: 0 50px 0 20px;
    width: 100%;
}

.sidebar .bx-search {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    background: #fbc531;
    color: #FFF;
}

.sidebar.open .bx-search:hover {
    background: #fbc531;
    color: #FFF;
}

.sidebar .bx-search:hover {
    background: #FFF;
    color: #3d3d3d;
}

.sidebar li a {
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #e4e7ed;
}

.sidebar li a:hover {
    background: #fbc531;
}

.sidebar li a .links_name {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

.sidebar.open li a .links_name {
    opacity: 1;
    pointer-events: auto;
}

.sidebar li a:hover .links_name,
.sidebar li a:hover i {
    transition: all 0.5s ease;
    color: #2d3436;
}

.sidebar li i {
    height: 38px;
    line-height: 38px;
    font-size: 24px !important;
    border-radius: 12px;
}

.sidebar li i svg {
    height: 30px;
}

.sidebar li.profile {
    position: fixed;
    height: 60px;
    width: 78px;
    right: 0;
    bottom: -8px;
    padding: 10px 14px;
    background: #3d3d3d;
    transition: all 0.5s ease;
    overflow: hidden;
}

#log_out svg {
    color: #fff;
}

.sidebar.open li.profile {
    width: 250px;
}

.sidebar li .profile-details {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.sidebar li img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 6px;
    margin-left: 10px;
}

.sidebar li.profile .name,
.sidebar li.profile .job {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
}

.sidebar li.profile .job {
    font-size: 12px;
}

.sidebar .profile #log_out {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #3d3d3d;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.sidebar.open .profile #log_out {
    width: 50px;
    background: none;
}

.home-section {
    position: relative;
    background: #E4E9F7;
    min-height: 100vh;
    top: 0;
    right: 78px;
    width: calc(100% - 78px);
    transition: all 0.5s ease;
    z-index: 2;
}

.sidebar.open~.home-section {
    right: 250px;
    width: calc(100% - 250px);
}

.home-section .text {
    display: inline-block;
    color: #3d3d3d;
    font-size: 25px;
    font-weight: 500;
    margin: 18px
}

.page-content {
    margin: 0.1rem !important;
    margin-right: 5.2rem !important;
    margin-left: 0.3rem !important;
}
.clear-search{
    padding: 9px ;
    font-size: 12px;
    border-radius: 3px;
   
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;

    font-size: 14px;
    border-radius: 4px;
}
@media (max-width: 420px) {
    .sidebar li .tooltip {
        display: none;
    }
}

@media (max-width: 576px) {
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .mt-m1 {
        margin-top: 0.5rem;
    }
}
