/*
Theme Name: Probid Child
Theme URI: https://www.probid-wp.egenslab.com/
Template: probid
Author: Egens Lab
Author URI: https://themeforest.net/user/egenslab/
Description: Probid is a WordPress Theme for Multivendor Auction and Bidding purpose. It represents the modern age auction bidding system with multivendor facilities. This theme can be used in versatile ways like- Car, Antique, Art, Gadget & Technology, Book & Comic and as well as Multipurpose auction bidding. It has 7 different demos with different styles of Auction and bidding features for every demo so that user can easily use this for their desire purposes. This theme is made with Elementor Page Builder so will be easy to customize. It is compatible with all browsers and fully responsive so very suitable for any device.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready,This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.

*/ 
.custom-logo {
    max-width: 150px !important;
    object-fit: contain !important;
}
/* ================================
   DOKAN AUCTION FRONTEND FIX
================================ */
.container-fluid.dokan-fluid-wrap .container {
  max-width: 100% !important;
}
/* Full width dashboard */
.dokan-dashboard-fluid {
    max-width: 100%;
    padding: 0 20px;
}

/* Remove default container limit */
.dokan-fullwidth {
    width: 100%;
    max-width: 100%;
}

/* Modern UI container */
.dokan-ui-modern {
    background: #f8f9fb;
    padding: 20px;
    border-radius: 12px;
}

/* Two-column product layout */
.dokan-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

/* Cards look */
.dokan-ui-modern .dokan-form-group,
.dokan-ui-modern .dokan-product-description,
.dokan-ui-modern .dokan-product-short-description {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Fix sidebar squeeze issue */
@media (max-width: 991px) {
    .dokan-grid {
        grid-template-columns: 1fr;
    }
}




/************ new Css **********/
/* Background */
.dokan-modern-ui {
    background: #f5f7fb;
    padding: 24px;
    border-radius: 16px;
}

/* Header */
.dokan-modern-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.dokan-save-btn {
    border-radius: 12px;
    padding: 12px 22px;
    font-size: 15px;
}

/* Grid */
.dokan-modern-grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 24px;
}

/* Cards */
.dokan-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 24px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.dokan-card h3 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}

/* Inputs */
.dokan-card input,
.dokan-card textarea,
.dokan-card select {
    border-radius: 12px !important;
    padding: 12px !important;
}

/* Image box */
.dokan-feat-image-upload {
    border: 2px dashed #e5e7eb;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
    .dokan-modern-grid {
        grid-template-columns: 1fr;
    }
}

shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.p-6 {
  padding: 1.5rem;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.rounded-2xl {
  border-radius: 1rem;
}
.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content .nice-select{width:100% !important;}
.dokan-form-group {
  display: flow-root;
}
form.dokan-product-edit-form input {
  height: 15px !important;
}

form.dokan-product-edit-form  .select2-container {
  width: 100% !important;
}

form.dokan-product-edit-form .form-label {
  text-align: left !important;
}

form.dokan-product-edit-form .select2-container .select2-selection--single{display:none;}
.dokan-download-options.dokan-edit-row,.dokan-product-inventory.dokan-edit-row,.dokan-other-options.dokan-edit-row{--tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));padding: 1.5rem;border-radius: 1rem;box-shadow: var(--bs-box-shadow) !important;}
  @media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section {
    padding: 0 0px !important;
  }
}
.company-logo {
    width: 135px;
}