.setAtc {
    display         : none;
    position        : fixed;
    top             : 35%;
    left            : 0;
    right           : 0;
    margin          : auto;
    flex-direction  : column;
    align-items     : center;
    background-color: #FFF;
    box-shadow      : 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width           : 250px;
    border-radius   : 10px;
    z-index         : 9999;
}

.setAtc .title-box {
    display    : flex;
    align-items: center;
    margin     : 25px 0 15px 0;
}

.setAtc img {
    width       : 20px;
    height      : 20px;
    margin-right: 10px;
}

.setAtc .title {
    font-size  : 18px;
    font-weight: bold;
}

.setAtc .text {
    padding   : 0 25px 25px 25px;
    text-align: center;
}