:root {
    --nmaprimary: #C11239;
    --nmasecondary: #3a3f51;
    --nmalight: #f5f5f5;
    --nmagray: #dcdcdc;
    --nmadel: #dd4b39;
    --nmaadd: #1abc9c;
    --textgray: #8293AF;
    --lightgray: #f8f9fa;
    --bordercolor: #ddd;
    --bordercolor1: #e4e4e4;
    --textdark: #444;
    --bgdark: #3a3f51;
    --gold: #dbad15;
    --nma_sidebar_bg: #fcfcfc;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.sidebar li>a,
.sidebar li>.nav-item,
.sidebar>.sidebar-nav>.nav-heading {
    white-space: inherit !important;
}

.text_primary {
    color: var(--nmaprimary);
    text-decoration: none;
}

.bg-blue-dark {
    background-color: #2b7a95;
    color: #fff !important;
}

.bg-blue {
    background-color: #7bb5c9;
    color: #fff !important;
}

.brand_logo {
    width: 200px;
    ;
}

.nma_btn {
    display: inline-block;
    font-weight: 400;
    color: #656565;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0rem 1rem;
    font-size: 1rem;
    line-height: 45px;
    border-radius: 0.25rem;
    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;
    text-decoration: none !important;
    
    height: 45px;
}

.nma_primary {
    color: #fff !important;
    background-color: var(--nmaprimary) !important;
    border-color: var(--nmaprimary) !important;
}

.nma_secondary {
    color: #fff !important;
    background-color: var(--nmasecondary) !important;
    border-color: var(--nmasecondary) !important;
}

.nma_add {
    color: #fff !important;
    ;
    background-color: var(--nmaadd) !important;
    border-color: var(--nmaadd) !important;
}

.nma_edit {
    color: var(--textdark) !important;
    background-color: var(--lightgray) !important;
    border-color: var(--bordercolor) !important;
}

.nma_del {
    color: #fff !important;
    background-color: var(--nmadel) !important;
    border-color: var(--nmadel) !important;
}

.nma_light {
    color: var(--bgdark) !important;
    background-color: var(--nmalight) !important;
    border-color: var(--nmalight) !important;
}
.nma_action_btn {
    width: 33px;
    height: 33px;
        line-height: 33px;
    text-align: center;
    padding: 0;
}
.text_secondary {
    color: var(--nmasecondary) !important;
}

.text_del {
    color: var(--nmadel) !important;
}

.heading_block {
    display: block !important;
}

.heading_bttns {
    text-align: right;
}

.page_card {
    border: 0 !important;
    box-shadow: none !important;
}

.page_card_title {
    color: var(--textdark);
    margin-bottom: 0;
}

.bg-dark .page_card_title {
    color: #fff;
    margin-bottom: 0;
}

.page_card_bttns {
    text-align: right
}

.form_page_label {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: var(--textgray);
}

.form_page_input.form-control {
    height: 45px;
    line-height: 45px;
}

.form_page_textarea.form-control {
    height: 135px;
}

.uploadpreview {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #919191;
}

.picture_box {
    align-items: center;
    display: flex;
}

.catphoto_avatar {
    width: 70px;
    height: 70px;
    background: #FAFBFC;
    border-radius: 100%;
}

.catphoto_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: contain;
}

.doc_photo {
    width: 120px;
    height: 100px;
    background: #FAFBFC;
    border-radius: 8px;
}

.doc_photo img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: contain;
}

.upload_img_input {
    background: #879dbb;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    position: relative;
    margin-left: 40px;
    padding: 0 20px;
}

#catfileinput,
.catfileinput,
.vbpfileinput,
#bfileinput,
#businessfileinput,
#udfileinput {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.customtable>thead>tr>th {
    padding: 14px 8px;
    color: #000;
}

.customtable>tbody>tr>td {
    padding: 14px 8px;
    font-size: 16px;
}

#product-tab .nav-link.active,
#product-tab .nav-item.show .nav-link {
    color: #ffffff !important;
    background-color: var(--bgdark) !important;
}

#product-tab .nav-link {
    color: var(--textdark) !important;
}

