.btn-google {
    background-color: #f5f8fa;
    border: 1px solid #e3e3e3;
    color: #555;
    font-weight: 500;
}

.auth-flow-grid {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 0;
}

@media (max-width:1024px) {
    .auth-flow-grid {
        grid-template-columns: 1fr;
        min-height: 100vh;
        padding: 80px 0;
    }
}
@media (max-width:576px) {
    .auth-flow-grid {
        padding: 40px 0;
        display: block;
    }
}

.toggle-password img {
    position: absolute;
    right: 20px;
    z-index: 999;
    top: 41px;
}
.btn-google img {
    width: 18px;
    margin-right: 8px;
}

.btn-google:hover {
    background-color: #eaf0f4;
}

/*Register redesign*/
.error-message {
    color: red;
    font-size: 12px;
}

.freelancer-registerbtn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}


.centerfree_register {
    display: flex;
    align-items: center;
    justify-content: center;
}


.rightfree_register a.btn.whitebtn.googlesignup {
    border-radius: 8px;
}

.leftfree_register button {
    width: 100%;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #49b8bf;
    background: #49b8bf;
      padding: 14px 0;
    margin-top: 0px !important;
}

.login-content-inner
    span.select2-selection.select2-selection--single.select2-selection--clearable {
    border-radius: 12px;
}

.login-content-inner
    span.select2-selection.select2-selection--single.select2-selection--clearable {
    height: 54.79px;
    padding: 10px 20px 10px 20px !important;
    border: 1px solid #d9d9d9 !important;
}

.input-group.passwordeye {
    position: relative;
}

.login-content-inner
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 32px;
}

.passwordfield {
    position: relative;
}

.toggle-user img {
    position: absolute;
    left: 20px;
    z-index: 999;
    top: 41px;
    max-width: 20px;
}

.toggle-lock img {
    position: absolute;
    left: 20px;
    z-index: 999;
    top: 41px;
    max-width: 20px;
}

.toggle-envelope img {
    position: absolute;
    left: 20px;
    z-index: 999;
    top: 41px !important;
    max-width: 20px;
}

.toggle-globe img {
    position: absolute;
    left: 20px;
    z-index: 999;
    top: 41px;
    max-width: 20px;
}

.form-group.signuppage label {
    font-size: 15px;
    position: relative;
    left: 10px;
    margin-top: -2px;
}
.login-content-inner .form-group select {
    height: 50px;
}
.toggle-phone img {
    position: absolute;
    left: 20px;
    z-index: 999;
    top: 41px;
    max-width: 20px;
}

.login-content-inner .form-group input#lastname {
    padding: 10px 20px 10px 25px;
}

.form-group.keep_logged {
    margin-bottom: 5px;
    margin-top: 15px;
}

.keep_logged input {
    margin: 1px 6px 0 0;
    float: left;
    font-size: 20px !important;
    zoom: 1.4;
    width: auto !important;
    display: inline !important;
}

.form-group.keep_logged a {
    color: #49b8bf;
    font-weight: 500;
    text-decoration: underline;
    font-family: poppins;
}

.form-group.keep_logged a:hover {
    text-decoration: none;
}

.grp_login {
    font-size: 17px;
}

.grp_login a {
    color: rgb(73, 184, 191);
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline;
}

.grp_login a:hover {
    text-decoration: none;
}

.dynamicimage {
    justify-content: center;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

.dynamicimage img {
    width: 100%;
    margin: 0 auto;
}

span.email_validate.error.form-control {
    display: none;
}

.regsteps .form-group span {
    padding: 5px 0px;
}

.regsteps.thrdstep .form-group .toggle-next span {
    width: 130px;
    padding: 8.5px 20px;
}

.login-media-col {
    background: #fff;
}

.nextstep.small,
.prevstep.small,
.regsteps .lastsubmit {
    width: auto !important;
    height: 40px;
    line-height: 40px;
}

.regsteps .lastsubmit {
    float: right;
}

.regsteps .btn svg {
    height: 20px !important;
}

.customcheckbox {
    padding: 8px 20px !important;
    font-size: 16px;
    color: #676879 !important;
    border: 1px solid lightgray !important;
    border-radius: 32px !important;
    background: #fff !important;
    margin-right: 8px;
    margin-top: 5px;
    outline: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    width: 130px;
}

.customcheckbox span {
    margin-left: 5px;
}

.customdivider {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr auto 1fr;
    margin-bottom: 16px;
    margin-top: 16px;
    width: 100%;
}

.dividerline {
    align-self: flex-end;
    border-top: 1px solid;
    color: #d0d4e4;
    height: 50%;
}

.regsteps select,
.regsteps textarea {
    border: 1px solid lightgray;
    border-radius: 4px;
}

.regsteps select#age {
    width: 200px !important;
}

