.custom-control-input {
    z-index: 1;
}
.table td, .table th {
    padding: 0.45rem;
    vertical-align:middle;
    border-top: 1px solid #eff2f7;
}
.write-icon {
    padding: 4px 6px 4px 5px;
}
.close-icon {
    padding: 3px 5px 5px 5px;
}
.addRole-wrap {
    display: flex;
    justify-content: flex-end;
}
.custom-control-input {
    z-index: 1;
}
.table td, .table th {
    padding: 0.45rem;
    vertical-align:middle;
    border-top: 1px solid #eff2f7;
}
.write-icon {
    padding: 4px 6px 4px 5px;
}
.close-icon {
    padding: 3px 5px 5px 5px;
}
.search-wrapper .addRole-wrap{
    margin-bottom: 0;
}
.addRole-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.search-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 4px;
    width: 85%;
    cursor: text;
}
#global_search {
    font-size: 25px;
    cursor: pointer;
}
.search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.toggle-padding{
    padding-bottom: 30px;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }
  .container{
    padding-top:50px;
    margin: auto;
  }
#form-open {
    display: none;
    padding-bottom: 15px;
}
.form-btn-wrap {
    text-align: right;
}
.picture-upload-wrap {
    position: relative;
    height: auto;
    text-align: center;
    margin-bottom: 35px;
}
.picture-upload {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 120px;
    height: 120px;
    top: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.picture-upload input {
    height: auto;
}
.user-wrap {
    display: flex;
    justify-content: space-around;
}
input[switch]+label {
    width: 83px;
    height: 24px;
    background-color: #fff;
    margin-bottom: 0;
    border: 1px solid #ff715b;
}
input[switch]+label:before {
    color: #ff715b;
    right: 6px;
    margin: 3px;
    top: -1px;
}
input[switch]:checked+label:before {
    color: #fff;
    right: auto;
    left: 8px;
}
input[switch]:checked+label:after {
    left: 60px;
    background-color: #eff2f7;
}
input[switch]+label:after {
    left: 1px;
    background-color: #ff715b;
    top: 1px;
}
.custom-checkbox{
    padding-right: 0;
}
input:valid{
    border: 1px solid #ced4da;
}
#message {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}
/* .form-info{
    margin-bottom: 30px;
} */
.tabs-menu{
    margin-bottom: 30px;
}
.form-inputwrap{
    display: flex;
}
.new-col {
    margin-top: 22px;
}
.user-wrap {
    display: flex;
    align-items: center;
}
.info-product {
    justify-content: flex-start;
}
.info-product img{
    margin-right: 10px;
}
.user-personal {
    display: block;
    color: #3b5de7;
    font-weight: bold;
    font-size: 12px;
}
.profile-edit {
    top: 17px;
    position: absolute;
    font-size: 20px;
    right: 23px;
}
.personal-info-wrapper {
    padding-top: 10px;
}
.personal-info-wrapper .control-label-info{
    margin-bottom: 2px;
}
.user-table th{
    white-space: pre;
}
.user-table td{
    white-space: nowrap;
}
.info-product .name-info{
    display: flex;
    flex-direction: column;
}
.head-personalinfo {
    padding-left: 23px;
}
/* #sidebar-menu {
    padding-top: 16px;
} */





/* -----------------------------------------------new-------------------------------------------- */





.custom-control-input {
    z-index: 1;
}
.table td, .table th {
    padding: 0.45rem;
    vertical-align:middle;
    border-top: 1px solid #eff2f7;
}
.write-icon {
    padding: 4px 6px 4px 5px;
}
.close-icon {
    padding: 3px 5px 5px 5px;
}
.addRole-wrap {
    display: flex;
    justify-content: flex-end;
}
.custom-control-input {
    z-index: 1;
}
.table td, .table th {
    padding: 0.45rem;
    vertical-align:middle;
    border-top: 1px solid #eff2f7;
}
.write-icon {
    padding: 4px 6px 4px 5px;
}
.close-icon {
    padding: 3px 5px 5px 5px;
}
.addRole-wrap {
    display: flex;
    justify-content: flex-end;
}
.search-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 85%;
    cursor: text;
    margin-top: -2px;
}
.search-head h4 {
    margin-bottom: 0;
}
#global_search {
    font-size: 25px;
    cursor: pointer;
}
.search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.toggle-padding{
    padding-bottom: 30px;
}
#form-open {
    display: none;
    padding-bottom: 15px;
}
.form-btn-wrap {
    text-align: right;
}
.picture-upload-wrap {
    position: relative;
    height: auto;
    text-align: center;
    margin-bottom: 35px;
}
.picture-upload {
    position: absolute;
    opacity: 1;
    z-index: 1;
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}
.picture-upload input {
    height: auto;
    cursor: pointer;
}
.user-wrap {
    display: flex;
    justify-content: flex-start;
}
.user-wrap img{
    margin-right: 15px;
    border-radius: 50%;
}
input[switch]+label {
    width: 83px;
    height: 24px;
    background-color: #fff;
    margin-bottom: 0;
    border: 1px solid #ff715b;
}
input[switch]+label:before {
    color: #ff715b;
    right: 6px;
    margin: 3px;
    top: -1px;
}
input[switch]:checked+label:before {
    color: #fff;
    right: auto;
    left: 8px;
}
input[switch]:checked+label:after {
    left: 60px;
    background-color: #eff2f7;
}
input[switch]+label:after {
    left: 1px;
    background-color: #ff715b;
    top: 1px;
}
.custom-checkbox{
    padding-right: 0;
}
input:valid{
    border: 1px solid #ced4da;
}
#message {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}
/* .form-info{
    margin-bottom: 30px;
} */
.tabs-menu{
    margin-bottom: 30px;
}
.form-inputwrap{
    display: flex;
}
.new-col {
    margin-top: 22px;
}
.user-wrap {
    display: flex;
    align-items: center;
}
.info-product {
    justify-content: flex-start;
}
.info-product img{
    margin-right: 10px;
}
.user-personal {
    display: block;
    color: #3b5de7;
    font-weight: bold;
    font-size: 12px;
}
.profile-edit {
    top: 25px;
    position: absolute;
    font-size: 20px;
    right: 23px;
}
.personal-info-wrapper {
    padding-top: 10px;
}
.personal-info-wrapper .control-label-info{
    margin-bottom: 2px;
}
.user-table th{
    white-space: pre;
}
.user-table td{
    white-space: nowrap;
}
.info-product .name-info{
    display: flex;
    flex-direction: column;
}
.head-personalinfo {
    padding-left: 23px;
}
#sidebar-menu{
    padding-top: 8px;
}
.action-dropdown {
    width: 300px;
}
.action-dropdown .dropdown-menu{
    left: 62px !important;
}
.export-wrapAll {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.export-wrapAll a{
    font-weight: bold;
}
.profile-info-card .card-body {
    padding-left: 0;
}
.user-table td span{
    display: block;
}
.permission-accordion table{
    margin-bottom: 0;
}
.permission-accordion .card-body {
    padding: 0;
}
.permission-accordion .custom-checkbox{
    margin-bottom: 0 !important;
}
.permission-accordion {
    padding-bottom: 35px;
}
/* .permission-accordion .card-body .custom-checkbox{
    padding: 5px 0;
}
.permission-accordion .card-body .custom-checkbox{
    padding: 0.45rem 57px 0.45rem 57px;
} */
.order-table-new {
    padding: 1rem 0 !important;
}
.order-table-new .card-body{
    padding: 1.25rem 0;
}
.order-id-details {
    font-size: 13px;
}
.name-info strong{
    color: #ff715b;
}

.coupon-gen-wrap #coupon_code-error{
    position: absolute;
    bottom: 12px;
}

