.login-form-wrapper {
    background: url(../images/login-form-3.png);
    background-repeat: no-repeat;
    padding: 140px 0;
    background-size: contain;
    background-position: bottom;
}

.login-title-box span {
    display: block;
    padding: 20px 0;
    font-family: 'roboto-reguler';
    text-align: center;
    color: var(--title-color);
}


.input-box textarea {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(51, 51, 51, 0.40);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-bottom: 20px;
    padding-right: 45px;
}

.input-box label {
    font-family: "roboto-medium";
}


.profile-left {
    padding-left: 20px;
}


.login-check-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-accound p {
    padding-top: 50px;
    text-align: center;
}

.login-accound p a {
    color: #E5007D;
    font-size: 18px;
}



.submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    /* position: fixed; */
    top: 44%;
    right: 0;
}



.forgot-pass a {
    font-size: 18px;
    color: #009EE3;
}



.subscribe-checkbox {
    display: flex;
    align-items: center;
}

.subscribe-checkbox label {
    font-size: 18px;
    color: #000;
    letter-spacing: 0.15px;
    font-family: 'roboto-medium';
    cursor: pointer;
    margin-top: 4px;
}

.subscribe-checkbox input[type=checkbox] {
    position: relative;
    border: 2px solid rgba(51, 51, 51, 0.40);
    border-radius: 6px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    /* opacity: .5; */

}

.subscribe-checkbox input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.subscribe-checkbox input[type=checkbox]:checked {
    background-color: #009EE3;
    border-color: #009EE3;
    opacity: 1;
}

.copy-right-main {
    margin-top: 0;
}

.input-box {
    position: relative;
}

.input-box img {
    position: absolute;
    right: 20px;
    top: 52px;
}


.goa-form-content {
    background-color: #fff;
    margin-top: 95px;
    border-radius: 20px;
}

.profile-content-title h4 {
    font-family: "roboto-bold";
    font-size: 40px;
    color: #333;
    padding-bottom: 10px;
}

.profile-content-title {
    padding-bottom: 60px;
}



.profile-main-box {
    display: flex;
    gap: 40px;
    align-items: center;
}

.profile-main-box li a span {
    color: #99B3A8;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.profile-main-box li a svg {
    fill: #99B3A8;
}

.profile-main-box ul {
    display: flex;
    align-items: center;
    gap: 36px;
}

.profile-main-box ul li {
    position: relative;
}

.profile-main-box .profile-box .half ul li {
    border-bottom: 1px solid #eee;
}

.profile-main-box ul li a input {
    background: unset;
    padding: 10px 40px 10px 10px;
    border-radius: 8px;
    width: 280px;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: #fff;
}

.profile-main-box ul li.serach-box a svg {
    position: absolute;
    right: 9px;
    top: 10px;
    z-index: 9;
    background: #000;
    width: 22px;
    height: 20px;
}


.profile-wrapper-box {
    padding-top: 130px;
    margin: 0 110px;
}

.profile-content-box {
    padding: 80px;
    position: relative;
    z-index: 999;
}

.profile-img-box .img-box img {
    display: block;
    margin: auto;
    width: 250px;
    height: 250px;
    object-fit: cover;
    cursor: auto;
    border-radius: 50%;
}

.profile-content .name-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.profile-content .name-box .input-box {
    width: 50%;
}

.profile-img-main {
    position: relative;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ddd;
}

.profile-img {
    position: relative;
}

