/*!
Theme Name: dashboard-tmsquare
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dashboard-tmsquare
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dashboard-tmsquare is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*  font-family: "Tenor Sans", serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */

:root {
  scroll-behavior: inherit;
  --heading-font: "Poppins", serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--heading-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  background-color: #fff;
}

b,
strong {
  font-weight: 700;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #103044;
  font-weight: 400;
  font-family: var(--heading-font);
  /* text-transform: uppercase; */
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-size: 56px;
  line-height: 66px;
  font-weight: 600;
}

h2,
.h2-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

h3,
.h3-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

h4,
.h4-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #103044;
  margin-bottom: 0;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #103044;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #3790cb;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: #fff;
  width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  padding: 0 15px;
  height: 50px;
  color: #103044;
  border: none;
  border: 1px solid #d2d2d2;
  padding-right: 16px;
  outline: none !important;
  letter-spacing: 0;
}

textarea {
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #d2d2d2;
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

select {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  width: 100%;
  padding-right: 30px;
  padding-left: 16px;
  background: url(images/dropdown-icon.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 10px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 42px;
  cursor: pointer;
  letter-spacing: 0;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: #fff;
  color: #000;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-radius: 32px;
  text-transform: capitalize;
  font-family: var(--heading-font);
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: #fff;
  color: #000;
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* images alignment for wordpress content pages */

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* Login Dashboard  */

.login-custom-wrapper {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(223, 253, 255, 1) 100%
  );
  border-radius: 10px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-custom-wrapper .row {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-radius: 10px;
}

.col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-custom-side-logo {
  margin-bottom: 50px;
}

.login-custom-side-logo img {
  max-width: 150px;
}

.login-custom-content {
  padding: 0 35px;
}

.login-custom-wrapper .woocommerce-form-login {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 60px 0 0 0 !important;
}

.login-custom-wrapper .woocommerce-form-login .woocommerce-form-row--wide {
  padding: 0 !important;
  margin: 0 0 10px !important;
}

.login-custom-wrapper .woocommerce-form-login .form-row input {
  padding: 15px !important;
  border: 1px solid #d2d2d2 !important;
  color: #103044 !important;
}

.login-custom-wrapper
  .woocommerce-form-login
  .form-row
  input:-internal-autofill-selected {
  background-color: #fff !important;
}

.login-custom-wrapper .woo-login-rememberme-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.woocommerce-ResetPassword.lost_reset_password button[type="submit"],
.login-custom-forgotpass-form button,
.login-custom-wrapper .woocommerce-form-login__submit,
.login-custom-wrapper .xoo-ml-open-lwo-btn,
.custom-forgot-password-wrapper button,
.login-custom-wrapper .gform-footer input,
.login-custom-wrapper .xoo-ml-login-otp-btn,
.login-custom-wrapper .xoo-ml-low-back {
  padding: 12px 40px !important;
  background: #3790cb !important;
  border-radius: 100px !important;
  box-shadow: 0px 14px 36px rgba(55, 144, 203, 0.26) !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-right: 0 !important;
  text-transform: capitalize;
  border: 1px solid #3790cb !important;
}
.woocommerce-ResetPassword.lost_reset_password button[type="submit"]:hover,
.login-custom-forgotpass-form button:hover,
.login-custom-wrapper .woocommerce-form-login__submit:hover,
.login-custom-wrapper .xoo-ml-open-lwo-btn:hover,
.custom-forgot-password-wrapper button:hover,
.login-custom-wrapper .gform-footer input:hover,
.login-custom-wrapper .xoo-ml-login-otp-btn:hover,
.login-custom-wrapper .xoo-ml-low-back:hover {
  background: transparent !important;
  color: #3790cb !important;
}

.login-custom-wrapper .xoo-ml-or {
  margin: 0 12px;
}

.login-custom-wrapper .woo-login-rememberme-custom .form-row {
  margin-bottom: 0 !important;
}

.login-custom-wrapper .custom-signup-link {
  margin-top: 30px;
}

.login-custom-wrapper .custom-signup-link a {
  color: #3790cb !important;
}

.login-custom-wrapper .custom-signup-link a:hover {
  color: #103044 !important;
}

.custom-forgot-password-wrapper p {
  margin-bottom: 30px;
}

.login-custom-wrapper .gform-footer {
  margin: 25px 0 0 !important;
  padding: 0 !important;
}

body {
  background: rgba(16, 48, 68, 0.01);
}

ul li {
  list-style: none;
}

a {
  transition: 0.3s;
}

header#masthead .header-student-info > ul,
.logged-in.woocommerce-account
  .woocommerce
  nav.woocommerce-MyAccount-navigation
  ul,
.logged-in.woocommerce-account
  .woocommerce
  .dashboard-top-content-wrapper
  .dh-profile-name
  ul,
.logged-in.woocommerce-account .woocommerce .dh-about-us-info > ul {
  margin: 0;
  padding: 0;
}

/* Header */
header#masthead {
  padding-top: 15px;
}

header#masthead .header-student-info > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  border: 1px solid #103044;
  width: fit-content;
  float: right;
  border-radius: 60px;
  background: #103044;
  color: #fff;
  padding: 2px 25px 2px 2px;
  cursor: pointer;
}

header#masthead .header-student-info img {
  max-width: 40px;
  object-fit: contain;
  height: 40px !important;
}

