.test-timer-component {
display: flex;
flex-direction: column;
gap: 8px;
height: calc(190px - 48px);
width: calc(251px - 48px);
position: fixed;
top: 24px;
background: var(--on-backgroud-color);
padding: 24px;
border-radius: var(--primary-border-radius);
z-index: 2000;
}

.test-timer-component h4{
margin: 0;
font-size: 20px;
margin-bottom: 2px;
}

.test-timer-component p{
margin: 0;
color: var(--black-600);
font-weight: 400;
}



.test-timer-component .task-button{
height: calc(38px - 18px) !important;
}