.hideBtn{
display: none;
}

.showBtn{
display: inline;

}
.mt20{
margin-top:20px;
margin-bottom:20px;
}
.padB5{
    padding-bottom: 5px;
}
.p_bar{
display:flex;
flex-direction:row; 
align-items:center; 
justify-content:center;
}
.p_div{
height:5px; 
width: 50px; 
background-color:#ccc;
}
.p_dot{
width:50px; height:50px; 
border-radius:25px;
background-color:#ccc;
display:flex;
flex-direction:row; 
align-items:center;
justify-content:center;
}
.p_check{
color:white;
font-weight:bold;
font-size:30px;
}

.p_bara{
display:flex;
flex-direction:row; 
align-items:center; 
justify-content:center;
}
.p_diva{
height:5px; 
width: 50px; 
background-color:rgba(42,121,248,1);
}
.p_dota{
width:50px; height:50px; 
border-radius:25px;
background-color:rgba(42,121,248,1);
display:flex;
flex-direction:row; 
align-items:center;
justify-content:center;
}
.p_checka{
color:white;
font-weight:bold;
font-size:30px;
}

.swal-footer{
display: flex;
justify-content: center;
}

.swal-button {
display: flex;
align-self: center;
}