.attack_row {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    justify-content: center;
    position: relative;
}

.attack_row label {
    padding: 5px 15px;
    width: auto;
    position: absolute;
    background: #6ab718;
    color: #fff;
    top: -40px;
    border-radius: 20px;
    left: 0;
}

.ddos_box {
    height: 100%;
    line-height: 2;
    background: #fff;
    padding: 1.2rem 1rem;
    border-radius: 4px;
    box-shadow: 0 2px 10px #e6e6e6;
}

.ddos_box.protected {
    background: #05b30f;
    color: #fff;
}

.ddos_box.protected h3,  .ddos_box.not_protected h3, .ddos_box.mid_protection h3{
    color: #fff; 
}

.ddos_box.not_protected {
    background: #e10000;
    color: #fff;
}

.ddos_box.mid_protection {
    background: #ff8d00;
    color: #fff;
}

.protection_line svg {
    height: 5rem;
}

.protection_line svg line {
    stroke: #dc3545;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-dasharray: 2px 20px;
    animation: animateline 5s linear both infinite;
}

.attack_row h3 {
    font-size: 1.1rem;
    color: #dc3545;
}

.attack_row p {
    font-size: 0.95rem;
    font-weight: 300;
}

.protection_line {
    align-items: center;
    justify-content: center;
}

.protection_line .line {
    text-align: center;
}

.prt-block {
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #f9f9f9;
    box-shadow: 0 5px 20px 0 rgba(132, 141, 156, 0.15);
}

.prt-block h6 {
    padding-bottom: 5px;;
}

.prt-block p {
    color: #93a2bf;
}

.under_list {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
}

.under_list li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
    font-size: 16px;
}

.under_list li::before {
    font-family: fontAwesome;
    content: '\f00c';
    color: #2d43c7;
    margin-right: 10px;
}

.under_list li:last-child {
    margin-right: 0px;
}
