@keyframes open{0%{opacity:0}to{opacity:1}}@keyframes close{0%{opacity:1}to{opacity:0}}@keyframes animation-slide-in-up{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-300px)}}@keyframes animation-slide-in-down{0%{opacity:0;transform:translateY(-300px)}to{opacity:1;transform:translateY(0)}}.responsive-table{border-radius:10px;overflow:hidden}.responsive-table .table-row .table-column:first-child{text-align:left}.responsive-table .table-row .table-column svg.tick-mark path{fill:#2aebf0}.responsive-table .table-heading .table-column{text-align:left;vertical-align:top}@media (max-width:992px){.responsive-table .table-row .table-column:first-child{background-color:#2aebf0;border-bottom:0;color:#252635}}