.auth-block{
    width:400px;
    margin:150px auto 0;
}

[data-role='popup'],#popup .fa-times{
    cursor:pointer;
}

#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000000;
}
#popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-width: 500px;
    max-width:80%;
    overflow:auto;
}

.table-list{
    width:100%;
}

.table-list thead{
    border-bottom: 2px solid #000;
}

.table-list th, .table-list td{
    padding:3px;
    width:auto;
}


.table-list thead th + th{
    border-left:2px solid #000;
}

.td-id{
    width:50px;
}
.td-action{
    width:200px;
}

.expired{
    background-color: #ddd;
    opacity:0.5;
}

.sort{
    display: inline-flex;
    width: max-content;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.sort .fa{
    cursor: pointer;
}

.top-line .title img {
    height: 40px;
    margin-right:30px;
}
.title {
    display: flex;
    align-items: center;
}

.fa-long-arrow-up {
    background: #555;
    width: 15px;
    height: 15px;
    display: flex !important;
    margin-right: 2px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.fa-long-arrow-down {
    background: #555;
    width: 15px;
    height: 15px;
    display: flex !important;
    /* margin-right: 5px; */
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.fa-long-arrow-up:before,
.fa-long-arrow-down:before {
    content: "\f176";
    color: #fff;
    font-size: 12px;
}

.service-item{
    display:inline-block;
    border-radius: 2px 5px;
    padding:3px;
    background-color: #eee;
    font-weight: bold;
}

.service-item + .service-item{
    margin-left:5px;
    margin-bottom:5px;
}

.service-item .del{
    margin-left:3px;
    color:#e00;
    cursor:pointer;
}