/* Shared legacy fixed side panels */

.legacy-side-panel {
    position: fixed;
    top: 0;
    width: 200px;
    height: 100vh;
    z-index: 4200;
    overflow: hidden;
    background: #edf3fa;
    color: #748091;
    font-size: 13px;
    line-height: 1.55;
    box-shadow: none;
}

.legacy-side-left {
    left: 0;
}

.legacy-side-right {
    right: 0;
}

.legacy-side-panel img {
    max-width: none;
    vertical-align: top;
    border: 0;
}

.legacy-side-title {
    position: absolute;
    z-index: 22;
    left: 0;
    top: 0;
    width: 200px;
    height: 34px;
    margin: 0;
    padding: 0;
}

.legacy-side-title img {
    display: block;
    width: 200px;
    height: 34px;
}

.asidec,
.asidec1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 40;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.legacy-side-bg {
    position: absolute;
    left: 0;
    top: 34px;
    width: 200px;
    height: calc(100vh - 34px);
    overflow-y: auto;
    overflow-x: hidden;
    background: url("/images/wowbg.png") repeat-y;
    scrollbar-width: thin;
    scrollbar-color: #9aa8b7 #e7edf4;
}

.legacy-side-bg::-webkit-scrollbar {
    width: 10px;
}

.legacy-side-bg::-webkit-scrollbar-track {
    background: #e7edf4;
}

.legacy-side-bg::-webkit-scrollbar-thumb {
    background: #9aa8b7;
    border-radius: 8px;
}

.legacy-side-card {
    width: 180px;
    margin: 0 0 14px 1px;
    padding: 5px 4px 0 4px;
    color: #748091;
}

.legacy-side-card img {
    width: 180px;
    height: 100px;
    object-fit: cover;
    display: block;
    margin-bottom: 8px;
}

.legacy-side-card p {
    margin: 0;
    padding: 0 0 10px;
    color: #748091;
    font-size: 13px;
    line-height: 1.55;
    word-break: keep-all;
}

.legacy-side-section-title {
    width: 200px;
    padding: 0;
}

.legacy-side-section-title img {
    display: block;
    width: 200px;
    max-width: none;
}

.legacy-side-form {
    position: relative;
    width: 200px;
}

.legacy-side-form>img {
    width: 190px;
    display: block;
}

.legacy-side-input,
.legacy-side-textarea {
    position: absolute;
    left: 54px;
    width: 112px;
    border: 1px solid #b9c5d1;
    background: #fff;
    color: #333;
    font-size: 11px;
    box-sizing: border-box;
}

.legacy-side-input {
    height: 18px;
    left: 44px;
    width: 135px;
    line-height: 16px;
}

.legacy-side-input-name {
    top: 46px;
}

.legacy-side-input-phone {
    top: 71px;
}

.legacy-side-textarea {
    top: 98px;
    height: 42px;
    left: 44px;
    width: 135px;
    padding: 3px;
    resize: none;
    line-height: 1.3;
}

.legacy-side-privacy-options {
    position: absolute;
    left: 0;
    top: 162px;
    width: 180px;
    height: 18px;
    font-size: 0;
    line-height: 0;
}

.legacy-side-privacy-radio {
    position: absolute;
    top: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.legacy-side-privacy-yes {
    left: 23px;
}

.legacy-side-privacy-no {
    left: 84px;
}

.legacy-side-privacy-radio input {
    width: 13px;
    height: 13px;
    margin: 2px 0 0 0;
    padding: 0;
    vertical-align: top;
}

.legacy-side-submit {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 165px;
    height: 28px;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

@media (max-width: 1580px) {
    .legacy-side-panel {
        display: none;
    }
}

.legacy-side-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.legacy-side-card-link:hover {
    color: #4f6f91;
    text-decoration: none;
}

.legacy-side-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.legacy-side-card-link:hover {
    color: #4f6f91;
    text-decoration: none;
}

.legacy-side-card strong {
    display: block;
    margin: 0 0 4px;
    padding: 0;
    color: #52677f;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    word-break: keep-all;
}

.legacy-side-card-link p {
    margin: 0;
    padding: 0 0 10px;
    color: #748091;
    font-size: 13px;
    line-height: 1.55;
    word-break: keep-all;
}