.avalue_card {
    background: #f6f6f6;
    padding: 15px;
}

.createa_card {
    border: 1px solid #f6f6f6;
    padding: 20px;
    border-radius: 5px;
    background: #f9f9f9;
    padding-right: 50px;
    margin-bottom: 20px;
    position: relative;
}

.bordered_table.table thead th,
.bordered_table.table tbody td {
    border: 1px solid var(--bordercolor1) !important;
}

.bordered_table.table tbody td {
    background-color: #fff;
}

.bordered_table.table thead th {
    background: #f8f8f8;
}

.delete_attr {
    position: absolute;
    right: -5px;
    top: -2px;
    background: var(--nmadel) !important;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    z-index: 99;
}

.link_av {
    margin-top: 30px;
}

.addattrval {
    margin-top: 20px;
    background: #fff;
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid var(--nmaadd);
    border-radius: 5px;
    cursor: pointer;
    color: var(--nmaadd);
}

.addattrval a {
    color: var(--nmaadd);
    text-decoration: none;
}

.atrrimgbox {
    width: 80px;
    height: 80px;
    border: 1px solid var(--bordercolor1);
}

.atrrimgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.choose_pphtolist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.choose_pphtolist li {
    display: inline-block;
    margin-right: 15px;
}

.photocard {
    position: relative;
}

.checkimg {
    position: absolute;
    left: 0;
    top: 0%;
}

.s_ap_img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.puphoto .form-group
{
    margin-bottom:0;
}
/*.puphoto {*/
/*    background: #f7f7f7;*/
/*    padding: 20px;*/
/*}*/
.attributeDive {
    padding: 10px 0;
}
.puphoto {
    padding: 0 15px;
}
.deletePicturediv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index:99
}
.imageDiv {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom:15px
}
.uploadp_img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.specification_box {
    position: relative;
    padding-right: 50px;
    background: #f7f7f7;
    padding: 20px 55px 20px 20px;
    margin-bottom: 15px;
}

.delete_sepecification {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: var(--nmadel);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 10px;
}

.swal-footer {
    text-align: center !important;
}

.sidebar-nav>li.active {
    border-left-color: var(--nmaprimary);
}

.sidebar-nav>li.active,
.sidebar-nav>li.active>a,
.sidebar-nav>li.active>.nav-item,
.sidebar-nav>li.active .sidebar-nav,
.sidebar-nav>li.open,
.sidebar-nav>li.open>a,
.sidebar-nav>li.open>.nav-item,
.sidebar-nav>li.open .sidebar-nav {
    background-color: var(--nma_sidebar_bg);
    color: var(--nmaprimary);
}

.sidebar-nav>li>a:focus,
.sidebar-nav>li>a:hover,
.sidebar-nav>li>.nav-item:focus,
.sidebar-nav>li>.nav-item:hover {
    color: var(--nmaprimary);
}

.sidebar-nav>li.active>.nav-item>em,
.sidebar-nav>li.active>a>em,
.sidebar-nav>li.open>.nav-item>em,
.sidebar-nav>li.open>a>em {
    color: var(--nmaprimary);
}

.appuserimgbox {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #c9c9c9;
}

.appuserimgbox img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: contain;
}

.nma_pill .nav-link.active,
.nma_pill .show>.nav-link {
    color: #fff !important;
    background-color: var(--nmasecondary) !important;
}

.nma_pill .nav-link {
    color: var(--nmasecondary) !important;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: var(--nmasecondary) !important;
}

.page-item .page-link {
    color: var(--nmasecondary) !important;
}
.topdashboardbox {
    display: flex;
    gap: 15px;
}
.ordercounterbox {
    padding: 20px;
    display: flex;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
    width: calc(20% - 15px);
}

.ordercounterbox em {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 8px;
}

.countercontent {
    width: calc(100% - 50px);
    text-align: right;
    text-transform: capitalize;
}

.countercontent h4 {
    font-size: 30px;
    margin-bottom: 5px;
}

.countercontent p {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: capitalize;

}


/* .bkgsky
{
    background-color: #d4e5fd !important;
} */

