.hidden {
    display: none;
}
.visable {
    display: flex;
}
.bold {
    font-weight: bold;
}
.promocode-with-invoice--valid::after,
.promocode-with-invoice--invalid::after {
    font-family: "vdi";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 8px;
    right: 0.75rem;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.5625rem;
}
.promocode-with-invoice--valid::after {
    content: 'L';
    background: #28a745;
}
.promocode-with-invoice--invalid::after {
    content: 'y';
    background: #b94a48;
}

.btn-group--text-transform-none {
    display: flex;
    flex-direction: column;
}

.btn-group--text-transform-none .btn {
    display: flex;
    text-transform: none;
    align-self: flex-start;
}

.btn-group--text-transform-none .btn span {
    text-align: left;
}