/* Font Family */
@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-face {
    font-family: 'MyCustomFont';
    src: url('../fonts/AdobeClean-Medium.otf');
}

/* Font Family */

/*Authentication pages */
#signin-section {
    background-color: #8F2EFB;
}

#signin-section * {
    font-family: "Poppins", serif;
}

.backto-dashboard {
    display: block;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease-in-out;
}

.backto-dashboard:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

body {
    background: rgba(0, 0, 0, .5);
    background-image: url('../../theme/media/auth/signupbg.png');
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
}

/*Authentication pages */
/* SignUp Page */
/* #signup-section {
    background: rgba(0, 0, 0, .5);
    background-image: url('../../theme/media/auth/signupbg.png');
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
} */

#signup-section .signup-form {
    background: #ffff;
    border-radius: 30px;
    padding: 40px 50px 40px 50px;
    box-shadow: 0px 4px 20px 10px rgba(237, 237, 237, 0.25);

}

#signup-section * {
    font-family: "Poppins", serif;
}

#signup-section form .custome-ancortag {
    padding: 18px;
    border-radius: 100%;
}

/* SignUp Page */
/* forgetpass page */
#forgetpage-section {
    background-color: #8F2EFB;
}

#forgetpage-section .forget-form {
    background: #ffff;
    border-radius: 30px;
}

#forgetpage-section * {
    font-family: "Poppins", serif;
}

/* forgetpass page */
/* Login New css Satrt */

.loginwrap .side-avt {
    background-color: #EEEEEE;
    height: 100%;
    background-image: url("../theme/media/logos/loginavatar.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px 0px 0px 30px;
}

.loginwrap .credentials {
    padding: 20px 50px 20px 50px;
}

.loginwrap .text-gray-custome {
    color: #444444;
    font-size: 14px;
}

.loginwrap .text-gray-label {
    color: #444444;
    font-size: 16px;
}

.signup-wrap .text-gray-label {
    color: #444444;
    font-size: 16px;
}

.loginwrap .signin-head {
    color: #181818;
    font-size: 24px;
}

.signup-wrap .signin-head {
    color: #181818;
    font-size: 24px;
}

.loginwrap .masterlead-title {
    font-size: 24px;
}

.signup-wrap .masterlead-title {
    font-size: 24px;
}

.loginwrap .content-header .Logo {
    width: 113px;
    height: 113px;
}

.loginwrap .content-header .Logo img {
    width: 100%;
    height: 100%;
}

.signup-wrap .content-header .Logo {
    width: 113px;
    height: 113px;
}

.signup-wrap .content-header .Logo img {
    width: 100%;
    height: 100%;
}

.loginwrap .credentials {
    border-radius: 0px 30px 30px 0px;
}

.loginwrap .credentials .sign-uplink:hover {
    color: unset;
}

/* .loginwrap .cutome-container {
    padding: 50px 0px 50px 0px;
} */

.signup-wrap .cutome-container {
    padding: 50px 0px 50px 0px;
}

/* packages */
.step-23 .partnership-card {
    transition: transform .3s cubic-bezier(0, 0, 0.5, 1);
}

.step-23 .partnership-card:hover {
    transform: scale(1.0161290323);
}

/* packages */

@media(min-width:320px) and (max-width:991px) {
    .loginwrap .display-mbnone {
        display: none;
    }

    .loginwrap .credentials {
        border-radius: 30px;
    }

    #signup-section .signup-form {
        padding: 20px;
    }

    .loginwrap .credentials {
        padding: 20px;
    }
}

@media(min-width:320px) and (max-width:576px) {
    .pcr-app {
        top: 400.639px !important;
    }
}

/* Login New css End */
/* register page css start */
.registercomp-wrap .bg-gradient-purple {
    background: radial-gradient(circle, rgb(155, 93, 229) 0%, rgb(105, 48, 195) 50%, rgb(0, 0, 0) 100%),
        radial-gradient(circle at left top, rgb(0, 0, 0) 0%, transparent 50%) 0% 0% / 80% 80%,
        radial-gradient(circle at right top, rgb(0, 0, 0) 0%, transparent 50%) 0% 0% / 80% 80%;
    background-blend-mode: normal, normal, normal;
}

