.spw-day {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    font-weight: bold;
    border: 4px solid #d0b787;
    margin-bottom: 40px;
}
/* PEARL WIZARD */
.spw-bar-step {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: white;
    display: inline-block;
    z-index: 9;
    padding-top: 12px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 3px rgb(0, 0, 0, 0.1);
}
.spw-step {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spw-step-no {
    min-width: 24px;
    height: 24px;
    border-radius: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #d0b787;
}
.spw-step-title {
    font-size: 13px;
    margin-left: 8px;
    line-height: 16px;
    color: black;
}
@media screen and (max-width: 766px) {
    .spw-step-title {
        font-size: 10px;
    }
}
.spw-tab-double {
    height: 12px;
}
.spw-tab-value.in {
    height: 12px;
}
.spw-tab-value-txt {
    height: 12px;
    padding-left: 10px;
    font-size: 12px;
    padding-top: 0;
}

.spw-ul {
    font-size: 18px;
    padding-inline-start: 0;
    list-style: none;
}
.spw-no {
    min-width: 24px;
    text-align: left;
    height: 24px;
    border: 1px solid;
    border-radius: 1000%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 16px;
}