/* End Header */

/* Dashboard Body */
.logged-in.woocommerce-account .woocommerce {
  margin: 100px 0 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(16, 48, 68, 0.1);
  border-radius: 30px;
}

.logged-in.woocommerce-account .woocommerce .dh-profile-img img {
  border: 4px solid #103044;
  margin-bottom: -48px;
  margin-left: 20px;
}

.logged-in.woocommerce-account
  .woocommerce
  .dashboard-top-content-wrapper
  .dh-profile-name
  li:first-of-type {
  font-size: 18px;
  font-weight: 500;
  color: #103044;
  margin-bottom: 20px !important;
}

.logged-in.woocommerce-account
  .woocommerce
  .dashboard-top-content-wrapper
  .dh-profile-name
  ul
  > li:not(:first-of-type),
.logged-in.woocommerce-account .woocommerce .dh-about-us-info > ul > li {
  position: relative;
  padding-left: 38px;
  word-break: break-word;
  overflow-wrap: normal;
  white-space: normal;
}

.logged-in.woocommerce-account
  .woocommerce
  .dashboard-top-content-wrapper
  .dh-profile-name
  ul
  > li
  > span,
.logged-in.woocommerce-account .woocommerce .dh-about-us-info > ul > li > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #103044;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logged-in.woocommerce-account
  .woocommerce
  .dashboard-top-content-wrapper
  .dh-profile-name
  ul
  > li:not(:last-of-type),
.logged-in.woocommerce-account
  .woocommerce
  .dh-about-us-info
  > ul
  > li:not(:last-of-type) {
  margin-bottom: 25px;
}

.logged-in.woocommerce-account
  .woocommerce
  .dashboard-top-content-wrapper
  .dh-profile-name {
  background: rgba(16, 48, 68, 0.12);
  border-radius: 30px 0px 0 0;
  padding: 70px 20px 28px;
  pointer-events: none;
}

.logged-in.woocommerce-account
  .woocommerce
  .dashboard-top-content-wrapper
  .dh-profile-name
  ul {
  pointer-events: all;
}

.logged-in.woocommerce-account
  .woocommerce
  nav.woocommerce-MyAccount-navigation {
  width: calc(24.888% - 15px);
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: calc(75% - 15px);
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}

.logged-in.woocommerce-account
  .woocommerce
  nav.woocommerce-MyAccount-navigation
  ul {
  background: #103044;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.logged-in.woocommerce-account
  .woocommerce
  nav.woocommerce-MyAccount-navigation
  ul
  > li
  > a {
  color: #fff;
  padding: 15px;
  display: block;
}

.logged-in.woocommerce-account
  .woocommerce
  nav.woocommerce-MyAccount-navigation
  ul
  > li:not(:last-of-type)
  > a {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.logged-in.woocommerce-account
  .woocommerce
  nav.woocommerce-MyAccount-navigation
  ul
  > li
  > a:hover,
.logged-in.woocommerce-account
  .woocommerce
  nav.woocommerce-MyAccount-navigation
  ul
  > li.is-active
  > a {
  background: #3790cb;
}

.logged-in.woocommerce-account
  .woocommerce
  .dashboard-top-content-wrapper
  > .row
  > [class*="col-"]:first-of-type {
  margin-top: -48px;
}

.logged-in.woocommerce-account .woocommerce .dh-profile-wrapper,
.logged-in.woocommerce-account
  .woocommerce
  .dashboard-top-content-wrapper
  .dh-profile-name {
  height: 100%;
}

.logged-in.woocommerce-account .woocommerce .dh-about-us-info,
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  padding: 30px 20px 30px 0;
  margin-left: auto;
}

.logged-in.woocommerce-account .woocommerce .dh-about-us-info > ul {
  margin-top: 25px;
}

.logged-in.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .user-dashboard-layout
  + div {
  background: rgba(16, 48, 68, 0.05) !important;
  border: 0 !important;
  margin: 0 !important;
  border-radius: 20px !important;
}

.logged-in.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .user-dashboard-layout
  + div
  > div {
  padding-bottom: 15px !important;
  margin-bottom: 10px !important;
}

.logged-in.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .user-dashboard-layout
  + div
  > div:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
}

.logged-in.woocommerce-account .woocommerce .dh-about-us-info > h2 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 35px;
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  font-weight: 300;
  font-size: 15px;
}

.logged-in.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  strong {
  font-weight: 600;
}

.logged-in.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .button {
  color: #fff;
  background: #103044;
  border-radius: 50px;
  padding: 10px 18px;
  font-size: 14px;
  border: 1px solid #103044;
  margin-top: 10px;
}

.logged-in.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .button:hover {
  color: #103044;
  background: transparent;
}

.logged-in.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .user-dashboard-layout
  + div
  > h3 {
  margin-bottom: 15px;
}

/* 08-05-2025 M.M Css Start */
.dh-about-us-info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home .dh-about-us-info ul li {
  margin-bottom: 0 !important;
  margin-right: 15px;
}

