﻿@charset "UTF-8";

@font-face {
    font-family: IranYekan;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/Iran-yekan-faNum/eot/iranyekanwebregularfanum.eot);
    src: url(../fonts/Iran-yekan-faNum/eot/iranyekanwebregularfanum.eot?#iefix) format("embedded-opentype"), url(../fonts/Iran-yekan-faNum/woff/iranyekanwebregularfanum.woff) format("woff"), url(../fonts/Iran-yekan-faNum/ttf/iranyekanwebregularfanum.ttf) format("truetype");
}

/* پالت رنگ اصلی بهبود یافته */
:root {
    /* --primary-dark: #153D77;*/
    --primary-dark: #6A49F2;
    --primary: #5E5DF0;
    --primary-light: #E8EFF9;
    --accent-warm: #FF7E31;
    --accent-danger: #FF7E31;
    --accent-success: #00a06e;
    --text-dark: #151515;
    --text-muted: #868686;
    --white: #FFFFFF;
    --light-gray: #f8f9fa;
}

body {
    font: 13px/26px "IranYekan", Roboto;
    font-weight: 300;
    color: var(--text-dark);
    direction: rtl;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, var(--primary-light) 0%, #f5f7fa 100%);
}
.text-danger {
    color:#e65d0a !important;
}
.table thead th {
    font-size: 15px !important;
    text-align: right !important;
    border-top: 0 !important;
   
    font-weight: 600;
}

.table td, .table th {
    border-top: 1px solid #e9ecef !important;
}

.table-hover tbody tr:hover {
    background-color: rgba(94, 93, 240, 0.03);
}

.nav-link p {
    font-weight: normal !important;
    font-size: 14px !important;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: green !important;
}

.btn:hover {
    cursor: pointer;
    
}

.btn-remove, .btn-edit {
    border: 0 !important;
    background-color: transparent !important;
    font-size: 23px;
    transition: all 0.3s ease;
}

    .btn-remove i {
        color: #5E5DF0;
    }

    .btn-edit i {
        color: #5E5DF0;
    }

    .btn-remove:hover i {
        color: var(--accent-danger);
        transform: scale(1.1);
    }

    .btn-edit:hover i {
        color: var(--primary);
        transform: scale(1.1);
    }

