.line-through {
    overflow: hidden;
    text-align: center;
}

.line-through:before,
.line-through:after {
    background-color: #6565;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.line-through:before {
    right: 0.5em;
    margin-left: -50%;
}

.line-through:after {
    left: 0.5em;
    margin-right: -50%;
}

.line-space {
    height: 10px;
}

.service {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: repeat-x;
    background: #FFFFFF;
    color: #49545C;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    text-decoration: none;
    height: 42px;
    width: 290px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-radius: 2px;
    cursor: pointer;
}

.okta .logo {
    background-image: url(../../images/favicon/Simfoni-Favicon-75x75.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin: 12px 20px 12px 12px;
}
