.bs-eff-caption {
    font-size: 1.2rem; color: #565f6c; font-weight: lighter;
    background: #e7f0fc; text-align: center;
    border-radius: 100px; line-height: 40px;
    padding: 6px 0;
    margin: 16px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.eff-table .eff-row {
    display: flex;
    flex-flow: column;
    color: #565f6c;
}

.eff-table .eff-card {
    box-sizing: border-box;
    box-shadow: 0 0 8px 0 #dddddd;
    margin: 5px 0;
    width: 100%;
    height: 80px;
    border-radius: 200px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 10px;
    background: #FFFFFF66;
}

.eff-table .eff-row .eff-card:last-child {
    margin-right: 0;
}

.eff-table .eff-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 200px;
    background: linear-gradient(150deg,rgba(255,255,255,1), rgb(198, 220, 252), rgb(225, 187, 248));
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.eff-table .eff-card .text .title {
    font-size: 1.1rem;
    font-weight: 300;
}

.eff-table .eff-card .text {
    flex: 1;
    margin-left: 20px;
    box-sizing: border-box;
    padding-right: 10px;
}

.eff-table .eff-card .text .desc {
    font-weight: 300;
    color: #9aa7b7;
    font-size: 0.8rem;
    min-width: 180px;
}

.eff-icon {
    width: 30px;
    height: 30px;
    fill: #851cf6;
}
/*------------------------*/
.function-table {
    border: none;
    float: right;
    box-shadow: 1px 1px 10px 0 rgba(100,100,100,0.1);
    border-radius: 6px;
    margin: 10px 0 30px;
}

.function-table .fun-row {
    display: flex;
    flex-flow: row wrap;
}

.function-table .function-card {
    width: 140px;
    height: 120px;
    overflow: hidden;
    border-right: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    background: rgba(255,255,255,0.5);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #565f6c;
    transition: all 0.3s ease-out;
    transform: scale(1);
    font-weight: lighter;
    font-size: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    background: linear-gradient(150deg,rgba(255,255,255,1), rgba(245, 249, 255, 1), rgba(234, 246, 250, 1));
    z-index: 10;
    flex: 1;
}

.function-table .function-card .caption {
    text-align: center;
    transition: all 0.3s ease-out;
}

.function-table .function-card .desc {
    font-size: 0.8rem;
    transition: all 0.3s ease-out;
    position: absolute;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    text-align: justify;
    line-height: 1.2;
    color: #045ab7;
}

.function-table .function-card .iconfont {
    font-size: 2rem!important;
}

.function-table .function-card:hover {
    box-shadow: 0px 0px 12px 0 rgba(200,200,200,0.8);
    z-index: 11;
}

.function-table .function-card:hover .caption {
    opacity: 0;
}

.function-table .function-card:hover .desc {
    opacity: 100;
}

.function-table .fun-row .function-card:last-child {
    border-right: none;
}

.function-table .fun-row:last-child {
    border-bottom: none;
}

.function-table .fun-row:first-child .function-card:first-child {
    border-radius: 10px 0 0 0;
}

.function-table .fun-row:first-child .function-card:last-child {
    border-radius: 0 10px 0 0;
}

.function-table .fun-row:last-child .function-card:first-child {
    border-radius: 0 0 0 10px;
}

.function-table .fun-row:last-child .function-card:last-child {
    border-radius: 0 0 10px 0px;
}

/*----------------------------*/
.price-table {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.price-table tbody tr:hover td:not([rowspan]) {
    background: #f9fbfe;
}

.price-table tr td:last-child {
    border-right: none;
}

.price-table td .icon-checkmark-outline {
    font-size: 1.4rem;
    color: #04a25c;
}

.price-table td .icon-close-outline {
    font-size: 1.4rem;
    color: #d9034d;
}

.price-table tr.price-info {
    border-bottom: solid 2px #6f7581;

}

.price-table tr.price-info td {
    padding: 4px 0;
    font-size: 0.8rem;
}

.price-table tr:has(td[rowspan]) {
    border-top: solid 1px #f4f4f4;
}

.price-table td[rowspan] {
    writing-mode: vertical-lr;
    letter-spacing: 2px;
}

.price-table td {
    text-align: center;
    box-sizing: border-box;
    padding: 6px 2px;
    border-right: solid 1px #f4f4f4;
    font-size: 0.8rem;
    font-weight: lighter;
}

.choose-edition {
    width: 220px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.choose-edition .edition-item {
    color: #bbbbbb;
}

.choose-edition .selected {
    color: var(--active-color);
    font-weight: bold;
}

.price-table .button {
    padding: 8px 10px!important;
    font-size: 0.8rem;
}

.price-label {
    font-size: 1rem;
    font-weight: bold;
}

/*----------------------------*/

.coupon-card {
    box-sizing: border-box;
    background: #037735;
    color: #efefef;
    font-size: 0.8rem;
    border-radius: 6px;
    padding: 16px 20px;
    width: 100%;
}

.coupon-card .head {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}

.coupon-card .content-wrapper {
    border-top: solid 1px #cccccc33;
    border-bottom: solid 1px #cccccc33;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0 10px;
    margin: 10px 0;
}

.coupon-card .content {
    align-items: baseline;
    justify-content: center;
}
.coupon-card .content .amount {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 4px 0 10px;
}

.coupon-card .checkbox-panel {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: right;
}

.coupon-card .checkbox-panel .checkbox {
    width: 18px;
    height: 18px;
    border: solid 2px #FFFFFF;
    border-radius: 2px;
    margin-right: 4px;
}

.coupon-card .checkbox-panel .checkbox .checkbox-sign {
    font-size: 1rem;
}

.price-container {
    color: #FFFFFF;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF22;
    padding: 10px;
    margin: 0 10px 20px;
    box-sizing: border-box;
    border-radius: 6px;
}