#transparent-overlay {
    background: rgba(0,0,0,0.7);
    cursor: pointer;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1999;
    transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
    opacity: 0;
    visibility: hidden;
}

.tx-dx-seminare .member-only {
    position: absolute;
    top: 29%;
    right: -92px;
    z-index: 10;
    display: inline-block;
    font-size: 16px;
    width: 420px;
    text-align: center;
    padding: 1em 0;
    color: white;
    transform: rotate(
        45deg
    );
    background: #dc3545;
}

.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #e1e7ec;
    content: '';
    z-index: 1
}

.steps .step .step-icon-wrap::before {
    left: 0
}

.steps .step .step-icon-wrap::after {
    right: 0
}

.steps .step .step-icon {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 38px;
    line-height: 81px;
    z-index: 5
}

.steps .step .step-title {
    margin-top: 16px;
    margin-bottom: 0;
    color: #606975;
    font-size: 14px;
    font-weight: 500
}

.steps .step:first-child .step-icon-wrap::before {
    display: none
}

.steps .step:last-child .step-icon-wrap::after {
    display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #0da9ef
}

.steps .step.completed .step-icon {
    border-color: #0da9ef;
    background-color: #0da9ef;
    color: #fff
}

.tx-dx-seminare a {
    text-decoration: none;
}

.tx-dx-seminare .step-icon-small{
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #01376F;
    font-size: 26px;
    text-align: center;
}

.tx-dx-seminare .category-icon {
    font-size: 1.625rem;
}

@media screen and (max-width: 767px){
    .tx-dx-seminare .category-icon {
        font-size: 1.25rem;
    }
}

.seminar-container {
    display: grid;
    grid-template-columns: 1fr;
}
@media screen and (min-width: 992px){
    .seminar-container {
        grid-template-columns: min-content 1fr;
        grid-row-gap: 1rem;
    }
}
@media screen and (max-width: 991px){
    .seminar-container > div:nth-child(2n){
        margin-bottom: 1rem;
    }
}

.seminar-container .img-fluid {
    height: 250px;
    width: auto;
    max-width: none;
}
@media screen and (max-width: 460px){
    .seminar-container .img-fluid {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
}

.seminar-link {
    color: rgb(226,0,26);
    font-weight: bold;
}
.seminar-link:hover {
    text-decoration: underline;
}

.btn-online {
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.sem-image {
    position: relative;
}
.sem-image .btn-category {
    position: absolute;
    top: 15px;
    left: -15px;
}
