.no-data-title {
    text-align: center;
    margin-top: 30px;
}
.link-go-to {
    width: 210px;
    height: 30px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    font-size: 0.9rem;
    cursor: pointer;
    background: linear-gradient(rgb(255, 255, 255), rgb(221, 221, 221));
    color: rgb(30, 30, 30);
    font-weight: 600;
    border-radius: 6px;
    margin: auto;
    margin-top: 20px;
    border: 1px solid rgb(150, 150, 150);
}
.link-go-to:hover {
	background: linear-gradient(rgb(221, 221, 221), rgb(255, 255, 255));
}
.no-data-background {
    height: 330px;
    margin-top: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    background-image: url('../images/no-data.webp');
    /* border: 1px solid purple; */
}