/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   standard styles
   ========================================================================== */
.rtl {
    direction: rtl;
}
.flex {
    display: flex;
}
.bet {
    justify-content: space-between;
}
.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    font-size: 14px;
    color: #4F5779;
    margin-bottom: 5px;
    display: block;
}
.form-group input {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 46px;
    font-weight: 300;
    color: #686868;
    border-radius: 8px;
    border: 1px solid #8E98AC;
    outline: none;
    box-shadow: inset 0px 0px 6px -3px #8e98ac;
    transition: 0.2s;
}
.form-group select {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 46px;
    font-weight: 300;
    color: #686868;
    border-radius: 8px;
    border: 1px solid #8E98AC;
    outline: none;
    box-shadow: inset 0px 0px 6px -3px #8e98ac;
    transition: 0.2s;
}
.form-group input[type=radio] {
    width: auto;
    height: auto;
    border: none;
    box-shadow: none;
}
.form-group input[type=checkbox] {
    width: auto;
    height: auto;
    border: none;
    box-shadow: none;
}
.form-group-v2 {

}
.form-group-v2 label {

}
.form-group-v2 input {

}
.form-group-v2 .flex-box {
    
}
.form-group .radio-form {
    margin-right: 30px;
    height: 20px;
    display: flex;
    width: 45px;
    justify-content: space-between;
    align-items: center;
}
.form-group .radio-form input {
    height: 20px;
    width: 20px;
    margin: 0;
}
.form-group .radio-form span {
    font-size: 19px;
}
.form-group .check-form {
    height: 30px;
    display: flex;
    margin-bottom: 5px;
}
.form-group .check-form input {
    height: 20px;
    width: 20px;
}
.form-group .check-form span {

}
.form-group input:focus {
    border: 1px solid #4CAF50;
}
.form-group textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-weight: 300;
    color: #686868;
    border-radius: 8px;
    border: 1px solid #8E98AC;
    outline: none;
    box-shadow: inset 0px 0px 6px -3px #8e98ac;
    transition: 0.2s;
}
.form-group.submit button {
    background-color: #4EBF70;
    border: none;
    font-size: 12px;
    height: 46px;
    box-sizing: border-box;
    width: 160px;
    border-radius: 999px;
    color: #fff;
    font-weight: 400;
    box-shadow: 0px 4px 12px -4px #4ebf70;
    transition: 0.2s;
}
.form-group.submit button:hover {
    box-shadow: 0px 5px 15px -3px #4ebf70;
}
.alert {
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.alert a {

}
.alert.blue {
    background-color: #2196F3;
    border: 1px solid #106db8;
}
.alert.green {
    background-color: #7dc844;
    border: 1px solid #3ba319;
}
.alert.yellow {
    background-color: #fab722;
    border: 1px solid #bc8917;
}
.w-bg {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(175, 182, 196, 0.20);
}
.h15 {
    display: block;
    height: 15px;
}
.pad15 {
    padding: 15px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F5F7FB;
    margin: 0;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #F4F6FA;
}
.login-prompt {
    height: 100vh;
    display: flex;
    align-items: center;
}
.liw {
    width: 800px;
    height: 400px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(175, 182, 196, 0.20);
}
.liw .left {
    width: 30%;
    border-radius: 10px 0 0 10px;
    background: url(../img/logo.png) no-repeat center center #1C2033;
}
.liw .date {
    color: #ffffff94;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    width: 60%;
    margin: 344px auto 0;
    background-color: #00000080;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.liw .right {
    width: 70%;
    display: flex;
    align-items: center;
}
.liw .lif {
    width: 60%;
    margin: 0 auto;
}
.liw .lif .i-input .fi {
    position: absolute;
    top: 11px;
    right: 11px;
    color: #58A193;
}
.liw .lif .log-in-bt {
    display: flex;
    justify-content: flex-end;
}
.liw .lif .log-in-bt .fi {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #288444;
}

.dpw {
    margin-top: 15px;
}
.dpw .side-bar {
    width: 230px;
}
.dpw a {
    text-decoration: none;
}
.sbw {
    background-color: #1C2033;
    border-radius: 11px;
    box-shadow: 0px 4px 15px rgba(175, 182, 196, 0.20);
}
.sbw .user-info {
    background-color: #1C2033;
    border-radius: 10px 10px 0 0;
    height: 170px;
    text-align: center;
}
.sbw .profile-pic {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.sbw .profile-pic img {
    width: 75px;
    height: 75px;
    border-radius: 999px;
    border: 2px solid #58A193;
}
.sbw .user-name {
    color: #58A193;
    margin-top: 7px;
    display: block;
    font-size: 15px;
}
.sbw .main-nav {
    background-color: #58a193;
    border-radius: 0 30px 10px 10px;
}
.sbw .navigation {
    padding-top: 35px;
    padding-bottom: 100px;
}
.sbw .navigation ul, li {

}
.sbw .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sbw .navigation ul li {

}
.sbw .navigation .nav-link {
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    width: 85%;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    display: flex;
    align-items: center;
    transition: 0.2s;
    box-sizing: border-box;
    margin: 15px 0;
}
.sbw .navigation .nav-link:hover {
    color: #214f46;
}
.sbw .navigation .nav-link.active {
    background-color: #498E81;
    border-radius: 0 999px 999px 0;
}
.sbw .navigation .nav-link.active .fi {
    color: #275950;
}
.sbw .navigation ul li a span {

}
.sbw .navigation ul li a .fi {
    color: #7ABEB1;
    margin-right: 10px;
}
.sbw .date {
    font-weight: 300;
    color: #a2afba;
    font-size: 11px;
    position: absolute;
    top: -15px;
    background-color: #fff;
    border-radius: 999px;
    width: 160px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    right: 36px;
    box-shadow: 0px 2px 10px -4px #0000009e;
}
.dpw .page-content{
    width: 925px;
    padding-bottom: 150px;
}

header.page-title {
    height: 60px;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px #afb6c433;
    margin-bottom: 15px;
}
header.page-title .title {
    color: #4F5779;
}
header.page-title .other {

}

.home-w .p-buttons {

}
.home-w .p-butt {
    width: 300px;
    align-items: center;
    height: 100px;
    background-color: #2196F3;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 3px 10px -3px #2196f3;
    transition: 0.2s;
}
.home-w .p-butt:nth-last-child(1) {
    margin-bottom: 0px;
}
.home-w .p-butt:hover {
    background-color: #2086d7;
}
.home-w .p-butt .icon {
    height: 50px;
    width: 50px;
    border-radius: 999px;
    background-color: #2086d7;
    text-align: center;
    line-height: 45px;
    margin-right: 20px;
}
.home-w .p-butt .icon .fi {
    color: #1162a3;
}
.home-w .p-butt span {
    font-size: 24px;
    font-weight: 300;
}
.home-w .today-graph {
    width: 610px;
}
.home-w .today-graph .w-bg {
    height: 215px;
}
.home-w .today-graph .left {
    padding: 15px;
    width: 28%;
    box-sizing: border-box;
    border-right: 1px solid #d8dfeb;
}
.home-w .today-graph .left .title {
    color: #4F5779;
}
.home-w .today-graph .left .sale {
    margin-top: 20px;
}
.home-w .today-graph .left .amount {
    font-size: 30px;
    font-weight: 600;
    color: #4EBF70;
}
.home-w .today-graph .left .unit {
    font-size: 14px;
    font-weight: 300;
    color: #b4a5a5;
}
.home-w .today-graph .left .weight {
    color: #4F5779;
    font-size: 20px;
}
.home-w .today-graph .right {
    box-sizing: border-box;
    width: 72%;
}
.home-w .today-graph .right .flex {

}
.home-w .today-graph .right .cell {
    width: 25%;
    height: 215px;
    box-sizing: border-box;
    padding: 15px 10px;
}
.home-w .today-graph .right .cell .title {
    text-align: center;
    background-color: #F9EBD2;
    border-radius: 999px;
    color: #8b806f;
}
.home-w .today-graph .right .data {
    margin-top: 25px;
    padding-left: 5px;
}
.home-w .today-graph .right .weight {
    font-size: 20px;
    color: #57BEA2;
    font-weight: bold;
    text-align: center;
}
.home-w .today-graph .right .weight span {
    font-size: 16px;
}
.home-w .today-graph .right .sale {
    font-size: 20px;
    color: #2196f3;
    text-align: center;
}
.home-w .today-graph .right .sale span {
    font-size: 14px;
}
.home-w .today-graph .right .percentage {
    font-size: 18px;
    color: #999ea9;
}
.home-w .gold-price-graph {
    height: 300px;
    padding: 15px;
}
.home-w .gold-price-graph .title {
    color: #4F5779;
}
.home-w .gold-price-graph .graph {
    margin-top: 15px;
}
.sign-out {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #f9ebd2;
    color: #000;
    text-align: center;
    margin: 0 auto;
    border-radius: 999px;
    font-size: 14px;
    margin-top: 60px;
}
.order-id-head input {
    height: 34px;
    border-radius: 999px;
    width: 120px;
    text-align: center;
    border: 1px solid #8E98AC;
    color: #4EBF70;
    outline: none;
}

.nop .customer-sc {

}
.nop .customer-sc header {
    height: 30px;
    display: flex;
}
.nop .customer-sc header .fi {
    color: #C1CBE1;
    height: 20px;
    width: 20px;
}
.nop .customer-sc header span {
    font-size: 14px;
    color: #C1CBE1;
    font-weight: 300;
}
.nop .customer-sc .wrapper {

}
.nop .customer-sc .section {
    width: 33.33%;
    padding: 15px;
    padding-top: 0;
    box-sizing: border-box;
}

.nop .customer-sc .section .form-group .i-input .fi {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #58a193;
}
.nop .customer-sc .section .form-group .i-input textarea {
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    padding: 10px;
    font-weight: 300;
    color: rgb(104, 104, 104);
    border-radius: 8px;
    border: 1px solid rgb(142, 152, 172);
    outline: none;
    box-shadow: rgb(142, 152, 172) 0px 0px 6px -3px inset;
    font-size: 14px;
}

.items-sc {

}
.items-sc .items-header {
    margin-bottom: 10px;
    padding: 0 10px;
}
.items-sc .items-header .cell {
    font-size: 12px;
    color: #C1CBE1;
    font-weight: 300;
}
.items-sc .cat {
    width: 165px;
}
.items-sc .kar {
    width: 40px;
}
.items-sc .kar span {
    display: block;
    text-align: center;
    background-color: #fff;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #8790a0;
    line-height: 50px;
    border-right: none;
    outline: none;
}
.items-sc .type  {
    width: 90px;
}
.items-sc .type select {

}
.items-sc .wei {
    width: 80px;
}
.items-sc .jw {
    width: 60px;
}
.items-sc .jwp {
    width: 55px;
}
.items-sc .qty {
    width: 120px;
}
.items-sc .cos {
    width: 75px;
}
.items-sc .tot {
    width: 100px;
}
.items-sc .item {
    padding: 10px;
    background-color: #e5e9f0;
    border-radius: 7px;
    margin-bottom: 10px;
    display: flex;
}
.items-sc .item .cell {

}
.bai {
    
}
.bai .left {
    display: flex;
    justify-content: left;
}
.bai .left input[type=tel] {
    width: 300px;
    border-radius: 7px;
    border: 1px solid #c2c6ce;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 22px;
    outline: none;
}
.bai .right {
    
}
.barcodeBTN {
    width: 60px;
    position: absolute;
    height: 46px;
    border-radius: 0 7px 7px 0;
    left: 250px;
    border: none;
    cursor: pointer;
    background-color: #4ebf70;
    color: #fff;
}
.items-sc .item .cell input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #8790a0;
    line-height: 50px;
    border-right: none;
    outline: none;
}
.items-sc .item .cell select {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #8790a0;
    line-height: 50px;
    border-right: none;
    outline: none;
}
.items-sc .item .cell.tot input {
    color: #42aa97;
    border: 1px solid #8790a0;
    border-radius: 0 8px 8px 0;
}
.items-sc .item .cell.prof {
    width: 50px;
    text-align: center;
    line-height: 50px;
}
.items-sc .item .cell.prof span {
    width: 35px;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 10px;
    margin-right: 0;
    background-color: #fff;
    border-radius: 999px;
    font-size: 14px;
    color: #f29c16;
}

.items-sc .item .cell .unit {
    position: absolute;
    top: 18px;
    right: 7px;
    font-size: 11px;
    color: #dbe1ec;
}

.items-sc .item .cell.quantity {
    width: 110px;
    position: relative;
}
.items-sc .item .cell.quantity input {
    width: 40px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.items-sc .item .cell.quantity .quantity-nav {
    display: flex;
    position: absolute;
    top: 0;
    height: 50px;
    width: 110px;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center
}

.items-sc .item .cell.quantity .quantity-button {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 35px;
    text-align: center;
    background-color: #e2e2e2;
    box-sizing: border-box;
    border: 1px solid #8790a0;
    border-right: none;
    font-size: 28px;
    font-weight: 300;
    color: #2196F3;
    cursor: default;
}

.items-sc .item .cell.cat .select2-container--default .select2-selection--single {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #8790a0;
    border-right: none;
    border-radius: 10px 0 0 10px;
    line-height: 50px;
    outline: none;
}
.items-sc .item .cell.cat .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.items-sc .item .cell.cat .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1c2033;
    line-height: 39px;
    font-weight: 400;
}
.items-sc .items-vrapper {
    padding-bottom: 10px;
}
.items-sc .add-new-item {
    background-color: #4EBF70;
    border: none;
    font-size: 12px;
    height: 46px;
    box-sizing: border-box;
    width: 160px;
    border-radius: 999px;
    color: #fff;
    font-weight: 400;
    box-shadow: 0px 4px 12px -4px #4ebf70;
    transition: 0.2s;
    float: right;
    outline: none;
}
.items-sc .add-new-item .fi {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #278e46;
}
.items-sc .add-new-item span {

}

.bts {

}
.bts .payment-sc {
width: 360px;
}
.bts .payment-sc header {
    height: 30px;
    display: flex;
    padding-bottom: 0;
}
.bts .payment-sc header span {
        font-size: 14px;
    color: #C1CBE1;
    font-weight: 300;
}
.bts .payment-sc header .fi {
    color: #C1CBE1;
    height: 20px;
    width: 20px;
    margin-right: 5px;

}
.bts .payment-form {

}
.bts .pay-group {

}
.bts .pay-group:nth-child(1) .remove-div-payment{
    display: none;
}
.bts .pay-group .form-group {

}
.bts .pay-group .form-group.pay {
    width: 55%;

}
.bts .pay-group .form-group.pay input {
    border-radius: 8px 0 0 8px;
    border-right: none;
    font-weight: 400;
    color: #000;
}
.remove-div-payment-p {
    width: 10%;
    height: 46px;
    box-sizing: border-box;
    border-radius: 0 8px 8px 0;
    border: 1px solid #8E98AC;
    border-left: none;
    outline: none;
    box-shadow: inset 0px 0px 6px -3px #8e98ac;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remove-div-payment-p {

}
.remove-div-payment {
    
}
.remove-div-payment i {
    color: #000;
}
.bts .pay-group .form-group.type {
    width: 35%;

}
.bts .pay-group .form-group.type select {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 46px;
    font-weight: 300;
    color: #686868;
        border-radius: 0;
    border: 1px solid #8E98AC;
    outline: none;
    box-shadow: inset 0px 0px 6px -3px #8e98ac;
    transition: 0.2s;
}
.bts .pay-group .form-group .unit {
    position: absolute;
    top: 12px;
    right: 8px;
    font-size: 14px;
    font-weight: 300;
    color: #d4d9e3;
}
.bts .add-new-item, .bts .add-new-pay {
    background-color: #2196F3;
    border: none;
    font-size: 12px;
    height: 46px;
    box-sizing: border-box;
    width: 160px;
    border-radius: 999px;
    color: #fff;
    font-weight: 400;
    box-shadow: 0px 4px 12px -4px #2196f3;
    transition: 0.2s;
    margin-top: 10px;
}
.bts .add-new-item .fi, .bts .add-new-pay .fi {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #0e6eba;
}
.bts .print-sc {
    width: 265px;
    box-sizing: border-box;
}
.bts .print-sc button {
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
    background-color: #2196f3;
    color: #fff;
    font-size: 20px;
}
.bts .print-sc .flex button {
    width: 47%;
    background-color: #e8dac0;
    color: #797264;
}
.bts .balance-sc {
    width: 265px;
    box-sizing: border-box;
}
.bts .balance-sc header {
    height: 30px;
    display: flex;
    padding-bottom: 0;
}
.bts .balance-sc header span {
        font-size: 14px;
    color: #C1CBE1;
    font-weight: 300;
}
.bts .balance-sc header .fi {
    color: #C1CBE1;
    height: 20px;
    width: 20px;
    margin-right: 5px;

}
.bts .balance-sc .balance-n {

}
.bts .balance-sc .row {
    font-size: 17px;
    margin-bottom: 10px;
}
.bts .balance-sc .row .title {
    color: #4F5779;

}
.bts .balance-sc .row .amount {
    font-weight: 500;
}
.bts .balance-sc .row.dw1 .amount {
    color: #57BEA2;
}
.bts .balance-sc .row.dw2 .amount {
    color: #2196f3;
}
.bts .balance-sc .row.dw3 .amount {
    color: #2196f3;
}
.bts .balance-sc .row.dw4 .amount {
    color: #d6c5a7;
}
.bts .balance-sc .row.dw5 .amount {
    color: #77887c;
}
.bts .balance-sc .divider {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    background-color: #c1c8d8;
}
.btn {
    background-color: #2196F3;
    border: none;
    font-size: 15px;
    height: 42px;
    box-sizing: border-box;
    width: 140px;
    border-radius: 999px;
    color: #fff;
    font-weight: 400;
    box-shadow: 0px 4px 12px -4px #2196F3;
    transition: 0.2s;
    display: block;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.btn.green {
    background-color: #4CAF50;
    box-shadow: 0px 4px 12px -4px #8BC34A;
}

.table-wrapper .table-title {
    height: 40px;
    line-height: 40px;
    border: 1px solid #d7dde0;
    border-bottom: none;
    padding: 0 10px;
    font-size: 14px;
    color: #607D8B;
    align-items: center;
}
.table-wrapper .table-title .fi {
    line-height: 40px;
    margin-right: 5px;
}
.table-wrapper table {
    width: 100%;
    font-size: 15px;
}
.table-wrapper table.smallfont {
    font-size: 13px;
}
.table-wrapper table, th, td {
    border: 1px solid #d7dde0;
    border-collapse: collapse;
    padding: 0;
}
.table-wrapper th, td {
    height: 55px;

}
.table-wrapper table th {
    font-weight: 400;
    background-color: #f2f5f7;
}
.table-wrapper table td {
    padding: 0 5px;
    text-align: center;
}
.table-wrapper table a {
    display: block;
    color: #000;
}
.table-wrapper table a span {
    margin-left: 5px;
    font-size: 12px;
    color: #58a193;
}

.table-wrapper tr:hover {
    background-color: #f2f0f9;
}

.pagination-wrapper {

}
.pagination-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.pagination-wrapper li {

}
.pagination-wrapper li .page-link {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7dde0;
    border-right: none;
    color: #646d97;
    font-size: 15px;
    transition: 0.2s;
}
.pagination-wrapper ul li:nth-child(1) a {
    border-radius: 7px 0 0 7px;
}
.pagination-wrapper ul li:nth-last-child(1) a {
    border-radius: 0 7px 7px 0;
    border: 1px solid #d7dde0;
}
.pagination-wrapper li a:hover {
    background-color: #f2f5f7;
}
.pagination-wrapper li a .fi {

}
.page-item.active {
    background-color: #58a193;
    color: #fff;
}
.pagination-wrapper .page-item.active  .page-link {
    color: #fff;
}
.page-item.disabled {
        background-color: #f4f6fa;
}
.pagination-wrapper li.active a {
    background-color: #58a193;
    color: #fff;
}
.cup .search-f .form-group {
    margin-bottom: 0;
}
.cup .search-f .form-group input {

}
.cup .search-f .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    width: 46px;
    background-color: #fff0;
    border: none;
}
.cup .search-f .form-group button .fi {
    color: #58a193;
}

.curp .customer-info .right {
    width: 48%;
}
.curp .customer-info .left {
    width: 48%;
    position: relative;
}

.curp .customer-info .left textarea {
    min-height: 128px;
}

.orp .filters {

}
.orp .filters .search {
        width: 48%;
}
.orp .filters .search .form-group {

}
.orp .filters .search .form-group button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    width: 46px;
    background-color: #fff0;
    border: none;
}
.orp .filters .date-filter {
    width: 48%;
}
.orp .filters .date-filter .form-group {

}
.orp .filters .date-filter .form-group input {
    border-right: none;
    width: 170px;
}
.orp .filters .date-filter .start input {
    border-radius: 8px 0 0 8px;
}
.orp .filters .date-filter .end input {
    border-radius: 0;

}
.orp .filters .date-filter .df-btn {
    height: 46px;
    width: 99px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 46px;
    font-weight: 300;
    color: #ffffff;
    outline: none;
    box-shadow: inset 0px 0px 6px -3px #8e98ac;
    transition: 0.2s;
    margin-top: 26px;
    border-radius: 0 8px 8px 0;
    border: none;
    background-color: #58a193;
}


