.custom-tooltip{padding:4px 8px;color:#fff;background-color:#000;border-radius:4px;font-size:12px;line-height:1.5;max-width:200px;text-align:center;word-wrap:break-word}.custom-tooltip-wrapper{opacity:0;animation:tooltipFadeIn .15s ease-in forwards;pointer-events:none}@keyframes tooltipFadeIn{0%{opacity:0}to{opacity:.9}}.custom-tooltip-wrapper.placement-top .custom-tooltip:after{bottom:-4px;border-top:4px solid #000}.custom-tooltip-wrapper.placement-bottom .custom-tooltip:after,.custom-tooltip-wrapper.placement-top .custom-tooltip:after{content:"";position:absolute;left:50%;transform:translateX(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent}.custom-tooltip-wrapper.placement-bottom .custom-tooltip:after{top:-4px;border-bottom:4px solid #000}.custom-tooltip-wrapper.placement-left .custom-tooltip:after{right:-4px;border-left:4px solid #000}.custom-tooltip-wrapper.placement-left .custom-tooltip:after,.custom-tooltip-wrapper.placement-right .custom-tooltip:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent}.custom-tooltip-wrapper.placement-right .custom-tooltip:after{left:-4px;border-right:4px solid #000}.custom-tooltip.tooltip-primary{background-color:#602166}.custom-tooltip-wrapper.placement-top .custom-tooltip.tooltip-primary:after{border-top-color:#602166}.custom-tooltip-wrapper.placement-bottom .custom-tooltip.tooltip-primary:after{border-bottom-color:#602166}.custom-tooltip-wrapper.placement-left .custom-tooltip.tooltip-primary:after{border-left-color:#602166}.custom-tooltip-wrapper.placement-right .custom-tooltip.tooltip-primary:after{border-right-color:#602166}.custom-tooltip.tw-rounded-lg{border-radius:8px}.nav-link.active{color:#fff!important}.nav-pills .nav-link.active{color:#fff!important;background-color:#602166}.nav-pills .nav-link{color:#495057}.nav-pills .nav-link:hover{color:#602166}