.bkgskyicon {
    background-color: #83b1f3!important;
    color: #fff!important;
}

.textsky {
    color: #2a548f!important;
}


/* .bkgseagreen
{
    background-color: #e7f5f2 !important;
} */

.bkgseagreenicon {
    background-color: #79bead!important;
    color: #fff!important;
}

.textseagreen {
    color: #4fa08c!important
}


/* .bkgyellow
{
    background-color: #f4f3e6 !important;
} */

.bkgyellowicon {
    background-color: #d2ce96!important;
    color: #fff!important;
}

.textyellow {
    color: #bcb76f!important
}


/* .bkgred
{
    background-color: #fdecef !important;
} */
.bkggreenicon {
    background-color: #75e984!important;
    color: #fff!important;
}

.textgreen {
    color: #75e984!important
}
.bkgredicon {
    background-color: #ba3737!important;
    color: #fff!important;
}

.textred {
    color: #ba3737!important
}
.bkgwarnicon {
    background-color: #ffb61a!important;
    color: #fff!important;
}

.textwarn {
    color: #ffb61a!important
}

.ordertable {
    border-collapse: separate;
    border-spacing: 0 15px;
    padding: 10px;
}

.ordertable tbody tr {
    background-color: #f9f9f9;
}

.ordertable thead tr th {
    font-size: 16px;
}

.ordertable tbody tr td {
    border: 0 !important;
    color: #000;
    font-size: 16px;
}

.ordertable tbody tr td:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.ordertable tbody tr td:Last-child {
    border-top-right-radius: 8px !important;
    ;
    border-bottom-right-radius: 8px!important;
}

.ordernocol h4,
.ordernocol p,
.orderbycol h4,
.orderbycol p {
    margin: 0 !important;
    color: #000;
}

.filterbox {
    text-align: right;
}

.om_pills .nav-link {
    display: block;
    padding: 0 16px;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
    color: var(--textgray);
    font-weight: 500;
    ;
}


/* .om_pills .nav-link.active, .om_pills .show > .nav-link {
  color: #fff;
  background-color: var(--nmasecondary)
} */

.om_pills .nav-link.active,
.om_pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid var(--nmaprimary);
    border-radius: 0;
    color: var(--nmaprimary);
}

.om_tab_content {
    border: 0 !important;
}

.offsidebar {
    width: 345px !important;
}

.rightsidebar {
    padding: 20px;
}

.rightsidebar .card .card-body {
    padding: 30px 0;
}

.od_card .card-header,
.os_card .card-header {
    padding: 15px;
}

.od_card .card-header.bg-dark h4,
.os_card .card-header.bg-dark h4 {
    color: #fff;
}

