.components-tab-panel__tabs-item{border:2px solid rgba(0,0,0,0);background-color:#f8f8f8;color:#333;padding:0;border-radius:5px;font-size:18px;transition:all .3s ease;margin:5px;height:32px !important;width:32px !important;display:flex;align-items:center;justify-content:center}.components-tab-panel__tabs-item.active-tab{border:2px solid #007cba;background-color:#e7f5ff;color:#007cba;font-weight:bold}.components-tab-panel__tabs-item:hover{border:2px solid #005f8d;background-color:#f0faff;color:#005f8d;cursor:pointer}