.dashbrd-enroll-course-wrapper {
  align-items: center;
  margin-bottom: 25px !important;
  margin-top: 25px;
}

.home .dashbrd-enroll-course-wrapper > h3 {
  margin-bottom: 0 !important;
}

.home.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .user-dashboard-layout
  + div {
  background: transparent !important;
}

.home.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
  margin-top: 0;
}

.home .shop_table {
  margin-top: 20px !important;
  border-collapse: collapse !important;
  background: rgba(16, 48, 68, 0.05) !important;
}

.home .woocommerce table.my_account_orders td,
.home .woocommerce table.my_account_orders th {
  padding: 12px 12px;
}

.woocommerce-info {
  border-top-color: #103044;
}

.woocommerce-info::before {
  color: #103044;
}

.dashboard-top-content-wrapper {
  background: #e6e8ea;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.home.woocommerce-account
  .woocommerce
  .dashboard-top-content-wrapper
  .dh-profile-name {
  background: transparent;
}

.header-student-info.header-student-info-loogedin {
  position: relative;
  width: auto;
  display: inline-block;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.profile-submenu ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.profile-submenu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 155px;
  background: #103044;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  /* transition: all 0.3s ease-in-out; */
}

/* .profile-submenu::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 8px;
  width: 18px;
  height: 18px;
  background: #103044;
  transform: rotate(45deg);
  pointer-events: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
} */

.profile-submenu ul li a {
  width: 100%;
  display: block;
  color: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
}

.profile-submenu ul li a:hover {
  color: #3790cb;
}

.profile-submenu ul li:last-child a {
  border-bottom: 0;
}

.header-student-info ul li a {
  color: #ffffff;
}

.footer-main-wrapper {
  width: 100%;
  padding: 20px 0;
  /* background: #e6e8ea; */
}

.footer-logo-area {
  display: inline-block;
  width: 300px;
}

.footer-logo-area > img {
  width: 100%;
}

.social-media-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-media-icons ul li:not(:last-child) {
  margin-right: 15px;
}

.social-media-icons ul li a {
  display: inline-block;
  width: 35px;
}

.footer-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright-area {
  text-align: center;
  padding-top: 20px;
}

/* 08-05-2025 M.M Css End */

/* start 09-05-25*/

.logged-in.woocommerce-account .woocommerce {
  margin: 50px 0 0;
}

.default-page-wrapper {
  padding: 40px 0;
}

.footer-logo-area a {
  display: inline-block;
  width: 240px;
}

/* .footer-logo-area a img {
  mix-blend-mode: darken;
} */

.footer-main-wrapper {
  /* box-shadow: 0px 0px 25px 0px rgba(16, 48, 68, 0.4); */
  padding: 0 0 20px;
}

.logged-in.woocommerce-account
  .woocommerce
  nav.woocommerce-MyAccount-navigation
  ul {
  border-radius: 0 0 0 20px;
  height: 100%;
}

.woocommerce-info {
  margin-top: 30px;
  background: #e2e5e7;
  display: flex;
  align-items: center;
}

.woocommerce-info .woocommerce-Button.wc-forward.button {
  margin-left: auto;
}

.woocommerce-info::before {
  top: 50%;
  transform: translateY(-50%);
}

.home .woocommerce-EditAccountForm.edit-account {
  margin-top: 20px;
}

.home .woocommerce-EditAccountForm.edit-account .form-row.form-row-wide img {
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 8px 0px rgba(16, 48, 68, 0.4);
  object-fit: contain;
}

.home .woocommerce-EditAccountForm.edit-account .form-row.form-row-wide br {
  display: none;
}

.home .woocommerce-EditAccountForm.edit-account .form-row.form-row-wide label {
  font-weight: 600;
  /* font-size: 18px; */
  line-height: 1;
  margin-bottom: 16px;
}

.home .woocommerce-EditAccountForm.edit-account .woocommerce-form-row {
  margin-bottom: 16px;
}

.home .woocommerce-EditAccountForm.edit-account fieldset {
  padding-top: 20px;
}

.custom-woo-left-wrapper {
  display: flex;
}

footer {
  padding-top: 30px;
  /* box-shadow: 0px 0px 25px 0px rgba(16, 48, 68, 0.4); */
  background-color: #e6e8ea;
  margin-top: auto;
}

.footer-copyright-area {
  padding: 18px 0;
  background-color: #103044;
  color: #fff;
}

.footer-copyright-area p {
  color: #fff;
}

.logged-in.woocommerce-account
  .woocommerce
  nav.woocommerce-MyAccount-navigation
  ul
  > li:not(:last-of-type)
  > a,
.logged-in.woocommerce-account
  .woocommerce
  nav.woocommerce-MyAccount-navigation
  ul
  > li
  > a {
  font-weight: 600;
  font-size: 17px;
}

.woocommerce-MyAccount-content .woocommerce-profile img {
  width: 90px !important;
  height: 90px !important;
  box-shadow: 0px 0px 8px 0px rgba(16, 48, 68, 0.4);
  object-fit: contain;
}

.woocommerce-MyAccount-content .woocommerce-profile {
  margin-top: 30px;
}

.woocommerce-MyAccount-content
  .woocommerce-profile
  .student-bio-addition-info
  ul {
  padding-left: 0;
}

.woocommerce-MyAccount-content
  .woocommerce-profile
  .student-bio-addition-info
  ul
  p {
  line-height: 1.1;
  margin-bottom: 12px;
}

.custom-woo-left-wrapper .woocommerce-notices-wrapper .woocommerce-error {
  margin-top: 30px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  height: 50px;
  border: 1px solid #e6e8ea;
}

.woocommerce .custom-woo-left-wrapper .woocommerce-MyAccount-content > p {
  margin: 30px 0;
}

.woocommerce
  .custom-woo-left-wrapper
  .woocommerce-MyAccount-content
  .woocommerce-order-details
  .woocommerce-order-details__title,
.woocommerce
  .custom-woo-left-wrapper
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-column__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 17px;
}

