.no-data-found-section .no-data-found-wrap{background:var(--smokyBlack-1000);border-top:2px solid var(--primaryMain-1000);border-bottom:2px solid var(--primaryMain-1000);border-radius:.75rem;box-shadow:0 0 20px var(--primaryMain-300);padding:1.25rem 1rem;margin-top:1rem}.no-data-found-section .no-data-found-wrap .text{background:linear-gradient(to left,var(--primaryLight-1000),var(--primaryMain-1000),var(--primaryLight-1000));background-size:400% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:CarterOne;font-size:4rem;font-weight:600;line-height:1.2;letter-spacing:.5px;text-align:center;animation-duration:3s;animation-name:animationgradienttitle;animation-iteration-count:infinite;animation-fill-mode:forwards}@media(max-width:768px){.no-data-found-section .no-data-found-wrap .text{font-size:2rem}}@keyframes animationgradienttitle{0%{background-position:0 400%}to{background-position:400% 0}}