@font-face {
    font-family: 'Calibri';
    src: url("../font/calibri/Calibri.eot");
    src: url("../font/calibri/Calibri.eot?#iefix") format("embedded-opentype"), url("../font/calibri/Calibri.woff") format("woff"), url("../font/calibri/Calibri.ttf") format("truetype"), url("../font/calibri/Calibri.svg#Calibri") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url("../font/Oswald/Oswald-Regular.woff2") format("woff2"), url("../font/Oswald/Oswald-Regular.woff") format("woff"), url("../font/Oswald/Oswald-Regular.ttf") format("truetype"), url("../font/Oswald/Oswald-Regular.svg#Oswald-Regular") format("svg");
    font-weight: lighter;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn1 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: "Calibri";
    user-select: none;
    border: 1px solid transparent;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    background-color: #f8f9fa;
    color: #333333;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn_add_Minus {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-danger1 {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed {
    position: fixed;
    top: 0;
    /* background-color: white; */
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.bottom_fixed {
    position: fixed;
    bottom: 3px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

body {
    padding: 0%;
    font-family: "Calibri" !important;
    color: #495057;
    height: 100vh;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    body {
        height: auto;
    }
}

.form-check {
    display: inline-block !important;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .btn {
        padding: 0.2rem 0.65rem !important;
    }
}

.pin_main {
    display: block;
}

.pin_main .pin_value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F5F7F8;
    z-index: 999 !important;
}

.modal-footer {
    justify-content: center !important;
}

.modal-footer button {
    width: 45%;
}

@-webkit-keyframes scale-display-reversed {
    0% {
        display: -webkit-inline-box;
        display: inline-flex;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    99% {
        display: -webkit-inline-box;
        display: inline-flex;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        display: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@keyframes scale-display-reversed {
    0% {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    99% {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        display: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

.pin_main .pin_value .pin_details {
    width: 100%;
    max-width: 350px;
    background-color: white;
    border-radius: 10px;
    -webkit-animation: scale-display .5s;
    animation: scale-display .5s;
}

@-webkit-keyframes scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.pin_main .pin_value .pin_details .pin_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pin_main .pin_value .pin_details .pin_input .otp1 {
    width: 90%;
    margin: 0 auto;
}

.pin_main .pin_value .pin_details .pin_input .otp1 input {
    width: 100%;
    height: 2.875rem;
    padding: 0;
    margin: 0 auto;
    font-size: 1.75rem;
    border-radius: 4px;
    border: 1px solid #e1e0e6;
    text-align: center;
}

.pin_main .pin_value .pin_details .disbled {
    color: #7e94a7;
    background-color: #e1e0e6;
    border-color: #e1e0e6;
    font-size: 18px;
    height: 40px;
    cursor: not-allowed !important;
}

.pin_main .pin_value .pin_details .disbled.active {
    color: white;
    background: #0089ff;
    border: none;
    outline: none;
    cursor: pointer !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.header_menu {
    background: aliceblue;
    box-shadow: 1px 1px 8px #00000045;
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px;
    align-items: center;
}

.header_menu .form-inline label,
.header_menu .balance_login label {
    font-size: 24px;
    display: none;
    margin: 0;
}

.header_menu .balance_login {
    display: flex;
    justify-content: space-between;
}

.header_menu .form-inline #read_card,
.header_menu .form-inline #no_read_card,
.header_menu .form-inline #manual_card {
    color: #333333;
    background-color: lightblue;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .header_menu {
        grid-template-columns: 1fr;
    }
    .header_menu .form-inline #read_card,
    .header_menu .form-inline #manual_card {
        padding: 0 5px;
        margin: 0 5px;
    }
    .header_menu .form-inline>div:nth-child(1) {
        order: 1;
    }
    .header_menu .form-inline>div:nth-child(2) {
        order: 3;
    }
    .header_menu .form-inline>div:nth-child(3) {
        order: 2;
    }
}

.scroll_top .mainmenu {
    height: 8rem;
    padding: 0.5rem 20px !important;
    font-size: 22px !important;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .scroll_top .mainmenu {
        height: auto;
    }
}

.scroll_top .mainmenu .header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 5fr 2fr;
    grid-template-columns: 5fr 5fr 2fr;
}

.scroll_top .mainmenu .header .form-group {
    margin-bottom: 0.05rem !important;
}

.scroll_top .mainmenu .header .form-inline label {
    margin-bottom: 0;
    font-weight: 700;
    width: 42%;
    text-align: left !important;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
}

.scroll_top .mainmenu .header .form-inline div {
    width: 58%;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .scroll_top .mainmenu .header {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .scroll_top .mainmenu .header .customer-name,
    .scroll_top .mainmenu .header .order-details,
    .scroll_top .mainmenu .header .order-date {
        padding: 0 1em;
    }
}

.scroll_top .mainmenu hr {
    margin: 0;
}

.order-table1 {
    overflow-y: auto !important;
    height: calc(100vh - 10rem);
}

.order-table1::-webkit-scrollbar {
    width: 0px !important;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .order-table1 {
        height: auto;
        overflow-y: auto !important;
    }
}

.order-table1 .order_table_innner {
    width: 100%;
    z-index: 3;
}


/* @-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes growDown {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
} */

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .order-table1 .order_table_innner {
        height: 450px !important;
        width: 100%;
    }
}

.order-table1 .table th,
.order-table1 .table td {
    padding: 0.5em !important;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.order-table1 .order_products_dblock .order-products .tab {
    width: 100%;
    overflow-y: scroll;
    display: -ms-grid;
    display: grid;
    grid-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    z-index: 1;
    margin-bottom: 55px;
    /* -webkit-animation: slideDown 1S ease-in-out;
          animation: slideDown 1S ease-in-out; */
}

@keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .order-table1 .order_products_dblock .order-products .tab {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        /* margin-bottom: 130px; */
    }
}

@media only screen and (min-width: 692px) and (max-width: 991px) {
    .order-table1 .order_products_dblock .order-products .tab {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        /* margin-bottom: 130px; */
    }
}

@media only screen and (min-width: 992px) and (max-width: 1291px) {
    .order-table1 .order_products_dblock .order-products .tab {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        /* margin-bottom: 130px; */
    }
}

@media only screen and (min-width: 1292px) and (max-width: 1591px) {
    .order-table1 .order_products_dblock .order-products .tab {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        /* margin-bottom: 130px; */
    }
}

.order-table1 .order_products_dblock .order-products .tab .order-items {
    font-family: "Oswald";
    font-weight: 300;
    cursor: pointer;
    background-color: white;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin: 0 2% 3% 0;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    position: relative;
}

.order-table1 .order_products_dblock .order-products .tab .order-items .order_image {
    /* height: 100px; */
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .order-table1 .order_products_dblock .order-products .tab .order-items .order_image {
        height: 130px;
    }
}

.order-table1 .order_products_dblock .order-products .tab .order-items .order_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    overflow: hidden;
}


.order-table1 .order_products_dblock .order-products .tab .check {
    background: black;
    color: white;
    -webkit-transition: background, color 0.5s;
    transition: background, color 0.5s;
}

.order-table1 .order_products_dblock .order-products .tab .check:after {
    content: "";
    background-image: url(../image/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 20px;
    position: absolute;
    font-size: 20px;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile_menu {
    display: none;
    position: fixed;
    bottom: 0px;
    /* right: 0px; */
    /* left: 0%; */
    width: 100%;
    margin: 0 auto;
    background-color: aliceblue;
    padding: 10px 0;
}

.menubar {
    z-index: 8;
    display: inline;
    cursor: pointer;
    /* position: absolute; */
    transition: all 0.7s ease;
    transform: translate(-2%, -50%);
}

.menubar div {
    width: 30px;
    height: 3px;
    background: rgba(19, 19, 19, 0.858);
    opacity: 0.7;
    margin: 5px auto;
    transition: all 0.3s ease;
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
    /* background: white; */
    transition: background 1s ease-in-out;
}

.toggle .line2 {
    transition: all 0.02s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
    /* background: white; */
    transition: background 1s ease-in-out;
}

.footer-btn {
    /* margin: 10px 0; */
    height: 6rem;
    /* visibility: hidden;
    opacity: 0; */
    /* margin-bottom: 5px; */
    width: 100%;
    position: fixed;
    bottom: 3px;
    background-color: white;
}


/* .footer-btn.mobile_footer {
    transform: translateY(-20px);
    transition: all .25s ease;
} */


/* .footer-btn.mobile_animation {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
    transition: all .25s ease;
} */

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .mobile_menu {
        display: block;
    }
    .footer-btn {
        display: none;
    }
}

.footer-btn #add .btn {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.75rem;
}

@media only screen and (min-width: 692px) and (max-width: 991px) {
    .footer-btn {
        height: 7.5rem;
    }
    .footer-btn #add .btn {
        line-height: 1.5 !important;
        padding: 1rem;
    }
}

.footer-btn .btn-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px 5px;
}

.btn-grid button {
    white-space: nowrap;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .footer-btn {
        height: auto !important;
        background-color: white;
    }
    .footer-btn .btn-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2px 5px;
    }
    .footer-btn .btn-grid #cancel_main {
        order: 5;
        grid-column: 2 / span 2;
    }
    .footer-btn .btn-grid .btn {
        line-height: 1.25 !important;
    }
}

