#after_activation_wrapper{
    text-align: center;
    display: none;
}

#back_to_main_page_auto_activation{
    margin-top: 40px;
}

#auto_activation_error_div{
    margin-top: 20px;
    color: rgb(225, 52, 45);
}

#back_to_main_page_auto_activation > a {
    color: #999999;
    opacity: 0.5;
    border-bottom: 1px dashed #999999;
    text-decoration: none;
}

.error_circle_icon_svg_wrapper{
    display: none;
    height: 50px;
    width: 50px;
}

.error_circle_icon_svg{

}

.success_circle_icon_svg_wrapper{
    display: none;
    height: 50px;
    width: 50px;
}

.success_circle_icon_svg{

}

#auto_activation_success_div {
    color: #00afe8;
}