.NOT-maintenance-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: center
}

.NOT-maintenance-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.NOT-maintenance-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.NOT-maintenance-modal-icon {
    width: 3.33rem;
    height: 3.23rem
}

.NOT-maintenance-modal-title {
    font-weight: 700;
    font-size: .6rem;
    color: #fff;
    line-height: .6rem;
    text-align: center
}

.NOT-maintenance-modal-text {
    font-weight: 400;
    font-size: .3rem;
    color: #fff;
    text-align: center;
    margin-top: .32rem;
    padding: 0 .63rem
}
