.blocker {
    gap: 10px;
    width: calc(100% - 40px);
    height: calc(100vh - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #101626;
    padding: 20px;
}
.blocker .icon {
    margin-bottom: 20px;
}
.blocker .icon svg {}
.blocker .title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}
.blocker .text {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}
.blocker .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blocker .details span {
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
}
.blocker .details span b {
    color: rgba(255, 255, 255, 0.2);
}