.woocommerce
  .custom-woo-left-wrapper
  .woocommerce-order-details
  .shop_table.order_details {
  background-color: #e6e8ea !important;
  border: none;
  border-radius: 10px;
}

.woocommerce
  .custom-woo-left-wrapper
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  address {
  line-height: 2;
  font-weight: 500;
  border: 1px solid #e6e8ea;
  padding: 14px 20px;
}

.woocommerce
  .custom-woo-left-wrapper
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  address
  .woocommerce-customer-details--email {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.archive .lp-courses-bar .courses-order-by-wrapper select {
  padding-right: 30px !important;
}

.archive
  .lp-list-courses-default
  .learn-press-courses
  .course
  .course-readmore
  a {
  border: 1px solid #103044;
  color: #103044;
  font-weight: 500;
}

.archive
  .lp-list-courses-default
  .learn-press-courses
  .course
  .course-readmore
  a:hover,
.archive
  .lp-list-courses-default
  .learn-press-courses
  .course:nth-child(even)
  .course-readmore
  a {
  background-color: #103044;
  color: #fff;
}

.archive
  .lp-list-courses-default
  .learn-press-courses
  .course:nth-child(even)
  .course-readmore
  a:hover {
  background-color: transparent;
  color: #103044;
}

.archive .lp-archive-courses {
  padding: 40px 0;
}

.archive .lp-list-courses-default .learn-press-courses .course:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.header-logo-wrapper a {
  display: inline-block;
  width: 280px;
}

.main-header-wrapper .row {
  align-items: center;
}

.main-header-wrapper .row .col-md-3,
.main-header-wrapper .row .col-md-9 {
  width: auto;
}

.main-header-wrapper .row .col-md-9 {
  margin-left: auto;
}

header#masthead {
  padding-bottom: 15px;
}

.learnpress-page .lp-single-course .extra-box .extra-box__title {
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 1.1;
}

/* .learnpress-page .lp-single-course .lp-single-course-main__left .extra-box ul{
  margin-left: 0;
} */
.learnpress-page
  .lp-single-course
  .lp-single-course-main__left
  .extra-box
  ul
  li {
  margin-top: 6px;
  list-style: disc;
}

.learnpress-page .course-curriculum .course-section-header {
  background-color: #e6e8ea !important;
  border: none;
}

.learnpress-page
  .course-curriculum
  .course-section-header
  .course-section__title {
  font-size: 16px;
}

.learnpress-page
  .course-curriculum
  .course-section-header
  .section-count-items {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #103044;
  color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 13px;
  flex-shrink: 0;
}

.learnpress-page .course-curriculum .course-section__items .course-item {
  border: none;
}

.learnpress-page
  .course-curriculum
  .course-section__items
  .course-item:nth-child(even) {
  background-color: rgba(230, 232, 234, 0.4);
}

.learnpress-page .lp-single-course__header .course-instructor-category {
  margin-bottom: 15px;
}

.learnpress-page .lp-instructor-info a .instructor-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px rgba(16, 48, 68, 0.4);
}

.learnpress-page .lp-instructor-info a .instructor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.learnpress-page .lp-instructor-info {
  align-items: center;
}

.learnpress-page .lp-instructor-info .instructor-item-meta span {
  margin: 0;
  padding: 0;
  border: none;
}

.learnpress-page .lp-instructor-info .instructor-item-meta {
  padding: 0 16px;
}

.learnpress-page .lp-instructor-info .instructor-item-meta:first-child {
  padding-left: 0;
}

.learnpress-page
  .lp-single-course-main__right
  .lp-single-course-main__right__inner
  .info-learning
  div {
  margin-bottom: 10px;
}

.learnpress-page
  .lp-single-course-main__right
  .lp-single-course-main__right__inner
  .course-buttons
  .lp-button {
  background-color: #103044;
  font-weight: 500;
  border: 1px solid #103044;
}

.learnpress-page
  .lp-single-course-main__right
  .lp-single-course-main__right__inner
  .course-buttons
  .lp-button:hover,
.learnpress-page .course .course-item .course-readmore a:hover {
  background-color: transparent;
  color: #103044;
  border-color: #103044;
}