.exp-btn {
    margin: 0 auto;
    text-decoration: none;
    width: 180px;
    margin-bottom: 10px;
}
.eof {
    width: 500px;
    margin: 0 auto;
}
.eof .top-date {
    justify-content: space-between;
}
.eof .top-date input {
    width: 240px;
}
.eof .chekbox {
    margin-bottom: 10px;
}
.eof .exp-btn {
    width: 260px;
}
.eof .bot-chekbox {
    margin-bottom: 20px;
}















/* custome number input */

.quantity {
    position: relative;
  }

.quantity  input[type=number]::-webkit-inner-spin-button,
.quantity  input[type=number]::-webkit-outer-spin-button
  {
    -webkit-appearance: none;
    margin: 0;
  }

.quantity input[type=number]
  {
    -moz-appearance: textfield;
  }
.quantity input:focus {
    outline: 0;
  }



/* modal style */
.modal .modal__overlay {
    background: rgba(25, 51, 46, 0.95);
}
.modal .modal__container {
    width: 450px;
    min-height: 300px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 2px 15px -5px #000;
    position: relative;
}
.modal .moc header {
    margin-bottom: 15px;
}
.modal .moc header .title {
    color: #4F5779;
}
.modal .moc header .desc {
    font-size: 12px;
    font-weight: 300;
    color: #7f8b94;
}
.modal .moc .gpf {
    margin-top: 30px;
}
.modal .moc .form-group {
    width: 360px;
    margin: 0 auto;
    height: 46px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.modal .moc .form-group .i-input {
    width: 280px;
}
.modal .moc .form-group label {
    font-size: 20px;
    color: #FFC107;
}
.modal .moc .form-group input {
    font-size: 22px;
    font-weight: 400;
    color: #4f5779;
}
.modal .moc .form-group span {
    position: absolute;
    top: 11px;
    right: 11px;
    color: #58A193;
}
.modal .moc .form-group.submit {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.modal .moc .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    border: none;
    background-color: #F9EBD2;
}

.w100 {
    width: 100%;
}
.margin-b-20 {
    margin-bottom: 20px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles sadasdasd
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.gittesttest {
    
}
.test {
    
}