.login-form {
    background: -o-linear-gradient(345deg, #2d117b00 46%, #ffffffde 45%);
    background: linear-gradient(105deg, var(--blue) 49%, #ffffffde 49%);
    width: 100%;
    height: 922px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.blur-overlay {
    position: absolute;
    top: 0;
    left: 46%;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(345deg, transparent 46%, #ffffffde 45%);
    background: linear-gradient(105deg, transparent 46%, #ffffffde 45%);
    -webkit-filter: blur(7px);
    filter: blur(7px);
    z-index: 0;
    pointer-events: none;
}

.login-form>*:not(.blur-overlay) {
    position: relative;
    z-index: 1;
}

form {
    max-width: 1200px;
    margin: auto;
    background-color: var(--white);
    border-radius: 20px;
    padding: 60px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    /* margin-top: 345px; */
}

.title-box {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.signup-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.profile-main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: 220px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    /* cursor: pointer; */
    border-radius: 50%;
}

.profile-content .name-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.profile-content-text {
    padding: 0 20px;
}

.profile-content .name-box .input-box {
    width: 50%;
}

.profile-img-main {
    position: relative;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #ddd;
}

.imagetrigger {
    width: 70% !important;
    height: 70% !important;
}

.profile-img-box .img-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    position: relative;
}

.profile-img {
    position: relative;
}

.profile-img .piker {
    position: absolute;
    bottom: 20px;
    right: 5%;
    width: 51px;
    background: var(--blue);
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.profile-img .piker input {
    /* display: none !important; */
    
    position: absolute;
    /* width: fit-content; */
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    display: inline;
}
input[type=file]::file-selector-button {
    width :1px ; 
    height : 1px;
    /* display: none; */
}
.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;
}

.common-btnn {
    background-color: var(--yellow);
}

.common-btnn:hover {
    background-color: var(--blue) !important;
}
.profile-content .field{
    height: 100%;
    max-height: 80px;
}
.toggle-password img {
    width: 40px;
    padding: 0 11px;
}
.login-form .password-wrapper .toggle-password {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
}

.password-wrapper .toggle-password img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
}

/* responsive design  */
@media (max-width : 1199px) {
    .profile-name h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .profile-img .piker {
        bottom: 20px;
        width: 43px;
        height: 43px;
        right: 0;
    }

    .profile-img-box .img-box img {
        width: 170px;
        height: 170px;
    }

    .logout-btn {
        font-size: 18px;
        padding: 8px 30px;
    }
}

@media (max-width : 991px) {
    .gap {
        gap: 30px;
    }

    .profile-img-main {
        border-right: unset;
    }

    .login-form {
        width: 100%;
        height: 100%;
        ;
    }

    form {
        margin: 50px 0;
    }
}

@media (max-width : 575px) {
    form {
        padding: 40px 15px;
    }
    .password-wrapper .toggle-password img {
        width: 16px;
        height: 16px;
    }

    .login-form .password-wrapper .toggle-password {
        right: 10px;
    }
}

@media (max-width : 480px) {
    .logout-btn {
        font-size: 18px;
        padding: 7px 30px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .signup-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .profile-content-text {
        padding: 0;
    }

    .profile-content-text .title-box h3 {
        text-align: center;
    }
}