
/* vendor dashboard style start */
body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #f4f4f4;
    }
    .dashboard {
      display: flex;
      min-height: 100vh;
    }
    .sidebar {
        min-width: 250px;
        background: #111;
        color: #fff;
        padding: 20px 0;
    }
    .sidebar a {
        color: #fff;
        display: block;
        width: 100%;
    }
    /* .sidebar a.active {
        color: #fff;
        background: #111;
    } */
    .sidebar h2 {
      text-align: center;
      margin-bottom: 30px;
    }
    .sidebar ul {
      list-style: none;
      padding: 0;
    }
    .sidebar ul li {
      padding: 12px 20px;
      cursor: pointer;
    }
    .sidebar ul li.active,
    .sidebar ul li:hover {
      background: #444;
    }
    .main {
      flex-grow: 1;
      padding: 30px;
    }
    .card {
      background: #fff;
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .flex {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }
    .box {
      flex: 1;
      min-width: 300px;
    }
    .rating span {
      color: gold;
    }
    .orders-list span {
      display: block;
      margin-bottom: 4px;
    }
    .chart-placeholder {
      width: 100%;
      height: 150px;
      background: #e0e0e0;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      color: #555;
      font-size: 14px;
    }
/* vendor dashboard style end */
/* vendor dashboard orders style start */
.card {
      background: #fff;
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    table {
      width: 100%;
      border-collapse: collapse;
    }
    th, td {
      padding: 10px;
      border: 1px solid #ddd;
      text-align: left;
    }
    th {
      background-color: #f0f0f0;
    }
    .status-completed {
      color: green;
      font-weight: bold;
    }
    .status-processing {
      color: orange;
      font-weight: bold;
    }
/* vendor dashboard orders style end */
/* vendor dashboard orders details style start */
/* .card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
} */
/* table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}
th {
    background-color: #f0f0f0;
} */
.two-columns {
    display: flex;
    gap: 20px;
}
.two-columns > .card {
    flex: 1;
}
.input-group {
    margin-bottom: 15px;
}
.input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.input-group input, .input-group select, .input-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.status-processing {
    color: orange;
    font-weight: bold;
}
.note {
    background: #e8f5e9;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 4px solid #4caf50;
}
/* vendor dashboard orders details style end */
/* .vendor-dashboard-form input,
.vendor-dashboard-form textarea{
    border-radius: 20px !important;
    border: 1px solid var(--theme-primary-color) !important;
} */
.vendor-dashboard-form .row .half-width{
    width: 45%;
}

.vendor-dashboard-form .form-input-wrap.full-width {
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.vendor-dashboard-form .form-input-wrap label {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.vendor-dashboard-form .category-checklist{
  padding: 20px 0;
}
.vendor-dashboard-form .category-checklist ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

.vendor-dashboard-form .category-checklist label.selectit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 0;
}

.vendor-dashboard-form .category-checklist ul.children {
  margin-left: 20px;
  /* border-left: 1px dashed #ccc; */
  padding-left: 12px;
}

/* .vendor-dashboard-form .category-checklist input[type="checkbox"]::after {
    background-color: transparent !important;
} */
.vendor-dashboard-form .category-checklist input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #0073aa;
  cursor: pointer;
}

.vendor-dashboard-form .category-checklist label.selectit:hover {
  color: #0073aa;
}

/* .vendor-dashboard-form .category-checklist > ul > li {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
} */

.vendor-dashboard-form .category-checklist input[type="checkbox"]:checked + span {
  font-weight: bold;
  color: #0073aa;
}
.vendor-dashboard-form .category-checklist {
  max-height: 300px; /* or any height you prefer */
  overflow-y: auto;
  padding-right: 10px; /* space for scrollbar */
  border: 1px solid #ddd;
  border-radius: 4px;
}
.vendor-dashboard-form .vm-error {
    color: #ff1800;
    font-size: 13px;
    font-weight: 600;
    display: none;
    margin-top: 4px;
    /* margin-bottom: 10px; */
}
#vendor-add-product-form .vm-schedule-toggle, .vm-cancel-schedule {
    display: inline-block;
    font-size: 0.9em;
    margin-top: 6px;
    cursor: pointer;
    color: #0073aa;
    text-decoration: underline;
}
/* .select2-container--default .select2-selection--multiple {
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 38px;
  padding: 4px;
}

.select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.select2-selection__choice {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 14px;
}

.select2-container textarea:focus{
  height: 100% !important;
  min-height: 100% !important;
  border: none !important;
  width: 100% !important;
}
.select2-container textarea{
  height: 100% !important;
  min-height: 100% !important;
  border: none !important;
  width: 100% !important;
} */

/* .select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 38px;
    padding: 4px 6px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}*/

/* .select2-search__field {
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100%;
} 

select#linked_products {
  width: 100%;
  min-height: 100px;
  border-radius: 3px;
  border: 1px solid #444;
  padding: 10px;
  color: #444444;
  font-size: 14px;
}

.select2-container {
    width: 100% !important;
    display: block;
    min-height: 48px;
    margin-bottom: 20px;
}

.select2-selection--multiple {
    min-height: 40px;
    padding: 5px 8px;
    box-sizing: border-box;
    height: auto;
}

.select2-container .select2-search__field {
    width: auto !important;
    min-width: 120px;
} */

/* .vm-multiselect .select2-search{
  width: 100% !important;
}
.vm-multiselect .select2-search__field{
  width: 100% !important;
  min-height: 40px !important;
}
.vm-multiselect .select2-selection--multiple{
    flex-wrap: wrap !important;
    height: auto !important;
} */

.vm-multiselect textarea{
  min-height: unset !important;
}

.vendor-dashboard-list-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.vendor-dashboard-content-wrap{
	padding-top: 0;
	padding-right: 0;
}
.vendor-dashboard-form .wp-switch-editor{
  line-height: 100% !important;
  height: 100% !important;
  padding: 10px 10px !important;
  border-radius: 0 !important;
  background-color: var(--theme-primary-color) !important;
  color: #fff !important;
}
.vendor-dashboard-form .mce-btn button{
  height: 100% !important;
  background-color: var(--theme-primary-color) !important;
  color: #fff !important;
  padding: 7px 10px !important;
  border-radius: 0 !important;
}
.vendor-dashboard-form .mce-btn button i{
  color: #fff !important;
}
.vendor-dashboard-form .wp-editor-wrap{
  margin-top: -35px;
}
.vendor-dashboard-form .row{
  margin-bottom: 30px;
  justify-content: space-between;
}
/* .vendor-dashboard-form .select2-container .select2-selection{
  border-radius: 20px !important;
} */

/* 
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  padding: 6px 8px !important;
  box-sizing: border-box !important;
  background: #fff !important;
  max-height: none !important;
  overflow-y: visible !important;
  min-height: 42px !important;
}


.select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.select2-selection__choice {
  background-color: #f3f4f6 !important;
  border: 1px solid #d1d5db !important;
  color: #111827 !important;
  padding: 4px 8px !important;
  margin: 4px 6px 0 0 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  white-space: normal !important;
  word-break: break-word !important;
  max-width: 100% !important;
}


.select2-selection__choice__remove {
  margin-right: 5px !important;
  color: #888 !important;
  font-weight: bold !important;
  cursor: pointer !important;
}

.select2-search--inline .select2-search__field {
  min-width: 120px !important;
  flex: 1 1 auto !important;
  padding: 4px !important;
  font-size: 14px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  margin-top: 4px !important;
}

.select2-selection--multiple *,
.select2-search__field {
  all: unset !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: normal !important;
  display: inline-block !important;
}
 */

 .vendor-dashboard-form .row .third-width{
  width: 32%;
 }

 .vendor-dashboard-form .delete-variation {
   float: right !important;
   /* margin-top: 6px;
   margin-left: auto; */
   margin: 0 !important;
   background: #dc3545 !important;
   color: white !important;
   border: none;
  }
  .vendor-dashboard-form .delete-variation::after {
    content: '' !important;
  }

.vendor-dashboard-form #variations_accordion{
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: none;
}
.vendor-dashboard-form #variations_accordion .accordion-header{
	display: flex;
    align-items: flex-start;
    gap: 10px;
}
.vendor-table-action-icons{
	display: flex ;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}



