﻿.tarot_card_type {
    display: flex;
    align-items: center;
    margin-top: 30px;
}


    .tarot_card_type select {
        width: 294px;
        height: 45px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #DDDDDD;
        margin-top: 5px;
        padding-left: 10px;
    }

.tarot_card_type_card_container {
    width: auto;
    height: 353px;
    border: 1px dashed #cdcdcd;
    overflow: hidden;
    display: flex;
    margin-right: 17px;
    justify-content: center;
}

    .tarot_card_type_card_container img {
        height: 100%;
        display: block;
    }


.support {
    text-align: center;
    font-size: 17px;
    color: #000;
    line-height: 24px;
    margin-top: 20px;
}

    .support span {
        color: #6B9DDD;
    }


.tarot_table {
    margin-top: 20px;
}

.tarot_table_item {
    display: flex;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}


.tarot_table_item1 {
    flex: 2;
}



.tarot_table_item2 {
    flex: 4;
}



.tarot_table_item3 {
    flex: 2;
}


.tarot_table_item3_price {
    flex: 2;
    color: #419C41;
}


.save_btn.active {
    background: #4E7F9E;
}


    .save_btn.active .save_btn_inner {
        background: #169BD5;
    }