.regsteps label {
    text-align: left;
}

.regsteps a {
    color: #1f76c2;
}

.pt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt50 {
    margin-top: 50px;
}

.txtcenter {
    text-align: center;
}

.regtitle {
    font-size: 22px ;
    font-weight: 600;
    color: #323338;
    font-family: poppins;
    line-height: 30px !important;
    text-align: center;
    margin: 20px 0 !important;
}

.regsteps button,
.regsteps input {
    width: 100% !important;
    border-radius: 4px !important;
}

.regsteps[data-step="1"] {
    width: 420px;
    margin: auto;
}

.regsteps[data-step="2"],
.regsteps[data-step="3"],
.regsteps[data-step="4"] {
    width: 560px;
    margin: auto;
}

.regsteps .whitebtn {
    background: #fff !important;
    color: #323338 !important;
    border: 1px solid #cbcbcb !important;
}

.regsteps label.col-form-label {
    color: #6e6e6e;
    padding-bottom: 5px !important;
    margin-bottom: 0px;
}

.regsteps input[type="text"],
.regsteps input[type="number"] {
    height: 44px;
    font-family: poppins;
}

.regsteps input::placeholder {
    color: #adadad;
}

header.site-header,
footer.site-footer {
    display: none;
}

.password-container {
    position: relative;
}

.password-requirements {
    list-style-type: none;
    padding: 10px;
    margin-top: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    /* Hide initially */
}

.password-requirements li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 14px;
}

.password-requirements .valid {
    color: green;
}

.password-requirements .invalid {
    color: red;
}

