:root {
	overflow-x: hidden;
}
.myuplinemanager small span {
	background: #e22a4d;
	color: #fff;
	border-radius: 100px;
	padding: 4px 15px;
	font-size: 12px;
	font-weight: 700;
}
.editprofilepage .form-control-plaintext {
	font-weight: 700;
}
.cs-ul-wrapper .sub-menu {
	position: absolute;
	display: none;
}
#cs-navigation .cs-ul {
	flex-flow: wrap;
}
.topnav-wrap a {
	color: #f3f3f3;
}

.cs-user-menu {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    position: relative;
}
		
.cs-user-menu .dropdown-toggle {
    background: none;
    border: none;
    color: #333;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#userDropdown img {
	object-fit: cover;
}
.cs-user-menu .dropdown-menu {
    right: 0;
    left: auto;
}
#cs-navigation .cs-button-solid {
	line-height: inherit;
	padding: 10px 24px;
	min-width: auto;
	border-radius: 0;
}
@media (max-width: 1199px) {
		.cs-user-menu > a span {
			display: none;
		}
}
@media (max-width: 991px) {
  #cs-navigation .cs-button-solid {
    display: block;
  }
}
@media (max-width: 768px) {
  .hero-wrap .hero-buttons {
	flex-direction: column;
  }
	.hero-section {
		height: auto;
	}
}
/** Registration **/
#password-strength-bar {
    transition: width 0.3s;
}
.tfpcustomregistrationform input[readonly] {
    background-color: #e9ecef;
    cursor: not-allowed;
}
.step-tracker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    z-index: 1;
}
.step .circle {
    width: 40px;
    height: 40px;
    background: #dee2e6;
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    transition: all 0.3s;
}
.step.active .circle {
    background: #0d6efd;
    color: #fff;
}
.step.completed .circle {
    background: #198754;
    color: #fff;
}
.step .label {
    margin-top: 0.5rem;
    font-size: 0.875rem;
}
.step-tracker .line {
    height: 3px;
    background: #dee2e6;
    position: absolute;
    top: 20px;
    left: 15%;
    width: 70%;
    z-index: 0;
}
.step.completed .label {
    color: #198754;
}
.is-invalid {
    border-color: #dc3545 !important;
}
.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.btn {
	white-space: nowrap;
}

.manager-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #ccc;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




/* Style for submenus */
/* Base styles */
/* All dropdown-menus positioned absolute */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12rem;
    padding: 0 0!important;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}


.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
}

/* Show submenu on hover */
.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Ensure nav container doesn’t clip */
.cs-ul-wrapper,
.cs-ul {
    position: relative;
    z-index: 9999;
}
.cs-nav {
    position: relative;
    overflow: visible;
    z-index: 1000;
}


.mainregistration-container .step {
    align-items: flex-start;
}
.membership-registration-form .form-group {
    position: relative;
   
}
.membership-registration-container .form-control {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    color: #606060;
    text-transform: none;
    border: 2px solid #E5E5E5;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    height: 48px;
    margin-bottom: 24px;
    padding: 0 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.cs-ul-wrapper .dropdown-toggle::after {
    content: none;
}

.cs-ul-wrapper .dropdown-menu .dropdown-submenu {
    width: 280px;
   
   
}
.cs-ul-wrapper .dropdown-menu .dropdown-submenu > a {
    white-space: wrap;
    text-decoration: none;
}
.cs-ul-wrapper .dropdown-menu .dropdown-submenu > a .fa-chevron-right {
    padding-left: 20px;
}


.cs-ul-wrapper .fa-chevron-down {
    margin-left: 5px!important;
    font-size: 12px;
}