/*------------------------------------*/
/*------------ TAB MENU --------------*/
/*------------------------------------*/
.tab-menu{
    border-bottom: 1px solid #E4EDF9;
    padding-bottom: 0rem;
    margin-bottom: 2.5rem;
	li{
		display: inline-block;
		&.active{
			a{
				color: #2D8DFE;
    			font-weight: 500;
    			font-family: 'Inter-UI-Medium';
			}
			&:after{
				content: '';
			    background: #2D8DFE;
			    position: relative;
			    width: 100%;
			    display: block;
			    height: 1px;
			    bottom: -16px;
			}
		}
		a{
		    font-size: 0.72rem;
		    color: #8BA2BE;
		    padding: 0 1.05rem;
		    padding: 0 1.04rem;
    		letter-spacing: -0.15px;
		}
	}
}

/*------------------------------------*/
/*------------ /TAB MENU -------------*/
/*------------------------------------*/
/**/