svg{
height: 35px;
margin-left: 5px;
display: inline-block;
}
.redirect button {
padding: 3px 10px;
height: 35px;
text-align: center;
color: #fff;
text-transform: capitalize;
font-size: 1em;
border: 0;
border-radius: 3px;
min-height: auto;
line-height: 1em;
}
.redirect .redirect-btn {
background: #fff;
border: 1px solid #b50000;
color: #b50000;
}
.redirect .redirect-btn img {
width: 25px;
height: 25px;
}
.redirect .loadding {
display: flex;
background: #ed8e00;
line-height: 35px;
align-items: center;
margin: auto;
display: none;
}
.redirect-text {
margin-top: 7px;
font-weight: 600;
color: #af0000;
display: none;
}
.redirect {
text-align: center;
margin: 10px 0;
}