@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

body {
    font-family: 'Nunito', sans-serif !important;
}

@media (max-width: 767px) {
    .main-header .navbar-custom-menu {
        float: none !important;
        display: block !important;
    }

    .main-header .navbar-custom-menu .dropdown-menu {
        left: auto !important;
    }

    .skin-blue-light .main-header .navbar .dropdown-menu li a {
        color: #777;
    }

    .main-header .navbar {
        height: auto;
    }
}

.btn-big {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.3333333;
}

.of-visible {
    overflow: visible !important;
}

#online_indicator {
    font-size: 8px;
    vertical-align: middle;
}

.pt-0 {
    padding-top: 0px;
}

.f-right {
    float: right;
}

.mb-10 {
    margin-bottom: 10px;
}


.discount-badge {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    padding: 7px;
}

.discount-badge-small {
    position: absolute;
    top: -2px;
    left: 10px;
    font-size: 12px;
    padding: 6px;
}

.product-info-table td,
.product-info-table th {
    font-size: 12px;
}

.catalogue {
    max-height: 127px;
    margin: auto;
    margin-bottom: 18px;
}

.catalogue-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.bg-light-gray {
    background-color: #f8f8f8 !important;
}

.p-5-5 {
    padding: 5px 5px !important;
}

.m-4 {
    margin: 4px;
}

.skin-black .main-header,
.skin-black-light .main-header {
    color: #525f7f !important;
}

.skin-black .main-header .navbar .nav .open>a {
    color: #999 !important;
}

.skin-black .main-header .navbar .nav>li>a:hover {
    color: #999 !important;
}

.skin-black .main-header .navbar>.sidebar-toggle:hover {
    color: #999 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.table-pdf thead tr {
    background-color: #357ca5 !important;
    color: #fff;
}

.table-pdf thead tr th {
    color: #fff !important;
}

.blue-heading {
    background-color: #357ca5;
    color: #fff;
}

.table-pdf .odd {
    background-color: #dce6f1;
}

.p-4 {
    padding: 4px;
}

.p-10 {
    padding: 10px !important;
}

.jquery-top-scrollbar {
    height: 6px !important;
}

.jquery-top-scrollbar div {
    height: 6px !important;
}

.scroll-top-bottom {
    width: 100%;
    overflow: scroll;
}

.scroll-top-bottom::-webkit-scrollbar {
    height: 6px;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 60px;
    background: #b2b2b2;
    background: rgba(178, 178, 178, 0.7);
    padding: 7px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 6px;
}

