.ppr_grid__EtnUs{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:.25rem;gap:.25rem}.ppr_headingOne__xzpQ7{font-size:3.5rem;text-align:center}.ppr_player__eYG2g,.ppr_tableHeading__BaPKW{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));align-items:center;height:70px}.ppr_player__eYG2g>*+*,.ppr_tableHeading__BaPKW>*+*{margin-left:.5rem;text-align:center}.ppr_button__CVofG,.ppr_firstHeading__nvx5o{grid-column:span 1}.ppr_button__CVofG{height:70px;background:transparent;border:none;font-size:1.5rem}.ppr_adpHeading__L6OEJ,.ppr_adp__GDwxP{grid-column:span 1;text-align:center}.ppr_nameHeading__LfoBv,.ppr_name__eRlhm{grid-column:span 7}.ppr_rb__TsQNh{background:#86cbf0}.ppr_wr__y1V0d{background:#bde4a8}.ppr_te__qV9CJ{background:#fcd757}.ppr_qb__XjQZx{background:#ff5757}.ppr_def__f_niz{background:#af85cc}.ppr_pk__lAxIZ{background:#ce7da5}

/*!
 * React-swipe-to-delete-component v1.0.8
 * A simple React component implement 'swipe to delete' UI-pattern.
 * https://github.com/gaer87/react-swipe-to-delete-component

 * Copyright 2022, Fedotov Alexander
 * Released under the MIT license.
 */.swipe-to-delete{position:relative!important;padding:0!important;overflow:hidden!important}.swipe-to-delete .js-delete{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important}.swipe-to-delete .js-content{position:relative!important;z-index:2!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important}.swipe-to-delete .js-content :first-child{position:relative!important}.swipe-to-delete .js-transition-cancel,.swipe-to-delete .js-transition-delete-left,.swipe-to-delete .js-transition-delete-right{transition-property:left!important;transition-duration:.5s}.swipe-to-delete .js-transition-delete-right{left:100%!important}.swipe-to-delete .js-transition-delete-left{left:-100%!important}.swipe-to-delete .js-transition-cancel{left:0!important}.swipe-to-delete .js-delete{background:#ff5f58}.swipe-to-delete .js-delete svg{position:absolute;left:17px;top:50%;margin-top:-13px;width:25px;height:25px}.swipe-to-delete .js-delete svg:first-child{left:auto;right:17px}.swipe-to-delete .js-content :first-child{cursor:pointer}.swipe-to-delete .js-transition-cancel,.swipe-to-delete .js-transition-delete-left,.swipe-to-delete .js-transition-delete-right{transition-duration:.7s;transition-timing-function:ease-in-out}