.learnpress-page .course .course-item .course-readmore a {
  background-color: #103044;
  font-weight: 500;
  border: 1px solid #103044;
  color: #fff;
}

.learnpress-page
  .lp-single-course-main__right
  .lp-single-course-main__right__inner
  .course-buttons
  .lp-button:hover,
.learnpress-page .course .course-item:hover {
  box-shadow: 0px 0px 24px 0px rgba(16, 48, 68, 0.4);
}

.course-item-lp_lesson .content-item-scrollable .content-item-wrap .lp-button {
  background-color: #103044;
  font-weight: 500;
  border: 1px solid #103044;
  color: #fff;
}

.course-item-lp_lesson
  .content-item-scrollable
  .content-item-wrap
  .lp-button:hover {
  background-color: transparent;
  color: #103044;
  border-color: #103044;
}

.course-item-lp_lesson
  .popup-content
  .learn-press-comments
  .comment-form-comment
  label {
  margin-bottom: 12px;
  line-height: 1;
  font-weight: 500;
}

.learnpress-page textarea {
  resize: none;
}

.course-item-lp_lesson
  .popup-content
  .learn-press-comments
  .form-submit
  .submit {
  padding: 16px 22px;
  background: #103044 !important;
  font-weight: 500;
}

.course-item-lp_lesson .form-submit input#submit {
  padding: 16px 22px;
  background: #103044;
  font-weight: 500;
  color: #fff;
}

.course-item-lp_lesson .form-submit input#submit:hover {
  background: #3790cb;
}

.learnpress-page .course .course-item {
  height: 100%;
}

.learnpress-checkout .lp-content-area .order_details tbody tr:nth-child(even) {
  background-color: #e6e8ea;
}

.learnpress-checkout .lp-content-area .order_details tbody th,
.learnpress-checkout .lp-content-area .order_details tbody td {
  background: transparent;
  border: none !important;
}

.learnpress-checkout .lp-content-area .order_details {
  border: 1px solid #103044;
  border-radius: 10px;
}

.lp-archive-courses {
  padding: 40px 0;
}

.post-type-archive-lp_course .course-item .course-content {
  height: 100%;
  padding: 22px !important;
}

.lp-single-course .lp-single-course-main .info-metas .info-meta-left {
  font-weight: 600;
  min-width: 100px;
}

.lp-single-course .lp-single-course-main__right__inner {
  border: none;
  box-shadow: 0px 0px 24px 0px rgba(16, 48, 68, 0.4);
}

.learnpress-page
  .lp-single-course-main__right
  .lp-single-course-main__right__inner
  .info-learning
  .course-progress__line {
  height: 10px;
  border-radius: 40px;
}

.learnpress-page
  .lp-single-course-main__right
  .lp-single-course-main__right__inner
  .info-learning
  .course-progress__line
  .course-progress__line__active {
  background: #103044;
}