.noti-icon .badge {
    position: absolute;
    top: 18px;
    left: 20px;
}
.collapse-settings {
    padding: 15px 25px;
}


.remember-wrap {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.permission-accordion .card-header{
    border-bottom: 1px solid gainsboro;
}
.permission-accordion .table-striped tr{
    background-color: #fff !important;
}

.card-header i {
    position: absolute;
    right: 30px;
}
.role-desc-format{
    font-weight: 100;
}

.picture-upload i {
    position: absolute;
    top: 18px;
    right: 17px;
    font-size: 23px;
    visibility: visible;
    color: #000;
}
.picture-upload .custom-file-label{
    visibility:hidden;
}

.phone-code-picker {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.phone-code-picker .dark-picker-bright select {
    max-width: 55px;
    padding: 6px 0px 6px 5px;
}
.phone-input-box{
    width: 88%;
}

.close-icoImg {
    font-size: 26px;
    color: #ff715b;
}

/* .permission-accordion [aria-expanded="true"] .dripicons-chevron-down{
    display: none;
} */

table{
    width:100% !important;
}

.bannerImageNew {
    width: 94%;
    height: 300px;
    object-fit: cover;
}

.newWrapBanner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newWrapBanner div{
    width: 47%;
}
.newWrapBanner input{
    width: 94% !important;
    max-width: none;
}
.actionDropdown{
    font-weight: bold;
}

.actionDropdown option{
    padding: 10px;
}
.badgeLang{
    display: initial;
}

.dataTables_wrapper table th:last-child {
    width: 79px !important;
}
/* 
#tableForm table th:last-child{
    width: 79px !important;
} */



.btn-faqBox button{
    font-size: 19px;
    padding: 5px 9px;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color:transparent;
    border: 1px solid transparent;
}


.vendor-search{
    width: 100%;
}
.user-wrap img {
    object-fit: contain;
}
.view-seller-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.view-seller-card .col-md-4{
    display: flex;
}
.shipCompany-wrap {
    display: flex;
    flex-direction: column;
}
.tax-verify .col-md-4{
    flex-direction: column;
}
.tax-verify .custom-file {
    width: 72%;
    margin-top: 30px;
    margin-bottom: 15px;
}
.tax-verify .picture-upload{
    width: 80px;
    height: 80px;
    top: 0px;
}
.bankinfo-bar{
    display: flex;
    flex-direction: column;
}
.bankinfo-bar .picture-upload-wrap{
    margin-top:10px;
    width: 20%;
}
.tax-verify .card img {
    max-height: 154px;
}
.tax-verify .card {
    text-align: center;
    width: 270px;
}
.gst-wrap {
    margin-bottom: 10px;
}
.bankinfo-bar .card{
    text-align: center;
    width: 270px;
}
.bankinfo-bar .card img {
    max-height: 154px;
}
.seller-view-head{
    display: flex;
    justify-content: space-between;
}
.view-seller-accordion{
    margin-bottom: 20px;
}
.shipCompany-wrap i {
    font-size: 19px;
}
.shipCompany-wrap.tooltip-wrap span {
    display: flex;
    margin-bottom: 2px;
}
.rejection-modal textarea{
    min-height:160px;
}










/* ///////// */
#myImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.tax-verify .modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.tax-verify .modal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}

/* Caption of Modal Image */
.tax-verify #caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}

/* Add Animation */
.tax-verify .modal-content, #caption {  
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)} 
to {-webkit-transform:scale(1)}
}

