#loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	display: none;
	align-items: center;
	justify-content: center;
}
.reg-form-control span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.spin-loader {
	width: 50px;
	height: 50px;
	border: 6px solid #cee4ff;
	border-top: 6px solid #0F68D2;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
#multiStepWrapper {
	margin-top: 112px;
}
.agency-main-content #multiStepWrapper {
	margin-top: 50px;
}
.registration-wrapper {
	display: flex;
	box-shadow: 0px 0px 10px 1px #eee;
	border-radius: 10px;
	gap: 50px;
	padding: 40px 20px;
	position: relative;
}
.reg-form-control input.input-field[name="name"] {
    text-transform: capitalize;
}
.reg-form-control select.error ~ .select2 span.select2-selection.select2-selection--single {
    border-color: red;
}
input.input-field.error {
    border-color: red;
}
.step-header {
	align-items: center;
	background: #E8EFFF;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.step-header::before {
	content: "";
	left: 27px;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ccc;
	z-index: 0;
}
.step-tab {
	padding: 20px 15px;
	display: flex;
	gap: 10px;
	flex-grow: 1;
	align-items: center;
	position: relative;
}
.step-tab.active .step-label {
	color: #0F68D2;
	font-weight: bold;
}
.step-tab-inner {
	display: flex;
	background: #E8EFFF;
	position: relative;
	z-index: 11;
	padding: 0 20px;
	gap: 10px;
}
.step-tab.active::before {
	content: "";
	position: absolute;
	width: 115px;
	height: 8px;
	background: linear-gradient(90deg, #0F68D2 0%, #1F2E9A 100%);
	border-radius: 100px;
	right: -14px;
}

.step-tab.completed::before {
	content: "";
	position: absolute;
	width: 115px;
	height: 8px;
	background: linear-gradient(90deg, #0F68D2 0%, #1F2E9A 100%);
	border-radius: 100px;
	right: -14px;
}

.reg-form-control label.inner-column input[type="radio"] {
    width: auto;
}
.form-step-content ul li {
    background: no-repeat;
}
.reg-form-control label.d-flex {
    display: flex;
    align-items:center;
    justify-content: space-between;
}
a.forgot-password-toggle {
    font-size: 14px;
    color: #1F2E9A;
    font-style: italic;
}
.success_message p {
    background: green;
    color: #fff;
    padding: 0px;
    margin-top: 10px;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
}
span.step-count {
	border-radius: 6px;
	width: 25px;
	height: 25px;
	background: #ccc;
	color: #747582;
	display: flex;
	margin:0;
	font-size: 12px;
	align-items: center;
	justify-content: center;
	position: relative;
}
.step-tab.active span.step-count {
	background: linear-gradient(90deg, #0F68D2 0%, #1F2E9A 100%);
	color: #fff;
}
.step-tab .step-label {
	font-size: 16px;
	margin: 0;
}
.form-step-content {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.reg_form-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.reg-form-control {
	width: 48%;
}
.reg-form-control.form-full-width {
	width: 100%;
}
.reg-form-control .input-field, .reg-form-control select {
	width: 100%;
	font-size: 16px;
	padding: 6px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 10px;
}
.reg-form-control label {
	display: block;
	font-size: 16px;
	width: 100%;
}
.reg-form-control label span.required {
	color: red;
	display: inline-block;
	font-size: 18px;
}
.reg-form-control span {
	color: #747582;
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}
.form-actions {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}
.reg-form {
	flex: 1;
}
.step-indicator {
	font-size: 14px;
	color: #747582;
}
.step-title p {
	color: #747582;
}
.button-steps {
	display: flex;
	gap: 20px;
}
a.button.back-button {
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 0px 0px #ccc;
	width: 150px;
	justify-content: center;
}
.button-steps button.button {
	width: 150px;
	justify-content: center;
}
.button svg path {
	stroke-width: 1.3px;
}
.step-title p img {
	width: 16px;
	margin-left: 3px;
}
.skils-grid ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.skils-grid ul li {
	border: 1px solid #ccc;
	display: flex;
	width: 23%;
	min-height: 65px;
	padding: 8px 10px;
	gap: 7px;
	align-items: start;
}
.skils-grid ul li label {
	font-size: 14px;
}
.skils-grid ul li input {
	width: 20px;
	height: 20px;
	position: relative;
}

/**
 * Card design for the user.
 */
.steps-prereview-wrapper {
	border: 1px solid #D1D1D1;
	border-radius: 35px;
	overflow: hidden;
	padding: 18px 20px;
	margin-bottom: 20px;
}
.user-card-item {
	display: flex;
	gap: 30px;
}
.user-card-img {
	width: 150px;
	border-radius: 35px;
	overflow: hidden;
}
.user-image {
	width: 100%;
	height: 170px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.user-image span {
	align-items: center;
	background: #0062FF;
	left: 0;
	bottom: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
	display: flex;
	justify-content: center;
	gap: 6px;
	padding: 6px 0;
	position: absolute;
	width: 100%;
}
.user-card-content {
	flex: 1;
}
.user-card-title {
	align-items: center;
	display: flex;
	gap: 32px;
	margin-bottom: 18px;
}
.user-card-title h4 {
	font-size: 20px;
	margin: 0;
	position: relative;
	text-transform: capitalize;
}
.user-card-title h4::after {
	background: rgb(0 0 0 / 50%);
	border-radius: 100%;
	content: "";
	height: 7px;
	position: absolute;
	right: -20px;
	top: 10px;
	width: 7px;
}
.user-card-title p {
	color: rgb(0 0 0 / 50%);
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
}
.user_availabilty ul {
	display: flex;
	gap: 15px;
	justify-content: space-between;
}
.user_availabilty ul a {
	border: 1px solid rgb(0 0 0 / 50%);
	padding: 6px 10px;
	border-radius: 100px;
	font-size: 14px;
	display: flex;
	gap: 6px;
	align-items: center;
}
.user_availabilty {
	margin-bottom: 25px;
}
.user-tagline p {
	font-size: 14px;
}
.user-tagline p svg {
	margin-right: 5px;
}
.tools-platforms {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.skils-item img {
	width: 23px;
}
.skils-item span {
	margin: 0;
	font-size: 14px;
}
.skils-item {
	display: flex;
	gap: 6px;
	align-items: center;
}
.user-tagline {
	margin-bottom: 25px;
}
.input-error {
	border-color: red !important;
	outline: none;
}
button.btn.btn-secondary {
    background: #0062FF;
    color: #fff;
    padding: 10px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
}
button.btn.btn-secondary:hover,button.btn.btn-secondary:focus {
    background: #fff;
    color: #0062FF;
    border: 1px solid #0062FF;
}


.popup-model {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-model-body {
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    text-align: center;
}

.user-type-option {
    display: block;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
}

.user-type-option input {
    margin-right: 8px;
}

.popup-actions {
    margin-top: 15px;
}

/* Kaveri css start */
.confirmation-modal .popup-model-body {
    max-width: 750px;
	padding: 40px;
	position: relative;
}.popup-model-body h3 {
    font-size: 32px;
    color: #14183E;
    font-weight: bold;
}.popup-model-body .confirm-p {
    color: #747582;
    font-size: 18px;
    font-weight: 500;
}.confirmation-modal ul {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 40px 0px;
    flex-wrap: wrap;
}.copy-link {
    border: 1px solid #ccc;
    padding: 10px 30px;
    border-radius: 50px;
}.nailed_box {
    background: #E8EFFF;
    padding: 32px;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.nailed_box h3 {
    color: #064686;
    font-size: 24px;
    font-weight: 500;
}.mt-32{
	margin-top: 32px;;
}.mt-18{
	margin-top: 18px;;
}.mt-8{
	margin-top: 8px;;
}.seo-analyst-icon {
    position: absolute;
    left: 0px;
    top: 0px;
}.seo-analyst-icon {
    position: absolute;
    left: -135px;
    top: -60px;
}
/* Kaveri css end */

.step-tab-inner img.step-check {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    border-radius: 100%;
}

.select2-container--default .select2-selection--single {
    padding: 7px 10px;
    height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2F2A2A;
    line-height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 1px;
    width: 20px;
    margin: 0;
}
#login-message {
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}
#login-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
#login-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.error-message {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}
.info-message {
    background: #def5cd;
    color: #272727;
    font-size: 14px;
}
button#resend-otp {
    background: none;
    border: none;
    font-size: 14px;
    color: #1e40af;
    cursor: pointer;
}

@media only screen and (ma-width:1024px) {
    .reg-left {
        display: none;
    }
    span.step-label {
        display: none;
    }
    .reg-form-control {
        width: 100%;
    }
    .step-tab.completed::before {
        left: 80px;
    }
}
.mandatory_field {
    justify-content: normal !important;
}.red-color {
    color: red !important;
    font-size: 18px !important;
}