.od_list {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

.od_card li {
    display: flex;
    border-bottom: 1px solid #f9f9f9;
    font-size: 16px;
    color: var(--textdark);
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}

.od_card li:last-child {
    border-bottom: 0px solid #f9f9f9;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.od_list em {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-right: 12px;
    border-radius: 5px;
    color: #be9469;
}

.os_card .card-body {
    padding: 0;
}

.oitems_table {
    border-collapse: separate;
    border-spacing: 0 15px;
    padding: 10px;
}

.oitems_table tbody tr {
    background-color: #f9f9f9;
}

.oitems_table thead tr th {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.oitems_table tbody tr td {
    border: 0 !important;
    color: #000;
    font-size: 16px;
}

.oitems_table tbody tr td:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.oitems_table tbody tr td:Last-child {
    border-top-right-radius: 8px !important;
    ;
    border-bottom-right-radius: 8px!important;
}

.op_img img {
    width: 100%;
}

.op_img {
    width: 50px;
}

.ostatus {
    text-align: right;
}

.ostatus .badge {
    padding: 0.1875rem 0.4375rem;
    font-size: 15px;
    border-radius: 0.625rem;
}

.nma_anchor {
    background: var(--nmasecondary);
    color: #fff !important;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
}

.order_modal .modal-header {
    background: var(--nmaprimary);
    color: #fff !important;
}

.order_modal .close {
    color: #fff;
    border: 0;
}

.delivey_photolist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.delivey_photolist li {
    display: inline-block !important;
    padding: 15px !important;
    text-align: center;
    border: 1px solid #ddd !important;
    margin: 10px !important;
}

.delivey_photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.delivey_photo {
    width: 70px;
    height: 70px;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    padding: 1px;
    margin: 0 auto;
}

.deliveryphoto_data p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.subs_plan_box {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    border-radius: 8px;
    display: flex;
    height: 100%;
    ;
    /* align-items: end; */
}

.left_part {
    width: 65%;
}

.right_part {
    width: calc(100% - 65%);
    text-align: right;
}

.plan_name {
    background: var(--gold);
    padding: 1px 20px;
    color: #fff;
    font-size: 18px;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 10px;
}

.plan_price span {
    font-size: 19px;
    color: #65727E;
    font-weight: 400;
}

.plan_price {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.plan_categories span {
    font-weight: 400;
    color: #65727E;
}

.plan_categories {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.left_part h4 {
    font-size: 25px;
    color: #000;
}

.left_part p {
    font-size: 17px;
}

.cancellink {
    text-decoration: none;
    color: var(--nmaprimary);
    display: block;
}

.remainingalert {
    width: 100px;
    height: 100px;
    background: #efefef;
    border-radius: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 17px;
    color: #000;
    margin: 0 auto;
}

.autoenable h4 {
    font-size: 22px;
    color: #000;
}

.autoenable {
    margin-top: 35px;
}

.subscript_table thead tr th {
    background-color: var(--nmasecondary);
    color: #fff !important;
}

.currentpack {
    padding: 20px;
    background: #e4e4e4;
    margin-top: -16px;
    margin-bottom: 20px;
}

.amountbox {
    background: #f9f9f9;
    padding: 21px;
    margin-bottom: 30px;
}

.text-black {
    color: #000 !important;
}

.number span {
    cursor: pointer;
}

.minus,
.plus {
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 4px;
    padding: 0;
    border: 0px solid #65727E;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
}

.minus,
.plus {
    background: var(--nmaprimary);
    color: #fff;
}

.number input {
    height: 34px;
    width: 70px;
    text-align: center;
    font-size: 26px;
    border: 0px solid #65727E;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}

.selectedplan {
    padding: 10px;
    background: rgba(193, 81, 18, 0.15);
    border-radius: 14px;
    margin-top: 20px;
}

select.duration {
    border: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
}

.selectedplan h4 {
    font-size: 22px;
    color: #000;
}

.selectedplan p {
    font-size: 14px;
}

.cat_text {
    font-size: 17px;
    color: #000;
}

.plan_rate {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0 !important;
}

.plan_rate span {
    font-size: 15px;
    font-weight: 400;
}

.selectedplan {
    display: none;
}

.earningbox h4 {
    font-size: 28px;
    color: #1aa92e;
}

.earningbox p {
    font-size: 17px;
    color: #757B7F;
}

.earningbox {
    padding: 20px;
    background: #F5F6F7;
    border-radius: 20px;
}

.total_e {
    background: #edcc6324;
    border: 1px solid #e7d775
}

.total_e h4 {
    color: #e7d775;
}

.today_e {
    background: #72c1cf29;
    border: 1px solid #2c8e9f;
}

.today_e h4 {
    color: #2c8e9f;
}

.payout_e {
    background: #22e49124;
    border: 1px solid #6bd1a0;
}

.payout_e h4 {
    color: #6bd1a0;
}

.et_box {
    display: flex;
    align-items: center;
}

.et_content {
    width: calc( 100% - 50px);
    margin-left: 20px;
}

.et_content p {
    margin-bottom: 0;
}

.et_content h4 {
    margin-bottom: 0;
}

.et_box img {
    width: 50px;
}

.btn_transparent {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.t_rate {
    padding-right: 40px;
    margin-bottom: 0;
    font-size: 21px;
}

.btn_transparent {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: 0 !important;
    box-shadow: none !important;
}

.t_header {
    background: #F5F6F7 !important;
    border-bottom: 8px !important;
}

.customer_detail h4 {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.customer_detail p {
    margin-bottom: 2px;
}

.customer_detail a {
    font-size: 16px;
}

.wh_table tbody tr td {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.wh_table .switch {
    justify-content: end;
}

.isenable {
    display: flex;
    align-items: center;
}

.isenable label {
    margin-left: 10px;
}

.chagecategoriesbox {
    display: none;
}

ul.buploadedphoto {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.buploadedphoto li {
    display: inline-block;
    margin: 10px;
}

.bimgbox {
    width: 100px;
    height: 100px;
    position: relative;
}

.bimgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.removephoto {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: red;
    text-align: center;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}

.documentpohoto_td img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.documentpohoto_td {
    width: 100px;
    height: 100px;
}

.manage_catbox p {
    font-weight: 300;
}


/*** Register ***/

.register_form .nma_btn {
    padding: 0px 45px;
}

.registerbox_row,
.register_col6 {
    background: #fff;
    height: 100vh;
}

.register_col4 {
    background: #f5f7fa;
    height: 100vh;
}

.register_col4,
.register_col6 {
    padding: 40px;
}

.register_col4 {
    padding-left: 80px;
}

.login_link_text {
    font-size: 16px;
}

.register_col4 ul li {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 37px;
}

.register_col4 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.account_logo {
    width: 240px;
    ;
    /* margin: 0 auto; */
    margin-bottom: 40px;
}

.account_logo img {
    width: 100%;
    ;
}

.register_form .card {
    padding: 20px;
    box-shadow: none !important;
}

.register_form .card .card-body {
    padding: 0 20px;
}

.step_title_block {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--bordercolor);
    margin-bottom: 15px;
}

.register_left_box p {
    font-size: 19px;
    color: #000000a8;
}

.register_left_box h3 {
    font-size: 30px;
    font-weight: 700 !important;
    color: #000;
}

.documnet_row {
    display: flex;
}

.documnet_photo_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.documnet_photo_box {
    width: 100px;
    height: 100px;
    background: #f5f5f55f;
    padding: 5px;
    border: 1px solid #e4e4e499;
    border-radius: 5px;
}

.documnet_content_box {
    width: calc(100% - 110px);
    margin-left: 10px;
    padding: 10px 0;
}

.documnet_content_box h4 {
    font-size: 20px;
    color: #000;
}

.documnet_content_box {
    width: calc(100% - 110px);
    margin-left: 10px;
    padding: 10px 0;
}

.documnet_content_box p {
    margin-bottom: 5px;
}

.document_container {
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 3%);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}

.register_right_box {
    height: 768px;
    overflow-y: auto;
}

.register_right_box::-webkit-scrollbar {
    display: none;
}

.accountbox {
    display: none;
}

.xs_none {
    display: block;
}

@media(max-width:991px) {
    .register_col4 {
        padding-left: 20px;
    }
}

@media(max-width:767px) {
    .register_col4 {
        height: auto;
        text-align: center;
    }
    .account_logo {
        margin: 0 auto;
    }
    .xs_none {
        display: none;
    }
}

.currentpayout {
    border: 1px solid #e6e6e6;
    padding: 20px;
    text-align: center;
    border-radius: 18px;
}

.currentpayout p {
    font-size: 16px;
}

.currentpayout h4 {
    font-size: 22px;
    color: #000;
}

.upload_photo_list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.upload_photo_list li {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}

.uploaded_photo_box {
    width: 70px;
    height: 70px;
    border-radius: 8px;
}

.uploaded_photo_box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.remove_photo {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: rgb(239 18 65 / 100%);
    text-align: center;
    color: #fff;
}





.closeModalView {
    position: absolute;
    top: -7px;
    right: -8px;
    border-radius: 100%;
    border: 0;
    background: white;
    border: 2px solid #8b8b8b;
}
#attr_modalvendor .modal-body
{
    padding:30px;
}
#attr_modalvendor .carousel-item {
    width: 100%;
    height: 370px;
}
#attr_modalvendor .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
}



#attr_modalvendor .carousel-control-prev, #attr_modalvendor .carousel-control-next
{
    border: 0;
    background: #000000;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    opacity: 1;
}



    
    .switch.switch-lg span 
    {
    width: 40px !important;
    height: 20px !important;
}
    .switch.switch-lg span:after {
    height: 18px !important;
    width: 18px !important;
}

.product_detail__card .carousel
{
        border: 1px solid #e7e7e7;
    border-radius: 4px;
}



.filter_card .form-control {
    height: 45px;
    line-height: 45px;
}

.warrantydayinput,
.refundabledayinput
{
    /*display:none;*/
}


.variationDiv {
    padding: 10px 30px;
}







.business_photo_list .picture_box {
    align-items: center;
    display: block;
    width: 110px;
}
.business_photo_list .catphoto_avatar
{
    width: 110px;
    height: 110px;
    position: relative;
}
.business_photo_list .upload_img_input
{
    margin: 0;
    padding: 0 5px;
    margin-top: 10px;
}

.business_photo_list .catphoto_avatar img ,
.business_photo_list .catphoto_avatar{   
    border-radius: 10px;
    object-fit: contain;
}
.morephotolist
{
    display: flex;
    gap:10px
}

.addmore_businessphoto
{
    width: 110px;
    height: 110px;
    color: #3a3f51;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    border: 1px solid #c7c7c7; ;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.addmore_businessphoto em
{
    color: #c7c7c7;
    font-size: 30px;
}
.morephotolist .picture_box
{
    display: none;
}
.addmore_businessphoto p
{
    margin-bottom: 0;
    color: #c7c7c7;
}
.removebusinessphoto {
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fa8f8f;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: none;
}




.policybkg_card {
    background: #fff;
    padding: 29px;
    border-radius: 20px;
}


.doc_photo_box {
    align-items: center;
    display: flex;
}

.doc_avatar {
    width: 70px;
    height: 70px;
    background: #FAFBFC;
    border-radius: 100%;
}
.doc_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: contain;
}
.upload_doc_input {
    background: #879dbb;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    position: relative;
    margin-left: 40px;
    padding: 0 20px;
}

#pandocinput ,
#aadhardocinput,
#gstdocinput,
#pccdocinput,
#signdocinput,
#ccdocinput,#proofdocinput
{   
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.card .table > thead > tr > th {
    white-space: nowrap;
}

.btnlabel
{
    opacity:0; display:block
}




@media(max-width: 1299px)
{
    .topdashboardbox {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    .ordercounterbox {
        padding: 20px;
        display: flex;
        margin-bottom: 15px;
        border-radius: 8px;
        background-color: #fff;
        height: 100%;
        width: calc(33% - 15px);
    }

}

@media(max-width: 767px)
{
   
    .ordercounterbox {
        padding: 10px;
        display: flex;
        margin-bottom: 0px;
        border-radius: 8px;
        background-color: #fff;
        height: 100%;
        width: calc(50% - 15px);
    }
    .ordercounterbox em {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        border-radius: 8px;
    }
    .countercontent {
        width: calc(100% - 30px);
        text-align: right;
    }
    .countercontent p {
        margin-bottom: 0;
        font-size: 14px;
        text-transform: capitalize;
    }



    .nma_btn
    {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .page_card_title, .page_card_bttns
    {
        text-align: center;
    }
    .page_card_bttns
    {
        margin-top: 10px;
    }
    .form_page_label
    {
        text-align: left;
    }
    .tab-content {
        padding: 10px 10px;
    }
    .picture_box
    {
        gap: 10px;
    }
    .deletePicturediv {
        padding: 0;
        width: 28px;
        height: 32px;
        margin-top: 2px;
        right: 12px;
    }
    .upload_img_input
    {
        padding: 0 10px;
        margin-left: 0;
        /* width: calc(100% - 70px); */
    }
    .btnlabel
    {
        opacity:0; display:none
    }
    .countercontent h4 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .ordertable .nma_btn {
        width: 113px;
    }
}





/*** Validation CSS****/


.error_text
{
    font-size: 13px;
    color: var(--nmadel);
    display: none;
}

.error_text.show
{
    display: block;
}

.disabled
{
    opacity: .5;
    pointer-events: none;
}

.redisabled
{
    opacity: 1;
    pointer-events: unset;
}