@keyframes zoom {
from {transform:scale(0)} 
to {transform:scale(1)}
}

/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}

.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
.tax-verify  .modal-content {
width: 100%;
}}
 /* td{
    font-weight: 200;
}
.dataTables_wrapper table td:last-child{
    text-align: center;
} */

.dataTables_wrapper .dataTables_length{
    position: absolute;
    bottom: 10px;
}
.dataTables_wrapper .dataTables_info{
    bottom: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 182px;
}
/* .dataTables_wrapper table{
    margin-bottom: 25px !important;
} */
.card table.dataTable{
    margin-bottom: 25px !important;
}

@media only screen and (max-width: 1330px){
    .categoryWebBannerClass img,.categoryMobileBannerClass img{
        width: 80%;
    }
}
#customExportCsv{
    display: none;
}

       
.vendor-search{
    width: 100%;
}
.user-wrap img {
    object-fit: contain;
}
.view-seller-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.view-seller-card .col-md-4{
    display: flex;
}
.shipCompany-wrap {
    display: flex;
    flex-direction: column;
}
.tax-verify .col-md-4{
    flex-direction: column;
}
.tax-verify .custom-file {
    width: 72%;
    margin-top: 30px;
    margin-bottom: 15px;
}
.tax-verify .picture-upload{
    width: 80px;
    height: 80px;
    top: 0px;
}
.bankinfo-bar{
    display: flex;
    flex-direction: column;
}
.bankinfo-bar .picture-upload-wrap{
    margin-top:10px;
    width: 20%;
}
.tax-verify .card img {
    max-height: 154px;
}
.tax-verify .card {
    text-align: center;
    width: 270px;
}
.gst-wrap {
    margin-bottom: 10px;
}
.bankinfo-bar .card{
    text-align: center;
    width: 270px;
}
.bankinfo-bar .card img {
    max-height: 154px;
}
.seller-view-head{
    display: flex;
    justify-content: space-between;
}
.view-seller-accordion{
    margin-bottom: 20px;
}
.shipCompany-wrap i {
    font-size: 19px;
}
.shipCompany-wrap.tooltip-wrap span {
    display: flex;
    margin-bottom: 2px;
}
.rejection-modal textarea{
    min-height:160px;
}