.password-requirements .fa-check,
.password-requirements .fa-times {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Show the popup when the password field is focused */
.password-container:focus-within .password-requirements {
    display: block;
}

/*Child category designs*/
@media only screen and (max-width: 767px) {
    .outlineborder {
        border: none !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .outlineborder .form-group {
        margin-bottom: 10px !important;
    }

    .generatetop {
        margin-top: 0px !important;
    }
}

.closeit {
    color: black;
    font-size: 24px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.outlineborder {
    border: 1px solid #e1e1e1;
    padding: 12px;
    margin: 15px 0px !important;
    border-radius: 8px;
}

.childcat {
    display: none;
}

.childcat i {
    vertical-align: middle;
}

.customcattop {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.toggle-next {
    border-radius: 0;
}

label {
    cursor: pointer;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pcatspan {
    padding: 7px 14px;
    border: 2px solid #dbdbdb;
    display: inline-block;
    color: #676879;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 400;
}

.pcatspan i.ti.ti-plus {
    margin-top: 2px !important;
    float: right;
}

.regsteps.thrdstep .form-group .cussubcat span {
    width: 180px;
    padding: 8.5px 20px;
}

.apply-selection {
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}

.apply-selection .ajax-link {
    display: none;
}

.checkboxes {
    margin: 0;
    display: none;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #fff;
    left: 0;
}

.checkboxes .inner-wrap {
    padding: 5px 10px;
    max-height: 140px;
    overflow: auto;
}

/*child categoty design ends*/

@media screen and (max-width: 480px) {
    .regsteps[data-step="2"],
    .regsteps[data-step="3"],
    .regsteps[data-step="4"] {
        width: 100%;
    }

    .login-col-6 {
        max-width: 100%;
    }

    .regsteps[data-step="1"] {
        width: 100%;
        margin: auto;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-6 {
        width: 100%;
    }

    .login-content-inner {
        padding: 0px 30px;
    }
}

.error {
    color: red;
}

.country-select-box {
    border: 1px solid #d9d9d9;
    border-radius: 11px;
    height: 54.79px;
    padding: 10px 47px 10px 50px !important;
    font-size: 16px;
    line-height: 30px;
}

.deskimage {
    display: block;
}

.tabimage {
    display: none;
}

.top-bottom-alignment {
    padding: 20px 0;
}

.register-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    gap: 10px;
}

@media (max-width:576px) {

.register-bottom-grid {
    grid-template-columns: 1fr;
}
.container-box-shadow {
    border-radius: 8px;
}

}

@media (max-width: 1600px) {
    .login-content-inner .mb20 img {
        width: 120px !important;
    }

    .login-content-inner .login-title {
        margin-bottom: 15px;
    }

    .login-title h3 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    a.btn.whitebtn.googlesignup {
        width: 100% !important;
    }

    .login-page-wrapper .form-group label {
        display: inline-block;
        margin-bottom: 5px;
        font-size: 13px;
        font-weight: 400;
        color: #000;
    }

    .toggle-mail img {
        left: 16px;
        top: 40px;
    }

    .login-content-inner .form-group input {
        padding: 6px 20px 6px 50px;
        font-size: 14px;
        line-height: 32.3px;
    }


    .keep_logged label {
           font-size: 15px !important;
    position: relative !important;
    left: 10px !important;
    margin-top: -2px !important;
    }

    .forget-password {
        font-size: 14px;
        margin-top: 5px;
    }

    .login-content-inner .d-grid .btn {
        font-size: 18px;
        padding: 15px 0;
        margin-top: 25px;
    }

    .pt50.grp_signup {
        margin-top: 30px;
    }

    .grp_signup a {
        font-size: 14px;
    }

    .post_signup {
        font-size: 14px;
        margin-top: 3px;
    }

    .grp_signup {
        font-size: 14px;
    }

    .post_signup a {
        font-size: 14px;
    }

    .toggle-password img {
        top: 39px;
    }



    .login-content-inner .form-group input#last_name {
        padding: 6px 20px 6px 30px;
    }



    .country-select-box {
        height: 46.63px;
        padding: 6px 20px 6px 50px !important;
        font-size: 14px;
    }


    .keep_logged input {
        margin: 4px 6px 0 0;
    }

    .login-content-inner.create-request .d-grid .btn {
        font-size: 16px;
    }

    .grp_login {
        font-size: 14px;
    }

    .grp_login a {
        font-size: 14px;
    }
}

@media (max-width: 1400px) {


    .error-message {
        font-size: 12px;
    }



    .customdivider {
        font-size: 12px;
    }

    .login-content-inner.create-request .d-grid .btn {
        font-size: 18px;
        height: 50px;
    }

    .login-content-inner.create-request {
        padding: 60px 0;
    }

    .dynamicimage img {
        height: 100vh;
        background-image: url(http://127.0.0.1:8000/images/registermain-img.png) !important;
        background-size: 100%;
        height: 100%;
    }

    .dynamicimage {
        height: 100%;
    }

    .login-content-inner {
        width: calc(100% - 20px);
    }
}

@media (max-width: 1024px) {
    .login-content-inner .form-group input {
        padding: 10px 20px 10px 50px;
        font-size: 15px;
        line-height: 34px;
    }

    .keep_logged input {
        margin: 3px 6px 0 0;
    }

    .login-content-inner .form-group input#last_name {
        padding: 10px 20px 10px 50px;
    }



    .login-page-wrapper .form-group label {
        font-size: 15px;
    }



    .country-select-box {
        height: 56px !important;
        padding: 10px 20px 10px 50px !important;

    }

    .grp_login {
        font-size: 17px;
    }

    .grp_login a {
        font-size: 17px;
    }

    .login-row.d-flex {
        flex-direction: column-reverse;
    }

    .login-content-inner .mb20 img {
        width: 160px !important;
    }


    .login-row.d-flex .login-col-6 {
        width: 100%;
        max-width: 100%;
        padding: 0px 0;
    }

    .deskimage {
        display: none;
    }

    .tabimage {
        display: block;
    }

    .dynamicimage img {
        background-image: none !important;
    }
}

@media (max-width: 768px) {
    .login-content-inner .mb20 img {
        width: 120px !important;
    }



    .deskimage {
        display: none;
    }

    .form-group.keep_logged.signuppage input {
        height: 13px;
        zoom: 1;
        margin: 0 6px 0px 0 !important;
        padding: 0 !important;
        width: 13px !important;
    }

    .login-content-inner .form-group button.btn.btn-primary.btn-block.mt-2 {
        font-size: 15px;
        height: 40px;
    }

    .tabimage {
        display: none;
    }

    div#bouncer-error_password {
        font-size: 10px;
    }

    .login-content-inner.create-request {
        padding: 0 !important;
    }

    .login-page-wrapper .form-group label {
        font-size: 12px;
        float: left;
    }




    .country-select-box {
        padding: 0px 20px 0px 36px !important;
        font-size: 12px;
        line-height: 33px;
    }

    .country-select-box {
        height: 35px;
    }

    .login-content-inner.create-request .d-grid .btn {
        font-size: 13px;
        height: 35px;
        padding: 0;
        border-radius: 8px;
        margin-top: 15px;
    }

    .grp_login {
        font-size: 11px;
    }

    .grp_login a {
        font-size: 11px;
    }

    .form-group.keep_logged.signuppage input#customCheck1 {
        height: 10px;
        margin: 0 5px 0px 0 !important;
        padding: 0 !important;
        width: 10px !important;
    }

    .login-page-wrapper
        .form-group.keep_logged.signuppage
        label.form-check-label {
        margin-top: 0px;
    }

    .login-content-inner.create-request .col-md-6 {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .login-content-inner.create-request .col-md-6 {
        width: 100%;
    }

    .login-content-inner {
        width: 100%;
    }
}

.container-box-shadow{
    padding: 20px !important;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


@media (max-width:576px) {
    .regtitle {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
    }
}