.btn-success.focus, .btn-success:focus {
    color: green !important;
    outline:none !important;
    border:0 !important;
    box-shadow:none !important;
}
.card:hover{
    transform:translate(0) !important;
}
.fs-16 {
    font-size: 16px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.small {
    font-size: 13px !important;
}

.btn-danger {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(230, 44, 3, 0.15);
    border: 0;
    transition: all 0.3s ease;
}

    .btn-danger:hover {
        background: linear-gradient(135deg, #ff5252, #e74c3c);
        box-shadow: 0 6px 15px rgba(230, 44, 3, 0.25);
        transform: translateY(-1px);
    }

.btn-success {
    background: linear-gradient(135deg, #c2fbd7 0%, #a8f5c8 100%);
    border-radius: 10px;
    box-shadow: rgba(44, 187, 99, .15) 0 4px 12px;
    color: green;
    cursor: pointer;
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .btn-success:hover {
        background: linear-gradient(135deg, #a8f5c8 0%, #8ef0b9 100%);
        box-shadow: rgba(44,187,99,.25) 0 6px 15px;
        transform: scale(1.03);
    }


.btn-secondary {
    background: linear-gradient(135deg, #ebebeb 0%, #e0e0e0 100%);
    border-radius: 10px;
    box-shadow: rgba(44, 187, 99, .15) 0 4px 12px;
    color: rgba(0, 0, 0, 0.60);
    cursor: pointer;
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .btn-secondary:hover {
        background: linear-gradient(135deg, #a8f5c8 0%, #8ef0b9 100%);
        box-shadow: rgba(44,187,99,.25) 0 6px 15px;
        transform: scale(1.03);
    }


.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, #6a6af5 100%);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(94, 93, 240, 0.25);
    box-sizing: border-box;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: initial;
    word-break: break-word;
    border: 0;
    transition: all 0.3s ease;
}

    .btn-primary:hover {
        background: linear-gradient(135deg, #5252e0 0%, var(--primary) 100%);
        box-shadow: 0 6px 15px rgba(94, 93, 240, 0.35);
        transform: translateY(-1px);
    }

.btn-outline-primary {
    color: #5E5DF0 !important;
    border-color: #5E5DF0 !important;
    border-radius: 10px;
    box-shadow: #5E5DF0 0 5px 15px -10px;
    transition: all 0.3s ease;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #5E5DF0 !important;
        transform: translateY(-1px);
    }

.btn-warning {
    background: linear-gradient(-180deg, #FF7E31, #E62C03);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(230, 44, 3, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    z-index: 9;
    border: 0;
    transition: all 0.3s ease;
}

    .btn-warning:hover {
        box-shadow: 0 6px 15px rgba(230, 44, 3, 0.3);
        transform: translateY(-1px);
    }

.text-primary, a {
    color: var(--primary) !important;
}

.text-success {
    color: var(--accent-success) !important;
}

.text-warning {
    color: var(--accent-danger) !important;
}

.loading {
    background: url(/img/ajaxloader.gif) no-repeat center rgba(0, 0, 0, 0.60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    display: none;
}

.whz {
    width: 0;
    height: 0;
    overflow: hidden;
}
.OpenMenuRight{
    cursor:pointer;
}
/*-----------------------*/
.control-label {
    font-size: 15px !important;
    color: #343a40 !important;
}

.form-group {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.pointer {
    cursor: pointer !important;
}

.avatar {
    max-width: 100px;
    max-height: 100px;
}

.alert {
    border: 0;
    border-radius: 10px;
    color: #FFFFFF;
    text-shadow: 0 0 1px #000;
    padding: 30px 15px;
    font-size: 14px;
    text-align: right;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.alert-primary {
    background: linear-gradient(135deg, #4091e2, #5ba4f0);
}

.alert-info {
    background: linear-gradient(135deg, #63d8f1, #7ae4fa);
}

.alert-success {
    background: linear-gradient(135deg, #668e22, #7aa82a);
}

.alert-warning {
    background: linear-gradient(135deg, #ffbc67, #ffcc85);
}

.alert-danger {
    background: linear-gradient(135deg, #fc727a, #ff8a91);
}

.alert[data-notify="container"] {
    padding: 10px 10px 10px 20px;
    border-radius: 4px;
}

.alert.alert-with-icon {
    padding-right: 40px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.table-responsive {
    display: table;
}

.w-100-res {
    width: 100%;
}

/*           Animations              */
.SidebarCover {
    z-index: 900;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    display: none;
}

.sidebar {
    direction: ltr;
    background: linear-gradient(180deg, var(--white) 0%, #f8fafc 100%);
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.05);
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 260px;
    display: block;
    z-index: 901;
    color: #fff;
    font-weight: 200;
    background-size: cover;
    background-position: center center;
}
    .sidebar.active {
        right: 0;
    }

    .sidebar .sidebar-wrapper {
        position: relative;
        max-height: calc(100vh - 75px);
        min-height: 100%;
        overflow: auto;
        width: 260px;
        z-index: 4;
        padding-bottom: 100px;
    }

        /* width */
        .sidebar .sidebar-wrapper::-webkit-scrollbar {
            width: 7px !important;
        }

        /* Track */
        .sidebar .sidebar-wrapper::-webkit-scrollbar-track {
            box-shadow: inset 0 0 1px #e1e1e1;
            border-radius: 5px;
        }

        /* Handle */
        .sidebar .sidebar-wrapper::-webkit-scrollbar-thumb {
            background: #d9d9d9 !important;
            border-radius: 5px !important;
        }

            /* Handle on hover */
            .sidebar .sidebar-wrapper::-webkit-scrollbar-thumb:hover {
                background: #bebdbd;
            }

    .sidebar .logo {
        padding: 10px 15px 9px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        z-index: 4;
        background: linear-gradient(135deg, var(--primary-dark) 0%, #1e4a8a 100%);
    }

        .sidebar .logo .simple-text {
            text-transform: uppercase;
            padding: 5px 0px;
            display: block;
            font-size: 14px;
            color: #fff !important;
            text-align: center;
            font-weight: 400;
            line-height: 30px;
            float: right;
        }

.sidebarCloseBtn {
    display: none;
    float: left;
    background: none !important;
    border: 0 !important;
    color: #fff;
    font-size: 20px;
    padding-top: 5px;
}

.sidebar .nav {
    margin-top: 20px;
    float: none;
    display: block;
}

    .sidebar .nav li .nav-link {
        color: #212529;
        margin: 5px 15px;
        font-size: 13px !important;
        display: block;
        padding: 8px 15px;
        text-align: right;
        transition: all 0.3s ease;
    }

        .sidebar .nav li .nav-link:hover {
            background: rgba(94, 93, 240, 0.05);
            border-right: 3px solid rgba(94, 93, 240, 0.3);
        }

    .sidebar .nav li .active {
        background: rgba(94, 93, 240, 0.1) !important;
        border-right: 3px solid var(--primary);
        border-radius: 0 10px 10px 0;
        opacity: 1;
    }

    .sidebar .nav li .nav-link p {
        margin: 0;
        line-height: 31px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-flex;
       /* color: #153D77;*/
       color:var(--primary);
    }

    .sidebar .nav li .nav-link i {
        font-size: 18px;
        margin-right: 15px;
        width: 30px;
        text-align: center;
        vertical-align: middle;
        float: right;
        padding-top: 5px;
        /* color: #153D77;*/
        color: #34d16d;
    }

    .sidebar .nav a, .btn {
        -webkit-transition: all 150ms ease-in;
        -moz-transition: all 150ms ease-in;
        -o-transition: all 150ms ease-in;
        transition: all 150ms ease-in;
    }

.main-panel {
    position: relative;
     width: 100%;
    min-height: 100%;
    direction: rtl;
}

    .main-panel > .content {
        padding: 5px 0px;
        min-height: calc(100% - 123px);
    }

.navbar {
    border: 0;
    font-size: 16px;
    border-radius: 0;
    min-height: 50px;
    background: linear-gradient(135deg, var(--primary-dark) 0%, #1e4a8a 100%);
    box-shadow: 0 2px 15px rgba(21, 61, 119, 0.15);
    border-bottom: none;
    padding: 5px 15px;
    margin-bottom: 0;
}

.btn-singOut {
    border: 0 !important;
    background: none;
    color: #fff;
}

.footer .copyright {
    color: #777777;
    padding: 10px 15px;
    margin: 10px 3px;
    line-height: 20px;
    font-size: 14px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

    .card:hover {
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
        transform: translateY(-2px);
    }

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

.icon-lg {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: -15px;
    border-radius: 12px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(135deg, var(--primary-dark) 0%, #1e4a8a 100%);
    box-shadow: 0 4px 15px rgba(21, 61, 119, 0.2);
}

.icon-lg-larg {
    width: auto !important;
    text-align: right !important;
    padding-right: 15px;
    padding-left: 15px;
    background: linear-gradient(135deg, var(--primary-dark) 0%, #1e4a8a 100%);
    box-shadow: 0 4px 15px rgba(21, 61, 119, 0.2);
}

    .icon-lg-larg span {
        color: #fff;
        font-size: 14px;
        padding-right: 10px;
        line-height: 40px;
    }

.icon-lg i {
    color: #fff;
    font-size: 25px;
}

.bg-lg {
    width: 96%;
    height: 320px;
    margin-top: 50px;
    border-radius: 0.75rem;
    line-height: 74px;
    text-align: center;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
    height: 1px;
}

.part5 .card {
    text-decoration: none !important;
    transition: all 0.3s ease;
}

    .part5 .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

.part5 h4 {
    color: #4c4be5 !important;
    font-size: 25px;
    font-weight: bolder;
}

.part5 p {
    color: var(--text-muted) !important;
}

.amarText {
    border: 1px solid rgba(94, 93, 240, 0.1) !important;
    border-radius: 10px !important;
    height: 40px !important;
    line-height: 40px;
    background: rgba(94, 93, 240, 0.03) !important;
    width: 94%;
    padding: 3%;
}

.minh180 {
    min-height: 220px;
}

.cartChartH {
    height: 450px;
}

.btn-remove, .btn-edit {
    border: 0 !important;
    background-color: transparent !important;
    font-size: 23px;
    transition: all 0.3s ease;
}

    .btn-remove i {
        color: #5E5DF0;
    }

    .btn-edit i {
        color: #5E5DF0;
    }

    .btn-remove:hover i {
        color: var(--accent-danger);
        transform: scale(1.1);
    }

    .btn-edit:hover i {
        color: var(--primary);
        transform: scale(1.1);
    }

.pre-line {
    white-space: pre-line !important;
}

#Dashboard .canvasjs-chart-canvas {
    left: 0 !important;
}

#Dashboard .chartContainerOfUser, #Dashboard .chartContainerOfVisit {
    height: 300px;
    width: 100%;
    direction: ltr !important;
}

#Colors .bx-color {
    width: 100px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
}

#Factor .statusCheckBox span, #ReportMaliFactor .statusCheckBox span, #ReportMali .statusCheckBox span {
    font-size: 14px;
    color: #808080;
}

#FactorViewInvoice .thumbImg {
    max-width: 60px !important;
}

#FactorBodyTable .thumbImg {
    max-width: 80px;
    max-height: 80px;
    border-radius: 20px
}

#Posts #trumbowyg-demo {
    min-height: 800px;
}

/* بهبود فرم‌ها */
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .form-control:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 0.2rem rgba(94, 93, 240, 0.15);
    }
.btn-remove, .btn-edit {
    border: 0 !important;
    background-color: transparent !important;
    font-size: 23px;
}

#Div_Paging .btn{
    border-radius:7px !important;
}



/* purple button */
.puprple_btn {
    background-color: #6A49F2;
    color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
}

    .puprple_btn::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        background-color: #fff;
        border-radius: 50px;
        transition: .6s all;
        z-index: -1;
    }

    .puprple_btn:hover::before {
        width: 100%;
    }

    .puprple_btn:hover {
        color: #6A49F2;
    }


/*//====================Login==================//*/

#Login .full_bg {
    background-size: cover;
    background: #6A49F2;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 50px;
}

#Login .signup_section {
    position: relative;
}

#Login .signup_section {
    position: relative;
}


    #Login .signup_section .top_part {
        text-align: center;
        padding-top: 130px;
        padding-bottom: 50px;
    }

#Login .signup_form {
    width: 900px;
    margin: 0 auto;
   
}
    #Login .signup_form .signup_formIn {
        padding: 40px 0;
        border-radius: 12px;
        box-shadow: 0 4px 10px #00000054;
        background-color: #fff;
        min-height:440px;
    }

    #Login .signup_form form {
        padding: 0 60px;
    }

    #Login .signup_form .section_title {
        padding: 0 15px;
        text-align: center;
    }

        #Login .signup_form .section_title h2 {
            font-weight: 600;
            font-size: 30px;
        }

            #Login .signup_form .section_title h2 span {
                color: #6A49F2;
            }

    #Login .signup_form form .form-group {
        margin-bottom: 20px;
    }

        #Login .signup_form form .form-group .form-control {
            height: 50px;
            padding: 5px 0;
            color: #3E3F66;
            border: 2px solid #E1DBF4;
            border-radius: 12px;
            font-weight: 500;
            width: 100%;
            text-align: center;
            font-family: IranYekan !important;
            font-size:15px;
        }

            #Login .signup_form form .form-group .form-control:focus {
                box-shadow: none;
                border-color: #6A49F2;
                color: #6A49F2;
            }

        #Login .signup_form form .form-group .puprple_btn {
            min-width: 240px;
            display: block;
            margin: 40px auto;
            margin-bottom: 30px;
            font-weight: 600;
            border:1px solid #6A49F2 !important;
            font-family:IranYekan !important;
            height:50px;
        }

    #Login .signup_form .or_block {
        display: block;
        text-align: center;
        border-bottom: 1px solid #E3E1ED;
    }

        #Login .signup_form .or_block span {
            position: relative;
            top: 14px;
            padding: 0 5px;
            background-color: #fff;
            color: #8081AD;
        }

    #Login .signup_form .or_option {
        text-align: center;
    }

        #Login .signup_form .or_option > p {
            color: #8081AD;
            margin-top: 30px;
        }

        #Login .signup_form .or_option .google_btn {
            min-width: 330px;
            border: 2px solid #E1DBF4;
            text-align: center;
            color: #3E3F66;
            padding: 16px;
            border-radius: 100px;
            transition: .4s all;
        }

            #Login .signup_form .or_option .google_btn:hover {
                border-color: #F6F4FE;
            }

            #Login .signup_form .or_option .google_btn img {
                margin-left: 20px;
            }

        #Login .signup_form .or_option p a {
            color: #6A49F2;
            text-decoration: underline;
            transition: .4s all;
        }

            #Login .signup_form .or_option p a:hover {
                color: #32236F;
            }

