/* table th */

.custom_full_table thead td:first-child, .custom_full_table thead tr {
    background-color: #525f7f !important;
}

#sec-form-1 #nav-tabContent .sameUL li:first-child {
    background-color: #525f7f !important;     
}

#sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .sameUL li:first-child {
    background-color: #525f7f !important;      
}
.custom_full_table thead td {
    background-color: #525f7f !important;  
}

/* cta btn */

.btn-wrap .v2-a-common-button__bg-default {
    background: linear-gradient(to right, #525f7f, #8793b1) !important;
}

.btn-wrap .v2-a-common-button__bg-hover {
    background: linear-gradient(to right, #525f7f, #8793b1) !important;
}

.btn-primary-orange {
    background-color: #525f7f !important;
    background-image: linear-gradient(to right, #525f7f, #525f7f, #8793b1, #525f7f) !important;
}

.full-color h1 {
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
    margin: 0;
}

.specification-style .speContent .specification-list {
    color: #5d646e;
    font-weight: 600;
}

.specification-style h2 {
    background-image: linear-gradient(to left, #121317 0%, #121317 100%);
}