/*
 Theme Name: 	Mandala Child Theme
 Theme URI: 	http://mandala.themerex.net/
 Description: 	Mandala Child Theme
 Author: 		ThemeREX
 Author URI: 	http://themerex.net/
 Template: 		mandala
 Version: 		1.0.1
 License:      	GNU General Public License v2 or later
 License URI:  	http://www.gnu.org/licenses/gpl-2.0.html 
 Tags: 			flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain: 	mandala-child
*/
.login-page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.login-greeting {
  text-align: center;
  margin-bottom: 30px;
}

.login-greeting h1 {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
}

.login-greeting p {
  font-size: 16px;
  color: #888;
}

.login-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}

.login-card .wpuf-form input[type="text"],
.login-card .wpuf-form input[type="password"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.login-card .wpuf-form label {
  font-size: 14px;
  color: #333;
}

.login-card .wpuf-form input[type="submit"] {
  background-color: #66bb6a;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login-card .wpuf-form input[type="submit"]:hover {
  background-color: #43a047;
}

.login-card .wpuf-form .wpuf-login-link {
  font-size: 13px;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #666;
}

/* Wrap each field like a floating label container */
.wpuf-form .wpuf-fields {
  position: relative;
  margin-bottom: 25px;
}

/* Input base style */
.wpuf-form input[type="text"],
.wpuf-form input[type="password"] {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #f9f9f9;
  transition: all 0.3s ease;
  font-size: 14px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}

/* On focus */
.wpuf-form input[type="text"]:focus,
.wpuf-form input[type="password"]:focus {
  border-color: #66bb6a;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(102, 187, 106, 0.2);
}

/* Floating label styles */
.wpuf-form label {
  position: absolute;
  top: 14px;
  left: 18px;
  color: #aaa;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s ease all;
  background: white;
  padding: 0 4px;
}

/* Move label on focus or if input has value */
.wpuf-form input:focus + label,
.wpuf-form input:not(:placeholder-shown) + label {
  top: -8px;
  left: 12px;
  font-size: 12px;
  color: #66bb6a;
}

/* Optional: Add icons inside input */
.wpuf-form .wpuf-fields::before {
  content: "\f007"; /* Font Awesome icon for user */
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 14px;
  pointer-events: none;
}
.wpuf-login-form input[type="text"],input[type="password"]
{
	width:100%;
	height: 15px;
	border-radius:10px;
}
.wpuf-login-form .submit
{
	text-align:center;
}






















/* General wrapper */
.custom-account-wrapper {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
}

/* Nav Tabs */
.woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 15px;
  background: #f7f7f7;
  border-radius: 8px;
  color: #333;
  transition: 0.3s;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a
{
	color: white !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #66bb6a;
  color: white;
}

/* Content area */
.woocommerce-MyAccount-content {
  float: right;
  width: 70%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Form fields */
.woocommerce form input,
.woocommerce form textarea,
.woocommerce form select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f9f9f9;
}

/* Buttons */
.woocommerce button.button {
  background: #66bb6a;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

.woocommerce button.button:hover {
  background: #43a047;
}

/* Clearfix */
.woocommerce-account .woocommerce {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  float: none !important;
  width: auto;
  flex: 1;
}
.ihc-popup-wrapp .ihc-the-popup .ihc-popup-content
{
	height:450px !important;
}

.model-btn .scheme_default .sc_button_hover_slide_left
{
	background: none;
}