/* ///////// */
#myImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.tax-verify .modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.tax-verify .modal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}

/* Caption of Modal Image */
.tax-verify #caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}

/* Add Animation */
.tax-verify .modal-content, #caption {  
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)} 
to {-webkit-transform:scale(1)}
}

@keyframes zoom {
from {transform:scale(0)} 
to {transform:scale(1)}
}

/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}

.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
.tax-verify  .modal-content {
width: 100%;
}
}


.sellerView-card-head {
width: 100%;
padding-left: 22px;
margin-bottom: 16px;
font-size: 15px;
}



.viewSeller-taxcard.tax-verify .card {
width: 223px;
margin: 0 auto;
}
.viewSeller-taxcard.tax-verify .card img {
max-height: 130px;
}


.bank-info-sellerView .card {
width: 223px;
margin: 0 auto;
}
.bank-info-sellerView .card img {
max-height: 130px;
}



.shop-logo {
width: 175px;
margin: 0 auto;
margin-bottom: 5px;
margin-top: -50px;
}
.shop-logo img {
width: 100%;
}
.shop-heading {
font-size: 16px;
margin-bottom: 10px;
font-weight: 500;
text-align: center;
}


.shop-details h5{
font-size: 14px;
}
.shop-desc-wrappper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.shop-desc-box h5{
margin-bottom: 2px;
margin-right: 5px;
}
.shop-desc-box {
width: 46%;
display: flex;
justify-content: flex-start;
margin-bottom: 6px;
}
.shop-details .form-btn-wrap button{
margin-bottom: 0 !important;
}

.view-seller-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.view-seller-box .view-seller-row{
    width: 26%;
}

/* ------------combo Tree Css-------------- */
.meta-text textarea{
    min-height: 140px;
  }
  .comboTreeItemTitle input{
    display: none;
}
.comboTreeItemTitle input:checked + .tree-dropdown-selector{
    background-color: var(--ct-selection);
    color: var(--ct-bg);
    border-radius: 2px;
    width: 100%;
    display: block;
    padding-left: 2px;
}
/* .tree-dropdown-selector{
  background-color: red;
} */
/* .comboTreeItemTitle{
  background-color: red;
} */
.reject-reason-text label{
    font-size:0.874rem !important;
}

.seoTextArea {
    width: 630px;
}


/* //category selector// */


.tree-multiselect div.manageCat-changeBg{
    background-color: #293e92 !important;
    /* color: #fff !important; */
  }
  
.tree-multiselect div.manageCat-changeBg:hover{
  background-color: #293e92 !important;
    color: #fff !important;
}
.tree-multiselect div.manageCat-changeBg label{
  color: #fff !important;
}
.tree-multiselect div.manageCat-changeBg:hover label{
  color:#fff !important
}





  .meta-text textarea{
    min-height: 140px;
  }
  .comboTreeItemTitle input{
    display: none;
}
.comboTreeItemTitle input:checked + .tree-dropdown-selector{
    border-radius: 2px;
    width: 100%;
    display: block;
    padding-left: 2px;
}
/* .tree-dropdown-selector{
  background-color: red;
} */
/* .comboTreeItemTitle{
  background-color: red;
} */
  div.tree-multiselect div.title{
    background-color: #c6c4c4 !important;
    color: #000 !important;
  }
  div.tree-multiselect {
    border: none !important;
    padding: 35px 0;
    /* box-shadow: 1px 0 7px 0 rgb(0 0 0 / 50%); */
    background-color: #d0d1d2cc;
    
    /* background: linear-gradient(to right,#273c92,#293e92) url(../images/bg-effect.png) center; */
}
.tree-multiselect input{
  display: none !important;
}


