.main{
    margin: 20px;
}
.main .headings{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#svd-countries tr td.inactive{
    color: red;
}
#svd-countries tr td.active{
    color: green;
}
.country-swal-height {
    height: 700px;
    overflow: auto;
}