.scroll:hover {
    background: rgba(178, 178, 178, 1);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fas {
    padding-top: -10px;
}

.scroll .fas {
    font-size: 25px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.f-left {
    float: left;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.table-pdf {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 8px 10px;
}

.td-border td,
.td-border th {
    border-bottom: 1px solid lightgrey;
    padding: 8px 5px;
}

.ws-nowrap {
    white-space: nowrap;
}

.btn-app>.fas,
.btn-app>.fab {
    font-size: 20px;
    display: block;
}

.dropdown-menu>li>a>.fas {
    margin-right: 6px;
}

.mt-5 {
    margin-top: 5px !important;
}

.pos-form-actions {
    height: auto;
    padding-top: 12px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0px;
    background-color: #d1d5dc;
    width: 100%;
    z-index: 1000;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.main-header .sidebar-toggle:before {
    content: '' !important;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.text-white {
    color: #fff;
}

.wizard>.steps>ul>li {
    width: 33.33% !important;
}

.wizard>.content {
    background: #445867 !important;
}

legend {
    color: #fff;
    margin-bottom: 6px;
    border-bottom: none;
}

.left-col {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.76), rgba(51, 51, 51, 0.32)),
        url(../img/home-bg.jpg);
    text-align: center;
    background-size: cover;
    background-position: center;
}

.left-col-content {
    color: #1a7bf9;
    width: 100%;
}

.login-header {
    font-size: 27px;
    font-weight: 600;
}

.login-header a {
    color: #fff;
}

.form-header {
    font-size: 18px;
    margin: 16px 0;
}

.btn-login {
    padding: 6px 52px !important;
}

.right-col {
    background: #aa4b6b;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #3b8d99, #6b6b83, #aa4b6b);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #3b8d99, #6b6b83, #aa4b6b);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    height: 100%;
    min-height: 100vh;
}

.right-col label {
    color: #fff;
}

.right-col a,
.text-white a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.right-col a:hover,
.text-white a:hover {
    color: #ccc;
}

.right-col-content {
    padding: 10% 16%;
    padding-bottom: 3%;
}

.right-col-content-register {
    padding: 2% 8%;
}

.input_inline {
    width: 100%;
    display: inline-flex;
}

.input_inline input,
.input_inline span {
    width: 50%;
}

.bg-manufacturing {
    background-color: #ff851b;
}

.img-thumbnail {
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: border 0.2s ease-in-out;
    padding: 4px;
    margin: 3px;
    text-align: center;
}

.img-thumbnail>.badge {
    position: absolute;
    top: -5px;
    right: -7px;
    font-size: 9px;
    font-weight: 400;
    cursor: pointer;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu {
    max-height: 350px;
}

.bg-aqua-lite {
    background-color: #7fffd4;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    white-space: normal;
}

.spacer {
    margin-top: 20px;
}

#product_list_body {
    max-height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
}

.div-overlay {
    cursor: not-allowed;
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.d-inline-table {
    display: inline-table;
}

.label-round {
    font-size: 8px;
    border-radius: 44%;
}

.table>tbody+tbody {
    border-top: 0;
}

.table-pl-12 td,
.table-pl-12 th {
    padding-left: 12px !important;
}

table tbody td.pl-20-td {
    padding-left: 20px !important;
}

table.table-border-center>tbody>tr>td:first-child,
table.table-border-center>thead>tr>th:first-child,
table.table-border-center>tfoot>tr>td:first-child {
    border-right: 1px solid darkgray;
}

table.table-border-center-col>tbody>tr>td:nth-child(2),
table.table-border-center-col>thead>tr>th:nth-child(2),
table.table-border-center-col>tfoot>tr>td:nth-child(2) {
    border-right: 1px solid darkgray;
    border-left: 1px solid darkgray;
}

.bg-transparent {
    background-color: transparent !important;
}

.mb-0 {
    margin-bottom: 0;
}

.nav-tabs>li>a {
    font-size: 18px;
    font-weight: 600;
}

.table-transparent,
.table-transparent th {
    background-color: transparent !important;
    color: #000 !important;
}

.td-full-width {
    white-space: nowrap;
}

.font-17 {
    font-size: 17px !important;
}

table.dataTable tbody>tr.selected {
    background-color: #b0bed9;
}

tr.footer-total>td {
    vertical-align: middle !important;
}

.error {
    color: red !important;
}
.btn.btn-flat.pull-left.m-8.btn-sm.mt-10.btn-success {
  display: none;
}
div.pos-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 28px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

div.pos-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.pos-tab-menu div.list-group {
    margin-bottom: 0;
}

div.pos-tab-menu div.list-group>a {
    margin-bottom: 0;
}

div.pos-tab-menu div.list-group>a .glyphicon,
div.pos-tab-menu div.list-group>a .fa {
    color: #5a55a3;
}

div.pos-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.pos-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.pos-tab-menu div.list-group>a.active,
div.pos-tab-menu div.list-group>a.active .glyphicon,
div.pos-tab-menu div.list-group>a.active .fa {
    background-color: #3c8dbc;
    color: #ffffff;
    border-color: #3c8dbc;
}

div.pos-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #3c8dbc;
}

div.pos-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 20px;
}

div.pos-tab div.pos-tab-content:not(.active) {
    display: none;
}

.add-product-price-table th {
    background-color: #5cb85c;
    color: white;
}

.blue-header th {
    background-color: #3c8dbc;
    color: white;
}

.table-th-green th {
    background-color: #5cb85c;
    color: white;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.active-cell {
    border: 2px dotted #3c8dbc !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.pos_product_div {
    min-height: 47vh;
    max-height: 57vh;
    overflow-y: auto;
    margin-bottom: 20px;
}

.bg-lightgray {
    background-color: #f0eded !important;
}

.balance_due_box>li {
    padding: 11px 5px 0px 5px;
}

.option-div {
    padding: 15px;
    background-color: #d2d6de;
    color: #333;
    border: 1px solid #d2d6de;
    cursor: pointer;
}

.option-div input[type='radio'] {
    display: none;
}

.option-div-group .icon {
    color: #d33724;
    display: none;
}

.option-div-group .option-div:hover {
    border: 1px solid gray;
}

.option-div-group .active .icon {
    display: block;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.bg-info {
    background-color: #00c0ef !important;
}

.bg-info>a {
    color: #ffffff !important;
}

.bg-info>a:hover {
    background-color: #337ab7 !important;
}

ul.dt-button-collection {
    background-color: #00c0ef;
}

td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('/img/details_close.png') no-repeat center center;
}

.icheckbox_square-blue,
.iradio_square-blue {
    margin-right: 10px;
}

.header-right-div {
    right: 10px;
    float: right;
    position: absolute;
    top: 15px;
}

.header-left-div {
    margin-top: 15px;
    display: inline-flex;
}

.m-8 {
    margin: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.m-5 {
    margin: 5px;
}

.icon-link {
    text-align: center;
    display: block;
    margin-bottom: 18px;
}

.icon-link>a {
    display: grid;
}

.icon-link>.badge {
    position: absolute;
    top: 20px;
    right: 67px;
}

.link-des {
    display: inline-block;
    text-align: left;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    border: none;
    height: auto;
    width: 100%;
    max-height: 120px;
}

.bg-light-green {
    background-color: #98d973 !important;
    color: #fff !important;
}

.hover-q {
    font-size: 16px;
    margin-left: 3px;
    cursor: help;
}

.input-group-addon .hover-q {
    margin-left: 0px;
}

.text-bold {
    font-weight: bold;
}

.tour .popover-content {
    padding: 18px 14px;
}

.table-slim>tbody>tr>td,
.table-slim>tbody>tr>th,
.table-slim>tfoot>tr>td,
.table-slim>tfoot>tr>th,
.table-slim>thead>tr>td,
.table-slim>thead>tr>th {
    padding: 1px;
}

/* Custom scroll bar start*/

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Custom scroll bar end*/

.product_cell {
    height: 100px;
    padding: 1%;
}

.product_cell_div {
    height: 100% !important;
    width: 100% !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    cursor: pointer;
    overflow: hidden;
}

/*CSS to print receipts*/
.print_section {
    display: none;
}

@media print {
    .print_section {
        display: inline !important;
    }

    .modal-xl {
        width: 100% !important;
    }

    ::-webkit-scrollbar {
        display: none !important;
    }

    #toast-container {
        display: none;
    }
}

.input-number .btn-default {
    background-color: white;
    padding: 6px 9px;
}

.width-50 {
    width: 50% !important;
}

.width-40 {
    width: 40% !important;
}

.width-60 {
    width: 60% !important;
}

.width-100 {
    width: 100% !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-23 {
    font-size: 23px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-side-15 {
    /*padding-left: 15px !important;
    padding-right: 15px !important;*/
}

.text-muted-imp {
    color: #a3a3a3 !important;
}

.table-no-top-cell-border td {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.table-no-top-cell-border th {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.table-no-side-cell-border td {
    border-left: 0px !important;
    border-right: 0px !important;
}

.table-no-side-cell-border th {
    border-left: 0px !important;
    border-right: 0px !important;
}

.color-555 {
    color: #555555 !important;
}

.color-555 * {
    color: #555555 !important;
}

.color-white {
    color: white !important;
}

.col-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.col-2px-padding {
    padding: 2px;
}

.pos-express-btn {
    font-size: 23px !important;
    overflow: hidden !important;
    height: 73px !important;
    white-space: normal;
}

.word-wrap {
    word-wrap: break-word !important;
}

.modal-xl {
    width: 90%;
    /* respsonsive width */
    margin-left: auto !important;
    margin-right: auto !important;
}

table.ajax_view tbody tr {
    cursor: pointer;
}

.bg-white {
    background-color: #fff;
}

.product-thumbnail-small {
    height: 50px;
    width: 50px;
}

table.table-text-center td,
table.table-text-center th {
    vertical-align: middle !important;
}

.product_list,.category_list{
    padding-left: 8px;
    padding-right: 8px;
}

.product_box{
    width: 100%;
    /*padding-top: 5px;
  padding-bottom: 2px;*/
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    /*border: 1px solid darkgray;*/
    font-weight: 600;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 0px;
    transition: 0.4s all;
    transform: scale(1);
    position: relative;
}
.category_box {
    width: 100%;
    /*padding-top: 5px;
  padding-bottom: 2px;*/
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    /*border: 1px solid darkgray;*/
    font-weight: 600;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 0px;
    transition: 0.4s all;
    transform: scale(1);
    position: relative;
}

.product_box:hover {
    box-shadow: 0px 6px 12px #c1b8b8;
    transition: 0.4s all;
    transform: scale(1.15);
}
.category_box:hover {
    box-shadow: 0px 6px 12px #c1b8b8;
    transition: 0.4s all;
    transform: scale(1.15);
}

.product_box .image-container{
    /*width: 95%;*/
    height: 95px;
    margin: auto;
    background-size: 100% 100% !important;
    background-position: left 0% top 0% !important;
    /*padding-top: 5px;*/
    border-radius: 10px;
}
.category_box .image-container {
    /*width: 95%;*/
    height: 95px;
    margin: auto;
    background-size: 100% 100% !important;
    background-position: left 0% top 0% !important;
    /*padding-top: 5px;*/
    border-radius: 10px;
}

.product_box .image-container img{
    height: 45px;
    /*width: 45px*/
}
.category_box .image-container img{
    height: 45px;
    /*width: 45px*/
}

.eq-height-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.eq-height-col {
    display: flex;
}

.product_box .text_div{
    margin-top: 0px !important;
    padding: 5px 10px 2px;
    background: #29292ab0;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
}
.category_box .text_div{
    margin-top: 0px !important;
    padding: 5px 10px 2px;
    background: #29292ab0;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
}

.category_box .text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-height: 14px;
    /* fallback */
    max-height: 14px;
    /* fallback */
    color: #fff;
}

.product_box .text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-height: 14px;
    /* fallback */
    max-height: 14px;
    /* fallback */
    color: #fff;
}

.small-box.bg-gray:hover {
    color: #000;
    text-decoration: none;
}

#calendar table tbody td {
    cursor: pointer;
}

.min-height-90hv {
    min-height: 90vh !important;
}

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.text-link {
    cursor: pointer;
}

.text-link:hover {
    text-decoration: underline;
}

.v-center {
    vertical-align: middle !important;
}

.bg-woocommerce {
    background-color: #9e458b !important;
}

/*.box, .info-box, .nav-tabs-custom, .external-event{
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2) !important;
}*/

.user_avatar {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 1px;
}

.fs-10 {
    font-size: 10px;
}

.timeline-lode-more-btn {
    margin-left: 50px;
    margin-top: 25px;
    padding-right: 12px;
    padding-left: 12px;
}

.pa-0 {
    padding: 0px !important;
}

.mt-56 {
    margin-top: 56px !important;
}

.m-2 {
    margin: 2px !important;
}

.treeview-menu i {
    display: none !important;
}

.treeview-menu a {
    padding-left: 25px !important;
    font-size: 95% !important;
}

.treeview-menu a::before {
    content: '';
}

@media only screen and (max-width: 600px) {
    .pos-form-actions {
        position: absolute;
    }
}

.mr-8 {
    margin-right: 8px !important;
}

@media (max-width: 1024px) {
    .pos_form_totals {
        margin-bottom: 40px;
    }
}

.swal-modal .swal-text {
    text-align: center;
}

.pos-total {
    display: inline-block;
    padding: 8px 10px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.pos-total span.number {
    font-size: 26px;
    vertical-align: middle;
    font-weight: bolder;
}

.pos-total span.text {
    font-weight: bolder;
    display: inline-block;
    width: 60px;
    vertical-align: middle;
}

.mb-40 {
    margin-bottom: 40px !important;
}

@import url('https://kit-pro.fontawesome.com/releases/v5.15.3/css/pro.min.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.space {
    height: 65px;
}

.bg-btn-orange {
    background: #f78c18;
    color: #fff;
}

.bg-btn-orange:hover {
    color: #fff !important;
}

.fw-bold {
    font-weight: bold;
}

.fs-18 {
    font-size: 18px;
}

.m-0 {
    margin: 0px;
}

.d-none {
    display: none;
}

.text-black {
    color: #000;
}

.text-darkblue {
    color: #0d1732;
}

.pt-13 {
    padding-top: 13px;
}

.pt-35 {
    padding-top: 35px;
}

.pr-15 {
    padding-right: 15px;
}

.f-mb-20 {
    margin-bottom: 20px;
}

.m-auto {
    margin: auto;
}

/* BackGround Color */

.red {
    /* background: linear-gradient(70deg, #ff4d6f 50%, #fe7893 60%) !important; */
    background: #ff4d6f !important;
}

.green {
    /* background: linear-gradient(70deg, #38d288 52%, #54f196 60%) !important; */
    background: #54f196 !important;
}

.yellow {
    /* background: linear-gradient(70deg, #f1a752 50%, #fdd87d 66%) !important; */
    background: #f1a752 !important;
}

.orange {
    /* background: linear-gradient(70deg, #ff7c5a 58%, #feba79 63%) !important ; */
    background: #ff7c5a !important;
}

.blue {
    background: #3ea7ee !important;
}

.bg-gre {
    background: #47d485 !important;
    color: #fff;
}

.bg-aqua {
    background: #4cb5e2 !important;
}

.bg-yellow {
    background: #e1b868 !important;
}

/* Light BackGround  */

.light-bg-red {
    background: #fde3e2;
}

.light-bg-green {
    background: #e8f6e9;
}

.light-bg-perpal {
    background: #e7e6f8;
}

.light-bg-orange {
    background: #fdf0e0;
}

.light-bg-blue {
    background: #e2f3fb;
}

.light-bg-gray {
    background: #ededf5;
}

.light-bg-perat {
    background: #eef8dd;
}

.light-bg-cgreen {
    background: #e2fcef;
}

/* Text-Color */

.text-dark-red {
    color: #e1183c !important;
}

.text-red {
    color: #e55344 !important;
}

.text-blue {
    color: #156dd9 !important;
}

.text-green {
    color: #61c068;
}

.text-perpal {
    color: #5756cf;
}

.text-orange {
    color: #ee9c40;
}

.text-gray {
    color: #47464a !important;
}

.text-white {
    color: #fff;
}

.text-perat {
    color: #559500;
}

.text-cgreen {
    color: #079553;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block !important;
}

.navbar,
header,
.sidebar {
    background-color: #949494 !important;
}

.logo {
    background: #3f3f3f !important;
    border: 20 0px 0px 20px !important;
}

.bg-body {
    background: #f0f2ff !important;
}

.total-filter {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.total-filter div {
    background: #ffffff;
    padding: 3px 2px;
    border-radius: 50px;
}

.btn-info {
    border-radius: 20px !important;
    margin: 2px;
    margin-left: 3px !important;
    background: #fff;
    border: none;
    font-weight: 600;
}

.btn-info {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 20px;
}

.btn-info.focus,
.btn-info:focus {
    outline: none;
    color: #fff;
    background-color: #f78c18;
    border-color: #f78c18;
}

.btn-info:hover {
    color: #fff;
    background-color: #f78c18;
    border-color: #f78c18;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #f78c18;
    border-color: #f78c18;
    font-weight: 400;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    outline: none;
    color: #fff;
    background-color: #f78c18;
    border-color: #f78c18;
}

/*  ENd  */

.col-5 {
    width: 40%;
    padding-left: 40px;
}

.col-7 {
    width: 60%;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.pr-6 {
    padding-right: 6px !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-bottom: 18px;
    display: flex;
    padding: 22px 10px !important;
    color: #000;
    position: relative;
    transition: 0.4s all;
    cursor: pointer;
    justify-content: space-between;
}

.info-box-icon {
    margin-left: 15px;
    box-shadow: none !important;
}

.info-box::before {
    content: '';
    width: 0px;
    height: 0%;
    /* background: linear-gradient(70deg, #3ea7ee 33%, #5ad0fe 63%); */
    position: absolute;
    left: 0%;
    top: 50%;
    transition: 0.4s all !important;
    /* display: none; */
}

.info-box:hover::before {
    content: '';
    width: 5px;
    height: 100%;
    background: linear-gradient(70deg, #3ea7ee 33%, #5ad0fe 63%);
    position: absolute;
    left: 0%;
    top: 0%;
    transition: 0.4s all;
    /* display: none; */
}

.info-box-icon>i {
    color: #32325d;
    transition: 0.4s all;
}

.info-box-icon {
    transition: 0.4s all;
    transform: scale(1);
    background-color: transparent !important;
}

.info-box:hover .info-box-icon {
    transition: 0.4s all;
    transform: scale(1.2);
    background-color: #4cb5e2 !important;
}

.info-box:hover .info-box-icon>i {
    color: #fff;
}

.pt-10 {
    padding-top: 10px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.info-box small {
    font-size: 14px;
}

.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}

.info-box .progress .progress-bar {
    background: #fff;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 100px;
    width: 35%;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-icon>img {
    max-width: 100%;
}

.info-box-content {
    padding: 5px 10px;
    margin-right: 5px;
    color: #32325d;
    text-align: left !important;
    width: 65%;
    margin-left: 0px !important;
}

.info-box-number {
    display: block;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text,
.progress-description {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    color: #32325d;
}

.pos_btn_setting_main>.pos_btn_setting:nth-child(4) {
    flex-flow: row wrap;
}

.pos_btn_setting_main>.pos_btn_setting:nth-child(4)>button {
    width: 100%;
    height: 100% !important;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.chart {
    width: 60%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: #f78c18 !important;
}

.body-right-side {
    background-color: #fff;
    border-radius: 20px;
    margin-left: auto;
}

.Reminder-box {
    width: 100%;
    flex-wrap: nowrap;
    padding-left: 15px !important;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.border-gray {
    border-top: 2px solid #f0f0f0;
}

.Reminder-box .icon {
    font-size: 25px;
    text-align: left;
}

.Reminder-box .icon i {
    height: 60px;
    width: 60px;
    padding-top: 15px;
    border-radius: 50%;
    text-align: center;
}

.Reminder-box .col-lg-2 {
    margin-top: 25px;
}

.Reminder-box .Heading {
    margin-left: auto;
    margin-top: 32px;
}

.Reminder-box .Heading p {
    font-size: 16px;
}

.Reminder-box .Heading h4 {
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.5px;
}

.Reminder-box .col-lg-3 {
    font-size: 20px;
    text-align: right;
    margin-top: 20px;
    color: #277ae1;
    font-weight: 500;
}

.Reminder-box .col-lg-3 span {
    display: block;
}

.absent {
    color: #ed902b;
}

/* Tasks Section */

.task-activity {
    padding-top: 12px;
}

.my-task {
    background: #fff;
    border-radius: 20px;
    padding-right: 13px;
    padding-left: 12px;
}

.task-icon {
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.task-icon i,
.task-icon h2 {
    display: inline;
}

.task-icon h2 {
    font-size: 20px;
    margin-left: 10px;
}

.task-icon i {
    font-size: 30px;
    color: #3fd5c7;
}

.task-box {
    padding-top: 15px;
    padding-bottom: 5px;
}

.project {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    display: flex;
    flex-wrap: nowrap;
}

.project-date p {
    font-size: 18px;
    background-color: #ededf5;
    width: auto;
    display: inline;
    padding: 1px 20px;
    margin-left: 20px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    color: #47464a;
}

.project .cercial {
    font-size: 16px;
    display: inline !important;
    width: 5%;
}

.project .project-name {
    display: inline;
    width: 75%;
    font-size: 15px;
    font-weight: 400;
    color: #364363;
}

.project .status {
    display: inline;
    height: max-content;
    padding: 3px 8px;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 5px;
    margin-left: 5px;
}

.priority {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}

.priority .status {
    text-align: center;
    display: inline;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 5px;
}

.project .time {
    color: #9aa1b4 !important;
    display: inline;
    width: max-content;
    position: absolute;
    right: 30px;
}

.myactivity {
    padding-bottom: 10px;
}

.myactivity .task-box {
    padding-bottom: 0px !important;
}

/* SideBar */

.sidebar-menu li a {
    color: #fff !important;
}

.myactivity .priority {
    padding-top: 0px !important;
}

.myactivity .project-name {
    width: 100%;
}

.myactivity .time {
    color: #9aa1b4 !important;
    display: inline;
    width: max-content;
    position: absolute;
    right: 30px;
}

.myactivity .priority p {
    margin-left: 22px;
}

.myactivity .task-icon span.search i {
    font-size: 16px !important;
}

/* TodoList And Sales Pyment Due */

.todolist .todos {
    width: 90%;
}

.todolist {
    padding-bottom: 10px;
}

.todolist .cercal {
    width: 5%;
    padding-left: 20px;
    text-align: center;
    display: flex;
    margin-top: 10px;
}

.side-border {
    padding-left: 5px;
}

.side-border div {
    width: 6px;
    background: #e2f3fb;
    height: 75px;
    border-left: 5px solid #e2f3fb;
    position: absolute;
}

.cercial {
    position: relative !important;
}

.cercal .cercial i {
    z-index: 1;
    font-size: 18px;
    position: absolute;
}

.info-pyment i {
    font-size: 18px !important;
}

.info-pyment {
    text-align: right;
    padding-top: 10px;
}

.export-file p {
    padding: 5px 10px;
    margin-left: 8px;
    border-radius: 5px;
}

.export-file p span {
    font-weight: 500;
    color: #000;
    margin-left: 8px;
}

.filter p {
    text-align: right;
    padding-right: 20px;
}

.filter .filter-icon p {
    padding: 4px 10px;
    border-radius: 5px;
    width: auto;
    display: inline;
}

.filter .filter-icon p span {
    margin-left: 5px;
    font-weight: 500;
    color: #000;
}

.filter .filter-icon {
    text-align: right;
    padding-right: 15px;
}

.product-file {
    justify-content: space-around;
}

.product-location {
    justify-content: space-between;
    background: #f4f5fa;
    padding: 8px 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.product-location span {
    color: #2f1b74;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.product-data {
    height: 300px;
    display: flex;
}

.product-data p {
    margin: auto;
    display: inline;
    font-size: 16px;
    font-weight: 500;
}

.show-entries {
    color: #697086;
    font-weight: 500;
}

.next-pre {
    text-align: right;
}

.next-pre span {
    width: 80px !important;
    display: inline-block;
    padding: 6px 9px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    background: #f4f5fa;
    font-weight: 500;
}

.sale-order-box {
    width: 97% !important;
    margin-left: 1.5% !important;
}

.sale-order-box .entries {
    margin-bottom: 10px;
}

.sale-order-box .entries p {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
}

.sale-order-box .entries select {
    padding: 3px 0px;
    padding-right: 10px;
    height: 30px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
}

.sale-order-box .entries select option {
    font-weight: 500;
}

.sale-order-box .product-file {
    padding: 15px;
    padding-right: 25px;
    padding-top: 8px;
}

.sale-order-box .product-filter {
    padding-top: 10px;
}

.sale-order-box .product-filter i {
    padding-top: 10px;
    color: #c3c6d5;
}

/* .sidebar-menu .active a {
    background-color: #f78c18 !important;
} */

.nav-tabs>i>a:hover {
    border-color: none;
}

.skin-blue-light .sidebar-menu>li.active {
    border-left: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #f78c18 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #493685 !important;
}

.skin-black-light .sidebar-menu>li.active>a,
.skin-black-light .sidebar-menu>li.menu-open>a,
.skin-black-light .sidebar-menu>li:hover>a,
.skin-blue-light .sidebar-menu>li.active>a,
.skin-blue-light .sidebar-menu>li.menu-open>a,
.skin-blue-light .sidebar-menu>li:hover>a,
.skin-green-light .sidebar-menu>li.active>a,
.skin-green-light .sidebar-menu>li.menu-open>a,
.skin-green-light .sidebar-menu>li:hover>a,
.skin-purple-light .sidebar-menu>li.active>a,
.skin-purple-light .sidebar-menu>li.menu-open>a,
.skin-purple-light .sidebar-menu>li:hover>a,
.skin-red-light .sidebar-menu>li.active>a,
.skin-red-light .sidebar-menu>li.menu-open>a,
.skin-red-light .sidebar-menu>li:hover>a,
.skin-yellow-light .sidebar-menu>li.active>a,
.skin-yellow-light .sidebar-menu>li.menu-open>a,
.skin-yellow-light .sidebar-menu>li:hover>a {
    background-color: #f78c18 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    padding-right: 0px;
}

.sidebar {
    padding-right: 10px;
}

.skin-black-light .sidebar-menu>li>.treeview-menu,
.skin-blue-light .sidebar-menu>li>.treeview-menu,
.skin-green-light .sidebar-menu>li>.treeview-menu,
.skin-purple-light .sidebar-menu>li>.treeview-menu,
.skin-red-light .sidebar-menu>li>.treeview-menu,
.skin-yellow-light .sidebar-menu>li>.treeview-menu {
    background-color: #2f1b74 !important;
    width: 100%;
}

.skin-black-light .sidebar-menu>li>.treeview-menu,
.skin-blue-light .sidebar-menu>li>.treeview-menu,
.skin-green-light .sidebar-menu>li>.treeview-menu,
.skin-purple-light .sidebar-menu>li>.treeview-menu,
.skin-red-light .sidebar-menu>li>.treeview-menu,
.skin-yellow-light .sidebar-menu>li>.treeview-menu :hover {
    background: #382288bc !important;
}

.skin-blue-light .content-wrapper .content-header-custom {
    background: none;
}

.first-section .row-custom .col-md-6 {
    padding-right: 7px !important;
}

aside.main-sidebar {
    background: #2f1b74 !important;
}

.daterangepicker .ranges li.active {
    background: #f78c18;
}

nav .navbar-custom-menu .m-8.pull-left.mt-15.hidden-xs {
    position: absolute;
    left: 5%;
    line-height: 1.5;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    width: 120px !important;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .pr-8 {
        padding-right: 8px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    div.hidden-xs {
        visibility: hidden !important;
    }
}

@media (max-width: 500px) {
    .navbar-custom-menu .dropdown.user.user-menu span {
        display: -webkit-box;
        max-width: 60px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.625;
    }

    .navbar-custom-menu .m8 {
        margin: 7px !important;
    }

    .navbar-nav>.user-menu .user-image {
        float: left;
        margin-right: 10px;
    }

    .dropdown.user.user-menu {
        width: 100px;
    }
}

@media (max-width: 320px) {
    .body-right-side .col-7 {
        padding-right: 0px;
    }

    .body-right-side .col-3 {
        padding-left: 0px;
        padding-right: 5px;
    }

    .body-right-side .col-2 {
        padding: 0;
    }

    .first-section div.col-lg-6.col-md-12.pt-13.pr-8.mb-10 {
        padding: 0px;
    }

    .project .project-name {
        display: inline;
        height: max-content;
        width: 58%;
        font-size: 15px;
        font-weight: 400;
        color: #364363;
        padding-left: 5px;
    }

    .secound-section .col-lg-6.col-md-12.pr-6.mb-20,
    .secound-section .col-lg-6.col-md-12.pr-8 {
        padding: 0px !important;
    }

    .task-activity .export-file {
        text-align: center;
    }

    .task-activity .col-lg-6.col-md-12.pr-6.mb-20,
    .task-activity .col-lg-6.col-md-12.pr-8 {
        padding: 0px !important;
    }

    .mytask-status {
        width: max-content;
        justify-content: end;
        flex-wrap: wrap;
    }

    .side-border div {
        width: 6px;
        background: #e2f3fb;
        height: 88px;
        border-left: 5px solid #e2f3fb;
        position: absolute;
    }
}

@media (min-width: 320px) {
    .body-right-side .col-7 {
        padding-right: 0px;
    }

    .body-right-side .col-3 {
        padding-left: 0px;
        padding-right: 5px;
    }

    .body-right-side .col-2 {
        padding: 0;
    }

    .first-section div.col-lg-6.col-md-12.pt-13.pr-8.mb-10 {
        padding: 0px;
    }

    .project .project-name {
        display: inline;
        height: max-content;
        width: 58%;
        font-size: 15px;
        font-weight: 400;
        color: #364363;
        padding-left: 5px;
    }

    .secound-section .col-lg-6.col-md-12.pr-6.mb-20,
    .secound-section .col-lg-6.col-md-12.pr-8 {
        padding: 0px;
    }

    .task-activity .export-file {
        text-align: center;
    }

    .task-activity .col-lg-6.col-md-12.pr-6.mb-20,
    .task-activity .col-lg-6.col-md-12.pr-8 {
        padding: 0px;
    }

    .mytask-status {
        width: max-content;
        justify-content: end;
        flex-wrap: wrap;
    }

    .project .status {
        margin-top: 5px;
    }
}

@media (min-width: 425px) {
    .body-right-side .col-7 {
        padding-right: 0px;
    }

    .body-right-side .col-3 {
        padding-left: 0px;
        padding-right: 5px;
    }

    .body-right-side .col-2 {
        padding: 0;
    }

    .first-section div.col-lg-6.col-md-12.pt-13.pr-8.mb-10 {
        padding-top: 13px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .project .project-name {
        display: inline;
        height: max-content;
        width: max-content;
        font-size: 15px;
        font-weight: 400;
        color: #364363;
        padding-left: 5px;
    }

    .secound-section .col-lg-6.col-md-12.pr-6.mb-20,
    .secound-section .col-lg-6.col-md-12.pr-8 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .task-activity .export-file {
        text-align: center;
    }

    .task-activity .col-lg-6.col-md-12.pr-6.mb-20,
    .task-activity .col-lg-6.col-md-12.pr-8 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .Reminder-box {
        width: 100%;
        flex-wrap: nowrap;
        padding-left: 25px !important;
        padding-top: 0px;
        padding-bottom: 15px;
        padding-right: 25px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .mytask-status {
        width: max-content;
        justify-content: space-between;
        right: 20px;
        position: absolute;
        flex-wrap: wrap;
    }
}

/* Fornt Page */

.f_read_button {
    background: #0d1732;
    color: #fff;
    padding: 10px;
    border-color: #0d1732;
    border-radius: 3px;
}

.f_read_button a {
    color: #fff;
}

body {
    font-family: 'Nunito', sans-serif !important;
    font-weight: 400 !important;
}

.f-logo img {
    height: 30px;
    padding-left: 30px;
}

.f-navbar {
    background-color: transparent !important;
    border: none;
    padding-bottom: 10px;
}

.f-navbar {
    background-image: url('https://pos.pits.pk/img/forntPage/main_menu_header.svg') !important;
}

.f-banner {
    width: 100%;
    background-image: url('../img/forntPage/BGbanner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.f-owerly {
    width: 100%;
    padding-top: 70px;
}

.f-login-singup {
    padding-top: 25px;
}

.f-login-singup ul .f-singup {
    background-image: url('../img/forntPage/Asset19.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.f-login-singup ul li {
    padding: 0px 10px;
    border-radius: 4px;
}

.f-login-singup ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
    font-size: 16px;
}

.f-login-singup ul .f-login {
    background-color: #f1f1f2 !important;
    margin-right: 10px;
}

.f-banner h1 {
    color: #f3c028;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

.f-banner h3 {
    color: #fff;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif;
}

.f-owerly .container-fluid {
    padding-left: 60px;
    padding-right: 35px;
}

.f-owerly button {
    padding: 5px 12px;
    border: none;
    border-radius: 4px;
    margin-top: 80px;
    background-image: url('../img/forntPage/Asset19.svg');
}

.f-owerly button a {
    color: #000;
}

.f-singup a:hover {
    background: none !important;
}

.f-pc {
    background-image: url('../img/forntPage/Asset15.svg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 410px;
    width: 500px;
    padding-left: 20px;
    padding-top: 20px;
}

.f-pc img {
    width: 93%;
    height: 245px;
}

.f-owerly .col-lg-7 .d-flex {
    margin-top: 120px;
}

.f-tablet {
    background-image: url('../img/forntPage/tabletScreen.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 210px;
    margin-top: 160px;
    margin-left: -120px;
}

.f-tablet img {
    height: 226px;
    padding-left: 13px;
    padding-top: 16px;
    width: 87%;
}

.f-mobile {
    background-image: url('../img/forntPage/Asset14.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 150px;
    margin-top: 245px;
    margin-left: -65px;
}

.f-mobile img {
    width: 73%;
    padding-left: 11px;
    padding-top: 11px;
    border-radius: 11px;
    border-top-left-radius: 20px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.f-about-section {
    margin-top: -5px;
    padding-top: 70px;
    padding-bottom: 170px;
    background-image: url(../img/forntPage/GrayBG.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.f-about-section h3 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.f-about-section p.desc {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: 1px;
    color: #f58b1f;
    font-size: 18px;
}

.f-about-section .about-title {
    text-align: left;
}

.f-navbar {
    position: fixed;
    top: 0;
    width: 100%;
}

.f-about-section .f-box {
    background-image: url(../img/forntPage/orange.svg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    padding: 5px 30px;
    text-align: center;
    background-size: cover;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    background-position: center;
    border-radius: 4px;
}

.f-boxs .col-lg-3 {
    padding: 0px 30px;
}

.f-boxs {
    padding-top: 30px;
}

.f-key-box {
    background-image: url(../img/forntPage/Rounded-Square.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 27px;
    text-align: center;
}

.f-key-box img {
    height: 135px;
}

.f-key-boxs {
    margin-bottom: 60px;
}

.f-key-box p {
    font-weight: bold;
    color: black;
    padding-top: 10px;
}

.f-keyFeatures h3 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.Industeries {
    background-image: url(../img/pictures/IndustryBG.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.overflow-indus {
    background-image: url(../img/pictures/banner1-svg.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 25px;
    padding-bottom: 50px;
}

.Industeries h3 {
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.indus-box {
    background-image: url(../img/forntPage/Asset19.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-weight: bolder;
    border-radius: 20px;
    padding: 16px;
}

.indus-boxs .col-lg-4 {
    padding: 12px 25px;
}

.about-Security {
    padding-top: 70px;
    padding-bottom: 250px;
    background-image: url(../img/forntPage/GrayBG.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.about-Security h3 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.about-Security .desc {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #f58b1f;
    font-size: 18px;
    line-height: 1;
}

.about-Security .p {
    font-weight: 365;
    letter-spacing: 1px;
}

.about-Security .pl h3 {
    margin: 0;
    color: #000;
}

.about-Security .pl {
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.suc-box {
    background-image: url(../img/forntPage/orange.svg);
    background-repeat: no-repeat;
    padding: 5px 30px;
    text-align: center;
    background-size: cover;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    background-position: center;
    border-radius: 4px;
}

.secu-boxs {
    padding-top: 30px;
}

.aundroid {
    position: relative;
    bottom: 170px;
}

.aundroid .col-lg-7 {
    padding-top: 100px;
}

.aundroid .col-lg-7 h3 {
    margin-top: 0px;
    margin-top: 0;
    font-size: 61px;
    font-weight: bold;
}

.aundroid p.text-black.fs-18 {
    letter-spacing: 2px;
}

.aundroid .f-mobiles .mobile {
    background-image: url(../img/forntPage/Asset14.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 284px;
    height: 342px;
    padding-left: 24px;
    padding-top: 26px;
}

.f-mobiles {
    display: flex;
    padding-top: 50px;
}

.aundroid .f-mobiles .mobile img {
    width: 73%;
    height: 98%;
    border-radius: 16px;
}

.f-second-mobile {
    margin-top: 100px;
}

.pricing {
    padding-bottom: 50px;
}

.pricing .title {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #000;
}

.text-center {
    text-align: center;
}

.discount-tabs {
    text-align: center;
    padding-top: 30px;
}

.discount-tabs h3 {
    display: inline;
}

.discount-tabs img {
    display: block;
    height: 20px;
    margin: auto;
}

.f-counter .row {
    border-bottom: 2.5px solid #f1f1f2;
    padding: 9px 0px;
}

.f-counter {
    padding-right: 50px;
}

.f-counter h4 {
    font-weight: bold;
    font-size: 20px;
}

.text-see-green {
    color: #39b45a;
}

.total-invoice {
    color: #fff;
    font-size: 18px;
    padding: 10px;
}

.bg-dark-blue {
    background: #0d1732;
    border-radius: 25px;
}

.total-invoice p {
    margin: 0px;
}

.total-invoice hr {
    margin: 8px;
}

.f-module-box .module-price {
    margin-left: auto;
}

.f-module-box .module-name {
    margin-left: 10px;
}

.f-module-box {
    background: #f2f2f2;
    padding: 10px 8px 0px 11px;
    font-size: 17px;
    border-radius: 8px;
    border: 1px solid gray;
    color: #666667;
}

.f-module-boxs .col-lg-6 {
    padding: 10px 15px;
}

.row.f-module-boxs {
    border-bottom: 0px;
}

.blue-module {
    background: rgb(63, 109, 180);
    background: linear-gradient(90deg, rgba(63, 109, 180, 1) 35%, rgba(59, 184, 234, 1) 75%);
    color: #ffff;
    border-color: #fff;
}

.add-module {
    height: 255px;
}

.add-module .modules {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

.add-module .modules::-webkit-scrollbar {
    display: none;
}

.modules .row {
    width: 100%;
}

.buy-now {
    display: flex;
    border-top: 1px solid;
    padding-bottom: 20px;
    padding-top: 10px;
}

.buy-now button {
    margin: auto;
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.total-box {
    padding: 20px 15px;
}

.total-box :last-child {
    margin-left: auto;
}

.AVAILABILITy .left-side img {
    width: 100%;
}

.AVAILABILITy .left-side {
    padding: 0px;
}

.AVAILABILITy .right-side {
    background: #f3c028;
    text-align: center;
}

.AVAILABILITy .right-side img {
    width: 150px;
    padding-bottom: 30px;
}

.AVAILABILITy .right-side h3 {
    font-weight: bold;
    color: black;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.AVAILABILITy .right-side p {
    color: black;
    font-size: 20px;
    padding: 0px 14% 14%;
}

.FAQ {
    padding: 50px;
}

.FAQ h3 {
    text-align: center;
    color: #000;
    padding-bottom: 12px;
    font-size: 40px;
    font-weight: 600;
}

.f-yello-box {
    text-align: center;
    padding-top: 100px;
}

.f-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.f-active,
.f-accordion:hover {
    background-color: #ccc;
}

.f-panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.f-panel p {
    padding: 10px;
}

.unlimited-img {
    height: 20px;
}

#unlimited-users {
    position: absolute;
    height: 10px;
    left: 7%;
}

.module-box-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#f-modules .col-lg-6 .row {
    padding: 5px;
}

#f-modules .col-lg-6 {
    display: none;
    padding: 10px 15px;
}

.form {
    background-color: #0d1732;
    padding: 50px;
}

.form input {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    border: none;
    padding: 5px 35px;
}

.form .col-lg-6,
.form .col-lg-9,
.form .col-lg-3 {
    padding: 20px;
}

.skin-blue .content-wrapper .content-custom,
.skin-blue-light .content-wrapper .content-custom {
    margin-top: 0px !important;
}

.form {
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #fff;
}

.f-orange {
    color: #f58b1f;
}

.form h3 {
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #fff;
    padding-bottom: 20px;
    font-size: 35px;
}

.form [type='submit'] {
    background-image: url(../img/forntPage/Asset19.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.form button {
    font-size: 18px;
    padding: 8px 50px;
    border-radius: 6px;
    font-weight: bold;
    background: rgb(245, 139, 31);
    background: linear-gradient(90deg, rgba(245, 139, 31, 1) 35%, rgba(243, 192, 40, 1) 75%);
    margin: auto;
    display: block;
    border: none;
}

.footer {
    background: #333333;
    color: #fff !important;
    font-size: 18px;
    padding: 50px;
}

.footer .row .col-lg-4 h3,
.footer a {
    color: #fff;
}

.footer .first p {
    padding: 10px;
}

.footer .row {
    padding-top: 15px;
}

.footer .bottom :first-child {
    text-align: right;
}

.footer .bottom span {
    padding: 0px 10px;
}

.footer .second {
    padding-left: 15%;
}

.footer .third {
    padding-left: 18%;
}

.nav.navbar-nav.navbar-right {
    display: flex;
    justify-content: end;
    padding-right: 10px;
}

.navbar-collapse.collapse.in {
    background-color: #2f1b74;
}

.navbar-nav>li>a {
    float: left;
}

.f-main {
    height: 100vh;
}

.f-navbar #navbar {
    margin-left: auto;
    margin-top: auto;
}

.Select {
    margin-left: 50px;
}

section.form input {
    color: black;
}

.f-navbar.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.Select li {
    list-style: none;
}

.Select {
    display: flex;
    margin-top: auto;
}

.Select img {
    height: 20px;
    width: 30px;
    margin-right: 5px;
}

.totalmobile {
    font-size: 20px;
    color: #fff;
}

.totalmobile button {
    color: #fff;
}

.navbar-toggle.collapsed {
    background: none;
}

@media (max-width: 320px) {
    .footer {
        padding: 0;
    }

    .f-owerly .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .f-pc {
        background-image: url(../img/forntPage/Asset15.svg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 410px;
        width: 400px;
        padding-left: 11px;
        padding-top: 11px;
    }

    .f-pc img {
        width: 96%;
        height: 107px;
    }

    .f-mobile img {
        width: 73%;
        padding-left: 6px;
        padding-top: 6px;
        border-radius: 8px;
        border-top-left-radius: 9px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 7px;
    }

    .f-mobile {
        background-image: url(../img/forntPage/Asset14.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100px;
        height: 150px;
        margin-top: 95px;
        margin-left: -59px;
    }

    .f-tablet img {
        height: 148px;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .f-tablet {
        background-image: url(../img/forntPage/tabletScreen.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 255px;
        margin-top: 20px;
        margin-left: -58px;
    }

    .f-about-section p.desc {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        letter-spacing: 1px;
        color: #f58b1f;
        font-size: 18px;
    }

    .f-boxs .col-lg-3 {
        padding: 5px 30px;
    }

    .overflow-indus {
        background-repeat: repeat;
    }

    .about-Security .desc {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #f58b1f;
        font-size: 18px;
        line-height: 1;
    }

    .row.secu-boxs .col-lg-3 {
        padding: 10px 15px;
    }

    .aundroid .col-lg-7 h3 {
        font-size: 55px;
    }

    .aundroid .f-mobiles .mobile {
        background-image: url(../img/forntPage/Asset14.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 284px;
        height: 426px;
        padding-left: 31px;
        padding-top: 31px;
    }

    .aundroid .f-mobiles .mobile img {
        width: 73%;
        height: 97%;
        border-radius: 22px;
    }

    .f-mobiles {
        display: block;
    }

    .f-key-box {
        background-image: url(../img/forntPage/Rounded-Square.svg);
        background-repeat: no-repeat;
        background-position: center;
        padding: 8px;
        background-size: cover;
        border-radius: 15px;
        text-align: center;
    }

    .f-key-box img {
        height: 75px;
    }

    .f-key-boxs {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin: 0px;
    }

    .f-key-boxs .col-lg-3 {
        width: 50%;
        padding: 10px;
    }

    .discount-tabs {
        display: flex;
        flex-wrap: wrap;
    }

    .discount-tabs .col-lg-3 {
        width: 50%;
    }

    .col-lg-7 .f-counter {
        padding-right: 0px;
    }

    .col-lg-7 .f-counter .row.text-black.fs-18 {
        display: flex;
        flex-wrap: nowrap;
    }

    .col-lg-7 .f-counter .row.text-black.fs-18 .col-lg-6 {
        width: 36%;
    }

    .col-lg-7 .f-counter .row.text-black.fs-18 .col-lg-6 p {
        width: 100%;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .AVAILABILITy .row {
        width: 100%;
        margin: 0;
    }

    .AVAILABILITy .row {
        width: 100%;
    }

    .FAQ {
        padding: 0px;
    }

    .form {
        padding: 0px;
    }

    .indus-box {
        padding: 12px;
    }

    .total-invoice {
        display: none;
    }

    span.px-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .padding div:nth-child(2) {
        padding: 0;
    }

    .f-logo img {
        padding: 0px;
    }
}

@media (min-width: 320px) {
    .aundroid .f-mobiles .mobile {
        margin: auto;
    }

    .f-owerly .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .f-pc {
        background-image: url(../img/forntPage/Asset15.svg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 410px;
        width: 400px;
        padding-left: 11px;
        padding-top: 11px;
    }

    .f-pc img {
        width: 96%;
        height: 107px;
    }

    .f-mobile img {
        width: 73%;
        padding-left: 6px;
        padding-top: 6px;
        border-radius: 8px;
        border-top-left-radius: 9px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 7px;
    }

    .f-mobile {
        background-image: url(../img/forntPage/Asset14.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100px;
        height: 150px;
        margin-top: 95px;
        margin-left: -59px;
    }

    .f-tablet img {
        height: 148px;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .f-tablet {
        background-image: url(../img/forntPage/tabletScreen.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 255px;
        margin-top: 20px;
        margin-left: -58px;
    }

    .f-about-section p.desc {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        letter-spacing: 1px;
        color: #f58b1f;
        font-size: 18px;
    }

    .f-boxs .col-lg-3 {
        padding: 5px 30px;
    }

    .overflow-indus {
        background-repeat: repeat;
    }

    .about-Security .desc {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #f58b1f;
        font-size: 18px;
        line-height: 1;
    }

    .row.secu-boxs .col-lg-3 {
        padding: 10px 15px;
    }

    .aundroid .col-lg-7 h3 {
        font-size: 59px;
    }

    .aundroid .f-mobiles .mobile {
        background-image: url(../img/forntPage/Asset14.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 284px;
        height: 426px;
        padding-left: 31px;
        padding-top: 31px;
    }

    .aundroid .f-mobiles .mobile img {
        width: 73%;
        height: 97%;
        border-radius: 22px;
    }

    .f-mobiles {
        display: block;
    }

    .f-key-box {
        background-image: url(../img/forntPage/Rounded-Square.svg);
        background-repeat: no-repeat;
        background-position: center;
        padding: 8px;
        background-size: cover;
        border-radius: 15px;
        text-align: center;
    }

    .f-key-box img {
        height: 75px;
    }

    .f-key-boxs {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin: 0px;
    }

    .f-key-boxs .col-lg-3 {
        width: 50%;
        padding: 10px;
    }

    .discount-tabs {
        display: flex;
        flex-wrap: wrap;
    }

    .discount-tabs .col-lg-3 {
        width: 50%;
    }

    .col-lg-7 .f-counter {
        padding-right: 0px;
    }

    .col-lg-7 .f-counter .row.text-black.fs-18 {
        display: flex;
        flex-wrap: nowrap;
    }

    .col-lg-7 .f-counter .row.text-black.fs-18 .col-lg-6 {
        width: 40%;
    }

    .AVAILABILITy .row {
        width: 100%;
        margin: 0;
    }

    .AVAILABILITy .row {
        width: 100%;
    }

    .FAQ {
        padding: 0px;
    }

    .form {
        padding: 0px;
    }

    .indus-box {
        padding: 12px;
    }

    .total-invoice {
        display: none;
    }

    span.px-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .padding div:nth-child(2) {
        padding: 0;
    }

    .f-logo img {
        padding: 0px;
    }

    .totalmobile {
        display: block !important;
    }
}

@media (min-width: 330px) {
    .f-tablet img {
        height: 39%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .f-pc img {
        width: 96%;
        height: 31%;
    }
}

@media (min-width: 340px) {
    .f-tablet img {
        height: 40%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .f-pc img {
        width: 96%;
        height: 31%;
    }
}

@media (min-width: 350px) {
    .f-tablet img {
        height: 41%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .f-pc img {
        width: 96%;
        height: 31%;
    }
}

@media (min-width: 360px) {
    .f-tablet img {
        height: 42%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .f-pc img {
        width: 96%;
        height: 33%;
    }

    span.px-12 {
        padding: 0px !important;
    }

    span.px-12 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .f-logo img {
        padding-left: 30px;
    }
}

@media (min-width: 375px) {
    .f-pc img {
        width: 93%;
        height: 34%;
    }

    .f-tablet img {
        height: 43%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }
}

@media (min-width: 390px) {
    .f-tablet img {
        height: 46%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }
}

@media (min-width: 414px) {
    .f-pc img {
        width: 93%;
        height: 37%;
    }

    .f-tablet img {
        height: 47%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }
}

@media (min-width: 425px) {
    .f-pc img {
        width: 93%;
        height: 36%;
    }

    .f-tablet img {
        height: 49%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .f-mobile img {
        width: 73%;
        padding-left: 8px;
        padding-top: 8px;
        border-radius: 12px;
        border-top-left-radius: 14px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
}

@media (min-width: 443px) {
    .f-pc img {
        width: 93%;
        height: 36%;
    }

    .f-tablet img {
        height: 50%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .f-mobile img {
        width: 73%;
        padding-left: 8px;
        padding-top: 8px;
        border-radius: 12px;
        border-top-left-radius: 14px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
}

@media (min-width: 455px) {
    .f-pc img {
        width: 93%;
        height: 39%;
    }

    .f-tablet img {
        height: 52%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .f-mobile img {
        width: 73%;
        padding-left: 8px;
        padding-top: 8px;
        border-radius: 12px;
        border-top-left-radius: 14px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
}

@media (min-width: 473px) {
    .f-pc img {
        width: 93%;
        height: 39%;
    }

    .f-tablet img {
        height: 53%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .f-mobile img {
        width: 73%;
        padding-left: 8px;
        padding-top: 8px;
        border-radius: 12px;
        border-top-left-radius: 14px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
}

@media (min-width: 485px) {
    .f-pc img {
        width: 93%;
        height: 40%;
    }

    .f-tablet img {
        height: 54%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .f-mobile img {
        width: 73%;
        padding-left: 8px;
        padding-top: 8px;
        border-radius: 12px;
        border-top-left-radius: 14px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
}

@media (min-width: 515px) {
    .f-pc img {
        width: 93%;
        height: 41%;
    }

    .f-tablet img {
        height: 57%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .f-mobile img {
        width: 73%;
        padding-left: 8px;
        padding-top: 8px;
        border-radius: 12px;
        border-top-left-radius: 14px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .f-tablet {
        background-image: url(../img/forntPage/tabletScreen.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 255px;
        margin-top: 20px;
        padding-left: 5px;
        margin-left: -58px;
        padding-top: 6px;
    }

    .aundroid .f-mobiles .mobile {
        background-image: url(../img/forntPage/Asset14.svg);
        margin: auto;
        background-size: cover;
        background-repeat: no-repeat;
        width: 284px;
        height: 426px;
        padding-left: 31px;
        padding-top: 31px;
    }

    #unlimited-users {
        position: absolute;
        height: 10px;
        left: 12%;
    }
}

@media (min-width: 600px) {
    .f-pc img {
        width: 93%;
        height: 51%;
    }

    .f-tablet img {
        height: 61%;
        padding-left: 10px;
        padding-top: 11px;
        width: 87%;
    }

    .Select {
        margin-left: 0px;
    }

    .f-navbar.navbar-default .navbar-nav>li>a {
        padding: 10px;
    }

    .f-logo img {
        padding-left: 0px;
    }
}

@media (min-width: 700px) {
    .f-mobiles {
        display: flex;
        padding-top: 50px;
    }

    #unlimited-users {
        position: absolute;
        height: 10px;
        left: 6%;
    }

    .f-logo img {
        padding-left: 30px;
    }

    .Select {
        margin-left: 50px;
    }

    .f-navbar.navbar-default .navbar-nav>li>a {
        padding: 10px 15px;
    }
}

@media (min-width: 768px) {
    .f-pc img {
        width: 93%;
        height: 50%;
    }

    .f-tablet img {
        height: 61%;
        padding-left: 10px;
        padding-top: 11px;
        width: 75%;
    }

    .f-mobile {
        background-image: url(../img/forntPage/Asset14.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100px;
        height: 150px;
        margin-top: 95px;
        margin-left: -94px;
    }

    .f-key-box img {
        height: 135px;
    }

    .f-key-box {
        background-image: url(../img/forntPage/Rounded-Square.svg);
        background-repeat: no-repeat;
        background-position: center;
        padding: 20px;
        background-size: contain;
        border-radius: 15px;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .totalmobile {
        display: none !important;
    }

    .total-invoice {
        display: block;
    }
}

@media (min-width: 1024px) {
    .f-tablet img {
        height: 61%;
        padding-left: 10px;
        padding-top: 11px;
        width: 79%;
    }

    .f-key-boxs .col-lg-3 {
        width: 25%;
    }

    .FAQ {
        padding-bottom: 50px;
    }

    .form form,
    .form {
        padding: 50px;
    }

    .f-keyFeatures {
        padding: 50px;
    }

    .f-counter {
        padding-right: 50px;
    }
}

@media (min-width: 1200px) {
    .f-pc {
        background-image: url('../img/forntPage/Asset15.svg');
        background-size: cover;
        background-repeat: no-repeat;
        height: 410px;
        width: 500px;
        padding-left: 20px;
        padding-top: 20px;
    }

    .f-pc img {
        width: 93%;
        height: 245px;
    }

    .f-tablet {
        background-image: url('../img/forntPage/tabletScreen.svg');
        background-size: cover;
        background-repeat: no-repeat;
        width: 210px;
        margin-top: 160px;
        margin-left: -120px;
    }

    .f-tablet img {
        height: 221px;
        padding-left: 9px;
        padding-top: 10px;
        width: 87%;
    }

    .f-mobile {
        background-image: url('../img/forntPage/Asset14.svg');
        background-size: cover;
        background-repeat: no-repeat;
        width: 100px;
        height: 150px;
        margin-top: 245px;
        margin-left: -65px;
    }

    .f-mobile img {
        width: 73%;
        padding-left: 11px;
        padding-top: 11px;
        border-radius: 11px;
        border-top-left-radius: 20px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .f-key-box img {
        height: 135px;
    }

    .f-key-box {
        background-image: url(../img/forntPage/Rounded-Square.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 20px;
        border-radius: 15px;
        text-align: center;
    }

    .f-mobiles {
        display: flex;
        padding-top: 50px;
    }

    .aundroid .f-mobiles .mobile img {
        width: 80%;
        height: 84%;
        border-radius: 16px;
    }

    .f-second-mobile {
        margin-top: 100px;
    }

    .discount-tabs .col-lg-3 {
        width: 25%;
    }

    .f-counter {
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .f-navbar #navbar {
        width: 100%;
        position: absolute;
        top: 50px;
        margin-left: -15px;
    }

    .f-navbar.navbar-default .navbar-nav>li>a {
        float: none;
        color: black;
    }

    .Select {
        margin-left: 50px;
    }

    .button-toggle {
        margin-left: auto !important;
    }

    section.form {
        padding-bottom: 50px;
    }

    .text-see-green span {
        font-size: 15px;
    }
}

.discountper {
    display: block;
    font-weight: 600;
    font-size: large;
    color: #d60303;
    font-style: italic;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.mac-bg-img {
    padding: 10px;
    background-image: url(../img/forntPage/softwarescreen.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 300px;
}

.mac-bg-img img {
    height: 55%;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none !important;
}

.f-slider h3 {
    font-size: 40px;
    color: black;
    text-align: center;
}

.pr-0 {
    padding: 0 !important;
}

.f-white-nav {
    background-color: #fff !important;
    background-image: none !important;
    width: 100%;
    position: fixed;
    top: 0;
}

.f-white-nav.navbar-default .navbar-nav>li>a {
    color: #000 !important;
}

.f-accordion {
    display: flex;
}

.f-accordion i {
    margin-left: auto;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
}

.navbar-default .navbar-brand {
    color: #fff !important;
}

tbody .btn-info {
    border-radius: 3px !important;
}

html {
    height: -webkit-fill-available !important;
}

.pricing {
    position: relative;
}

.popup {
    position: absolute;
    background: #fff;
    padding: 50px;
    z-index: 50;
    width: auto;
    margin: auto;
    left: 35%;
    top: 38%;
    right: 35%;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 75%);
}

.popup form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.popup form input {
    width: 30rem;
    padding: 5px;
    border: none;
    border-bottom: 1px solid;
    margin-top: 40px;
}

.popup form input[type='submit'] {
    cursor: pointer;
    border: none;
    background: #0d1732;
    color: #fff;
    width: fit-content;
    padding: 5px 20px;
}

.popup form input:focus {
    border: none;
    outline: none;
}

.popup button {
    margin-left: 100%;
    background: transparent;
    border: none;
    font-size: 20px;
}

.popuphide {
    display: none;
}

/* Asad work start here  */

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 0px solid #f4f4f4;
}

.table-bordered {
    border: 0px solid #f4f4f4;
}

.dataTables_scrollBody {
    border-radius: 12px;
}

.nav-tabs-custom {
    background-color: transparent;
    box-shadow: none;
}

.nav-tabs-custom>.tab-content {
    background-color: transparent;
}

.modal.fade .modal-dialog {
    transform: translate(-25%, 0%);
}

.modal.in .modal-dialog {
    transform: translate(0%, 0%);
}

.dt-buttons.btn-group>.btn-default {
    background: #2f1b74;
    color: #fff;
    outline: none;
    border: 1px solid #2f1b74;
    margin: 5px;
    border-radius: 8px !important;
}

.dt-buttons.btn-group>.btn-default:hover {
    background: #1b0b54;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 25px !important;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 25px !important;
}

.pos_btn_setting_main {
    display: flex;
    flex-flow: row wrap;
}

.pos_btn_setting {
    width: 20%;
    display: flex;
    flex-flow: column;
}

.pos_btn_setting>button {
    height: 50%;
    border-color: #d2d6de;
    border-width: 1px;
}

.pos_btn_setting:nth-child(4)>button:first-of-type {
    height: 85%;
}

.pos_btn_setting:last-of-type>div {
    height: 100%;
    display: flex;
    flex-flow: row wrap;
}

.pos_btn_setting:last-of-type>div>span {
    width: 100%;
    text-align: center;
}

.walk_in_customer {
    margin-bottom: 75px !important;
}

.table>tbody {
    background-color: white;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #eee;
}

div.dataTables_scrollBody>table {
    margin-bottom: 12px;
}

.table>tbody>tr>td {
    vertical-align: middle;
    font-size: 13px;
}

.pos-form-actions {
    display: flex;
    flex-flow: row-reverse;
}

.pos-form-actions> :nth-child(2) {
    display: flex;
    align-items: end;
}

.pos-form-actions> :nth-child(2)>button {
    width: 35%;
}

#pos-draft,
#pos-cancel,
#pos-finalize,
#pos-quotation {
    background-color: #001f3f !important;
    border: 0px solid #001f3f;
    margin: 1px 1px;
    height: 36px;
}

.pos_btn_setting_main>.pos_btn_setting:nth-child(2)>.pos-express-finalize {
    background-color: #001f3f !important;
    border: none;
    height: 36px;
    margin-bottom: 1px;
    width: 150.55px !important;
    margin-left: 1px;
    margin-top: 1px;
}

.walk_in_customer>div>.pos_form_totals>div>.table-condensed>tbody>tr:nth-child(2)>td>b {
    padding: 8.5px 15px;
    background-color: #001f3f !important;
    color: #fff;
    cursor: pointer;
    height: 36px !important;
    font-size: 13px;
}

.walk_in_customer>div>.pos_form_totals>div>.table-condensed>tbody>tr:nth-child(2)>td>b>i {
    color: #fff !important;
}

.walk_in_customer>div>.pos_form_totals>div>.table-condensed>tbody>tr:nth-child(2)>td>b:hover {
    background-color: #011020 !important;
}

.modal-footer>button {
    border-radius: 25px;
    color: #fff !important;
}

#login-form>.form-group>.pull-right {
    background-color: transparent !important;
    border: 1px solid transparent !important;
}

#login-form>.form-group>.checkbox.icheck>label {
    color: #fff;
}

.modal-footer>button:first-of-type {
    background-color: #2f1b74;
    border: 1px solid #2f1b74;
}

.login_form_main {
    min-height: 100vh;
    max-height: 100vh;
    height: 100vh;
}

.login_form_as {
    min-height: 100vh;
    max-height: 100vh;
    background: none;
    padding: 0px;
}

.login_form_as>img {
    width: 100%;
    height: 91%;
}

.login_form_a {
    background-image: url(../img/Flag_of_Pakistan.png);
    background-repeat: no-repeat;
    background-position: right 50% top 10%;
    background-size: 25%;
    padding: 170px 30px 39px;
    position: fixed;
    right: 0%;
    top: 0%;
    overflow: auto;
    min-height: 100%;
    max-height: 100%;
    background-color: #525f7f;
}

.login-form>#login-form {
    padding-top: 10px;
}

.login_form_a>.form-header {
    font-family: 'Nunito', sans-serif !important;
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 50px;
}

.login_form_a>div {
    padding-left: 0px;
    padding-right: 0px;
}

#change_lang {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    border-radius: 25px;
    box-shadow: inset 0 0 10px #ffffff2e;
}

#change_lang>option {
    color: #525f7f;
}

#username,
#password {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    border-radius: 25px;
    box-shadow: inset 0 0 10px #ffffff2e;
    background: transparent;
}

/* @media print {
    .table.table-responsive.table-slim {
        margin-top: 25px !important;
    }

    #receipt_section > .row:nth-child(3) > div > .table.table-responsive.table-slim > thead > tr {
        border-top: 1px solid #262626 !important;
        height: 50px !important;
    }

    .table > thead > tr > th {
        border-bottom: 0px solid #000;
    }

    .table-slim > thead > tr > th {
        padding: 10px 0px !important;
    }

    .table > tbody > tr > td,
    .table > tbody > tr > th {
        border-top: 0px solid #f4f4f4 !important;
    }
} */

.btn-modal,
.btn-primary.pull-right {
    background-color: #f78c18 !important;
    border: 1px solid #f78c18 !important;
    border-radius: 19px !important;
}

.btn-modal:hover,
.pull-right:hover {
    background-color: #b76208 !important;
    border: 1px solid #b76208 !important;
}

.box-tools>.btn-block {
    background-color: #f78c18 !important;
    border: 1px solid #f78c18 !important;
    border-radius: 19px !important;
}

.box-tools>.btn-block:hover {
    background-color: #b76208 !important;
    border: 1px solid #b76208 !important;
}

.sidebar-menu li>a>.pull-right-container>.fa-angle-left {
    transform: rotate(-90deg) !important;
}

.btn.btn-primary.pull-right.btn-flat.btn-block {
    background: #1572e8 !important;
    border-color: #1367d1 !important;
    border-radius: 0px !important;
}

.btn.btn-primary.pull-right.btn-flat.btn-block:hover {
    background: #1367d1;
    border-color: #115bb9;
}

.btn.btn-xs.btn-primary.btn-modal {
    background: #1572e8 !important;
    border-color: #1367d1 !important;
    border-radius: 0px !important;
}

.btn.btn-xs.btn-primary.btn-modal:hover {
    background: #1367d1;
    border-color: #115bb9;
}

.form-group>.btn.btn-link.btn-modal {
    background: transparent !important;
    border: none !important;
    border-radius: 0px !important;
}

#register_details {
    background: #2dce89 !important;
    border-color: #28b97b !important;
}

#close_register {
    background: #f5365c !important;
    border-color: #f41e48 !important;
}

.col-sm-8.col-sm-offset-2>.btn.btn-primary.pull-right {
    background: #1572e8;
    border-color: #1367d1;
    border-radius: 3px;
}

.col-sm-8.col-sm-offset-2>.btn.btn-primary.pull-right:hover {
    background: #1367d1;
    border-color: #115bb9;
}

#save_stock_transfer {
    background: #1572e8;
    border-color: #1367d1;
    border-radius: 3px;
}

#save_stock_transfer:hover {
    background: #1367d1;
    border-color: #115bb9;
}

.odd>td>.btn.btn-primary.btn-xs.btn-modal {
    background: #1572e8;
    border-color: #1367d1;
    border-radius: 3px;
}

.odd>td>.btn.btn-primary.btn-xs.btn-modal:hover {
    background: #1367d1;
    border-color: #115bb9;
}

.col-sm-12>.btn.btn-primary.pull-right {
    background: #1572e8;
    border-color: #1367d1;
    border-radius: 3px;
}

.col-sm-12>.btn.btn-primary.pull-right:hover {
    background: #1367d1;
    border-color: #115bb9;
}

.odd>td>.btn.btn-xs.btn-success.btn-modal {
    background: #2dce89;
    border-color: #28b97b;
    border-radius: 3px;
}

.odd>td>.btn.btn-xs.btn-success.btn-modal:hover {
    background: #28b97b;
    border-color: #24a46d;
}

.odd>td>.btn.btn-warning.btn-xs {
    background: #ffad46;
    border-color: #ffa22d;
    border-radius: 3px;
}

.odd>td>.btn.btn-xs.btn-primary.btn-modal {
    background: #1572e8;
    border-color: #1367d1;
    border-radius: 3px;
}

.odd>td>.btn.btn-xs.btn-primary.btn-modal:hover {
    background: #1367d1;
    border-color: #115bb9;
}

.box-footer>.btn.btn-primary.no-print.pull-right {
    background: #1572e8;
    border-color: #1367d1;
    border-radius: 3px;
}

.box-footer>.btn.btn-primary.no-print.pull-right:hover {
    background: #1367d1;
    border-color: #115bb9;
}

#payment_account_report>tbody>tr>td>.btn.btn-link.btn-modal {
    border: 1px solid transparent;
    background-color: transparent;
}

#payment_account_report>tbody>tr>td>.btn.btn-link.btn-modal:hover {
    border: 1px solid transparent !important;
    background-color: transparent !important;
}

.sorting_1>a {
    border: 1px solid transparent !important;
    background-color: transparent !important;
}

.sorting_1>a:hover {
    border: 1px solid transparent !important;
    background-color: transparent !important;
}

#collapseFilter>.box-body>form>.col-sm-12>.btn.btn-primary.pull-right {
    background: #1572e8;
    border-color: #1367d1;
    border-radius: 3px;
}

#collapseFilter>.box-body>form>.col-sm-12>.btn.btn-primary.pull-right:hover {
    background: #1367d1;
    border-color: #115bb9;
}

#sell_payment_report_table>tbody>tr>td>a {
    border: 1px solid transparent !important;
    background-color: transparent !important;
}

#sell_payment_report_table>tbody>tr>td>a:hover {
    border: 1px solid transparent !important;
    background-color: transparent !important;
}

#purchase_payment_report_table>tbody>tr>td>a {
    border: 1px solid transparent !important;
    background-color: transparent !important;
}

#purchase_payment_report_table>tbody>tr>td>a:hover {
    border: 1px solid transparent !important;
    background-color: transparent !important;
}

#stock_adjustment_table>tbody>tr>td>.btn.btn-primary.btn-xs.btn-modal {
    background: #1572e8;
    border-color: #1367d1;
    border-radius: 3px;
}

#stock_adjustment_table>tbody>tr>td>.btn.btn-primary.btn-xs.btn-modal:hover {
    background: #1367d1;
    border-color: #115bb9;
}

#business_location_table>tbody>tr>td>button.btn.btn-xs.btn-primary.btn-modal:first-of-type {
    background: #1572e8;
    border-color: #1367d1;
    border-radius: 3px;
}

#business_location_table>tbody>tr>td>button.btn.btn-xs.btn-primary.btn-modal:first-of-type:hover {
    background: #1367d1;
    border-color: #115bb9;
}

#invoice_table>tbody>tr>td>button.btn.btn-xs.btn-primary.btn-modal:first-of-type {
    background: #1572e8;
    border-color: #1367d1;
    border-radius: 3px;
}

#invoice_table>tbody>tr>td>button.btn.btn-xs.btn-primary.btn-modal:first-of-type:hover {
    background: #1367d1;
    border-color: #115bb9;
}

#all_subscriptions_table>tbody>tr>td>button.btn.btn-xs.btn-primary.btn-modal:first-of-type {
    background: #1572e8;
    border-color: #1367d1;
    border-radius: 3px;
}

#all_subscriptions_table>tbody>tr>td>button.btn.btn-xs.btn-primary.btn-modal:first-of-type:hover {
    background: #1367d1;
    border-color: #115bb9;
}

.pos_btn_setting_main_1 {
    background-color: #f78c18 !important;
    border: 1px solid #f78c18 !important;
    border-radius: 19px !important;
    width: 34%;
}

.pos_btn_setting_main_1:hover {
    background-color: #b76208 !important;
    border: 1px solid #b76208 !important;
}

#add_expense {
    background-color: #605ca8 !important;
    border-radius: 0px !important;
    border: none !important;
}

#add_expense:hover {
    background-color: #605ca8 !important;
    box-shadow: inset 0 0 100px rgb(0 0 0 / 20%) !important;
    border: none !important;
}

#view_suspended_sales {
    background: #e1b868 !important;
    border-radius: 0px !important;
    border: none !important;
}

#view_suspended_sales:hover {
    background: #e1b868 !important;
    box-shadow: inset 0 0 100px rgb(0 0 0 / 20%) !important;
    border: none !important;
}

#full_screen {
    background: #1572e8 !important;
    border-color: #1367d1 !important;
    border-radius: 3px !important;
}

#full_screen:hover {
    background: #1367d1 !important;
    border-color: #115bb9 !important;
}

#recent-transactions {
    background: #1572e8 !important;
    border-color: #1367d1 !important;
    border-radius: 3px !important;
}

#recent-transactions:hover {
    background: #1367d1 !important;
    border-color: #115bb9 !important;
}

.main-header.no-print>.navbar.navbar-static-top>.navbar-custom-menu>.nav.navbar-nav {
    width: 100% !important;
}

.buttons-csv {
    display: none !important;
}

#product_add_form>.box.box-primary>.box-body>.row>div:nth-child(5)>.form-group>.input-group>.input-group-btn>.btn.btn-default.bg-white.btn-flat.btn-modal {
    background-color: #f78c1800 !important;
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
}

#product_add_form>.box.box-primary>.box-body>.row>div:nth-child(5)>.form-group>.input-group>.input-group-btn>.btn.btn-default.bg-white.btn-flat.btn-modal:hover {
    background-color: #f78c1800 !important;
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
}

#product_add_form>.box.box-primary>.box-body>.row>div.col-sm-4:nth-child(7)>.form-group>.input-group>.input-group-btn>.btn.btn-default.bg-white.btn-flat.btn-modal {
    background-color: #f78c1800 !important;
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
}

#product_add_form>.box.box-primary>.box-body>.row>div.col-sm-4:nth-child(7)>.form-group>.input-group>.input-group-btn>.btn.btn-default.bg-white.btn-flat.btn-modal:hover {
    background-color: #f78c1800 !important;
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
}

#add_sell_form>.row>.col-md-12.col-sm-12>div:nth-child(2)>.box-body>.row.col-sm-12.pos_product_div>div:nth-child(2)>.table.table-condensed.table-bordered.table-striped>tbody>tr>td>.pull-right:hover {
    background-color: transparent !important;
    border: none !important;
}

#items_report_table>tbody>tr>td>a.btn-modal {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
}

#items_report_table>tbody>tr>td>a.btn-modal:hover {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
}

#product_sell_report_with_purchase_table>tbody>tr>td>a.btn-modal {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
}

#product_sell_report_with_purchase_table>tbody>tr>td>a.btn-modal:hover {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
}

.daterangepicker.ltr.show-ranges.opensright.show-calendar>.drp-buttons>.cancelBtn.btn.btn-sm.btn-default[type="button"] {
    color: #fff;
}

.daterangepicker.ltr.show-ranges.opensright.show-calendar>.drp-buttons>.cancelBtn.btn.btn-sm.btn-default[type="button"]:hover {
    background-color: #2f1b74;
}

.content.content-custom.no-print>.row>.col-md-8.col-xs-12>.form-group.pull-right:hover {
    border: 0px solid #2f1b74 !important;
    border-radius: 3px;
}

#todays_profit_modal+.main-footer.no-print>.btn-group.pull-right:hover {
    border: 0px solid #2f1b74 !important;
}

#product_variation_form_part>tbody>tr.variation_row>td>table.table.table-condensed.table-bordered.blue-header.variation_value_table>tbody>tr>td>div.img-thumbnail:nth-child(2) {
    display: none !important;
}

#product_variation_form_part>tbody>tr.variation_row>td>table.table.table-condensed.table-bordered.blue-header.variation_value_table>tbody>tr>td>div.img-thumbnail:nth-child(2)>img {
    display: none !important;
}

.pos-header>#pos_redirect_url+.row>div.col-md-6:nth-child(2) {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row-reverse;
    align-items: center;
}

#click_toggle_sidebar_1 {
    background-color: #525f7f;
    padding: 2px 8px;
    margin: 5px;
    height: 23px;
    border-radius: 30px;
}

#click_toggle_sidebar_1>i {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

#featured_products_box_123 {
    transition: 0.5s ease;
    width: 47%;
}

#walk_in_customer_123 {
    transition: 0.5s ease;
    width: 50%;
    padding-left: 0px;
    opacity: 1;
}


.mystyle_1_toggle {
    width: 0% !important;
    transform: translateX(-580px);
    opacity: 0;
}

.walk_in_customer_12309 {
    width: 100% !important;
    padding-left: 12px !important;
}

#username,
#password,
#confirm_password {
    color: #000 !important;
}

#user_add_form>.row>div:nth-child(2)>div.box.box-solid>.box-body>.user_auth_fields>div>.form-group>input {
    color: #000 !important;
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
}

.input-group>input[type=text] {
    border: 1px solid #d2d6de !important;
}

.input-group>input[type=password] {
    border: 1px solid #d2d6de !important;
}

.input-group>input[type=email] {
    border: 1px solid #d2d6de !important;
}

#business_register_form>fieldset>div>.form-group>.input-group>#username {
    border-radius: 0px !important;
}

#business_register_form>fieldset>div>.form-group>.input-group>#password {
    border-radius: 0px !important;
}

.input-group>.form-control:focus {
    background-color: #e8f0fe !important;
}

.treeview>a>span.pull-right-container>i:hover {
    background-color: transparent !important;
    border: 0px solid #b76208 !important;
}

.lockscreen.pace-done.pace-done>.wrapper.thetop>.pos-header>.row>div:nth-child(2)>a:hover {
    border: 0px !important;
    background-color: #fff !important;
}

.lockscreen.pace-done.pace-done>.wrapper.thetop>.pos-header>.row>div:nth-child(2)>a:hover>strong>i {
    color: #000 !important;
}

#btnCalculator:hover {
    background-color: #2dce89 !important;
    border: 1px solid #28b97b !important;
}

.table>tbody>tr>td>.btn-group>button.btn-info:hover {
    background-color: #0fb9d8 !important;
    border-color: #0da5c0 !important;
}

.table>tbody>tr>td>.btn-group>button.btn-info:focus {
    background-color: #0fb9d8 !important;
    border-color: #0da5c0 !important;
}

.table>tbody>tr>td>.btn-group>ul>li>a.btn-modal {
    background-color: transparent !important;
    color: #777;
    border: 0px !important;
    border-radius: 0px !important;
}

.table>tbody>tr>td>.btn-group.open>ul>li>a.btn-modal:hover {
    background-color: #e1e3e9 !important;
    color: #333;
}

.modal-content>.modal-body>.row>div>.pull-right:hover {
    background-color: transparent !important;
    border: 0px !important;
}

#accordion>.box-header>.box-title>a:hover {
    background: transparent !important;
    color: #3c8dbc;
}

.user-footer>.pull-right:hover {
    background-color: transparent !important;
    border: 0px !important;
}

.payment_row>.row>div>.pull-right:hover {
    background-color: transparent !important;
    border: 0px !important;
}

.table.table-condensed.table-bordered.table-striped>tbody>tr>td>.pull-right:hover {
    background-color: transparent !important;
    border: 0px !important;
}

#add_purchase_form>.box.box-primary>.box-body>.row>div>.pull-right:hover {
    background-color: transparent !important;
    border: 0px !important;
}

#add_purchase_form>.box.box-primary>.box-body>.row>div>.pull-right>.pull-right:hover {
    background-color: transparent !important;
    border: 0px !important;
}

#submit_purchase_form:hover {
    background-color: #b76208 !important;
    border: 1px solid #b76208 !important;
}

#purchase_return_datatable>tbody>tr>td>a {
    background-color: transparent !important;
    border: 0px !important;
    border-radius: 0px !important;
}

#purchase_return_datatable>tbody>tr>td>a:hover {
    background-color: transparent !important;
    border: 0px !important;
}

.modal-body .table>tbody>tr>td>span.pull-right:hover {
    background-color: transparent !important;
    border: 0px !important;
}

.modal-body .table>tbody>tr>td>div.pull-right:hover {
    background-color: transparent !important;
    border: 0px !important;
}

.login_form_as>p {
    padding: 0px 60px 14px;
}

.login_form_as>p>a {
    color: #525f7f;
}

.login_form_as>p>a:hover {
    color: #aaa;
}

#sell_table>tbody>tr>td>a {
    background-color: transparent !important;
    border: 0px solid #f78c18 !important;
    border-radius: 0px !important;
}

#sell_table>tbody>tr>td>a:hover {
    background-color: transparent !important;
    border: 0px solid #f78c18 !important;
    border-radius: 0px !important;
}

.table.table-bordered.table-striped.table-condensed>tfoot>tr>td>div.pull-right:hover {
    background-color: transparent !important;
    border: 0px !important;
}

@media (max-width:1200px) {
    #featured_products_box_123098 {
        flex-flow: row wrap;
    }

    #walk_in_customer_123 {
        position: unset !important;
        width: 100%;
    }
}

/* .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
    width: 100%;
    border-radius: 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ffffff;
    margin: 10px 0px;
    width: 100%;
    border-radius: 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.dataTables_scrollBody > table {
    display: flex;
    flex-flow: row wrap;
}

div.dataTables_scrollBody > table > tbody {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

table.table-bordered.dataTable tbody td {
    width: 20% !important;
    text-align: center;
}

.table > thead:first-child > tr:first-child > th {
    width: 20% !important;
    text-align: center;
}

#roles_table > thead > tr,
#users_table > thead > tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#users_table > thead > tr > th {
    width: 16.8% !important;
    text-align: start;
}
#users_table > tbody > tr > td {
    text-align: start;
}

#sales_commission_agent_table > thead > tr > th {
    width: 16% !important;
    text-align: start;
}
#sales_commission_agent_table > tbody > tr > td {
    text-align: start;
}

#pos_tabl {
    display: flex;
    flex-flow: row wrap;
    flex-flow: row wrap;
}
#pos_table > thead {
    width: 100%;
}
#pos_table > tbody {
    width: 100%;
}

.table-bordered > tbody > .odd > .dataTables_empty {
    width: 100% !important;
}

#users_table,
#category_table,
#variation_table,
#unit_table,
#brands_table,
#warranty_table,
#roles_table,
#sales_commission_agent_table,
#contact_table,
#purchase_return_datatable,
#sell_table,
#sell_return_table,
#discounts_table,
#stock_transfer_table,
#stock_adjustment_table,
#expense_table,
#other_account_table,
#cash_flow_table,
#payment_account_report,
#product_purchase_report_table,
.table.table-bordered.table-striped.dataTable {
    display: flex;
    flex-flow: row wrap;
}

#users_table > thead,
#category_table > thead,
#variation_table > thead,
#unit_table > thead,
#brands_table > thead,
#warranty_table > thead,
#roles_table > thead,
#sales_commission_agent_table > thead,
#contact_table > thead,
#purchase_return_datatable > thead,
#sell_table > thead,
#sell_return_table > thead,
#discounts_table > thead,
#stock_transfer_table > thead,
#stock_adjustment_table > thead,
#expense_table > thead,
#other_account_table > thead,
#cash_flow_table > thead,
#payment_account_report > thead,
#product_purchase_report_table > thead,
.table.table-bordered.table-striped.dataTable > thead {
    width: 100%;
}

#users_table > tbody,
#category_table > tbody,
#variation_table > tbody,
#unit_table > tbody,
#brands_table > tbody,
#warranty_table > tbody,
#roles_table > tbody,
#sales_commission_agent_table > tbody,
#contact_table > tbody,
#purchase_return_datatable > tbody,
#sell_table > tbody,
#sell_return_table > tbody,
#discounts_table > tbody,
#stock_transfer_table > tbody,
#stock_adjustment_table > tbody,
#expense_table > tbody,
#other_account_table > tbody,
#cash_flow_table > tbody,
#payment_account_report > tbody,
#product_purchase_report_table > tbody,
.table.table-bordered.table-striped.dataTable > tbody {
    width: 100%;
}

#cg_report_table {
    width: 100% !important;
}

.table.table-bordered.table-striped.dataTable {
    width: 100% !important;
}

.table.table-bordered.table-striped.dataTable > tfoot {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.table.table-bordered.table-striped.dataTable > tfoot > tr {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}





#product_table {
    width: 1339px !important;
}

.add_opening_stock_table {
    display: flex;
    flex-flow: row wrap;
}

.add_opening_stock_table > thead {
    width: 100%;
}

.add_opening_stock_table > tbody {
    width: 100%;
}

.add_opening_stock_table > tfoot {
    width: 100%;
}

#contact_table {
    width: 2430px !important;
} */

/* Asad work end here  */
table.dataTable thead tr th{
    text-decoration: underline;
}


@media (max-width: 992px) {
    .pos_btn_setting {
        width: 50%;
    }

    .pos_btn_setting:last-of-type > div {
        margin-left: 1px;
        margin-right: 1px;
    }

    .pos_btn_setting > button {
        width: 100%;
    }

    .pos_btn_setting:last-of-type > div {
        height: 100%;
        display: flex;
        flex-flow: row wrap;
    }

    .pos_btn_setting {
        height: 138px;
    }

    .pos_btn_setting_main > .pos_btn_setting:first-of-type > div {
        height: 100%;
        min-height: 69px;
    }

    .pos_btn_setting > button {
        height: 46%;
        min-height: 69px;
    }

    .pos-form-actions {
        position: absolute;
    }

    .pos-form-actions {
        flex-flow: row wrap;
        justify-content: center;
    }

    .pos-form-actions > :nth-child(2) > button {
        width: 100%;
    }

    .pos_btn_setting_main > .pos_btn_setting:nth-child(4) {
        flex-flow: column;
    }

    .pos_btn_setting_main > .pos_btn_setting:nth-child(4) > button {
        width: 100%;
    }

    .pos_btn_setting_main > .pos_btn_setting:first-of-type {
        height: 50%;
    }
    .pos_btn_setting_main {
        position: relative;
    }
    .pos_btn_setting_main > .pos_btn_setting:first-of-type > button:last-of-type {
        position: absolute;
        right: 2.8%;
        top: 33.4%;
        height: 10%;
        width: 47.08%;
    }

    .login_form_a {
        position: unset !important;
        padding: 100px 30px 39px;
        min-height: 120%;
        position: unset;
        width: 100%;
    }

    .pos_btn_setting_main > .pos_btn_setting:nth-child(2) > .pos-express-finalize {
        width: 100% !important;
    }

    .pos-form-actions {
        justify-content: center;
        flex-flow: column;
    }
}
@media (max-width: 768px) {
    .pos_btn_setting {
        width: 50%;
    }

    .pos_btn_setting:last-of-type > div {
        margin-left: 1px;
        margin-right: 1px;
    }

    .pos_btn_setting > button {
        width: 98.8%;
    }

    .pos_btn_setting:last-of-type > div {
        height: 100%;
        display: flex;
        flex-flow: row wrap;
    }

    .pos_btn_setting {
        height: 140px;
    }

    .pos_btn_setting_main > .pos_btn_setting:first-of-type > div {
        height: 100%;
        min-height: 69px;
    }

    .pos_btn_setting > button {
        height: 48%;
        min-height: 68px;
    }

    .pos_btn_setting_main > .pos_btn_setting:first-of-type > button:last-of-type {
        position: absolute;
        right: 3.2%;
        top: 33.3%;
        height: 17%;
        width: 46.6%;
    }

    .pos_btn_setting_main > .pos_btn_setting:nth-child(2) > .pos-express-finalize {
        margin-bottom: 2px;
        width: 100% !important;
        margin-left: 0px;
        margin-top: 0.5px;
    }

    .pos-form-actions {
        position: absolute;
    }

    .pos-form-actions {
        justify-content: center;
        flex-flow: column;
    }
}
@media (max-width: 400px) {
    .pos_btn_setting {
        width: 50%;
    }

    .pos_btn_setting:last-of-type > div {
        margin-left: 1px;
        margin-right: 1px;
    }

    .pos_btn_setting > button {
        width: 99%;
    }

    .pos_btn_setting:last-of-type > div {
        height: 100%;
        display: flex;
        flex-flow: row wrap;
    }

    .pos_btn_setting {
        height: 140px;
    }

    .pos_btn_setting_main > .pos_btn_setting:first-of-type > div {
        height: 100%;
        min-height: 69px;
    }

    .pos_btn_setting > button {
        height: 48%;
        min-height: 68px;
    }

    .pos_btn_setting_main > .pos_btn_setting:first-of-type > button:last-of-type {
        position: absolute;
        right: 4%;
        top: 33.4%;
        height: 17%;
        width: 45.5%;
    }

    .login_form_as {
        min-height: 80vh;
        max-height: 80vh;
        padding: 0px;
    }

    .login_form_a {
        padding: 60px 30px 39px;
        min-height: 70%;
    }

    .pos_btn_setting_main > .pos_btn_setting:nth-child(2) > .pos-express-finalize {
        margin-bottom: 6px !important;
        width: 100% !important;
        margin-left: 1px !important;
        margin-top: -2px !important;
    }
}