.ccpickerInputWrapper {
    padding: 12px 14px 12px 14px;
    border-radius: 10px;
    border: 1px solid #888888;
    position: relative;
    margin-bottom: 17px;
}

.ccpickerInputWrapper #phone_number {
    background: none;
    border: none;
    width: 300px;
    padding-right: 0px !important;
}

.ccpickerInputWrapper #phone_number:focus {
    outline: none;
}

.step-number {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #999999 !important;
    color: white !important;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.step-number.active {
    background-color: #333333 !important;
    color: white !important;
}

.step-line {
    width: 100px;
    height: 2px;
    background-color: #e5e7eb;
}

#step1 {
    margin: auto;
    width: 100%;
    max-width: 550px;
}

#step2 {
    width: 100%;
    margin: auto;
    max-width: 570px;
}

@media (max-width: 580px) {
    .step-line {
        width: 90px;
    }
}

.step-line.active {
    background-color: #333333;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.user-type-option {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.user-type-option:hover {
    border-color: #1a56db;
    background-color: #f8fafc;
}

.user-type-option.selected {
    border-color: #1a56db;
    background-color: #f0f7ff;
}

.registerLogo p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}

.registerLogo h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
}

.AuthInputsWrapper label {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.AuthInputsWrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 6px 0px;
}

.first-step-button {
    background-color: #414b70;
    padding: 12px;
    gap: 0px;
    border: 0px solid transparent !important;
    color: white;
    font-size: 16px;
    font-weight: 300;
    /* line-height: 33px; */
    border-radius: 13px;
    opacity: 0px;
    margin: 10px auto;
}

.first-step-button:hover {
    background-color: #414b70 !important;
    color: white !important;
    border: transparent !important;
}

button.active {
    background-color: #007bff;
    /* Change to your preferred color */
    border-color: #007bff;
}

button:disabled {
    background-color: #cfd2db !important;
    border: none !important;
    cursor: not-allowed;
}

.AuthInputsWrapper input {
    background-color: transparent !important;
    border: 1px solid #acacac;
}

@media (min-width: 991px) {
    .back-button-custom {
        top: 70px;
        left: -30px;
        padding: 12px;
        padding-left: 10px;
        width: 49px !important;
        background: #dedede;
        border-radius: 44px;
        font-size: 25px;
    }
}

.back-button-custom {
    top: 53px;
    left: -30px;
    padding: 12px;
    padding-left: 10px;
    width: 40px !important;
    background: #dedede;
    border-radius: 44px;
    font-size: 13px;
}

.back-button-custom:hover {
    background: #dedede !important;
}

.AuthInputsWrapperDropDown select {
    width: 100%;
    height: 55px;
    padding: 11px;
    background: transparent;
    color: #000000;
    border-radius: 10px;
    border: 1px solid #acacac;
}

.next-button-custom {
    background-color: #414b70;
    padding: 12px;
    gap: 0px;
    color: white;
    font-size: 16px;
    font-weight: 300;
    border-radius: 13px;
    opacity: 0px;
    margin: 10px auto;
}

.next-button-custom:hover {
    background-color: #414b70 !important;
    color: white !important;
    border-color: transparent !important;
}

.password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.password-wrapper input {
    flex: 1;
}

.toggle-password {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -31px;
    gap: 6px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #6666;
    line-height: 27px;
}

div#hideDispatcher {
    display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .ccpickerInputWrapper #phone_number {
        width: initial;
    }
}

.terms-condition-custom {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: black;
}

.second-step-custom label {
    font-size: 16px;
    padding: 6px 0px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

#step3 {
    width: 100%;
    margin: 74px auto;
    max-width: 408px;
}

/* Add to existing styles */
.user-type-cards {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-bottom: 1.5rem;
}

.selection-card {
    background: white;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    transition: all 0.2s ease;
}

.selection-card.active {
    border: 2px solid #414b70;
    background-color: #f8fafc;
}

.card-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper img {
    width: 100%;
    height: auto;
}

.text-content {
    flex: 1;
}

.text-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #414b70;
    line-height: 21.78px;
}

.text-content p {
    margin: 0.3rem 0;
    font-size: 11px;
    font-weight: 400;
    color: #414b70;
    line-height: 18px;
}

.learn-more {
    color: #67c2c9;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.slick-slide {
    height: 100% !important;
}

.learn-more:hover {
    color: #67c2c9;
    text-decoration: none;
}

.slick-slide img {
    width: 100%;
}

@media (max-width: 991px) {
    .slider {
        display: none !important;
    }

    .slide p {
        width: 100%;
        max-width: 250px;
    }
}

@media (min-width: 992px) {
    .slide-content p {
        width: 100%;
        margin: 10px auto;
        margin-bottom: 30px;
        max-width: 280px;
    }
}

@media (min-width: 992px) and (max-width: 1230px) {
    .step-line {
        width: 135px;
        height: 2px;
        background-color: #e5e7eb;
    }
}

@media (max-width: 580px) {
    .step-line {
        width: 135px;
        height: 2px;
        background-color: #e5e7eb;
    }
}

@media (min-width: 1370px) {
    .step-line {
        width: 124px;
        height: 2px;
        background-color: #e5e7eb;
    }

    .slick-slide {
        height: unset !important;
    }
}

.slide-content h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #414b70;
    text-align: center;
}

.slide-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #8e92a8;
    text-align: center;
}

#slick-slide00 {
    display: flex !important;
    flex-direction: column !important;
    gap: 96px !important;
}

#slick-slide01 {
    display: flex !important;
    flex-direction: column !important;
    gap: 96px !important;
}

#slick-slide02 {
    display: flex !important;
    flex-direction: column !important;
    gap: 96px !important;
}

.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots li button::before {
    color: #ccc !important;
}

.slick-dots li.slick-active button::before {
    color: #3498db !important;
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 12px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.step h6 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
}

.col-lg-12.mt-3.register-form.btn button {
    width: 256px !important;
    height: 64px;
}

.AuthWrapper {
    position: relative;
}

.formSubmitBTN:focus {
    outline: none !important;
}

.formSubmitBTN button:focus {
    outline: none;
    box-shadow: none;
}

.userType-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.userType-wrap .type-Item {
    display: flex;
    gap: 16px;
    cursor: pointer;
    background-color: #fff;
    height: 134px;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.type-Item.active {
    border-color: #414b70;
}

.userType-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.typecontent-wrap .title {
    color: #414b70;
    font-weight: 800;
    font-size: 18px;
    line-height: 21.78px;
}

.type-Item .description {
    color: #414b70;
    font-size: 13px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.loginWrapper {
    height: unset;
}

#step2 label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 24px;
    color: #666666;
}

.signUpPage-bgImages {
    overflow: hidden;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    display: none;
    gap: 69px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.slide img {
    width: 100%;
    height: 100%;
    max-height: 750px;
    object-fit: cover;
}

.content {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #414b70;
    text-align: center;
}

.slide.active {
    display: flex;
}

.slide p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.01em;
    margin: 20px auto;
    text-align: center;
    color: #8e92a8;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 24px;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.dots {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #67c2c9 !important;
}

#state_id option {
    margin-top: 40px !important;
    /* Adjust as needed */
    margin-bottom: 10px;
    /* Adjust as needed */
}
