.marginTop-10 {
    margin-top: 10px;
}
.smart_experience_content {
    padding-bottom: 96px !important;
}
.smart_experience_tabs button {
    min-width: 100px;
    padding: 4px 10px;
}

.smart_experience_item {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.smart_experience_item .store__application_item-tag {
    min-width: 80px;
}

.smart_experience_create_time {
    min-width: fit-content;
    color: #EFB7CD;
    font-size: 9px;
    font-weight: 500;
    line-height: normal;
    @media only screen and (min-width: 1024px) {
        font-size: 13px;
    }
}
.smart_experience_calendar_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

.smart_experience_calendar_header {
    background-color: #EB92B9;
    padding: 4px 16px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    @media only screen and (min-width: 1024px) {
        font-size: 24px;
    }
}

.store__calendar {
    width: 100%;
    border-collapse: collapse;
    background: white;
    overflow: hidden;
    table-layout: fixed;
}

.store__calendar th, .store__calendar td {
    border: 1px solid #EFB7CD;
    background-color: #FFEAF4;
    color: #4D4D4D;
    font-size: 9px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    padding: 2px 8px;
    cursor: pointer;
    @media only screen and (min-width: 1024px) {
        font-size: 13px;
    }
}

.store__calendar td {
    background-color: white;
    padding: 0px;
}

.store__calendar td label {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 8px 0px;
}
    
.store__calendar .sun {
    color: #D44180;
}

.store__calendar .sat {
    color: #41A1D4;
}

.store__calendar .today_checked {
    background: #EFB7CD; 
}

.store__calendar .future_checked {
    background: #FFEAF4; 
}

.store__calendar .past_checked {
    background: #EBECED;
}

.store__calendar .past_checked span {
    color: #B3B3B3;
    font-size: 7px;
    font-weight: 500;
    line-height: normal;
    @media only screen and (min-width: 1024px) {
        font-size: 10px;
    }
}

.store__calendar .past_checked p {
    color: #B3B3B3;
    font-size: 7px;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
    @media only screen and (min-width: 1024px) {
        font-size: 10px;
    }
}

.store__calendar .today_checked span,  .store__calendar .future_checked span {
    color: #D44180;
    font-size: 7px;
    font-weight: 500;
    line-height: normal;
    @media only screen and (min-width: 1024px) {
        font-size: 10px;
    }
}

.store__calendar .today_checked p, .store__calendar .future_checked p {
    color: #4D4D4D;
    font-size: 7px;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
    @media only screen and (min-width: 1024px) {
        font-size: 10px;
    }
}

.store__calendar  .past_day {
    pointer-events: none;
}

.smart_experience_setting {
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.smart_experience_setting_info {
    padding: 12px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background-color: #FFEAF4;
    color: #EB92B9;
    font-size: 12px;
    font-weight: 500;
    @media only screen and (min-width: 1024px) {
        font-size: 16px;
    }
}

.smart_experience_setting_info .textValue {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 500;
    min-width: 75px;
    @media only screen and (min-width: 1024px) {
        font-size: 16px;
    }
}

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

.smart_experience_setting_info .select_wrap::after, .smart_experience_setting_default .select_wrap::after {
    right: 8px;
}

.smart_experience_setting_info .select_option , .smart_experience_setting_default .select_option {
    min-width: 54px;
    padding: 2px 6px;
    @media only screen and (min-width: 1024px) {
        min-width: 70px;
    }
}

.smart_experience_set_time {
    min-width: 130px;
    display: flex;
    align-items: center;
    gap: 4px;
}

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

.smart_experience_application {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EFB7CD;
}

.smart_experience_application h4 {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    @media only screen and (min-width: 1024px) {
        font-size: 16px;
    }
}

.smart_experience_save {
    white-space: normal;
    font-size: 8px !important;
    padding: 2px 8px !important;
    min-width: fit-content;
    @media only screen and (min-width: 1024px) {
        font-size: 12px !important;
    }
}

.smart_experience_des {
    color: #4D4D4D;
    font-size: 9px;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: center;
    @media only screen and (min-width: 1024px) {
        font-size: 13px;
    }
}

.smart_experience_setting_default {
    gap: 4px;
}

.smart_experience_setting_default p {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 500;
    @media only screen and (min-width: 1024px) {
        font-size: 16px;
    }
}

.smart_experience_setting_default .textValue {
    color: #EB92B9;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    @media only screen and (min-width: 1024px) {
        font-size: 16px;
    }
}

.smart_experience_setting_default span {
   color: #EB92B9;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    @media only screen and (min-width: 1024px) {
        font-size: 15px;
    }
}

.smart_experience_setting_default .date {
    width: 32%;
    border-radius: 4px 0px 0px 4px;
}

.smart_experience_setting_default .time {
    width: 41%;
    gap: 0.4rem;
    flex-wrap: wrap;
    border-radius: 0px 4px 4px 0px;
}

.smart_experience_setting_default .recruitment {
    width: calc(27% - 0.5rem);
    margin-left: 0.5rem;
    gap: 0.4rem;
    flex-wrap: wrap;
    border-radius: 4px;
}

.smart_experience_setting_box {
    background-color: white;
    padding: 10px 0px;
    position: relative;
}

.smart_experience_setting_group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.remove_calendar {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -3px;
    left: -5px;
    z-index: 1;
    cursor: pointer;
    @media only screen and (min-width: 1024px) {
        width: 20px;
        height: 20px;
    }
}

.smart_experience_line {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 24px;
    height: 1px;
    background-color: #EFB7CD;
}


.closeModal {
    margin-left: auto;
    width: 16px;
    height: 16px;
    display: flex;
}

.settingConfirm {
    gap: 16px;
}

.settingConfirm img {
    width: 58px;
}

.settingConfirm button img {
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-bottom: 8px;
    cursor: pointer;
}

.settingConfirm button {
    max-width: 180px;
    @media only screen and (min-width: 1024px) {
    max-width: 230px;
    }
}