/* sidebar */
.stp_sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
}
.stp_header_policy  {
    padding: 50px 0 40px;
}

.stp_sidebar_thumb {
    width: 100%;
}

.stp_sidebar_thumb img {
    max-width: 100%;
}

.stp_sidebar_menu ul {
    list-style: none;
    padding: 10px 20px;
    margin: 0;
    background: linear-gradient(180deg,#F4F4F7 0%,rgba(244,244,247,0) 100%);
}

.stp_sidebar_menu ul li {
    padding: 10px 0;
}

.stp_sidebar_menu ul li a {
    text-decoration: none;
}
/* end of sidebar */

/* general article */
.stp_article h3 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: bold;
}

.stp_article h4 {
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: bold;
}

.stp_article h2, h1, h5, h6 {
    margin: 0 0 10px;
    font-weight: bold;
}

.stp_article p {
    text-align: justify;
    margin: 14px 0;
}

.covid19_delay_notice {
    font-weight: 700;
    margin: 0 auto 50px;
}

.covid19_delay_notice a {
    display: block;
    background: rgba(40,35,100,.07);
    border: .5px dashed #3A8EFF;
    border-radius: 3px;
    padding: 8px 35px;
    text-align: center;
    color: #2F80ED;
    text-decoration: none;
}
/* end of general article */

/* shipping article */
.stp_article table {
    border-spacing: 0;
    border-collapse: collapse;
}

.stp_article table, th, td {
    padding: 5px;
    border: solid 1px #707070;
}

.stp_article table th, td {
    padding: 5px;
}
/* end of shipping article */

.contact-form-warper {
    box-shadow: 0 1px 8px rgba(0,0,0,.15);
    border-radius: 8px;
    max-width: 560px;
    margin: 26px auto;
    padding: 30px 24px 16px;
}

.contact-form-warper label {
    font-weight: bold;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.contact-form-warper .form-control-lg {
    font-size: 1rem;
    border-radius: 0.5rem
}

.contact-form-warper button[type="submit"] {
    border-radius: 0.5rem;
    font-weight: bold;
    font-size: 1.25rem;
    background-color: #6ab73d;
    border-color: #6ab73d;
}

.contact-form-warper .choose-file-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    border: 1px dashed #aeaeb2;
    background: #f2f2f7;
    color: #222;
    border-radius: 0.5rem;
    font-weight: initial !important;
    cursor: pointer;
}

.contact-form-warper .upload-item {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 0.25rem 0.25rem 0;
    border-radius: 8px;
    background: #f2f2f7;
}

.contact-form-warper .remove-file-btn {
    cursor: pointer;
}

.contact-form-warper label.error {
    color: #e70606;
    font-size: 14px;
    margin: 0.25rem 0 0 0;
}

.recaptcha-error {
    display: none;
}