.single-product-wrapper .product-meta.top{
	border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.single-product-wrapper .vm-vendor-store-link{
    border-bottom: 1px solid #dedede;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.vendor-dashboard-product-list .product-list-filters-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vendor-dashboard-product-list .product-list-filters-wrap .product-list-category-filter-wrap{
  width: 40%;
}
.vendor-dashboard-product-list .product-list-filters-wrap .product-list-rating-filter-wrap{
  width: 20%;
}
/* .vm-multiselect textarea{
  border-radius: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
} */
/* .vm-multiselect .select2-selection--multiple{
  padding: 0 !important;
}
.vm-multiselect .select2-selection--multiple .select2-selection__choice__remove{
  height: 100% !important;
} */

#vendor-add-product-form #variations_accordion .accordion-body .row{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#vendor-add-product-form #variations_accordion .accordion-body .row .width-half{
  width: 50%;
}
#vendor-add-product-form #variations_accordion .accordion-body .row .width-25{
  width: 25%;
}
#vendor-add-product-form #variations_accordion .accordion-body .row .width-75{
  width: 75%;
}
#vendor-add-product-form #variations_accordion .accordion-body .row .width-fourth{
  width: 25%;
}
#vendor-add-product-form #variations_accordion .accordion-body .row textarea{
  width: 100%;
  min-height: 120px;
}
#vendor-add-product-form #variations_accordion .accordion-button:focus{
  box-shadow: none !important;
}
#vendor-add-product-form #variations_accordion .delete-variation{
  border-radius: 0;
}
#vendor-add-product-form #variations_accordion .accordion-button {
  border-radius: 0;
}
#vendor-add-product-form #variations_accordion .accordion-item{
  border-radius: 0;
  border: none;
}
#vendor-add-product-form #variations_accordion .accordion-item .accordion-body{
  background-color: #d9d9d96b;
}
#vendor-add-product-form #variations_accordion .accordion-item .img-preview-wrap{
  width: fit-content;
  position: relative;
  margin-top: 20px;
}
#vendor-add-product-form #variations_accordion .accordion-item .img-preview-wrap .remove-image-btn{
    background-color: #dc3545;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 25px;
    line-height: 100%;
    height: 30px;
    padding: 0px 6px;
    border-radius: 50%;
}