.tree-multiselect div.selected{
  display: none !important;
}

div.tree-multiselect > div.selections {
    border-right: none !important;
}

/* .tree-multiselect label,.tree-multiselect .title{
  border: 1px solid !important;
} */

/* .tree-multiselect .section div{
  border:1px solid !important;
} */
.title{
  border: none !important ;
  padding: 5px !important;
  color: #505050 !important;
}
.item {
    border: none !important;
    color: #505050;
    cursor: pointer;
    padding: 5px !important;
    background-color: #c6c4c4 !important;
    padding-left: 10px !important;
}

.tree-multiselect label{
  font-weight: 400 !important;
  color: #505050;
}

.tree-multiselect .item:hover{
  background-color: #808080b0 !important;
  color: #000 !important;
}
.tree-multiselect .title:hover {
    background-color: #808080b0 !important;
    color: #000 !important;
}
.tree-multiselect .item:hover label{
  color: #000 !important;
}

div.tree-multiselect > div.selected, div.tree-multiselect > div.selections{
  width: 85% !important;
}

.tax-class .dropdown-menu {
  top: 43px !important;
  width: 100%;
}


div.tree-multiselect div.title{
  color: #505050 !important;
}

.tree-multiselect .selections{
  margin: 0 auto;
}

div.tree-multiselect > div.selected, div.tree-multiselect > div.selections {
    display: block !important;
}

.category-formNew .control-label{
  padding-right: 0;
    /* padding-left: 40px; */
}

.category-formNew textarea.form-control {
    height: 115px;
}
.manage-catMeta-title{
  height: 75px !important;
}

.manageCat-changeBg{
  background-color: #505050 !important;
}
div.tree-multiselect div.title > span.collapse-section {
    margin: 0 3px;
    width: 12px !important;
    font-size: 16px !important;
}
.category-formNew {
    padding-left: 40px;
}

div.tree-multiselect > div.selected{
  display: none !important;
}
.tax-classBTN{
  width: 100%;
  text-align: left;
}

.seoInfo-heading{
  font-size: 22px;
}

.seoInfo-heading h3{
    font-size: 16px;
    margin-bottom: -4px;
    text-align: left;
    font-weight: bold;
    margin-left: 0px;
}
.seoInfo-heading hr{
  margin-left:0px;
  margin-bottom: 25px;
}


/* .seoCategory {
    margin: 0 auto;
    margin-right: 0;
} */

.addQbtn-category{
  margin: 0 auto;
}


.faq-category .form-group{
  padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 30px;
}

.meta-text textarea{
    min-height: 140px;
  }
  .comboTreeItemTitle input{
    display: none;
}
.comboTreeItemTitle input:checked + .tree-dropdown-selector{
    border-radius: 2px;
    width: 100%;
    display: block;
    padding-left: 2px;
}

div.tree-multiselect div.title{
    background-color: #c6c4c4 !important;
    color: #000 !important;
  }
  div.tree-multiselect {
    border: none !important;
    padding: 35px 0;
    /* box-shadow: 1px 0 7px 0 rgb(0 0 0 / 50%); */
    background-color: #d0d1d2cc;
    
    /* background: linear-gradient(to right,#273c92,#293e92) url(../images/bg-effect.png) center; */
}
.tree-multiselect input{
  display: none !important;
}


.tree-multiselect div.selected{
  display: none !important;
}

div.tree-multiselect > div.selections {
    border-right: none !important;
}

