﻿.section-icon-pcv {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 7px 4px 6px;
    position: relative;
}

.section-info-pcv {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    flex-grow: 1;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 14px 8px;
    position: relative;
}

.pcv-value {
    position: absolute;
    top: 10px;
    right: 8px;
    text-align: center;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    letter-spacing: .2px;
    line-height: 1;
}

.pcv-section, .pcv-icon, .pcv-value, .pcv-value__number {
    font-family: "Bebas Neue",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.pcv-section, .pcv-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 7px 4px 6px;
    position: relative;
}

.pcv-section, .pcv-info {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    flex-grow: 1;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 14px 8px;
    position: relative;
}

.pcv-section, .pcv-icon, .pcv-value, .pcv-value__off {
    font-size: 10px;
    font-style: italic;
    font-family: "Bebas Neue",sans-serif;
}

.pcv-section, .pcv-info, .pcv-title__info-name {
    text-align: start;
    line-height: 1.2;
    text-align: start;
    font-size: 13px;
}

.pcv-section, .pcv-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #232A3E;
    text-align: start;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.pcv-section, .pcv-info, .pcv-time {
    font-size: 12px;
    color: #636a79;
}

.pcv-section, .pcv-info, .pcv-time {
    font-size: 12px;
    color: #636a79;
}

    .pcv-info::before {
        content: "";
        position: absolute;
        height: 65%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        border-left: 1px dashed;
    }

.pcv-info {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    flex-grow: 1;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 14px 8px;
    position: relative;
    height: 120%;
}

.pcv-section {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    color: #636a79;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}

.btn-view-tc {
    position: absolute;
    bottom: 12px;
    right: 10px;
    font-size: 12px;
    background-color: #636a79;
    color: #fff;
    border-radius: 8px;
    height: 24px;
    width: 75px;
    padding: 3px;
    z-index: 1;
    cursor: pointer;
}

.vc-color {
    color: #00b900;
}

.vc-background {
    background: #00b900;
}

.pc-color {
    color: #1565C0;
}

.pc-code {
    font-weight: 400 !important;
}
.pcv-time {
    width: 58%;
    white-space: normal;
}

@media (max-width: 361px) {
    .voucher-wrapper-section {
        max-width: 100% !important;
    }
}