/**

Theme Name: Small Dog Design

Author: Brainstorm Force

Author URI: http://wpastra.com/about/

Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!

Version: 1.0.1

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: small-dog-design

Template: astra

*/





.gfield_label  {

    color: #000 !important;

}

/* Style for readonly Gravity Forms field */

.gravity-forms .readonly-field {

    pointer-events: none; /* Disable mouse events */

    background-color: #f5f5f5; /* Change background color to visually indicate readonly */

    color: #555; /* Change text color to make it less prominent */

}



.gform_body button.button.gform_button_select_files:hover {

    color: #545454;

    border-color: #545454;

}

.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {

    height: 42px;

    line-height: normal;

}



.gfield.readonly-field input {

    background: #e5e5e5;

}



.woocommerce li.woocommerce-MyAccount-navigation-link.is-active a {

    color: #000;

}



span.dealership_account {

    display: inline-block;

    margin-left: 10px;

    line-height: 28px;

}



.woocommerce-EditAccountForm input.woocommerce-Input--text[readonly] {

    background: #ddd;

}

.readonly-field.field_validation_below input {

    pointer-events: none;

    

}

.sections_group.dealer-user-invite-from .gform_confirmation_message {

	text-align: center;

}

@media (max-width:767px){

    .dealer-user-invite-from {

        padding: 0 20px !important;

    }



}

#product-options input.single_select, #product-options input.multi_select  {

    height: 0;

    width: 0;

    visibility: hidden;

    position: absolute;

    opacity: 0;

}

#product-options span.post_id label {

  position: relative;

  cursor: pointer;

  padding: 0;

}

#product-options span.post_id.single_select label::before {

    content: "";

    margin-right: 10px;

    display: inline-block;

    vertical-align: text-top;

    width: 15px;

    height: 15px;

    background: #c7c7c7;

    border-radius: 50px;

    display: inline-block;

    box-shadow:none;

}

#product-options input.single_select:checked + label::before {

    background: #dfdfdf;

    box-shadow: inset 0px 0px 0px 3px #000;

}



/* #product-options input.single_select:checked + label:after {

    content: "";

    position: absolute;

    left: 2px;

    top: 4px;

    background: black;

    width: 10px;

    height: 10px;

    border-radius: 50px;

    border: 2px solid #fff;

    margin-top: 2px;

} */

#product-options span.post_id.multi_select label::before {

    content: "";

    margin-right: 10px;

    display: inline-block;

    vertical-align: text-top;

    width: 20px;

    height: 20px;

    background: #c7c7c7;

}



#product-options input.multi_select:checked + label::before{

    background: #000000;

}

#product-options input.multi_select:checked + label:after {

    content: "";

    position: absolute;

    left: 5px;

    top: 9px;

    background: white;

    width: 2px;

    height: 2px;

    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;

    transform: rotate(45deg);

}

/**my side css below*/

.password-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.password-input .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  color: #555;
}

.password-input .show-password-input:before {
  font-family: dashicons;
  content: "\f177";
  font-size: 18px;
  line-height: 1;
}

.password-input .show-password-input.showing:before {
  content: "\f530";
}