<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.container-description h1{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 45px;
    font-size: 30px;
    margin-left: 10px;
}
.main--memberinfo{
    padding-left: 0;
}
.main--shipment{
    padding-top: 20px;
}
.main--payment{
    background-color: white;
    padding-left: 30px;
}
.info-company__items h3{
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    padding-top: 20px;
}
.info-company__input{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    border: 1px solid #888888;
    border-radius: 3px;
}
.info-company__input img{
    width: 19px;
    margin-right: 5px;
}
.info-company__input--wrap{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-radius: 3px;
}
.style-input-text-saved {
    background-color: transparent;
}
.style-input-text-saved::-webkit-input-placeholder{
    font-size: 14px;
    font-weight: 600;
    color: #3b3b3b;
    padding-left: 10px;
}

.style-input-text::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #C4C4C4;
    padding-left: 10px;
}
.card-template{
    margin-top: -38%;
    max-width: 100%;
}
.btn-save{
    width: 100%;
    color: white;
    background-color: #0066CC;
    height: 50px;
    outline: none;
    border: none;
    border-radius: 3px;
}
.btn-cancel{
    width: 100%;
    color: #0066CC;
    background-color: white;
    height: 50px;
    outline: none;
    border: 1px solid #0066CC;
    border-radius: 3px;
}
.btn-confirm{
    margin: 30px 0 30px 15%;
}
.button-bottom{
    display: flex;
    align-items: center;
    padding: 50px 0 20px 0;
    /* margin-left: 15%; */
    justify-content: center;
}
.address-form-regist{
    position: relative;
}
[data-toggle="collapse"]:after {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\276F";
    transform: rotate(-90deg) ;
    transition: all linear 0.25s;
    float: right;
    position: absolute;
    left: 92%;
    bottom: 18%;
}   
[data-toggle="collapse"].collapsed:after {
    transform: rotate(90deg) ;
}
</pre></body></html>