/*
Theme Name:		 Masco child
Theme URI:       https://mthemeus.com/demos/wp/masco
Description:	 A premium WordPress theme for Digital Agency, Software, App, Services and many more
Author:			 mthemeus
Author URI:      https://themeforest.net/user/mthemeus
Template:		 masco
Version:		 1.0.0
Text Domain:	 masco-child
*/


/*
    Add your custom styles here
*/
.site-branding, .site-logo {
    max-width:150px !important;
}
#contact_plan .mas-addons-pricing-table-features {
    display:none !important;
}
#masco-vertical-menu {
    padding-left: 0rem;
}

/* ================================
   Nano Banana – Base Layout
================================ */

.nbb-upload-wrapper {
  border: 1px solid #eee;
  padding: 14px;
  border-radius: 10px;
}

.nbb-credit-balance {
  margin-bottom: 10px;
}

#nbb-form-container {
  margin-bottom: 10px;
}

/* ================================
   CSV File Picker
================================ */

#nbb-file-picker {
  cursor: pointer;
  border: 2px dashed #ccc;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
  background: #f9f9f9;
  transition: all 0.3s;
  user-select: none;
}

#nbb-file-picker:hover {
  border-color: #4caf50;
  background: #f1f8f4;
}

#nbb-file-picker:active {
  transform: scale(0.98);
}

#nbb-file-picker .nbb-csv-icon {
  font-size: 48px;
  margin-bottom: 10px;
}

#nbb-file-picker .nbb-title {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
  font-weight: 500;
}

#nbb-file-picker .nbb-subtitle {
  font-size: 12px;
  color: #999;
}

/* ================================
   File Name
================================ */

#nbb-file-name {
  margin-top: 10px;
  display: none;
  padding: 8px;
  background: #e8f5e9;
  border-radius: 4px;
  color: #2e7d32;
}

/* ================================
   Progress Bar
================================ */

#nbb-progress-container {
  display: none;
  margin-top: 20px;
}

.nbb-progress-outer {
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

#nbb-progress-bar {
  width: 0%;
  height: 25px;
  background: linear-gradient(90deg, #4caf50, #8bc34a);
  transition: width 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

#nbb-progress-status {
  margin: 5px 0;
  font-size: 14px;
}

#nbb-progress-detail {
  margin: 5px 0;
  font-size: 12px;
  color: #666;
}

/* ================================
   Gallery
================================ */

#nbb-gallery-section {
  margin-top: 30px;
  border-top: 2px solid #eee;
  padding-top: 20px;
}

#nbb-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.nbb-image-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.nbb-image-thumb {
  position: relative;
  padding-top: 100%;
  background: #f5f5f5;
}

.nbb-image-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.nbb-image-thumb input[type="checkbox"] {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  z-index: 10;
}

.nbb-image-meta {
  padding: 10px;
  font-size: 12px;
  color: #666;
}

/* ================================
   Tasks Table
================================ */

#nbb-tasks-section {
  margin-top: 30px;
  border-top: 2px solid #eee;
  padding-top: 20px;
}

#nbb-tasks-container {
  overflow-x: auto;
}

#nbb-tasks-container table {
  width: 100%;
  border-collapse: collapse;
}

#nbb-tasks-container th,
#nbb-tasks-container td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

#nbb-tasks-container thead tr {
  background: #f9f9f9;
}

/* ================================
   Image Modal
================================ */

#nbb-image-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 10000;
  cursor: pointer;
}

#nbb-image-modal img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#nbb-image-modal .nbb-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

/* ================================
   Resubmit Modal
================================ */

#nbb-resubmit-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 10000;
}

#nbb-resubmit-modal .nbb-modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}

#nbb-resubmit-modal textarea,
#nbb-resubmit-modal input[type="text"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#images_generator .woocommerce  {
    display:flex;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 15px;
}
.woocommerce-dashboard .woocommerce button.button{
    background-color: #ff795b;
    color: #fff;
    width: auto;
    padding: 19px 14px;
    height: auto;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
}
body.woocommerce-dashboard .woocommerce button.button:disabled {
    background-color: #ff795b !important;
    color: #fff  !important;
    width: auto  !important;
    padding: 19px 14px  !important;
    height: auto  !important;
    border-radius: 8px  !important;
    font-size: 17px  !important;
    font-weight: 600  !important;
	border: unset  !important;
	line-height:18px !important;
	opacity:0.7 !important;
	text-transform:unset;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
	color: #ff795b !important;
}

@media (max-width: 1000px) {
	#images_generator .woocommerce  {
		flex-direction: column;
	}
}