.learnpress-page
  .course-curriculum
  .course-section__items
  .course-item
  .course-item__status
  .course-item-ico.passed.completed {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #30ac4a;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.learnpress-page
  .course-curriculum
  .course-section__items
  .course-item
  .course-item__status
  .course-item-ico.passed.completed::before {
  color: #fff;
  font-size: 12px;
}

.learnpress-page .lp-content-area .lp-single-course-main__left .extra-box {
  margin-bottom: 24px;
}

.home .woocommerce-EditAccountForm.edit-account fieldset legend {
  margin-bottom: 16px;
}

.home
  .woocommerce-MyAccount-content
  .woocommerce-profile
  .student-bio-addition-info
  ul
  p
  strong {
  min-width: 110px;
  display: inline-block;
}

.post-type-archive-lp_course .course-item .course-content .course-readmore a {
  color: #fff !important;
  background-color: #103044 !important;
}

.post-type-archive-lp_course
  .course-item
  .course-content
  .course-readmore
  a:hover {
  color: #103044 !important;
  background: transparent !important;
}

.archive.post-type-archive-lp_course
  .lp-list-courses-default
  .learn-press-courses
  .course:nth-child(even)
  .course-readmore
  a
  .woocommerce-checkout {
  background-color: transparent;
}

.woocommerce-order-received
  .woocommerce-order
  .woocommerce-thankyou-order-received {
  font-weight: 700;
  margin-bottom: 20px;
  color: green;
}

.learn-press-courses .course-wrap-meta .meta-item {
  font-weight: 500;
  margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  padding: 0;
  display: inline-flex;
  background: #e6e8ea;
  align-items: center;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
  padding: 10px 23px;
}

.woocommerce-order-received .woocommerce-order {
  text-align: center;
}

.woocommerce-order-received .woocommerce-order .order-again .button {
  display: none;
}

/* .woocommerce-order-received .woocommerce-order .order-again .button:hover{
  background-color: transparent;
  color: #103044;
} */

.woocommerce-order-received .woocommerce-customer-details address {
  line-height: 2;
  padding: 20px;
}

.woocommerce-order-received .woocommerce-customer-details--email {
  display: flex;
  align-items: center;
  margin-top: 10px;
  line-height: 1;
}

.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-components-main
  thead
  tr
  th {
  background-color: #103044 !important;
  color: #fff;
  visibility: visible;
  padding: 10px 20px;
}

.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-components-main
  thead
  tr
  .wc-block-cart-items__header-product
  span {
  display: none;
}

.woocommerce-cart
  .wc-block-cart-items
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link {
  color: red !important;
}

.woocommerce-cart
  .wp-block-woocommerce-cart-order-summary-block
  .wc-block-cart__totals-title {
  background-color: #103044 !important;
  color: #fff !important;
  padding: 10px 20px !important;
}

.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-cart__submit-container
  a {
  padding: 14px 12px;
  background-color: #103044;
  border: 1px solid #103044;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-cart__submit-container
  a:hover {
  background-color: transparent;
  color: #103044;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout select {
  padding: 0 16px !important;
}
.wc-block-components-form
  .wc-block-components-text-input
  input:-webkit-autofill
  + label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input.is-active label,
.wc-blocks-components-select .wc-blocks-components-select__label,
.wc-blocks-components-select .wc-blocks-components-select__label {
  top: -13px !important;
  background-color: #fff;
  padding: 4px;
}

button {
  transition: all 0.3s ease-in-out;
}
.woocommerce-checkout
  .wc-block-checkout__actions_row
  .wc-block-components-button {
  background-color: #103044;
  border: none;
  color: #fff;
  border: 1px solid #103044;
  transition: all 0.3s ease-in-out;
}

.woocommerce-checkout
  .wc-block-checkout__actions_row
  .wc-block-components-button:hover {
  background-color: transparent;
  color: #103044;
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__title
  .wc-block-components-checkout-order-summary__title-text {
  font-size: 22px;
  font-weight: 600;
}
.woocommerce-checkout
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__image {
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 8px 0px rgba(16, 48, 68, 0.4);
}

.woocommerce-checkout
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__image
  img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.woocommerce-checkout
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__image
  .wc-block-components-order-summary-item__quantity {
  min-height: 22px;
  min-width: 22px;
  background-color: #103044;
  color: #fff;
  line-height: 1;
  padding: 4px;
}

.page-template-login .login-custom-content {
  padding: 40px 35px;
}

.page-template-login .xoo-ml-has-cc .select2.select2-container {
  width: 100% !important;
  margin-bottom: 20px;
}
.page-template-login .xoo-ml-has-cc .select2.select2-container .selection,
.page-template-login
  .xoo-ml-has-cc
  .select2.select2-container
  .select2-selection {
  height: 100%;
  display: block;
}

.page-template-login
  .xoo-ml-has-cc
  .select2.select2-container
  .select2-selection {
  border: 1px solid #e6e8ea;
}

.page-template-login
  .xoo-ml-has-cc
  .select2.select2-container
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.page-template-login .xoo-ml-phinput-cont label {
  font-weight: 500;
  line-height: 1 !important;
  margin-bottom: 10px;
}

.page-template-login .xoo-ml-regphin .xoo-ml-inlinver-cont .xoo-ml-phone-input {
  margin-bottom: 20px;
}

.page-template-login .login-custom-login-form .woocommerce > p {
  margin-bottom: 30px;
}

.page-template-login
  .xoo-ml-regphin
  .xoo-ml-inlinver-cont
  .xoo-ml-inline-verify {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.page-template-login
  .xoo-ml-regphin
  .xoo-ml-inline-otp-cont
  .xoo-ml-ioc-input
  input[type="tel"] {
  height: 50px;
  border-radius: 5px;
}

.page-template-login
  .xoo-ml-regphin
  .xoo-ml-inline-otp-cont
  .xoo-ml-ioc-input
  .xoo-ml-otp-submit-btn {
  padding: 14px 22px;
  display: inline-block;
  background-color: #103044;
  min-width: 180px;
  color: #fff;
  border-radius: 5px;
  margin: 20px 0;
  cursor: pointer;
  text-align: center;
  border: 1px solid #103044;
  transition: all 0.3s ease-in-out;
}

.page-template-login
  .xoo-ml-regphin
  .xoo-ml-inline-otp-cont
  .xoo-ml-ioc-input
  .xoo-ml-otp-submit-btn:hover {
  background-color: #fff;
  color: #103044;
}
.page-template-login .xoo-ml-has-cc .xoo-ml-otp-resend {
  margin-bottom: 8px;
}

.page-template-login .back-to-login {
  font-weight: 500;
  margin-top: 10px;
}

/* .page-template-login .iti--inline-dropdown .iti__tel-input {
  padding-left: 75px !important;
} */

.page-template-login .gform-body.gform_body .gform_fields select {
  height: 50px;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 14px;
  margin-block-start: 8px !important;
  padding: 0 !important;
}

.course-item-lp_quiz .content-item-summary .quiz-title {
  text-align: center;
}

.course-item-lp_quiz .content-item-summary .button-left .lp-button {
  padding: 14px 22px;
  background-color: #103044;
  color: #fff;
  font-weight: 500;
  border: 1px solid #103044;
}

.course-item-lp_quiz .content-item-summary .button-left .lp-button:hover {
  background-color: transparent;
  color: #103044;
}

.course-item-lp_quiz .content-item-summary .quiz-attempts table thead tr th {
  background-color: #103044;
  color: #fff;
}

.course-item-lp_quiz.learnpress table tbody tr:nth-child(even) td,
.learnpress table tfoot tr:nth-child(even) td {
  background: #e6e8ea;
}
.course-item-lp_quiz .quiz-status > div {
  background-color: #103044;
}
.course-item-lp_quiz .quiz-status .questions-index,
.course-item-lp_quiz .quiz-status .questions-index span {
  color: #ffff;
}

.course-item-lp_quiz .quiz-status .countdown {
  color: #fff;
}
.course-item-lp_quiz .answer-option .option-title {
  padding: 18px 10px 18px 60px !important;
  min-height: 70px;
  align-items: center;
  border: none !important;
  background: #e6e8ea;
}
.course-item-lp_quiz .answer-options .answer-option input[type="radio"] {
  width: 22px;
  min-width: 22px;
  height: 22px;
}
.answer-options .answer-option input[type="radio"]:checked::after {
  background: #103044 !important;
}

.course-item-lp_quiz .question-title {
  font-weight: 600 !important;
  font-size: 22px !important;
}

.lp-sidebar-toggle__open #content-item-quiz .quiz-status .lp-button:hover {
  background: #30ac4a;
}
/* end 09-05-25*/

/* 12-05-2025 M.M Css Start */
.login-custom-wrapper .row {
  box-shadow: rgba(0, 0, 0, 0.04) 14px 12px 42px 90px;
  border-radius: 30px;
  overflow: hidden;
}
.page-template-login .woocommerce form .form-row {
  margin: 0 0 20px;
}
.page-template-login .login-custom-wrapper .woocommerce-form-login {
  margin: 30px 0 0 !important;
}
.page-template-login .gravity-theme.ui-datepicker .ui-datepicker-title {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  justify-content: center;
}
.page-template-login
  .gravity-theme.ui-datepicker
  .ui-datepicker-header
  select.ui-datepicker-year,
.page-template-login
  .gravity-theme.ui-datepicker
  .ui-datepicker-header
  select.ui-datepicker-month {
  width: auto !important;
}
.login-custom-signup-form .gform_confirmation_wrapper .gform_confirmation_message > img {
  width: 50px;
  margin-bottom: 14px;
}
.login-custom-signup-form .gform_confirmation_wrapper .gform_confirmation_message > h2 {
  margin: 0 0 5px 0;
}
#content.widecolumn > h2 {
  line-height: 1.2;
}
.woocommerce-ResetPassword.lost_reset_password,
#content.widecolumn {
  max-width: 640px;
  margin: 50px auto 30px;
  text-align: center;
  background: #fff;
  padding: 30px 20px;
  border-radius: 30px;
  box-shadow: rgba(0,0,0, 0.04) 0 52px 248px 30px;
  width: 100%;
}

#signup-welcome p {
  margin-bottom: 12px;
}