/*///////////////=====dashboard===========*/
.dashbordItem {
    text-align: center;
    min-height: 130px;
    margin-top: 20px;
    padding: 20px;
    text-decoration:none !important;
}

    .dashbordItem i {
        font-size: 25px;
        color: #34d16d;
    }

    .dashbordItem p {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 0;
        margin-bottom: 0;
        font-weight: bold;
    }


/*//=========================SaleFactor===========================//*/
#SaleFactor .ultopBtn {
    display: inline-flex;
    list-style: none !important;
    margin: 0 !important;
    padding-right: 0 !important;
}

    #SaleFactor .ultopBtn li {
        list-style: none !important;
        display: inline-grid;
        text-align: center !important;
        min-width: 90px;
    }

#SaleFactor .topBtn {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: url(/img/emp.png) no-repeat #fff;
    border: 0 !important;
    background-size: cover;
    margin: auto !important;
}

    #SaleFactor .topBtn i {
        color: #34d16d;
        font-size: 22px;
        font-weight: bold;
    }

#SaleFactor #Txt_Search{
    height:50px !important;
}
#SaleFactor .btn-keyboard i{
    font-size:30px !important;
}
#SaleFactor .tabhed {
    height: 70px;
    vertical-align: central;
    justify-content: center;
    padding: 5px 20px;
    display: inline-flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    z-index: 99 !important;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

    #SaleFactor .tabhed.active {
        background: linear-gradient(135deg, #fedac1 0%, #ffd1b0 100%) !important;
        color: #7c4118 !important;
    }

