.error-message {
    color: red;
}
.toggle-password img {
    position: absolute;
    right: 20px;
    z-index: 999;
    top: 41px;
}
.login-content-inner span.select2-selection.select2-selection--single.select2-selection--clearable {
    height: 50px;
    padding: 8px 20px 8px 20px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 8px;
}
a.toggle-password {
    margin-bottom: 0px !important;
    float: left;
}
.login-content-inner span.select2-selection.select2-selection--single.select2-selection--clearable button.select2-selection__clear {
    font-size: 30px;
    display: none;
}

.login-content-inner span#select2-timezone-container {
    padding-left: 0 !important;
}

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

.login-content-inner .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 9px 8px 0 8px;
}

.login-content-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 50px;
}

.login-title-top {
    font-size: 20px;
    font-weight: 600;
    color: #323338;
    font-family: poppins;
    line-height: 30px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 0px;
}

.login-title-btm {
    font-size: 18px;
    font-weight: 400;
    color: #706F76;
    font-family: poppins;
    line-height: 35px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.passwordfield {
    position: relative;
}

.freelancer-registerbtn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
} 
.register-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    gap: 10px;
}
.centerfree_register {
    display: flex;
    align-items: center;
    justify-content: center;
}


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

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

.toggle-user img {
    position: absolute;
    left: 20px;
    max-width: 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;
    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;
}

.toggle-phone img {
    position: absolute;
    left: 20px;
    z-index: 999;
      top: 41px;
    max-width: 20px;
}
 
.form-group.keep_logged {
    margin-bottom: 0;
    margin-top: 5px;
}

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

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

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

.grp_login {
    font-size: 15px;
}

.grp_login a {
    color: rgb(73, 184, 191);
    font-size: 15px;
    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;
}
.top-content-alignment {
    padding: 20px 0 0 0;
}

.regtitle {
    font-size: 18px;
    font-weight: 500;
    color: #4E4D54;
    font-family: poppins;
    line-height: 30px;
    text-align: center;
    margin: 24px 0;
}

.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;
}

/*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;
}

.center-alignment-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

@media (max-width:1024px) {
    .center-alignment-content {
    display: block;
    padding: 0;
}
}

.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: 8px;
    height: 50px;
    padding: 10px 47px 10px 50px;
    font-size: 16px;
    line-height: 30px;
}

.col-md-6 .country-select-box {
    appearance: none;
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 0.9rem center/23px 25px !important;
}

.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;
}

.deskimage {
    display: block;
}

.tabimage {
    display: none;
}

.signing-new-inner-img {
    border-radius: 130px;
    background: #fff;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    box-shadow: 0px 2px 20px 0px rgba(6, 88, 97, 0.25);
}

.bg-imagesignup2 {
    background-image: url("/images/signupright2-img.png");
    background-size: cover;
    height: 100%;

}


.signing-new-outer {
    width: 590px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.26);
    border-radius: 40px;
    border: 25px solid #ffffff47;
    box-shadow: 0px 2px 20px 0px rgba(6, 88, 97, 0.25);
    position: relative;
}

.dynamicimage .signing-new-inner img {
    width: 170px;
    height: auto;
    padding: 32px 25px 25px 25px;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: -150px;
}

.signing-new-inner h2 {
    color: #302b2b;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.signing-new-inner p {
    color: #646369;
    text-align: center;
    font-family: poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
}

.login-right-side-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
}

@media (max-width:1024px) {
    .login-right-side-sticky{
        display: none;
    }
}



.signing-new-inner {
    background: #fff;
    padding: 60px 20px 20px 20px;
    border-radius: 20px;
}

@media (max-width: 1600px) {
    .login-content-inner.create-request {
        padding: 20px 0;
    }

    .signing-new-outer {
        width: 500px;
        border: 20px solid #ffffff47;
    }

    .signing-new-inner h2 {
        font-size: 26px;
        margin-top: 20px;
    }

    .signing-new-inner p {
        font-size: 16px;
        line-height: 22px;
    }

    .dynamicimage .signing-new-inner img {
        width: 140px;
        padding: 27px 20px 20px 20px;
    }

    .signing-new-inner-img {
        width: 140px;
        height: 140px;
    }

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

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

    .login-title-top {
        font-size: 24px;
        line-height: 30px;
    }

    .login-title-btm {
        font-size: 14px;
        line-height: 24px;
    }

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

    a.btn.whitebtn.googlesignup {
        font-size: 13px;
        /* padding: 11px 0; */
    }

    .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;
    }

    .toggle-lock img {
        left: 16px;
        top: 41px;
    }

    .keep_logged label {
        margin-top: 5px;
        font-size: 14px;
    }

    .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;
    }

    .regtitle {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

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

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

    .toggle-envelope img {
        left: 16px;
        top: 41px;
    }

    .toggle-phone img {
        left: 16px;
        top: 41px;
    }

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

    .toggle-globe img {
        left: 16px;
        top: 41px;
    }

    .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) {
    .regtitle {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

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

    a.btn.whitebtn.googlesignup {
        font-size: 11px;
        padding: 18px 0;
    }

    .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%;
    }


    .signing-new-outer {
        width: 430px;
    }

    .signing-new-inner h2 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 26px;
    }

    .signing-new-inner p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .signing-new-inner-img {
        width: 110px;
        height: 110px;
    }

    .dynamicimage .signing-new-inner img {
        padding: 24px 20px 20px 20px;
        margin-top: -128px;
    }
}

@media (max-width: 1024px) {
    .login-content-inner.create-request {
        padding: 0px 0;
    }

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

    .login-title-top {
        font-size: 30px;
        line-height: 35px;
    }

    .login-page-wrapper .login-row.d-flex .login-media-col {
        display: none !important;
        width: 100%;
    }

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

    .login-content-inner .form-group input {
        padding: 10px 20px 10px 50px;
        font-size: 15px;
        line-height: 34px;
    }

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


    .country-select-box {
        height: 56px;
        padding: 10px 20px 10px 50px;
        font-size: 15px;
    }

    .toggle-globe img {
        top: 46px;
    }
    .login-row.d-flex {
        flex-direction: column-reverse;
    }

    .login-content-inner .mb20 img {
        width: 160px !important;
    }
/*
    .regtitle {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    } */

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

    .deskimage {
        display: none;
    }

    .tabimage {
        display: block;
    }

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

@media (max-width: 768px) {
    .login-title-top {
        font-size: 20px;
        line-height: 24px;
    }

    .login-title-btm {
        font-size: 12px;
        line-height: 20px;
    }

    .col-md-6 .country-select-box {
        appearance: none;
        background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 0.5rem center/16px 25px !important;
    }



    .regtitle {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .deskimage {
        display: none;
    }

    .tabimage {
        display: none;
    }

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

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

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

    .login-content-inner.create-request .d-grid .btn {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        border-radius: 8px;
        margin-top: 15px;
    }
    .login-page-wrapper .form-group.keep_logged.signuppage label.form-check-label {
        margin-top: -2px;
    }

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

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

.container-box-shadow {
    background-color: #fff;
    padding: 40px 20px !important;
    border-radius: 16px;
    box-shadow: 0px 10px 15px 0px #0000001A;

}
@media (max-width:576px) {

.form-group.signuppage label {
    font-size: 13px;
}
.register-bottom-grid {
    grid-template-columns: 1fr;
}
.container-box-shadow {
    border-radius: 8px;
}
    .login-title-btm {
        font-size: 16px;
        line-height: 20px;
        margin: 20px 0 0 0;
    }
}

.time-zone-width > span{
    width: 100% !important;
}
