@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap");

.big-opt-container {
    width: 100%;
}
.big-opt-container * {
    box-sizing: border-box;
    font-family: jost;
}
.big-opt {
    max-width: 1600px;
    margin: auto;
}
.big-opt-head {
}
.big-opt-sec-head h1,
.big-opt-sec-head h2 {
    line-height: 1;
    text-decoration: underline;
    margin-top: 0;
    margin-bottom: 30px;
}
.big-opt-sec-head h3,
.big-opt-sec-head h4,
.big-opt-sec-head h5,
.big-opt-sec-head h6 {
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
}
.big-opt-sec {
    border-left: 2px solid #000;
    padding-left: 20px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.big-opt-sec-setting-container {
}
.big-opt-sec-form {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.big-opt-sec-setting-container {
    padding: 10px 10px;
    background-color: #ebebeb;
    margin: 15px 0;
    border: 3px solid #dadada;
    border-radius: 4px;
    display: flex;
}
.big-opt-sec-setting {
}
.big-opt-sec-setting label {
    font-size: 12px;
}
.big-opt-sec-setting input,
.big-opt-sec-setting select {
    font-weight: 600;
}
.big-opt-sec-setting input::placeholder,
.big-opt-sec-setting select::placeholder {
    font-weight: 600;
    opacity: 0.4;
}
.big-opt-sec-setting select {
}
.big-opt-sec-submit {
    background-color: #8a2332;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 200px;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.big-opt-sec-add {
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}
.big-opt-delete {
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    display: flex;
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    padding: 3px;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
}
.big-opt-sec-selected-image{
    width: 100px;
}
.big-opt-sec-add-image {
    width: 100px;
}

.big-opt-sec-setting select {
    max-width: 150px;
}