#SaleFactor .foodItem {
    text-align: center;
    width: 100%;
    border: 1px solid #f1f1f1;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    background-color: #fedac1;
}

#SaleFactor .selectBtnAddrss {
    width: 100%;
    margin-top: 5px;
    text-align: center !important;
}

#SaleFactor #txt_address {
    font-size: 13px !important;
    height: 40px;
}

#SaleFactor #div_table-bodyFactor {
    min-height: 350px;
    height: 350px;
    overflow-y: scroll;
}

#SaleFactor .div-prList {
    margin-top: -5px;
    z-index: 98;
    min-height: 450px;
    padding-top: 0 !important;
    padding-bottom: 0;
    height: 560px;
    min-height: 560px;
    overflow-y: scroll;
}

#SaleFactor .btn-servType {
    height: 60px;
    min-width: 60px;
}
#SaleFactor #numpad-modal .btn {
    width: 100% !important;
    height: 100px !important;
    font-size: 35px;
    margin-top: 20px;
}

#SaleFactor #numpad-modal #numpad-txt {
    height: 85px;
    background: #f1f1f1;
    font-size: 35px !important;
    font-weight:bold !important;
    color: var(--primary)
}

#SaleFactor #table-modal .btn {
    width: 100% !important;
    height: 70px !important;
    font-size: 35px;
    margin-top: 20px;
}

@media (max-width: 1690px) {
    .part5 .card {
        min-height: 160px;
    }
}

@media (max-width: 1200px) {
    .part5 {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
        width: 33.3333%;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    #Login .signup_form {
        width: 90%;
        
    }

        .sidebarCloseBtn {
        display: block;
    }

    .table-responsive {
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }

    .sidebar {
        right: -260px;
    }

    .main-panel {
        width: 100%;
    }

    .container-fluid {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .mr-1responsive {
        margin-top: 3px !important;
    }

    .mt-5responsive {
        margin-top: 3rem !important
    }

    .w-100-res {
        width: 50% !important;
    }

    .minh180 {
        min-height: 290px;
    }
}

@media (max-width: 575px) {
    .OrderReportSqr p {
        font-size: 14px;
        padding-bottom: 10px !important;
    }

    .OrderReportSqr span {
        font-size: 17px !important;
    }

    .part5 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50%;
        margin-top: 30px;
    }

    .cartChartH {
        height: 550px !important;
    }
}
