﻿.tab-effectm0 {
    outline: 2px solid transparent !important;
    padding: 0px;
    margin: 0px;
}

    .tab-effectm0:focus, .tab-effectm0:focus-visible {
        outline: 2px solid black !important;
        padding: 0 2px;
        margin: 0 2px;
    }

.tab-effect {
    outline: 2px solid transparent !important;
}

    .tab-effect:focus, .tab-effect:focus-visible {
        outline: 2px solid black !important;
    }

.submitbtn, .skipbtn {
    background: #03568c;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    outline: 0;
    border-radius: 5px;
}

.hide {
    display: none;
}

.error {
    color: rgb(175, 0, 0);
    display: inline-block;
    font-size: 13px;
}

span.required {
    margin-left: 3px;
}

@@media (max-width: 576px) {
    body {
        padding-top: 8rem !important;
    }
}

/*#agree:hover, #agree:active, #agree:focus {
    background-color: yellow;
}*/