.title{
    border: none !important ;
    padding: 5px !important;
    color: #505050 !important;
  }
  .item {
      border: none !important;
      color: #505050;
      cursor: pointer;
      padding: 5px !important;
      background-color: #c6c4c4 !important;
      padding-left: 10px !important;
  }
  
  .tree-multiselect label{
    font-weight: 400 !important;
    color: #505050;
  }
  
  .tree-multiselect .item:hover{
    background-color: #808080b0 !important;
    color: #000 !important;
  }
  .tree-multiselect .title:hover {
      background-color: #808080b0 !important;
      color: #000 !important;
  }
  .tree-multiselect .item:hover label{
    color: #000 !important;
  }
  
  div.tree-multiselect > div.selected, div.tree-multiselect > div.selections{
    width: 85% !important;
  }
  
  .tax-class .dropdown-menu {
    top: 43px !important;
    width: 100%;
  }
  
  
  div.tree-multiselect div.title{
    color: #505050 !important;
  }
  
  .tree-multiselect .selections{
    margin: 0 auto;
  }
  
  div.tree-multiselect > div.selected, div.tree-multiselect > div.selections {
      display: block !important;
  }
  
  .category-formNew .control-label{
    padding-right: 0;
      /* padding-left: 40px; */
  }
  
  .category-formNew textarea.form-control {
      height: 115px;
  }
  .manage-catMeta-title{
    height: 75px !important;
  }
  
  .manageCat-changeBg{
    background-color: #505050 !important;
  }
  div.tree-multiselect div.title > span.collapse-section {
      margin: 0 3px;
      width: 12px !important;
      font-size: 16px !important;
  }
  .category-formNew {
      padding-left: 40px;
  }
  
  div.tree-multiselect > div.selected{
    display: none !important;
  }
  .tax-classBTN{
    width: 100%;
    text-align: left;
  }
  
  .seoInfo-heading{
    font-size: 22px;
  }
  
  .seoInfo-heading h3{
      font-size: 16px;
      margin-bottom: -4px;
      text-align: left;
      font-weight: bold;
      margin-left: 0px;
  }
  .seoInfo-heading hr{
    margin-left:0px;
    margin-bottom: 25px;
  }
  
  
  /* .seoCategory {
      margin: 0 auto;
      margin-right: 0;
  }
   */
  .addQbtn-category{
    margin: 0 auto;
  }
  
  
  .faq-category .form-group{
    padding-right: 12px;
      padding-left: 12px;
      margin-bottom: 30px;
  }
  
  .meta-text textarea{
    min-height: 140px;
  }
  .comboTreeItemTitle input{
    display: none;
  }
  .comboTreeItemTitle input:checked + .tree-dropdown-selector{
    background-color: var(--ct-selection);
    color: var(--ct-bg);
    border-radius: 2px;
    width: 100%;
    display: block;
    padding-left: 2px;
  }
  
  .attrFor-category .comboTreeInputBox{
  padding: 12px 20px 10px 18px;
  }
  
  .tax-classBTN{
  display: flex;
  justify-content: space-between;
  }
  
  .tax-classBTN:hover{
  color:#000 !important;
  }
  .dropDown-attribute h3 {
  font-size: 16px;
  font-weight: bold;
  }
  
  .deleteValue {
  font-size: 25px;
  color: #ff715b;
  cursor: pointer;
  }
  
  .textBox-attribute .form-control {
  height: 115px;
  }
  .radioValue-wrap {
  display: flex;
  align-items: center;
  }
  .radioValue{
  margin-right: 5px;
  }
  
  .textBox-attribute{
  display: block;
  }
  .pattern-attribute{
  display: none;
  }
  .dropDown-attribute{
  display: none;
  }
  .radioBtn-attribute{
  display: none;
  }
  
  .attribute-all-wrap {
  width: 77%;
  }
  .attribute-options-wrap{
  width: 22%;
  }
  
  .attribute-option-box {
  display: flex;
  flex-direction: column;
  padding: 10.5px 0px;
  }
  .attribute-option-box p {
  font-size: 13px;
  }
  .attribute-statusBar {
  font-weight: bold;
  margin-bottom: 10px;
  }
  
  .comboTreeDropDownContainer li:hover {
  background-color: #fff;
  }
  .comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover {
  background-color:#3b5de7;
  color: var(--ct-bg);
  border-radius: 2px;
  }
  .attrFor-category .comboTreeInputBox {
  padding: 10px 20px 8px 18px;
  }
  .attribute-option-box input[switch]:checked+label{
  border: 1px solid #3b5de7 !important;
  }
  .flag-dropDown-attribute{
  background: transparent;
  padding: 0;
  border: none;
  }
  #attributeName-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: left;
  flex-direction: row-reverse;
  }
  #attributeName-wrap input {
  width: 94%;
  }
  #attributeName-wrap img{
  margin-left: 10px;
  }
  
  .flag-dropDown-attribute:hover{
  background-color: transparent !important;
  border: none !important;
  }
  #otherinfoAppend{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  }
  #otherinfoAppend input{
  width: 90%;
  }
  
  
  #radio-otherinfoAppend{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  }
  #radio-otherinfoAppend input {
  width: 90%;
  }
  
  
  #attributeName-wrap .show>.btn-secondary.dropdown-toggle{
  background-color: transparent !important;
  border-color: transparent !important;
  }
  
  .add-attrBtn{
  width: 100%;
  }
  
  .add-attrFile {
  margin-bottom: 0;
  text-align: left;
  }
  .add-attrFile .picture-upload {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  top: -4px;
  left: -5px;
  right: auto;
  margin: 0 auto;
  cursor: pointer;
  }
  .flag-main-dropdown .dropdown-menu{
  min-width: 36px !important;
  }
  .flag-main-dropdown .dropdown-menu button {
  padding: 10px 9px 10px 9px !important;
  }
  
  .test1 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: left;
  }
  .test2 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: left;
  }
  .test3 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: left;
  }
  
  .test1a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  }
  
  .test2a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  }
  
  #patternOtherContent{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  }
  #patternOtherContent input{
  width: 90%;
  }
  .deleteAttr-name{
  font-size: 25px;
  color: #ff715b;
  cursor: pointer;
  }
  .attributeButton{
    margin-left: 31%;
    margin-top: 43%;
  }


  .dataTables_filter{
    text-align: left !important;
    margin-bottom: 10px;
  }
  .dataTables_filter label{
    margin-bottom: 0;
    margin-top: 10px;
  }
  .addRole-wrap {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 22px;
}

