.modem-port-list td {
    width: 6.25%;
    border: 1px solid #ddd;
}

.modem-port-list {
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 10px;
}

.modem-port-list .phone-number {
    text-align: center;
    font-size: 10px;
    border: 1px dotted #333;
    height: 16px;
    overflow: hidden;
}

.modem-port-list .oneway-locked-at {
    text-align: center;
    font-size: 10px;
    border: 1px dotted #333;
    height: 16px;
    overflow: hidden;

}

.modem-port-list .p-success {
    background: #9cff9c;
}

.modem-port-list .p-wanning {
    background: #ffb869;
}


.modem-port-list .p-actived {
    background: #47dfff;
}

.modem-port-list .p-danger,
.modem-port-list .p-danger .p-actived {
    background: #ff868f;
}

.modem-port-list .loading {
    display: none;
    text-align: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    background: #fff3f396;
}

.modem-port-list .loading img {
    position: relative;
    top: 33%;
}

.main-port {
    width: 100%;
    position: relative;
    overflow-wrap: anywhere;
    min-height: 60px;
}

.modem-port-list .port-number {
    background: #ffffff;
    padding: 0px 4px;
    position: absolute;
    top: 0px;
    z-index: 500;
}

.modem-port-list .telco {
    width: 100%;
    text-align: right;
}

.modem-port-list .telco img {
    max-height: 12px;
}

.modem-port-list .total-failed {}

.modem-port-grid .form-check-label {
    margin-left: 4px;
}

.modem-port-list td.td-checked {
    width: 2%;
}

.modem-port-list .btn-chonse-action {
    float: right;
    /* z-index: 800; */
    cursor: pointer;
}

.modem-port-list .btn-chonse-action .dropdown-toggle{
    z-index: 800;
}

.modem-port-list .btn-chonse-action .dropdown-item {
    font-size: 10px;
}