.flexWrapCenter {
    display: flex;
    align-items: center;
}
.textValue {
    color: #4D4D4D;
    font-size: 11px;
    font-weight: 500;
    @media only screen and (min-width: 1024px) {
        font-size: 15px;
    }
}
.relative {
    position: relative;
}
.gap6 {
    gap: 6px;
}

.store__application-tabs {
    margin-top: 30px;
    @media only screen and (max-width: 1023px) {
        margin-top: 16px;
    }
}

.store__application-tabs .store__application-tab-list {
    text-align: center;
}

.store__application-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.store__application-button div {
   position: relative;
}

.store__application-button p {
    position: absolute;
    right: 0;
    background-color: #E62E81;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fce9f1;
    border-radius: 100%;
    color: #FBEBF4;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    top: -10px;
    right: -10px;
    z-index: 1;
}

.store__application-button button {
    width: 100px;
    @media only screen and (min-width: 1024px) {
        font-size: 14px;
        width: 120px;
    }
}
.store__application_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
}

.store__application_wrap {
   border-radius: 16px;
   width: 100%;
   position: relative;
   overflow: hidden;
   padding-bottom: 4px;
}

.store__application_item {
   padding: 0 4px;
   border: 2px solid #EB92B9;
   border-radius: 16px;
   box-shadow: 0px 4px 0px #EFB7CD;
   width: 100%;
   position: relative;
   background-color: white;
}

.store__application_item-header {
    border-bottom: 1px solid #EFB7CD;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    @media only screen and (min-width: 1024px) {
        padding: 10px 18px;
    }
}

.store__application_item-header p {
    font-size: 12px;
    font-weight: 700;
    color: #4D4D4D;
    line-height: normal;
    @media only screen and (min-width: 1024px) {
        font-size: 16px;
    }
}

.store__application_item-header div {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #E62E81;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6px;
    font-weight: 500;
    line-height: normal;
    color: white;
    @media only screen and (min-width: 1024px) {
        width: 32px;
        height: 32px;
    }
}

.non-member div{
    background-color: #B3B3B3;
}

.old-member div{
    background-color: #EB92B9;
}

.store__application_item-content {
    display: flex;
    gap: 16px;
    width: 100%;
}

.store__application_item-action {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.store__application_item-tag {
    background-color: #F0B7CD;
    color: #FFF;
    font-size: 9px;
    font-weight: 500;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0;
    border-radius: 4px;
    line-height: normal;
    @media only screen and (min-width: 1024px) {
        font-size: 13px;
        min-width: 100px;
        margin-right: 4px;
    }
}

.store__application_item-application {
    color: #EFB7CD;
    font-size: 8px;
    font-weight: 500;
    @media only screen and (min-width: 1024px) {
        font-size: 12px;
    }
}

.store__application_textarea {
    background-color: #FBEBF4;
    padding: 6px;
    color: #4D4D4D;
    font-size: 9px;
    font-weight: 500;
    border-radius: 4px;
    outline: none;
    border: 1px solid #FBEBF4;
    resize: none;
    @media only screen and (min-width: 1024px) {
        font-size: 13px;
    }
}

.store__application_textarea::placeholder {
  color: #F0B7CD;
}

.tag-new {
    position: absolute;
    background: #E62E81;
    transform: rotate(-45deg);
    color: #FFF;
    font-size: 8px;
    line-height: normal;
    font-weight: 700;
    top: -6px;
    width: 40px;
    height: 26px;
    left: -15px;
    line-height: 10px;
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: 1;
    @media only screen and (min-width: 1024px) {
        font-size: 12px;
        top: 0px;
        width: 60px;
        height: 23px;
        left: -18px;
        line-height: 16px;
    }
}

.tag-none-register {
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 1;
    @media only screen and (min-width: 1024px) {
        top: 16px;
    }
}

.tag-none-register div {
    position: relative;
}

.tag-none-register p {
    color: #FFF;
    font-size: 9px;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    @media only screen and (min-width: 1024px) {
        font-size: 12px;
    }
}

.tag-none-register img {
    @media only screen and (min-width: 1024px) {
        min-width: 100px;
    }
}

.count-outline {
    position: absolute;
    font-size: 12.253px !important;
    font-weight: 700;
    width: 20px !important;
    height: 20px !important;
    right: -6px;
    top: -4px;
}

.store__nodata {
    height: 120px;
    color: #4D4D4D;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    @media only screen and (min-width: 1024px) {
        font-size: 14px;
    }
}

.button_bottom {
    max-width: 300px;
    margin: 0 auto 24px auto;
}

.dialogConfirm {
    padding: 32px 40px;
    gap: 2px;
}

.common_confirmPage {
    padding: 20px 16px;
    background-color: #FBEBF4;

}

.common_confirmPage .sectionTitle {
    color: #E62E81;
    font-size: 15px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 700;
}

.common_confirmPage__list {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.common_confirmPage__item {
    border-bottom: 1px solid #EFB7CD;
    padding: 0;
}

.common_confirmPage__item:last-child {
    border-bottom: none;
}

.common_confirmPage__list dt {
    color: #EB92B9;
    font-size: 10px;
    border-bottom: 2px dotted #EFB7CD;
    padding-bottom: 4px;
}

.common_confirmPage__list dd {
    font-size: 12px;
    padding: 10px 0 8px;
}

.common_confirmPage__list dt.name_title {
    text-align: center;
    font-size: 12px;
    border-bottom: none;
    padding-bottom: 0;
    line-height: 6px;
}

.common_confirmPage__list dd.store_name {
    text-align: center;
    font-size: 15px;
    padding: 0;
    color: #EB92B9;
}

.common_confirmPage__buttonWrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.common_confirmPage__buttonWrap button {
    width: 186px;
    height: 32px;
    font-size: 14px;
    font-weight: 700;
}
