.pjs-popup_wrapper {
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 999;
}

.pjs-popup_wrapper.active {
    display: flex;
}

.pjs-popup_container {
    background-color: #fff;
    max-width: 90%;
    max-height: 90%;
    position: relative;
    padding: 30px;
    width: 240px;
    min-height: 100px;
}

.pjs-popup_content {
    overflow-y: auto;
    height: auto;
    min-height: 40px;
}

.pjs-popup_close_icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    fill: #000000;
}

.pjs-popup_close_zone {
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    width: 100vw;
    height: 100vh;
    position: absolute;
}

.pjs-form_popup label {
    margin-bottom: 5px;
    display: block;
}

.pjs-form_popup input {
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.pjs-form_button {
    box-sizing: border-box;
    height: 25px;
    width: 100%;
    margin-top: 10px;
}

.pjs-popup_policy {
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.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: #0078d4;
    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: #0078d4;

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

.pjs-popup_wrapper .main-button:hover {
    background-color: #005a9e;
}

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