.search-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    cursor: text;
    margin-top: -2px;
}

.btnRR {
    position: absolute;
    right: 20px;
    top: 23px;
}
.content-btnRR{
    top: 44px;
}

.buttons-csv{
    margin: 0 auto;
    margin-right: 0;
    display: block;
    /* position: absolute;
    right: 21px; */
}
.dt-buttons{
    display: block;
}


.banner-detailsNew-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-detailsNew{
    width: 49%;
}




.categoryWebBannerClass img{
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}
.categoryWebBannerClass{
    position: relative;
}
.categoryMobileBannerClass img{
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}
.categoryWebBannerClass a{
    position: absolute;
    right: 6px;
    padding: 9px;
    border-radius: 15px;
    height: 36px;
    width: 35px;
    top: -9px;
}
.categoryWebBannerClass i{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.categoryMobileBannerClass{
    position: relative;
}
.categoryMobileBannerClass a{
    position: absolute;
    right: 6px;
    padding: 9px;
    border-radius: 15px;
    height: 36px;
    width: 35px;
    top: -9px;
}
.categoryMobileBannerClass i{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.banner-detailsNew input{
    width: 100% !important;
}

.categoryLogoClass a{
    position: absolute;
    bottom: 97px;
    left: 103px;
}
.categoryLogoClass i{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.categoryLogoClass img {
    height: 7.5rem;
    width: 7.5rem;
    position: relative;
}

/* .product-wrapNew {
    display: flex;
    align-items: center;
    min-height: 75px;
}

.product-wrapNew img{
    height: 50px;
    width: 50px;
    margin-right: 10px;
    border-radius: 50%;
}

.hidden-textNew{
    display: none;
}

.product-wrapNew:hover .hidden-textNew{
    display: block;
}
.hidden-textNew a {
    font-size: 11.5px;
    font-weight: bold;
}
.brand-dataNew{
    color: #ff715b;
}
.hidden-textNew span,a{
    margin: 0 5px;
}
.brand-data-wrap div{
    margin-left: 5px;
}
.icon-hideSearch{
    display: none !important;
} */

.removeProductImage i{
    margin-top: -6px;
}

.userFilterNew .dataTables_filter{
    position: absolute !important;
    top: 14px !important;
}
.buttons-csv{
    background-color: #707197;
    border-color: #707197;
    padding: 0.3rem 0.4rem;
}

.btn-success{
    background-color: #ffce05 !important;
    color: #0d1e70 !important;
    border-color:#ffce05 !important;
}
.btn-success:hover{
    background-color: #0d1e70 !important;
    color: #fff !important;
    border-color:#0d1e70 !important;
}


body[data-layout=detached] #layout-wrapper::before{
    background: #0a185a !important;
}