

:root {
    --primary: #2a3042;
    --secondary: #D31A22;
    --gray: #555555;
    --blue: #4761FF;
    --light: #F1F3FA;
    --dark: #1C2035;
    --white: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
div {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
  *::placeholder {
    color: #999 !important;
    opacity: 1;
    font-size: 15px !important;
  }
  .mobile_app_form_group select {
    /* color: #999 !important; */
    /* opacity: 1 !important; */
    font-size: 15px !important;
  }
  .mobile_app_form_group input {
    font-size: 15px !important;
    border-radius: 3px !important;
  }
/* common hadding */
.mobile_app_heading h4 {
    font-size: 15px;
    font-weight: 500;
}


/* custom css */
.section_padding {
    padding: 20px 0px;
}
.section_padding_top {
    padding-top: 20px;
}
.section_padding_bottom {
    padding-bottom: 20px;
}
.section_top_space {
    padding-top: 10px;
}
.mobile_app_wrap {
    /* background-color: #F2F1F9; */
    background-image: linear-gradient(120deg, #f0532d36 0%, #0b3c544f 100%);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.mobile_app_content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    background-color: #F2F1F9;
}
.mobile_app_header {
    /* background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%); */
    /* background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%); */
    /* background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%); */
    /* background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%); */
    /* background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%); */
    /* background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%); */
    /* background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%); */
    /* background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%); */
    /* background-image: linear-gradient(-20deg, #ddd6f3 0%, #faaca8 100%, #faaca8 100%); */
    /* background-image: linear-gradient(to top, #d5dee7 0%, #ffafbd 0%, #c9ffbf 100%); */
    /* background-image: linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%); */
    /* background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%); */
    background-image: linear-gradient(120deg, #F0532D 0%, #0B3C54 100%);
    padding: 25px 20px 25px 20px;
    overflow: hidden;
    position: relative;
}
.mobile_app_curve_one::after {
    content: '';
    position: absolute;
    top: -108px;
    left: 12px;
    background-color: #a18cd1;
    width: 260px;
    height: 180px;
    border-radius: 100%;
    opacity: .3;
}
.mobile_app_curve_one::before {
    content: '';
    position: absolute;
    top: -108px;
    left: -124px;
    background-color: #a18cd1;
    width: 300px;
    height: 247px;
    border-radius: 100%;
    opacity: .3;
}
.mobile_app_curve_two::after {
    content: '';
    position: absolute;
    bottom: -108px;
    right: 12px;
    background-color: #a18cd1;
    width: 260px;
    height: 180px;
    border-radius: 100%;
    opacity: .3;
}
.mobile_app_curve_two::before {
    content: '';
    position: absolute;
    bottom: -108px;
    right: -124px;
    background-color: #a18cd1;
    width: 300px;
    height: 247px;
    border-radius: 100%;
    opacity: .3;
}
.mobile_app_card_item_title span {
    color: #495057;
}
.back_icon {
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    margin-top: -3px;
}
.back_icon i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
}
.mobile_app_user {
    position: relative;
    text-align: left;
    z-index: 999999;
}
.mobile_app_user_img {
    width: 60px;
    margin-right: 10px;
    float: left;
    display: block;
    overflow: hidden;
}
.mobile_app_user img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.mobile_app_user_text {
    display: block;
    overflow: hidden;
    margin-top: 5px;
}
.mobile_app_user span {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
    color: #ffffff;
    white-space: nowrap;
    width: max-content;
}
.mobile_app_manage .mobile_app_notification_link {
    display: block;
    font-size: 14px;
    color: #ffffff !important;
    cursor: pointer;
    z-index: 999999;
    position: relative;
}
.mobile_app_manage .mobile_app_notification_link svg {
    width: 16px;
}
.mobile_app_transaction_filter select {
    appearance: auto;
}
.mobile_app_manage_link {
    background-color: #ffffff;
    width: max-content;
    display: inline-block;
    color: #D1A9DF;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 13px;
    z-index: 999999;
    position: relative;
    display: block;
}
.mobile_app_terms_condition_link {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    z-index: 999999;
    position: relative;
}
.mobile_app_marque {
    height: 20px;
    line-height: 20px;
    display: block;
    margin-top: 21px;
    color: #495057;
}
.mobile_app_body {
    padding: 0px 20px;
    min-height: 500px;
}
.mobile_app_group_card {
    display: grid;
    grid-template: 1fr / 1fr 1fr 1fr;
    gap: 10px;
}
.mobile_app_card_item {
    background-color: #ffffff;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    position: relative;
}
.mobile_app_card_item.balance_top_up {
    cursor: pointer;
}
.mobile_app_card_item_count_account span {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #1B8EE3;
    color: #ffffff;
    border-radius: 100%;
    font-size: 15px;
}
.mobile_app_card_item_count_pending span {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #00DA9F;
    color: #ffffff;
    border-radius: 100%;
    font-size: 15px;
}
.mobile_app_card_item_icon svg {
    width: 40px;
}
.mobile_app_card_item_icon.top_up svg {
    animation: top_up_animation 1s linear infinite;
    border: none !important;
    border-radius: 100%;
}
@-webkit-keyframes top_up_animation {

    0% {
        box-shadow: 0 0 0 0 rgba(0, 128, 0, 0.3), 0 0 0 0 rgba(10, 128, 0, 0.3),
            0 0 0 0 rgba(0, 128, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 128, 0, 0.3),
            0 0 0 0 rgba(0, 128, 0, 0.3), 0 0 0 12px rgba(2241, 42, 2, 0);
    }

}
.mobile_app_table_cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_app_card_item_title {
    margin-top: 15px;
}
.mobile_app_transaction_table {
    width: 100%;
    caption-side: bottom;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 10px;
    max-height: 342px;
    overflow-y: scroll;
    overflow-x: scroll;
}
.mobile_app_transaction_table table {
    width:100%;
}
/* width */
.mobile_app_transaction_table::-webkit-scrollbar {
    width: 3px;
    height: 3px;
   
}
.mobile_app_transaction_table::-webkit-scrollbar-thumb {
    background: #dddddd;
}
.mobile_app_transaction_table table tbody {
    border-color: inherit;
    border-width: 0;
}
.mobile_app_transaction_table table tbody tr {
    border-bottom: 1px solid #dddddd;
    width: 100%;
    overflow: hidden;
}
.mobile_app_transaction_table table tbody tr:last-child {
    border-bottom: 0px;
}
.mobile_app_transaction_table table tbody tr td {
    padding: 10px 10px;
}
.mobile_app_transaction_link svg {
    width: 18px;
    color: #00000087;
    transition: .3s;
}
.mobile_app_transaction_link svg:hover {
    color: #3BB77E;
}
.mobile_app_transaction_table table tbody tr td:last-child {
    text-align: right;
}
.mobile_app_transaction span {
    font-size: 14px;
    display: block;
}
.mobile_app_transaction span:last-child {
    margin-top: 5px;
}
.mobile_app_transaction_number.no_margin {
    margin-top: 0px !important;
}
.mobile_app_transaction_status_complete {
    background-color: #DEF9EC;
    width: max-content;
    color: #3BB77E;
    font-size: 12px !important;
    border-radius: 10px;
    padding: 0px 10px;
    height: 20px;
    line-height: 20px;
}
.mobile_app_transaction_status_pending {
    background-color: #fde0e9;
    width: max-content;
    color: #f74b81;
    font-size: 12px !important;
    border-radius: 10px;
    padding: 0px 10px;
    height: 20px;
    line-height: 20px;
}
.mobile_app_transaction_status_reject {
    background-color: red;
    width: max-content;
    color: #fff;
    font-size: 12px !important;
    border-radius: 10px;
    padding: 0px 10px;
    height: 20px;
    line-height: 20px;
}
.mobile_app_footer {}
.mobile_app_footer ul {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
    padding: 10px 20px;
}
.mobile_app_footer ul li {
    display: inline-block;
    list-style: none;
}
.mobile_app_footer ul li .mobile_app_footer_link {
    text-decoration: none;
}
.mobile_app_footer ul li .mobile_app_footer_link svg {
    color: #00000087;
    transition: .3s;
}
.mobile_app_title h4 {
    font-size: 18px;
    color: #ffffff;
}
.mobile_app_content.doller_request_page {
    padding: 20px;
}
.mobile_app_transaction_table.no_scroll {
    max-height: 100%;
    min-height: 400px;
}
.mobile_app_form {
    padding: 20px;
}
.mobile_app_form_cell {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
    gap: 10px;
}
.mobile_app_form_group {
    margin-bottom: 15px;
}
.mobile_app_form_group label {
    font-size: 16px;
    margin-bottom: 3px;
}
.mobile_app_form_group select {
    height: 45px;
    line-height: 45px;
    padding: 0px 10px;
    appearance: auto;
}
.mobile_app_form_group input {
    height: 45px;
    line-height: 45px;
    padding: 0px 10px;
}
.mobile_app_star {
    color: red;
}
.mobile_app_form_checkbox {
    padding-bottom: 10px;
    padding-top: 5px;
}
.mobile_app_form_checkbox label {
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
    width: max-content;
}
.mobile_app_form_checkbox label input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 4px;
    cursor: pointer;
}
.mobile_app_form_checkbox label input:checked {
    background-color: #0B3C54;
    border-color: #0B3C54;
}
.mobile_app_form_checkbox label input:focus {
    border-color: #86b7fe;
    box-shadow: none;
}
.mobile_app_search input {
    height: 33px;
    line-height: 33px;
    padding: 0px 10px;
    width: 150px;
}
.mobile_app_form_btn {
    text-align: center;
}
.mobile_app_form_btn_link {
    background-color: #0B3C54;
    color: #ffffff !important;
    height: 40px;
    border-radius: 3px;
    transition: .3s;
    font-weight: 400;
    display: block;
    width: 100%;
    letter-spacing: .4px;
}
.dollar_rate_bdt,
.dollar_rate_total_bdt {
    border: 1px dashed #495057;
    padding: 3px 5px;
    color: #495057;
}
.mobile_app_terms_condition ul {
    margin: 0 !important;
    padding: 0 !important;
}
.mobile_app_terms_condition ul li {
    list-style: none;
    margin-bottom: 10px;
}
.mobile_app_terms_condition ul li:last-child {
    margin-bottom: 0px;
}
.mobile_app_terms_condition ul li i {
    font-size: 10px;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    display: block;
    overflow: hidden;
    float: left;
    margin-top: 8px;
}
.mobile_app_terms_condition ul li span {
    font-size: 15px;
    line-height: 27px;
    display: block;
    overflow: hidden;
}
.mobile_app_auth_content {
    max-width: 350px;
    min-height: 600px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #ffffff;
}
.mobile_app_auth_header {
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F16767;
    background-image: linear-gradient(120deg, #F0532D 0%, #0B3C54 100%);
    position: relative;
    overflow: hidden;
}
.mobile_app_auth_header img {
    max-height: 70px;
}
.mobile_app_auth_body {
    padding: 50px 30px 20px 30px;
}
.mobile_app_auth_footer {
    text-align: center;
}
.forgot_password_link {
    color: #a5a5a5;
    transition: .3s;
}
.forgot_password_link:hover {
    color: #0B3C54;
}
.mobile_app_user_btn_link {
    display: flex;
    gap: 5px;
}
.mobile_app_auth_header .mobile_app_curve_one::before {
    top: -52px;
    left: -94px;
    width: 200px;
    height: 128px;
}
.mobile_app_auth_header .mobile_app_curve_one::after {
    top: -108px;
    left: 12px;
    width: 200px;
    height: 160px;
}
.mobile_app_auth_header .mobile_app_curve_two::before {
    bottom: -52px;
    right: -94px;
    width: 200px;
    height: 128px;
}
.mobile_app_auth_header .mobile_app_curve_two::after {
    bottom: -108px;
    right: 12px;
    width: 200px;
    height: 160px;
}








a,
a:hover {
    text-decoration: none;
}

/* ======================= Sidebar Design ======================= */
.navigation__drawer {
    background-color: var(--primary) !important;
}

.navigation__drawer .sidebar__header {
    margin: 10px 0px;
    border-bottom: 1px solid var(--light);
    padding-bottom: 15px;

}

.navigation__drawer .sidebar__header img {
    width: 200px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 15px;
}

.navigation__drawer .sidebar__header .identity p {
    color: var(--white);
    font-size: 18px;
}

.sidebar__body .menu {
    color: var(--white);
}

.sidebar__body .menu .menu-item a {
    color: var(--white);
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.v-list-item__prepend {
    display: inherit !important;
}

span.sidebar-menu-icon {
    margin-right: 10px;
    line-height: 35px;
}

span.sidebar-menu-icon i {
    height: 35px;
    width: 35px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(70, 77, 235, 0.05);
    line-height: 35px;
    text-align: center;
    color: var(--white);
    font-size: 14px;
}

.custom_dropdown_router_link,
.custom_router_link {
    display: block;
    width: 100%;
    color: var(--white) !important;
    transition: all ease .3s;
    font-size: 14px;
}

button.custom_router_link {
    text-align: left;
    padding: 0;
}

.v-list-item__append i.mdi-chevron-up.mdi.v-icon.notranslate.v-theme--light.v-icon--size-default {
    color: var(--gray) !important;
}

.custom_router_sub_link {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    width: 100%;
    margin: 5px 0px;
    transition: all ease .3s;
    font-size: 14px;
}

.custom_router_sub_link span {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 3px;
}

.custom_router_sub_link:hover {
    background: var(--gray)
}


.v-list-item__append i {
    color: var(--white);
}

/* ======================= Sidebar Design ======================= */






.form-group {
    margin-bottom: 15px;
}

.validation_error_throw {
    font-size: 14px;
    color: var(--secondary);
    margin-left: 10px;
    font-style: italic;
    margin-top: 8px;
}

a,
a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
}

.v-list-item__append i {
    color: var(--white);
}

/* =================== Breadcrumb area ==================== */
.breadcrumb-area {
    margin: 22px 0px;
}

.card-title {
    font-size: 15px;
    margin: 0 0 7px 0;
    font-weight: 700;
}

.card-modify {
    padding: 10px 10px;
}

.primary-button {
    display: inline-block;
    background-color: #0B3C54;
    border-color: #0B3C54;
    color: var(--white) !important;
    font-size: 14px;
    line-height: 33px;
    padding: 0px 12px;
    border-radius: 5px;
    cursor: pointer;
}

.primary-button:hover {
    color: var(--white) !important;
    background-color: #485ec4;
    border-color: #4458b8;
}


button.table-action-button {
    display: inline-block;
    background-color: var(--primary);
    color: var(--white);
    width: 50px;
    height: 30px;
    border-radius: 5px;
}

ul.table-action-menu {
    background: var(--white);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    border-radius: 5px;
    padding: 5px 0px;
}


ul.table-action-menu button,
a.menu-link {
    display: block;
    padding: 2px 10px;
    font-size: 14px;
    color: #333 !important;
    cursor: pointer;
}




/* ul.table-action-menu li:first-child a.menu-link {
    border-top: 0px;
}

ul.table-action-menu li:last-child a.menu-link {
    padding-top: 0px;
    padding-bottom: 10px;
} */

.error-msg {
    color: var(--secondary);
    font-size: 13px;
    margin-left: 5px;
}

.form-control:focus {
    box-shadow: 0 0 0 .0rem rgba(13, 110, 253, .25) !important;
}

span.req_star {
    color: var(--secondary);
}

.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
    padding-inline: 5px !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Scrolling css */
/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.v-toolbar__content,
.v-toolbar__extension {
    justify-content: space-between;
    padding: 4px 16px;
}

.menu-list {
    background: #fff;
    margin-top: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
}

.menu-list ul {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
}

.menu-list ul li a,
button {
    display: inline-block;
    padding: 3px 11px;
    color: #333;
}


.header_toggle_icon i {
    background: rgba(70, 77, 235, 0.1);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.3s;
}

img.table_image {
    margin: 10px 0px;
    text-align: center;
    width: 90px;
    height: 50px;
    border-radius: 8px;
    background: gray;
    padding: 1.5px;
}

/* .app-bar-menu-icon {} */

.app-bar-menu-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
}

img.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}


.form-group label {
    font-weight: 500;
}


.upload_img_container {
    width: 150px;
    height: 150px;
    border: 2px dotted #259dab;
    cursor: pointer;
    text-align: center;
}

.p_img_upload_field {
    display: none;
}

.upload_img_container>img {
    width: 140px;
    height: 140px;
    margin: 2px;
}
/* =============== custom search select ================= */
.custom-search-select .v-field__field{
    height: 33px;
}
.custom-search-select .v-field__input{
    height: 33px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 33px!important;
}
.custom-search-select .mdi-close-circle{
    font-size: 14px!important;
}

.custom-search-select .v-field--variant-outlined.v-field--focused .v-field__outline{
    --v-field-border-width: 1px!important;
    --v-field-border-opacity: 0.38;
}


/* =============== custom search select end ================= */

/* =============== custom dropdown select ================= */

/* =============== custom dropdown select end ================= */

/* =============== sale product design ================= */
.single__pos__product__content {
    position: relative;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.single__pos__product__hover__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .6;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    cursor: pointer;
    transition: all ease .1s;
}

.single__pos__product__hover__item i {
    color: #fff;
    font-size: 40px;
}

.pos__product__image {
    padding: 5px 5px 0px 5px;
}

.pos__product__image img {
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
}

.pos__product__details {
    text-align: center;
    padding: 0px 5px 5px 0px;
}

.pos__product__title {
    line-height: 0px;
}

.pos__product__title p {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.pos__product__price span {
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    display: block;
}

.single__pos__product__content:hover .single__pos__product__hover__item {
    visibility: visible;
}


.product_pos_total_price {
    display: block;
    font-size: 15px;
}

.product_sale_price_qty_table_cell input {
    float: left;
    display: inline-block;
}

.custom_sale_qty_plus {
    font-size: 14px;
    width: 40px;
    text-align: center;
}

.custom_sale_qty_minus {
    font-size: 14px;
    width: 40px;
    text-align: center;
}

.custom_sale_qty_input input {
    width: 40px;
    height: 40px;
    text-align: center;
}

.product_pos_delete_icon {
    background-color: #FCE4EA;
    color: #CF848F;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 50%;
}

.sale_discount_price_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.sale_discount_price_item strong {
    font-size: 16px;
    font-weight: 400;
}

.sale_shipping_paid_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.sale_shipping_paid_item strong {
    font-size: 16px;
    font-weight: 400;
}

.sale_product_table_cell {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pos_amount_select {
    position: relative;
}

.pos_amount_select select {
    border: 1px solid #000000;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-right: 25px;
}

.pos_amount_select i {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 24px;
    margin-right: 12px;
    line-height: 0;
}

.pos_amount_select select option {
    cursor: pointer;
}

.sale_paid_price_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0px;
}

.sale_paid_price_item strong {
    font-size: 16px;
    font-weight: 400;
}

.sale_total_price_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}

.sale_total_price_item strong {
    font-size: 16px;
    font-weight: 400;
}

.sale_shipping_price_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.sale_shipping_price_item strong {
    font-size: 16px;
    font-weight: 400;
}

.sale_tex_price_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.sale_tex_price_item strong {
    font-size: 16px;
    font-weight: 400;
}

.sale_product_action_btn_group {
    position: relative;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sale_product_action_btn_group button {
    border: none;
    background: transparent;
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #000000;
}

.sale_product_action_btn_cancel {
    background-color: #dd4b39 !important;
    color: #ffffff !important;
}

.sale_product_action_btn_save {
    background-color: #464DEB !important;
    color: #ffffff !important;
    border: 1px solid #464DEB !important;
}

.sale_product_action_btn_group button i {
    font-size: 11px;
}

.pos_multiple_product_bg {
    background: #ffffff;
    padding: 15px;
}

.pos_total_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dddddd;
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.pos_total_price strong {
    font-size: 18px;
    font-weight: 600;
}

.sale_tex_price_item input {
    width: 70px;
    text-align: right;
    border: 1px solid #dddddd;
    padding: 1px 5px;
}

.sale_shipping_paid_item input {
    /* width: 70px; */
    text-align: right;
    border: 1px solid #dddddd;
    padding: 1px 5px;
}

.sale_product_click_coupon {
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: inline-block;
    border-radius: 5px;
}

.sale_product_click_coupon_item {
    position: relative;
}

.sale_product_click_coupon input {
    border: 1px solid #dddddd;
    padding: 8px 10px;
    border-radius: 3px;
    height: 45px;
}

.sale_product_click_coupon button {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    border-radius: 0px 3px 0px 3px;
}


.sale_product_click_discount {
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: inline-block;
    border-radius: 5px;
}

.sale_product_click_discount_item {
    position: relative;
}

.sale_product_click_discount input {
    border: 1px solid #dddddd;
    padding: 8px 10px;
    border-radius: 3px;
    height: 45px;
}

.sale_product_click_discount button {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    border-radius: 0px 3px 0px 3px;
}

.sale_product_click_event {
    position: absolute;
    bottom: 65px;
}




.sale_product_click_coupon {
    display: none;
}

.sale_product_click_toggle {
    display: block;
}

.sale_product_click_discount {
    display: none;
}

.sale_product_click_discount_toggle {
    display: block;
}

.confirm_dialog_box_wrapper .dialog_title {
    text-align: center;
    padding-top: 15px !important;
    margin-bottom: 15px !important;
}

.confirm_dialog_box_wrapper .confirm_checkbox {
    width: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm_dialog_box_wrapper .action {
    text-align: center;
    padding-bottom: 15px;
}

.confirm_dialog_box_wrapper .action button {
    display: inline-block;
    margin: 0px 5px;
    padding: 3px 15px;
    border-radius: 9px;
}

.confirm_dialog_box_wrapper .action button.safe {
    border: 1px solid #bbb;
    transition: all ease 0.3s;
}

.confirm_dialog_box_wrapper .action button.danger {
    background: #fe494c;
    border: 1px solid #fe494c;
    color: #fff;
}

.menu_module_divider {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
}

a.custom_router_sub_link.order__count__nav {
    width: 100%;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-right: 27px; */
    padding-right: 15px;
}

span.order__count {
    background: gray;
    border-radius: 30px;
    text-align: center;
    padding: 0px 8px;
}

span.dot_list i {
    font-size: 5px;
    display: inline-block;
    margin-right: 2px;
}


.product__content {
    margin: 10px 0px;
}


.custom_underline {
    border-bottom: 1px solid #ddd;
}

.table thead tr th,
td {
    font-size: 14px !important;
}


.filter_by_date {
    background: #464deb;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 7px;
    width: 100%;
}

.v-main {
    margin: 0;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f8f8fb;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    /* background: #f8f8fb; */
    background: #F5F8FA;
}

select {
    font-size: .8125rem !important;
}

textarea::placeholder,
input::placeholder {
    font-size: .8125rem;
}

input,
textarea {
    font-size: .8125rem;
}

.form-group label {
    margin-bottom: 5px
}

.breadcrumb-area .row{
    align-items: center;
}

.breadcrumb-area h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px !important;
}


/* 
=================================== 
    Login Form Section Area Start 
================================= 
*/


.login_form_area{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #5F74D1;
    background-size: cover;
    z-index: 111;
}

.login_form_area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* background: linear-gradient(to bottom right, #4b67e5, #2A3042); */
    background-color: #2A3042;
    opacity: 0.8;
}

.login_form_title h1 {
    font-size: 35px;
    color: var(--white);
    margin-bottom: 6px;
}

.login_form_title h2{
    color: var(--white);
}

.login_form_title h2 {
    color: var(--white);
    font-size: 20px;
}

.login_form {
    width: 530px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    padding: 0px 10px;
}
.login_form form {
    background-color: var(--white);
    padding: 40px 50px;
    border-radius: 10px;
    padding-bottom: 24px;
}
.login_from_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_form_title {
    text-align: center;
    margin-bottom: 90px;
}

.submit_btn {
    background-color: #3c4664;
    color: #fff !important;
    text-align: center;
    padding: 8px 40px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

.logo_icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 112px;
    left: 50%;
    transform: translateX(-50%);
}

.logo_icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    border: 12px solid #ffffff;
}

.header_toggle_icon i {
    background: rgba(70, 77, 235, 0.1);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}

.error-mgs {
    color: red;
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
    font-style: italic;
}

.v-field__field {
    padding: 0 !important;
    height: 38px !important;
  }

  .v-field__input {
    height: 38px !important;
    padding: 0 10px !important;
  }

  span.v-autocomplete__selection-text {
    margin-top: -7px !important;
  }

  input['type:file'],
  input['type:number'] select,
  input['type:text'] {
    height: 38px !important;
  }

  .alert {
    padding: 10px 10px;
    margin-bottom: 0px;
    font-weight: 700;
  }




  @media screen and (max-width: 575.98px) {
    .mobile_app_user_img {
        width: 50px;
        margin-right: 8px;
    }
    .login_form {
        width: 100%;
    }
    .mobile_app_manage .mobile_app_notification_link {
        font-size: 13px;
    }
    .mobile_app_terms_condition_link {
        font-size: 12px;
        margin-top: 7px;
        height: 17px;
    }
    .mobile_app_user span {
        font-size: 14px;
    }
    .mobile_app_user_text {
        margin-top: 2px;
    }
    .mobile_app_user img {
        width: 50px;
        height: 50px;
        border-radius: 100%;
    }
    .mobile_app_manage_link {
        padding: 2px 5px;
        font-size: 12px;
        border-radius: 3px;
        margin-bottom: 5px;
    }
    .mobile_app_user span {
        font-size: 16px;
    }
    .mobile_app_header {
        padding: 15px 10px 15px 10px;
    }
    .mobile_app_body {
        padding: 0px 10px;
    }
    .mobile_app_group_card {
        gap: 5px;
    }
    .mobile_app_card_item_count_account span {
        top: 20px;
        right: 15px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 100%;
        font-size: 12px;
    }
    .mobile_app_card_item_count_pending span {
        top: 20px;
        right: 15px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 100%;
        font-size: 12px;
    }
    .mobile_app_card_item_title {
        margin-top: 8px;
    }
    .mobile_app_card_item_title span {
        font-size: 12px;
    }
    .mobile_app_form_checkbox label {
        font-size: 12px;
    }
    .mobile_app_form_checkbox label input {
        width: 14px;
        height: 14px;
        margin-top: 2px;
        margin-right: 1px !important;
    }
    .mobile_app_title h4 {
        font-size: 17px;
    }
   }




   @media screen and (max-width: 375.98px) {
       .mobile_app_form_checkbox label {
        font-size: 11px;
    }
    .mobile_app_user_img {
        width: 40px;
        margin-right: 4px;
    }
    .mobile_app_user img {
        width: 40px;
        height: 40px;
    }
    .mobile_app_manage_link {
        padding: 2px 3px;
        font-size: 11px;
        margin-bottom: 0px;
    }
    .mobile_app_manage .mobile_app_notification_link {
        font-size: 11px;
    }
    .mobile_app_terms_condition_link {
        font-size: 11px;
    }
   }