/* vendor profile dashboard */
.vendor-profile-accordion{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vendor-profile-accordion .accordion-header {
  width: 100%;
  padding: 1em;
  font-size: 16px;
  text-align: left;
  background-color: #eee;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
}

.vendor-profile-accordion .accordion-header:hover {
  background-color: #ddd;
}

.vendor-profile-accordion .accordion-content {
  display: none;
  padding: 1em;
  border: 1px solid #eee;
  border-top: none;
  background-color: #f9f9f9;
}

/* .accordion-edit-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
} */

.accordion-item {
    position: relative;
}

/* .edit-btn {
    border: none;
    cursor: pointer;
    font-size: 18px;
    background-color: var(--theme-primary-color) !important;
    color: #fff !important;
} */

/* .edit-btn .dashicons {
    font-size: 20px;
} */

.vendor-profile-header{
  display: flex;
  justify-content: space-between;
}
.vendor-dashboard-form .form-actions {
    display: flex !important;
    justify-content: flex-end !important;
}
.vendor-dashboard-form .update-btn{
  background-color: var(--theme-primary-color) !important;
  color: #fff !important;
}

.accordion-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.accordion-header.active .accordion-arrow {
  transform: rotate(90deg);
}

#custom_gst_upload_btn {
    padding: 6px 12px;
    background-color: #004d4d;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
}

.file-preview {
  background: transparent !important;
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
  width: 250px !important;
  position: relative !important;
}
.file-preview .preview-image{
  width: 100px !important;
  max-width: 100px !important;
}
.file-preview .file-operation-btns{
  position: absolute;
  top: 0;
  right: 0;
}
.file-preview button {
    background: #eee;
    border: none;
    border-radius: 6px;
    margin-left: 8px;
    cursor: pointer;
    font-size: 18px;
}

#brand_banner_file_preview{
  width: 100% !important;
}
#brand_banner_file_preview .preview-image{
  width: 100% !important;
  max-width: 100% !important;
}

/* vendor dashboard gst udyam section */
.gst-udyam-wrap{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.gst-udyam-wrap .gst-section,
.gst-udyam-wrap .udyam-section {
  width: 48%;
}
.gst-udyam-wrap .radio-options-horizontal{
  display: flex;
  justify-content: flex-start;
}
.gst-udyam-wrap .radio-options-horizontal label{
  width: 20%;
}
.delete-requested-row {
    background-color: #ffecec !important;
    color: #b20000;
    font-style: italic;
}

/* show profile page */
.vendor-my-profile .header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -35px;
}
.vendor-my-profile .header .header-left{
	display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}
.vendor-my-profile .header .header-left .user-info h4{
	line-height: 15px;
    font-size: 20px;
}
.vendor-my-profile .banner{
	height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #d8d8d8;
}
.vendor-my-profile .logo{
  width: 140px;
  height: 140px;
	border-radius: 50%;
  /* overflow: hidden; */
  border: 5px solid #fff;
  position: relative;
}
.vendor-my-profile .logo .verified-badge{
  position: absolute;
  top: -15px;
  right: -20px;
  width: 50px;
  height: auto;
}
.vendor-my-profile .logo.default-logo{
  background-color: #c2c2c2;
}

