.tableSubscription {}

.tableSubscription th {
    font-weight: 400;
    text-wrap: normal;
    border: 0;
}

.tableSubscription .trBlock {
    border-top: 1px solid var(--opt-color-dark-blue);
    border-bottom: 1px solid var(--opt-color-dark-blue);
    /*background-color: var(--color-vpt-lightblue);*/
    background-color: var(--opt-color-dark-blue);
}

.tableSubscription .trBlock th {
    /*h6 text-nowrap border-0 mb-0*/
    font-weight: 600;
    font-style: italic;
    text-wrap: normal;
    border: 0;
    margin-bottom: 0;
    font-size: 22px;
    color: white;
}

.tableSubscription > tbody > .trBlock:hover > * {
    color: white!important;
}

.tableSubscription .trBlock td {
    border: 0;
}

.tableSubscription .experimental {
    background-color: var(--opt-color-amber) !important;
}

.say-yes:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2314b89c' d='M9.707 19.121a.997.997 0 01-1.414 0l-5.646-5.647a1.5 1.5 0 010-2.121l.707-.707a1.5 1.5 0 012.121 0L9 14.171l9.525-9.525a1.5 1.5 0 012.121 0l.707.707a1.5 1.5 0 010 2.121z'/%3E%3C/svg%3E");
}

.say-yes,
.say-yes:before {
    height: 1.5rem;
    width: 1.5rem;
}

.say-yes {
    position: relative;
    display: block;
    margin: 0 auto;
}

.t-aircraft {
    color: #14b89c!important;
}
.t-aircraft i{
    transform: rotate(45deg);
}