.popupArea {
    position: fixed;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #fdfcfc;
    z-index: 16;
    text-align: center;
    width: 640px;
    padding-bottom: 80px;
}

.popupArea h3 {
    text-align: left;
    width: 400px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.popupArea .popupBtn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    cursor: pointer;
    background: #F0F0F0;
}

.popupArea .btnLeft {
    width: 50%;
    background: #F0F0F0;
    border-radius: 0px 0px 0px 10px;
    display: inline-block;
}
.popupArea .btnRight {
    width: calc(50% + 1px);
    left: 50%;
    /* background-color: #C02450; */
    background-color: #3b82f6;
    border-radius: 0px 0px 10px 0px;
    display: inline-block;
}
.popupArea .btnRight p {
    color: #ffffff;
}
.popupArea .popupBtn p {
    width: 100%;
    font-size: 14px;
    line-height: 44px;
    border-radius: 0 0 30px 30px;
}

.popupArea .target {
    background: #C6E2FF;
    overflow-wrap: break-word;
    min-height: 42px;
    margin: 10px;
    border-radius: 4px;
    line-height: 42px;
}
.popupArea .target p {
    line-height: 42px;
    padding: 0 10px;
}
.popupArea .target_select {
    display: flex;
    gap: 20px;
    width: 516px;
    margin: 10px auto 0;
    align-items: center;
}
.popupArea .target_select .user_select {
    width: 416px;
    height: 192px;
    /* 1列追加で46pxアップ */
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #d6d7d8;
}
.popupArea .target_select .user_select .user_select_inner::-webkit-scrollbar{
    display: none;
  }
.popupArea .target_select .user_select .user_select_inner {
    width: 416px;
    text-align: left;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.popupArea .target_select .user_select .userButton {
    background-color: #3F444E;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 180px;
    margin: 10px;
    float: left;
}
.popupArea .target_select .user_select .userButton p {
    color: #ffffff;
    padding-left: 10px;
}

.popupArea .target_select .user_select .userButton img {
    cursor: pointer;
}
.popupArea .target_select .user_select .userButton img:hover {
    transform: translate(0, -3px);
    transition: 0.4s;
}
.popupArea .target_select .user_select .user_input {
    width: 180px;
    margin: 10px;
    float: left;
    position: relative;
}
.popupArea .target_select .user_select .user_input input {
    width: 100%;
}
.popupArea .target_outer .user_SelectArea {
    position: absolute;
}


.popupArea .user_SelectArea li {
    width: 200px;
    padding: 10px;
    line-height: 24px;
    background-color: #3F444E;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
}

.popupArea .target_select button {
    width: 80px;
    margin-top: 10px;
}


.popupArea .urlArea {
    margin-top: 20px;
}
.popupArea .urlArea button {
    margin-top: 10px;
}

.popupArea .nameInput {
    margin: 10px 0 20px;
}
.popupArea .nameInput input {
    width: 300px;
}

.popupArea .closeBtnArea {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 40px;
    height: 40px;
    background: #1B2337;
    border-radius: 0px 10px 0px 0px;
    background-image: url(../img/batsuWhite.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}

.areaClose {
    display: none !important;
}