.profile-img .piker {
    position: absolute;
    bottom: 20px;
    right: 20%;
    width: 51px;
    background: var(--background);
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.profile-img .piker input {
    /* display: none; */
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    /* left: 0; */
    /* right: 0; */
    opacity: 0;
    cursor: pointer;
}

.profile-name {
    padding: 30px 0;
}

.profile-name h3 {
    text-align: center;
    margin: 20px 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
}

.profile-name a {
    color: var(--text-color);
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    display: block;
}

.submit-btn {
    margin-top: 40px;
}

.submit-btn a {
    padding: 10px 80px;
    background: var(--background);
    color: #000;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.profile-content .input-box label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--title-color);
    margin-bottom: 10px;
}

.profile-content .input-box input {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    color: var(--background);
    border-radius: 8px;
    border: 1px solid rgba(51, 51, 51, 0.40);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.profile-content .company-name .input-box {
    width: 100%;
}



.logout-btn {
    justify-content: center;
}

.profile-btn {
    justify-content: end;
}


.profile-left-img img {
    width: 150px;
}

.popup-title-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
}

.profile-left-name {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.profile-left-name h5 {
    font-size: 22px;
}

.profile-left-name p {
    font-size: 18px;
}

.popup-details-box {
    display: flex;
    gap: 10px;
    align-items: center;
    /* padding-bottom: 30px; */
}

.popup-details-box:last-child {
    padding: 0;
}

.profile-details p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.4px;
}

.profile-name-box h5 {
    padding-bottom: 10px;
}



.dropdown,
.dropleft,
.dropright,
.dropup {
    margin-bottom: 0;
    width: 100%;
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
    display: none;
}

.select {
    cursor: pointer;
    /* display: inline-block; */
    position: relative;
    font: normal 11px/22px Arial, Sans-Serif;
    color: black;
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.styledSelect {
    font-size: 16px;
    width: 100%;
    color: #8181a5;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(51, 51, 51, 0.40);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-bottom: 20px;
    padding-right: 45px;
    position: relative;
}

.styledSelect:after {
    content: "";
    width: 30px;
    background: url(../images/down-arrow.svg);
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: center;
}


.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ddd;
    background-color: white;
    margin-top: 0px;
    padding: 15px 10px;
    border-radius: 10px;

}

.options li {
    padding: 0 6px;
    margin: 0 0;
    color: #8181a5;
    height: unset;
    box-shadow: unset !important;
    font-size: 16px;
    padding: 10px;
}


.options li:hover {
    background: #ddd;
    color: #8181a5;
}

.input-box select {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    color: #959399;
}

.sign-up-content {
    width: 80%;
    margin: auto;
}

.profile-name{
    padding: 0;
}

@media (max-width: 1655px) {
    .sign-up-content {
        width: 90%;
    }
}


@media (max-width: 1365px) {
    .subscribe-checkbox label {
        font-size: 16px;
    }

    .forgot-pass a {
        font-size: 16px;
    }

    .sign-up-content {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .login-check-box {
        flex-direction: column;
        gap: 20px;
    }

    .profile-img-box .img-box img {
        width: 200px;
        height: 200px;
    }
}


@media (max-width: 991px) {
    .login-form-wrapper {
        background-size: contain;
        padding: 160px 0;
    }

    .login-accound p a {
        font-size: 16px;
    }

    .profile-content .name-box {
        margin-bottom: 0;
    }

    .profile-img-main {
        border-right: 0;
    }

    .profile-name {
        padding: 0;
    }

    .profile-left {
        padding-left: 0;
    }
}


@media (max-width: 767px) {
    .submit-btn {
        margin-top: 30px;
    }

    .login-form-wrapper {
        padding: 120px 0;
    }


    .login-check-box {
        gap: 10px;
    }

    .login-accound p {
        padding-top: 20px;
        text-align: center;
    }

    .login-form-wrapper {
        background-size: contain;
    }

    .submit-btn li button {
        padding: 8px 10px;
    }

    .login-title-box span {
        padding: 10px 0;
        font-size: 14px;
    }

    .login-accound p a {
        font-size: 14px;
    }

    .subscribe-checkbox label {
        font-size: 14px;
    }

    .forgot-pass a {
        font-size: 14px;
    }

    .profile-content .name-box .input-box {
        width: 100%;
    }

    .profile-content .name-box {
        flex-direction: column;
        gap: 0;
    }

    .profile-content .input-box input {
        margin-bottom: 10px;
        padding: 12px;
    }

    .styledSelect {
        margin-bottom: 10px;
        padding: 12px;
    }

    .input-box textarea {
        margin-bottom: 10px;
        padding: 12px;
    }

    .select {
        padding: 0;
    }

    .styledSelect:after {
        height: 25px;
    }
}