/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  width: 100%;
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

#search_results {
  cursor: pointer;
}


.dokan-dashboard-content .items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: start;
}

.dokan-dashboard-content .items .item {
  position: relative;
  width: 232px;
  height: 228px;
  text-align: center;
  word-break: break-word;
  border: 1px #e3e3e3 solid;
  padding: 4px 4px 10px 4px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  color: #797979;
  text-decoration: none;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 400ms ease;
}

.dokan-dashboard-content .items .item:hover{
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.14);
}

.dokan-dashboard-content .item_img {
  background-color: #e3e3e3;
  display: block;
  width: 100%;
  height: 128px;
  overflow: hidden;
  text-align: center;
  color: #9c9c9c;
  font-size: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}


.dokan-dashboard-content .item_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.dokan-dashboard-content .item_inside h3 {
  font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #464646;
    padding: 9px 6px 5px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .2s;
    transition: color .2s;
    margin: 0;
    text-align: center;
}
.meta-items span {
  font-size: 14px;
  margin: 0 5px 0 0;
  display: inline-block;
  padding: 0 3px;
  color: #797979;
  position: absolute;
  bottom: 5px;
  padding-bottom: 6px;
}

.loader {
  display: none;
}

.creating-list-tabs .loader-overlay .cat-loader, .manage_list_tab  .loader-overlay .cat-loader { display: block; }
.manage_list_tab .tabcontent {
    position: relative;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.tab button.active{
  color: #000;
}
.tab{
  border-radius: 10px 10px 0 0;
}
.creating-list-tabs > div{
  border-radius: 0 0 10px 10px;
}
.tab button:hover{
  color: #000;
  background-color: #ccc;
}

/* 08-08-2023 */
#additional-dropdowns{
  padding-top: 15px;
}
#additional-dropdowns > .category-dropdown{
  margin-bottom: 15px;
}

.creating-list-tabs form{
  align-items: flex-start !important;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
#selected-parent-pro-cat{
  margin-top: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px !important;
}

.creating-list-tabs form>div.category-dropdown-list{
  width: 100%;
}
.creating-list-tabs form>div#keycode-section{
  width: 50% !important;
}
.delivery-checkbox-wrap input[type="checkbox"]{
  height: 15px;
  width: 15px;
}
#delivery-method-checkboxes{
  padding-top: 20px;
}
#delivery-method-checkboxes .delivery-checkbox-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.delivery-checkbox-wrap input[type="checkbox"]{
  width: 30%;
}
.delivery-checkbox-wrap label{
  width: 70%;
}
.page-id-11 .select2-container--open .select2-dropdown--below{
  margin-top: 0;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.display_when_select, .gc_display_when_select, .ser_display_when_select, .acc_display_when_select, .items_display_when_select {
  display: none;
}

.hide_when_select{
  display: none;
}

/* .action-popup{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
} */

#close-popup {
  display: block;
  text-align: right;
  margin-top: 10px;
  cursor: pointer;
}

#user-id-popup {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 999;
  border: 1px solid #ccc;
}
.header-myacc-link:hover + #user-id-popup {
  display: block;
}

#user-products-table th:nth-last-child(3), #user-products-table th:nth-last-child(4), #user-products-table th:nth-last-child(2),
#user-products-table td:nth-last-child(3), #user-products-table td:nth-last-child(4), #user-products-table td:nth-last-child(2),
#user-products-table td:nth-last-child(3), #user-products-table td:nth-last-child(4), #user-products-table th:last-child,
#user-products-table td:nth-last-child(3), #user-products-table td:nth-last-child(4), #user-products-table td:last-child{
	display: none;
}
#user-products-table th:before, #user-products-table th:after {
  display: none;
}

th.no-sort.hide-text-image {
  color: transparent;
}

#user-products-table_filter{
  display: none;
}

/* Modal CSS Start 27-11-23*/
* {
  outline: 0 !important;
}
.custom-modal {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 60%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.custom-modal-dialog {
  max-width: 620px;
  width: 100%;
  border-radius: 0px;
  position: relative;
}
.custom-modal-content {
  background: #ffffff;
  padding: 30px 30px;
  border-radius: 10px;
}
.close-modal {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #f56142;
  opacity: 1;
  color: #ffffff;
  border-radius: 100%;
  border: 2px solid #ffffff;
  z-index: 9;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
  padding: 0;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.custom-modal {
  opacity: 0;
  visibility: hidden;
}
body.modal-open #custom-modal , .modal-open #custom-modal_upload_image   {
  opacity: 1;
  visibility: visible;
}

body.modal-open-gc #custom-modal-gc{
    opacity: 1;
    visibility: visible;
}

body.modal-open-upload-key #custom-modal-key-upload{
  opacity: 1;
  visibility: visible;
}

body.modal-open-upload-gc #custom-modal-gc-upload-list{
  opacity: 1;
  visibility: visible;
}

.custom-modal .custom-modal-dialog ,#custom-modal_upload_image .custom-modal-dialog{
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
body.modal-open .custom-modal .custom-modal-dialog , .modal-open #custom-modal_upload_image .custom-modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body.modal-open-gc #custom-modal-gc .custom-modal-dialog{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

body.modal-open-upload-key #custom-modal-key-upload .custom-modal-dialog{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

body.modal-open-upload-gc #custom-modal-gc-upload-list .custom-modal-dialog{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


.custom-modal, body .custom-modal, body.modal-open .custom-modal .custom-modal-dialog, body .custom-modal .custom-modal-dialog , .modal-open #custom-modal_upload_image .custom-modal-dialog {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

body.modal-open-gc #custom-modal-gc .custom-modal-dialog{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

body.modal-open-upload-key #custom-modal-key-upload .custom-modal-dialog{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