.profile-section-container{
	margin-top: 50px;
	display: flex;
    flex-direction: column;
    gap: 35px;
}
.vendor-my-profile .info-card{
	background-color: #f4f4f4;
    padding: 25px;
    border-radius: 5px;
}

  .card-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
  }
  .info-card-header {
    margin-bottom: 20px;
}


  .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px 32px;
  }
  .personal-info-card .info-grid {
	grid-template-columns: 1fr 1fr 1fr;
  }
  .address-info-card .info-grid {
	grid-template-columns: 1fr 1fr;
  }

  .info-item {
    display: flex;
    flex-direction: column;
  }

  .info-item label {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
  }

  .info-item span {
    font-size: 15px;
    color: #111827;
  }
.vendor-my-profile .address-wrap{
	display: flex;
    gap: 20px;
}
.vendor-my-profile .address-wrap .info-card{
	flex: 1 1 0px;
}
.vendor-my-profile .file-preview{
  padding-left: 0;
}
.vendor-my-profile .each-tag{
    background-color: var(--theme-primary-color);
    color: #fff;
    margin: 3px;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 200;
}
/* show profile page */

/* custom tooltip */
.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip .tooltip-text {
    visibility: hidden;
    opacity: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 10;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: opacity 0.2s ease-in-out;
}

.custom-tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.custom-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
/* custom tooltip */
#vendor-orders .pdf-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* vendor profit calculation */
.vendor-order-profit-calculation .each-item .info-grid{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.vendor-order-profit-calculation{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.vendor-order-profit-calculation .each-item{
  background-color: #ececec;
  padding: 15px;
}
.vendor-order-profit-calculation .each-item .item-img{
  width: 80px;
  height: 80px;
}
.vendor-order-profit-calculation .each-item img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.vendor-order-profit-calculation .each-item .top{
      margin-bottom: 40px;
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/* vendor profit calculation */
#vendor-add-product-form .product-category-checkboxes input[type="checkbox"]::after{
  border-radius: 0 !important;  
}
#vendor-add-product-form .product-category-checkboxes input[type="checkbox"] li label{
  display: flex;
  align-items: center;
  gap: 6px;
}

.vendor-dashboard-notices p{
  padding: 6px;
  border-radius: 0;
}
.vendor-dashboard-notices.danger p{
  background: #cd1b1b;
  color: #ffffff;
}
.vendor-dashboard-notices.warning p{
  background: #f3b329;
  color: #ffffff;
}

/* vendor products category style start */
.product-list-category-filter-wrap .select2-selection{
  border: none !important;
  background-color: transparent !important;
}
.product-list-category-filter-wrap .select2-selection .select2-selection__rendered{
  color: #fff !important;
}
.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow {
    /* background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important; */
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7 10L12 15L17 10' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}
/* vendor products category style end */

#vendor-add-product-form .form-actions{
  justify-content: space-between !important;
  flex-wrap: wrap !important;
}

/* vendor dashboard category checkbox filter */
.vendor-category-filter-wrap{
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  padding: 14px 14px 10px;
  /* border: 1px solid #e6e6e6; */
  /* background: #ffffff; */
  border-radius: 0;
}
.vm-category-filter-title{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #efefef;
}
.vm-category-filter-item{
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding: 6px 4px;
  border-radius: 6px;
}
.vm-category-filter-item:hover{
  background: #444;
}
.vm-category-filter-checkbox{
  margin: 0;
  cursor: pointer;
}
.vm-category-filter-toggle{
  flex: 1;
  justify-content: space-between;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  user-select: none;
}
/* .vm-category-filter-toggle.has-children{
  font-weight: 600;
} */
/* .vm-category-filter-toggle.has-children:hover{
  color: #0f5aa8;
} */
.vm-category-filter-angle{
  color: #ffffff;
  font-size: 11px;
}
.vm-category-children{
  margin-top: 2px;
  padding-left: 8px;
  border-left: 1px dashed #e3e3e3;
}
/* vendor dashboard category checkbox filter */
#vendor-add-product-form .field-notice{
  font-size: 13px;
  color: #f03232;
  font-weight: 600;
  font-style: italic;
}

#vendor-add-product-form .select2-selection--multiple{
  height: auto !important;
}

#vendor-add-product-form .select2-search__field{
  border: none !important;
  box-shadow: none !important;
}