.footer-btn .total {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-color: rgba(0, 0, 0, 0.05);
    color: #5d5d5d;
}

.footer-btn .total .total_amount_qty {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .footer-btn .total .total_amount_qty {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.footer-btn .total .total_amount_qty .total_amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.footer-btn .total .total_amount_qty .tab-btn-search {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr; */
    padding: 0 0.4rem;
}

.footer-btn .total .total_amount_qty .tab-btn-search .tab-btn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.footer-btn .total .total_amount_qty .tab-btn-search .tab-btn .btn0.active_products {
    border-color: #cecece;
    background-color: #cecece !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 206, 206, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(206, 206, 206, 0.5);
}

.footer-btn .total .total_amount_qty .tab-btn-search .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0.5rem;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .footer-btn .total .total_amount_qty .tab-btn-search .search {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-btn .total .total_amount_qty .tab-btn-search .search a {
    font-size: 20px;
    color: black;
    font-weight: 700;
    padding: 0.5rem;
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box.open {
    z-index: 999999999999;
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.5em;
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .close a {
    color: white !important;
    z-index: 9999;
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .close a i {
    color: white;
    font-size: 24px;
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .input-box {
    position: absolute;
    top: 20px;
    left: 10%;
    right: 10%;
    overflow: hidden !important;
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .input-box input {
    border: none;
    outline: none;
    border: 2px solid black;
    padding: 4px 0px 4px 30px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: hidden !important;
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .input-box input:focus,
.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .input-box input:hover {
    border-color: blue;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .input-box .search-icon {
    position: absolute;
    top: 7px;
    left: 1%;
    color: rgba(0, 0, 0, 0.719);
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .input-box .close-btn {
    position: absolute;
    top: 1px;
    bottom: 0px;
    right: 0px;
    height: 95%;
    padding: 5px 10px 3px 10px;
    -webkit-transform: translate(15px);
    transform: translate(15px);
    -webkit-animation-name: translete;
    animation-name: translete;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: sandybrown;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: none;
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .input-box .close-btn:hover {
    color: white;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

@-webkit-keyframes translete {
    from {
        -webkit-transform: translate(15px);
        transform: translate(15px);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(-1px);
        transform: translate(-1px);
        opacity: 1;
    }
}

@keyframes translete {
    from {
        -webkit-transform: translate(15px);
        transform: translate(15px);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(-1px);
        transform: translate(-1px);
        opacity: 1;
    }
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .Search-order-bill {
    position: absolute;
    top: 6rem;
    left: 10%;
    right: 10%;
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .Search-order-bill .table tbody .card-link .arrow {
    position: relative;
    padding-left: 20px;
}

.footer-btn .total .total_amount_qty .tab-btn-search .search .search-box .Search-order-bill .table tbody .card-link .arrow:before {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    font: 16px fontawesome;
    color: white;
    content: "\f0d7";
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .footer-btn .sm-mt {
        margin-top: 0.5rem;
    }
}


/*# sourceMappingURL=style.css.map */

.table-hover tbody tr:hover,
.table-dark.table-hover tbody tr:hover {
    color: inherit !important;
}


/* student attendence */

.student_details_main {
    background: #F5F7F8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.student_datails_payment {
    background: #F5F7F8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.student_details_main .student_details_center {
    width: 500px;
    max-width: 500px;
    background: white;
    height: auto;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation: scale-display .5s;
    animation: scale-display .5s;
}
.student_datails_payment .student_details_center {
    width: 500px;
    max-width: 500px;
    background: white;
    height: auto;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation: scale-display .5s;
    animation: scale-display .5s;
}

.student_details_main .student_details_center .student_img {
    height: 300px;
    width: 240px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 5px;
}

.student_details_main .student_details_center .student_img img {
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.student_details_main .student_details_center .student_content {
    padding: 10px 5px;
    width: 100%;
}

.student_details_main .student_details_center .student_content .stuent_deta {
    width: 100%;
    line-height: 28px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.student_datails_payment .student_details_center .student_content .stuent_deta {
    width: 100%;
    line-height: 28px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .student_datails_payment .student_details_center {
        margin: 20px 0;
    }
    .student_datails_payment{
        height: auto;
        position: inherit;
    }
    .student_details_main .student_details_center .student_content .stuent_deta {
        grid-template-columns: 1fr 1fr;
    }
    .student_datails_payment .student_details_center .student_content .stuent_deta {
        grid-template-columns: 1fr 2fr;
    }
}

.student_details_main .student_details_center .student_content .stuent_deta label {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.student_details_main .student_details_center .student_content .stuent_deta span {
    margin: 0;
    font-size: 18px;
    padding: 0 10px;
    letter-spacing: 1px;
    /* font-weight: 700; */
}


/* ---------------------------------payment page-------------------------------  */

.about_page .about_center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* height: 100vh; */
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
}

.about_page_main {
    background: #f2f2f2;
    padding: 0 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* text-align: center; */
}

.about_page_main .about_header,
.about_section,
.about_services {
    border-bottom: 1px solid #e2e2e2;
}

.about_page_main .about_header .about_logo {
    text-align: center;
    padding: 30px 20px;
}

.about_page_main .about_header .about_logo a {
    text-decoration: none;
    color: black;
}

.about_logo .logo_text {
    font-size: 45px;
    padding: 5px 3px;
    vertical-align: middle;
    color: black;
    font-weight: 700;
}

.about_header_content {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about_header_content a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
}

.about_page_main .about_section {
    text-align: center;
    padding: 20px 0;
}

.about_section .store_details {
    margin-bottom: 60px;
}

.about_section .store_details h3,
.fsk_id h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    margin: 0;
    margin-bottom: 10px;
}

.about_section .store_details p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 10px;
}

.about_section .fsk_id input {
    padding: 5px;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    font-size: 22px;
    border-radius: 5px;
    margin: 15px 10px;
    box-shadow: 1px 1px 2px 0 black;
}

.about_section .fsk_id button {
    padding: 8px 40px;
    font-size: 18px;
    margin: 10px 0 0 0;
}

.about_page_main .about_services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    text-align: center;
    padding: 20px 0;
}

.about_services h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 24px;
}

.about_services p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 18px;
}

.about_services a {
    text-decoration: none;
    display: block;
    color: #212529;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 18px;
}

.about_services a:hover {
    text-decoration: none;
    color: #212529;
}

.about_page_main .about_footer {
    /* margin: 10px 0; */
    padding: 15px 0;
    text-align: center;
}

.about_footer p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.student_details_center .student_content .student_description label {
    /* width: 100%; */
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.student_details_center .student_content .student_description input {
    border: none;
    border-bottom: 1px solid black;
    outline: none;
}

.student_details_center .student_btn {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    grid-gap: 0.5rem;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .about_page {
        margin: 10px 0;
    }
    .about_section .store_details {
        margin-bottom: 30px;
    }
    .about_page .about_center {
        position: inherit;
    }
    .about_services p {
        padding-left: 10px;
    }
    .about_page_main {
        padding: 10px;
    }
    .about_header_content {
        padding: 10px 5px;
        flex-direction: column;
    }
    .about_page_main .about_services {
        grid-template-columns: 1fr;
        text-align: left;
    }
}


/* --------------------------------payment page end------------------------------------  */
.order-item-count{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    color: white;
    padding: 2px;
    width: 10%;
}