body.modal-open-upload-gc #custom-modal-gc-upload-list .custom-modal-dialog{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#upload_preview_data .invalid{
    display: none;
}

.valid-offer , .invalid-offer {
  cursor: pointer;
}

.upload-progress , .reupload-excel , .upload-progress-complete{
  display: none;
}


@media (max-width: 575.98px) {}

/*popup desgin*/
.custom-modal-dialog {
    max-width: 700px;
}
.custom-modal {z-index: 99;}
.custom-modal-dialog .custom-modal-content {
    padding: 0;
    box-shadow: 3px 4px 25px 6px #AEAEAE26;
    border-radius: 0;
}
.custom-modal .title_wrap {
    background-color: rgba(0, 37, 54, 11%);
    padding: 15px 30px;
}

.custom-modal .title_wrap h4 {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #002536;
    margin-bottom: 0;
}
.close-modal {background-image: url('../images/close-icon.svg');background-repeat: no-repeat;background-size: contain;background-color: transparent;border: 0;font-size: 0;width: 15px;height: 15px;right: 30px;top: 20px;}
.custom-modal .gc-vendor-product-download-list {
    padding: 30px;
}

.category-dropdown-list {
    display: flex;
    flex-direction: column;
}

.custom-modal label {
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #087E84;
    margin-bottom: 5px;
}
.custom-modal select{
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url('../images/arrow_up.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 97% 55%;
}

.custom-modal select, .custom-modal input{
    border: 1px solid rgba(0, 37, 54, 30%);
    padding: 13px;
    margin-bottom: 25px;
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #002536;
}
.custom-modal button {
    border: 1.5px solid #087E84 !important;
    background-color: #087E84 !important;
    padding: 8px 35px;
    height: auto;
    text-transform: capitalize;
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
}
@media(max-width: 1400px) {
  .custom-modal {padding-left: 200px;}
  .custom-modal-dialog{max-width: 600px;}
}

/* Modal CSS End */

.all-message-wrap{
    margin-bottom: -55px;
    position: relative;
    z-index: 1;
    left: 24px;
    top: 65px;
    display: flex;
    gap: 10px;
    width: 26%;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
    flex-wrap: wrap;
}
.search-form-chat {
    width: 100%;
    padding: 0 !important;
}
.all-message-wrap .all-msg {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #002536;
}
.all-message-wrap .show-dropdown {
    position: absolute;
    right: 0;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    z-index: 2;
}
.archived-unarchived-conversations button{
    background-color: transparent !important;
    border: 1.5px solid var(--green) !important;
    color: var(--green);
    border-radius: 4px;
    text-transform: capitalize;
}
.archived-unarchived-conversations button:hover {
    background-color: rgb(8 126 132 / 10%) !important;
    border: 1.5px solid rgb(8 126 132 / 10%) !important;
    color: var(--green);
}
.archived-unarchived-conversations button#unarchive-button.active {
    background-color: rgb(8 126 132 / 10%) !important;
    border: 1.5px solid rgb(8 126 132 / 10%) !important;
}
.show-dropdown.hide-dropdown {
    display: none;
    position: absolute;
    background-color: #fff !important;
    width: 180px;
    padding: 10px;
}



.show-dropdown ul {
    max-width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.show-dropdown ul li button {width: 100%;  background-color: transparent !important;  color:#087E84;   cursor: pointer; padding: 0 10px; text-transform: capitalize;}

.show-unread-messages {
    background-color: transparent !important;
    line-height: 0;
    padding: 0;
    color:#087E84;
    cursor: pointer;
}

.custom-popup textarea{
  min-height: 100px;
}

.deliverymethod{
  display: none;
}
.errorred{
  color: #ff0000;
}
.change-attr br { 
  display: block !important;
}
.change-attr {
  white-space: nowrap;
}
.upload-file-validation{
  color: #ff0000;
  display: none;
}
.display-when-file-uploaded{
  display: none;
}


.manage_list_wrap_new { flex-wrap: wrap; }
.manage_list_wrap_new .upload-key-new .tabcontent-download { padding: 0; }
.manage_list_wrap_list { width: 100%; }
.manage_list_wrap_list ul { margin: 0; }
.manage_list_wrap_list ul #key-download-button { white-space: nowrap; }
#user-products-table_length { float: right; }
/*#hide_when_select div#user-products-table_wrapper { margin-top: -60px; }*/
.upload-key-new {
    width: auto;
}

.errors, .error-message{
  color: #ff0000;
}

.show-video-games{
  display: none;
}

.product_permalink__image{
  width: 90%;
}

#reset_filter_key{
  height: auto;
  border-radius: 4px;
  background: var(--Green, #087E84);
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  padding: 6px 20px;
  border: 1px solid #087E84;
  line-height: normal;
  white-space: nowrap;
}

#reset_filter_key:hover{
  background-color: transparent;
  color: var(--Green, #087E84);
}

.quantity-in{
  gap: 15px;
}

.seller-ranking-img img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#custom-modal-key-upload .btn-bottom {}

#custom-modal-key-upload .btn-bottom a.rate-it-later {
    color: #087E84 ;
    padding: 8px 18px;
    height: auto;
    text-transform: capitalize;
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 4px;
    margin-right: 13px;
}
#custom-modal-key-upload .btn-bottom a.rate-it-later:hover {
    color: #087D84;
    background-color: transparent;
}

.woocommerce-checkout label[for="billing_address_1"] abbr.required, 
.woocommerce-checkout label[for="billing_city"] abbr.required,
.woocommerce-checkout label[for="billing_state"] abbr.required,
.woocommerce-checkout label[for="billing_phone"] abbr.required,
.woocommerce-checkout label[for="billing_postcode"] abbr.required {
  display: none;
}