.registercomp-wrap .radial-overlay {
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
}

.registercomp-wrap .btn-purple-gradient {
    background-image: linear-gradient(to right, #9333ea, #4f46e5);
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 10px;
}

.registercomp-wrap .btn-purple-gradient i {
    font-weight: 700;
    font-size: 13px;
}

.registercomp-wrap .btn-purple-gradient:hover {
    background-image: linear-gradient(to right, #8a4bd0, #5927af);
    color: #fff;
}

.registercomp-wrap .btn-purple-gradient:active {
    color: #fff !important;
}

.registercomp-wrap .btn-outline-secondary {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    border-color: hsl(214.3 31.8% 91.4%);
    color: #000;
}

.registercomp-wrap .btn-outline-secondary i {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.registercomp-wrap .btn-outline-secondary:hover {
    background: transparent;
    color: #000;
    border-color: hsl(214.3 31.8% 91.4%);
}

.registercomp-wrap .btn-outline-secondary:active {
    background: transparent !important;
    color: #000 !important;
    border-color: hsl(214.3 31.8% 91.4%) !important;
}

.registercomp-wrap .text-purple {
    color: rgb(147 51 234 / 1);
}

.registercomp-wrap .progress-step {
    height: 8px;
    border-radius: 99px;
    transition: all 0.3s;
}

.registercomp-wrap .progress-step.active {
    background-color: #9b5de5;
    width: 48px;
}

.registercomp-wrap .progress-step.inactive {
    background-color: #e2e8f0;
    width: 32px;
}

.registercomp-wrap .form-step {
    display: none;
}

.registercomp-wrap .form-step.active {
    display: block;
}

.registercomp-wrap .progress-step {
    width: 50px;
    height: 6px;
    border-radius: 3px;
    background-color: #e9ecef;
}

.registercomp-wrap .signup-from-wrapper form input {
    font-size: .875rem;
    line-height: 1.25rem;
    border-color: hsl(214.3 31.8% 91.4%);
}

.registercomp-wrap .signup-from-wrapper form input:focus-visible {
    box-shadow: 0 0 0 2px rgb(168 85 247 / 1);
}

.registercomp-wrap .signup-from-wrapper form label {
    color: rgba(33, 37, 41, 0.75);
    font-weight: 500;
    font-size: .875rem;
}

.registercomp-wrap .signup-from-wrapper form input:focus {
    box-shadow: 0 0 0 2px rgb(168 85 247 / 1);
    border-color: hsl(214.3 31.8% 91.4%);
}

.registercomp-wrap .signup-from-wrapper form input::placeholder {
    color: #9ca3af !important;
}

.registercomp-wrap .signup-from-wrapper form select {
    font-size: .875rem;
    line-height: 1.25rem;
}

.registercomp-wrap .signup-from-wrapper form input::placeholder {
    color: #000;
}

.registercomp-wrap .signup-from-wrapper .onboard-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
}

.registercomp-wrap .signup-from-wrapper .text-muted {
    color: rgba(33, 37, 41, 0.75);
}

.registercomp-wrap .signup-from-wrapper .form-check-input:checked {
    background-color: #8b5cf6 !important;
    border-color: #8b5cf6 !important;
}

.registercomp-wrap .signup-from-wrapper .alreday-account {
    font-size: .875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99 / 1);
}

.registercomp-wrap .signup-from-wrapper .term-condition {
    text-decoration: none;
}

.registercomp-wrap .signup-from-wrapper .term-condition:hover {
    text-decoration: underline;
}

/* footer .text-light-emphasis {
    color: rgb(209 213 219 / 1) !important;
}

.social-icons svg {
    color: rgb(156 163 175 / 1);
} */

.registercomp-wrap .backto-dashboard {
    display: block;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease-in-out;
}

.registercomp-wrap .backto-dashboard:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.registercomp-wrap .back-btn-wrap {
    padding-top: 1.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.registercomp-wrap footer.relative {
    position: relative;
}

.registercomp-wrap footer.overflow-hidden {
    overflow: hidden;
}

.registercomp-wrap footer .absolute {
    position: absolute;
}

.registercomp-wrap footer .inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.registercomp-wrap footer .-z-10 {
    z-index: -10;
}

.registercomp-wrap footer .absolute.inset-0.-z-10 {
    background: radial-gradient(circle, rgb(155, 93, 229) 0%, rgb(105, 48, 195) 50%, rgb(0, 0, 0) 100%) 0% 0% / 100% 100%,
        radial-gradient(circle at left top, rgb(0, 0, 0) 0%, transparent 50%) 0% 0% / 80% 80%,
        radial-gradient(circle at right top, rgb(0, 0, 0) 0%, transparent 50%) 0% 0% / 80% 80%;
    background-blend-mode: normal, normal, normal;
}

.registercomp-wrap footer .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.registercomp-wrap footer .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.registercomp-wrap footer .pt-16 {
    padding-top: 4rem;
}

.registercomp-wrap footer .pb-8 {
    padding-bottom: 2rem;
}

.registercomp-wrap footer .relative {
    position: relative;
}

.registercomp-wrap footer .grid {
    display: grid;
}

.registercomp-wrap footer .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.registercomp-wrap footer .gap-8 {
    gap: 2rem;
}

.registercomp-wrap footer .mb-8 {
    margin-bottom: 2rem;
}

.registercomp-wrap footer .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.registercomp-wrap footer .font-semibold {
    font-weight: 600;
}

.registercomp-wrap footer .text-white {
    color: rgb(255, 255, 255);
}

.registercomp-wrap footer .text-gray-300 {
    color: rgb(209, 213, 219);
}

.registercomp-wrap footer .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.registercomp-wrap footer .h-20 {
    height: 5rem;
}

.registercomp-wrap footer .mb-4 {
    margin-bottom: 1rem;
}

.registercomp-wrap footer .h-5,
.registercomp-wrap footer .w-5 {
    height: 1.25rem;
    width: 1.25rem;
}

.registercomp-wrap footer .flex {
    display: flex;
}

.registercomp-wrap footer .items-center {
    align-items: center;
}

.registercomp-wrap footer .gap-3 {
    gap: 0.75rem;
}

.registercomp-wrap footer a,
.registercomp-wrap footer button {
    color: inherit;
    text-decoration: none;
}

.registercomp-wrap footer .transition-colors {
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.registercomp-wrap footer .hover\:text-white:hover {
    color: rgb(255, 255, 255);
}

.registercomp-wrap footer .space-y-2>*+* {
    margin-top: 0.5rem;
}

.registercomp-wrap footer ul {
    list-style-type: none;
    padding-left: 0px;
}

.registercomp-wrap footer .text-left {
    text-align: left;
}

.registercomp-wrap footer .text-center {
    text-align: center;
}

.registercomp-wrap footer .border-t {
    border-top-width: 1px;
}

.registercomp-wrap footer .border-white\/10 {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
}

.registercomp-wrap footer .pt-8 {
    padding-top: 2rem;
}

.registercomp-wrap footer .mt-8 {
    margin-top: 2rem;
}

.registercomp-wrap .password-field {
    position: relative;
}

.registercomp-wrap .password-toggle {
    position: absolute;
    right: 10px;
    top: 67%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
}

.registercomp-wrap .password-toggle i {
    color: #9ea5aa;
}

.registercomp-wrap .error-msg {
    display: none;
}

@media (min-width: 768px) {
    .registercomp-wrap footer .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.registercomp-wrap footer button {
    background: transparent;
    border: none;
    font-size: inherit;
    cursor: pointer;
    font-family: inherit;
    padding: 0;
}

.registercomp-wrap footer ul li::before {
    content: "•";
    color: white;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.registercomp-wrap footer .flex li::before {
    display: none;
}

.registercomp-wrap footer ul li::before {
    display: none;
}

.text-danger-600 {
    color: #f8285a !important;
}

/* onboarding popup end */