.field_changing_popup.pjs-popup_container {
    width: 100%;
    max-width: 440px;
    border-radius: 25px;
}

.field_changing_popup .pjs-popup_content {
    overflow-y: visible;
}


.field_changing_popup .pjs-popup_close_icon {
    top: 20px;
    right: 20px;
    width: 57px;
    height: 57px;
}


.pjs-popup_wrapper .form-container {
    position: relative;
    text-align: center;
}

.pjs-popup_wrapper .form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.pjs-popup_wrapper h2 {
    margin: 0;
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;

    max-width: calc( 100% - 57px );
}

.pjs-popup_wrapper .close-button {
    background-color: #67AAA6;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.pjs-popup_wrapper .change-form input,
.pjs-popup_wrapper .change-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #E6E6E6;
    border-radius: 15px;
    font-size: 14px;
    box-sizing: border-box;
}

.pjs-popup_wrapper .main-button {
    width: 100%;
    padding: 12px;
    
    margin-top: 25px;

    color: #000;
    border: none;
    cursor: pointer;

    border-radius: 10000px;
    height: 70px;
    background: rgb(103, 170, 166);

    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
}

.pjs-popup_wrapper .main-button:hover {
    background-color: #67AAA6;
}

.pjs-popup_wrapper .sub-button {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: gray;
    text-decoration: none;
}

.pjs-popup_wrapper .sub-button:hover {
    text-decoration: underline;
}
.crop_button  {
    margin: 20px auto;
    font-size: 14px;
    color: gray;
    border: none;
    background: none;
    outline: none;
}