#signup-welcome p.view {
  padding-top: 10px;
}
.woocommerce-ResetPassword.lost_reset_password .form-row-first,
.woocommerce-ResetPassword.lost_reset_password .form-row-last  {
  width: 100%;
}

.woocommerce-ResetPassword.lost_reset_password > p:first-child{
  font-weight: 700;
  margin-bottom: 12px;
}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row > label {
  text-align: left;
  margin-bottom: 5px;
}
.learn-press-courses .course {
  margin: 0 0 0 0 !important;
}
.learn-press-courses[data-layout=grid] .course-content, .learn-press-courses.lp-courses-related .course-content {
  display: flex;
  flex-direction: column;
}
.learn-press-courses .course-wrap-meta {
  flex-grow: 1;
}
.learn-press-courses {
  margin: -16px -16px !important;
}
.learn-press-courses[data-layout=grid] .course, .learn-press-courses.lp-courses-related .course {
  padding: 16px 16px !important;
}
.learn-press-courses .course-thumbnail a,
.learn-press-courses[data-layout=list] .course-thumbnail {
  height: 100%;
}
.lp-course-curriculum .course-section .course-item__status .course-item-ico.failed {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(240, 36, 37, 0.188);
}
/* 12-05-2025 M.M Css End */

/*------ Responsive Css ------*/

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1199px) {
  .logged-in.woocommerce-account
    .woocommerce
    nav.woocommerce-MyAccount-navigation
    ul
    > li:not(:last-of-type)
    > a,
  .logged-in.woocommerce-account
    .woocommerce
    nav.woocommerce-MyAccount-navigation
    ul
    > li
    > a {
    font-size: 15px;
  }

  .header-logo-wrapper a {
    width: 230px;
  }
}

@media only screen and (max-width: 991px) {
  /* .logged-in.woocommerce-account .woocommerce {
    margin: 100px 0 0;
  } */

  .logged-in.woocommerce-account
    .woocommerce
    nav.woocommerce-MyAccount-navigation {
    float: left;
  }

  .logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: calc(68% - 15px);
    float: right;
  }

  .home .dashboard-top-content-wrapper .row .col-md-3 {
    width: 36%;
  }

  .home .dashboard-top-content-wrapper .row .col-md-9 {
    width: 64%;
  }

  .logged-in.woocommerce-account
    .woocommerce
    nav.woocommerce-MyAccount-navigation {
    width: calc(29.888% - 15px);
  }

  .logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: calc(72% - 15px);
  }

  .home
    .woocommerce-EditAccountForm.edit-account
    .form-row.form-row-wide
    label {
    margin-bottom: 12px;
  }

  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select {
    height: 44px;
  }

  .dashboard-top-content-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .logged-in.woocommerce-account .woocommerce {
    border-radius: 20px;
  }

  .footer-logo-area a {
    width: 180px;
  }

  .footer-copyright-area {
    padding: 14px 0;
  }

  .footer-copyright-area p {
    font-size: 14px;
  }

  .logged-in.woocommerce-account .woocommerce .dh-about-us-info > h2 {
    font-size: 20px;
  }

  .header-logo-wrapper a {
    width: 160px;
  }

  .home .dashboard-top-content-wrapper .row .col-md-3 {
    width: 100%;
  }

  .home .dashboard-top-content-wrapper .row .col-md-9 {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    width: 190px;
    padding: 0;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    background-color: var(--white-color);
  }

  .woocommerce-account .dashboard-top-content-wrapper .dh-about-us-info {
    padding-left: 24px !important;
  }

  .woocommerce-account .custom-woo-left-wrapper .woocommerce-MyAccount-content {
    width: 100% !important;
    padding: 40px 20px !important;
  }
  /* 12-05-2025 M.M Css Start */
  .login-custom-wrapper .woo-login-rememberme-custom {
    flex-direction: column;
    align-items: flex-start;
  }
  .login-custom-wrapper .xoo-ml-or {
    margin: 0 0px 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-bottom: 10px;
  width: 100%;
}
.login-custom-wrapper .woocommerce-form-login__submit,
.login-custom-wrapper .xoo-ml-open-lwo-btn {
  width: 100%;
  display: block;
}
.learn-press-courses {
  justify-content: center;
}
  /* 12-05-2025 M.M Css End */

}

@media only screen and (max-width: 767px) {
  .logged-in.woocommerce-account .woocommerce .dh-profile-wrapper,
  .logged-in.woocommerce-account
    .woocommerce
    .dashboard-top-content-wrapper
    .dh-profile-name {
    height: auto;
  }

  .logged-in.woocommerce-account .woocommerce .dh-about-us-info,
  .logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding: 30px 20px;
  }

  .logged-in.woocommerce-account
    .woocommerce
    nav.woocommerce-MyAccount-navigation,
  .logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }

  .logged-in.woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-content
    .user-dashboard-layout
    + div {
    border-radius: 15px !important;
  }

  .logged-in.woocommerce-account
    .woocommerce
    nav.woocommerce-MyAccount-navigation
    ul
    > li
    > a {
    padding: 15px 20px;
  }
  /* 12-05-2025 M.M Css Start */
  .woocommerce-ResetPassword.lost_reset_password,
  #content.widecolumn {
    max-width: 70%;
    padding: 25px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
#content.widecolumn h2 {
  font-size: 28px;
}
.login-custom-wrapper {
  padding: 50px 0;
}
.login-custom-wrapper {
  height: auto;
  padding: 30px 0;
}
h2, .h2-title {
  font-size: 32px;
}
.footer-area{
  flex-direction: column;
  align-items: center;
}
.footer-logo-area {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
}

@media only screen and (max-width: 640px) {
  .page-template-login
  .gravity-theme.ui-datepicker
  .ui-datepicker-header
  select.ui-datepicker-year, .page-template-login
  .gravity-theme.ui-datepicker
  .ui-datepicker-header
  select.ui-datepicker-month {
    width: 100% !important;
}
#content.widecolumn {
  max-width: 90%;
}
.page-template-login .login-custom-content {
  padding: 40px 15px;
}
.login-custom-wrapper .row {
  border-radius: 20px;
}
.woocommerce-ResetPassword.lost_reset_password,
#content.widecolumn {
  max-width: 90%;
}
#signup-welcome p {
  font-size: 14px;
}
#content.widecolumn h2 {
  font-size: 20px;
}
.login-custom-signup-form .gform_confirmation_wrapper .gform_confirmation_message > h2 {
  font-size: 32px;
}
.login-custom-signup-form .gform_confirmation_wrapper .gform_confirmation_message > img {
  width: 40px;
  margin-bottom: 10px;
}
.login-custom-signup-form .gform_confirmation_wrapper .gform_confirmation_message > h3{
  font-size: 16px;
}
h2, .h2-title {
  font-size: 28px;
}

}

@media only screen and (max-width:575px) {
  h2, .h2-title {
    font-size: 26px;
  }
  
  .login-custom-wrapper .container {
    width: calc(100% - 30px);
  }
  .login-custom-side-logo {
    margin-bottom: 30px;
}
}

@media only screen and (max-width:479px) {
  .logged-in.woocommerce-account .woocommerce .dh-about-us-info > ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .logged-in.woocommerce-account .woocommerce .dh-about-us-info > ul > li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 24px !important;
}

}
